@font-face {
    font-family: Proxima Nova;
    src: url("../fonts/proximaNova/Proxima/ Nova/ Font.otf")
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Proxima Nova', sans-serif;
   
}



body{
    background-color: #fffaf5;
}
.poductsMain {
    position: relative;
}

.ProductsSection1 {
    padding: 5% 0 0
}

.ProductsSection1-sub1 {
    background-image: url(../assets/products/sec1-bg.png);
    text-align: center;
    color: #fff;
    padding: 4% 0;
    margin: 4% 6% -10%;
    position: relative;
    border-radius: 10px;
    background-position: center;
    background-size: cover
}

.ProductsSection1 {
    padding: 5% 0 0
}

.ProductsSection1-sub1>h1 {
    font-size: 25px;
    margin: 1% 0 2%;
    font-weight: 700;
    font-family: 'Proxima Nova', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);

}

.ProductsSection1-sub1>p {
    font-size: 20px;
    color: #f5f5f5;
    padding: 0 7%
}

.ProductsSection1-sub1>a {
    background-color: #f2a241;
    font-size: 23px;
    color: #fff;
    padding: 1% 2%;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: 0 3px 11px #00000029;
    border: none;
    display: inline-block;
    text-decoration: none;
    margin: 3% 0 0
}

.ProductsSection2 {
    background-color: #3dadd2;
    padding: 10% 0 4%
}

.switchingButtons {
    display: flex;
    justify-content: center;
    margin: 4% 0 0
}

.eachSwitching,
.eachSwitchingMob {
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    display: inline-block;
    padding: 1.7% 2.7%;
    cursor: pointer;
    border-right: 1px solid #c0c0C070
}

.eachSwitching.active {
    background-color: #f2a241;
    color: #fff;
    border-right: none;
    position: relative;
    outline: 6px solid #f2a241
}

.switchingButtons>div:nth-of-type(1) {
    border-radius: 7px 0 0 7px
}

.switchingButtons>div:nth-last-of-type(1) {
    border-radius: 0 7px 7px 0
}

.lottieHoron {
    width: 23%;
    margin: auto
}

.whiteCard-TopPart {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.greenLine {
    background-color: #f2a241;
    height: 2px;
    width: 47%;
    transform: translate(-49%, 58px);
    position: relative;
    border-radius: 12px
}

.greenLine::before {
    position: absolute;
    background-color: #f2a241;
    padding: 5px;
    content: '';
    height: 0;
    left: 0;
    top: -4px;
    width: 0;
    border-radius: 50%
}

.fullyDetailedCard {
    display: flex;
    width: 24%;
    margin: 3% 2% 3% 0
}

.whiteCard {
    background-color: #fff;
    padding: 3% 2% 4%;
    border-radius: 8px
}

.bikeImg {
    visibility: hidden
}

.whiteCard-body>img {
    width: 37%
}

.ProductsSection2HoronTypes {
    margin: 4% 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.whiteCard-TopPart>p {
    color: #fff;
    font-size: 15px;
    background-color: #f2a241B0;
    border-radius: 5px;
    padding: 2% 4%
}

.whiteCard-body {
    text-align: center
}

.lottieBody {
    cursor: pointer;
    width: 35%;
    text-align: center
}

.whiteCard-body>h4 {
    font-size: 21px;
    font-weight: 700
}

.whiteCard-body>p {
    font-size: 16px;
    margin: 4% 0;
    line-height: 20px;
    padding: 0 2%
}

.whiteCard-body>a {
    font-size: 20px;
    color: #f2a241;
    border-radius: 5px;
    border: 1px solid #a1a1a1;
    padding: 2% 10%;
    display: block;
    width: fit-content;
    margin: auto;
    box-shadow: 0 3px 6px #00000029;
    text-decoration: none
}

.ProductsSection2HoronSection>div {
    display: none
}

.ProductsSection2HoronSection>div:nth-of-type(1) {
    display: flex
}

.lottieBody>p {
    font-size: 13px;
    color: #f2a241;
    font-weight: 700
}

.productsSection3 {
    background-image: url(../assets/products/productsForm-bg.png);
    display: flex;
    margin: 3% 4% 8%;
    padding: 6% 6% 0
}

.form-inputs {
    display: block;
    width: 100%;
    color: #a1a1a1;
    background-color: #f3f3f3;
    font-size: 18px;
    padding: 3.2% 4%;
    border-radius: 11px;
    margin: 0 0 7%;
    border: none;
    box-shadow: inset 0 3px 2px #00000029
}

.luxury-content {
    color: #fff;
    display: inline-block;
    position: relative
}

.luxury-content::before {
    position: absolute;
    content: '';
    left: 0;
    background: #fff;
    bottom: 0;
    border: 1.5px solid #fff;
    width: 33%;
    border-radius: 8px
}

.luxury-content>h2 {
    font-size: 33px;
    font-weight: 700
}

.luxury-content>p {
    font-size: 25px;
    font-weight: 500;
    margin: 1% 0 1.5%
}

.productsSection3-sub1,
.productsSection3-sub2 {
    width: 50%
}

.product-cotactUs>h3 {
    color: #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    font-size: 23px
}

.Product-Number {
    display: flex;
    align-items: center;
    color: #fff;
    margin: 2% 0 0;
    gap: 2%
}

.product-cotactUs {
    margin: 11% 0 0
}

.Product-Number>img {
    width: 5%
}

.productsSection3-sub1>p:nth-of-type(1) {
    color: #e9e9e9;
    font-size: 23px;
    margin: 5% 0 0
}

.product-socialMedia {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 17px;
    margin: 6% 0
}

.Product-Number a {
    text-decoration: none;
    color: #fff
}

.product-socialMedia>a {
    width: 5%;
    display: inline-block;
    margin: 0 0 0 4%
}

.productsSection3-sub2 {
    background-color: #fff;
    border-radius: 9px;
    padding: 3% 6%;
    margin: 0 0 -5% 9%;
    box-shadow: 0 3px 11px #00000029
}

.productSub2-head>p {
    color: #404041;
    font-size: 17px;
    margin: 1% 0
}

.productSub2-head>h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600
}

.productSub2-head {
    margin: 0 0 4%
}

.productsub2-form textarea {
    min-height: 130px;
    max-height: 130px;
    min-width: 100%;
    max-width: 100%;
    height: 130px;
    width: 100%
}

.productsub2-form button {
    font-size: 25px;
    color: #fff;
    background-color: #f2a241;
    border: none;
    display: block;
    margin: 8% auto;
    border-radius: 10px;
    padding: 3% 14%
}

.formobile {
    display: none
}

.SegmentHead {
    text-align: center;
    margin: 4% 0 0
}

.SegmentHead>p {
    color: #fff;
    font-size: 24px;
    padding: 0 0 1%;
    font-weight: 500;
    margin: 0 3% 0 0;
    display: inline-block;
    width: fit-content;
    cursor: pointer
}

.SegmentHead>p.active {
    border-bottom: 5px solid #f2a241;
    font-weight: 700
}

.EVbody,
.heavydutyBody {
    display: none
}

@media screen and (max-width:1300px) {
    .ProductsSection1-sub1>h1 {
        font-size: 30px
    }

    .ProductsSection1-sub1>p {
        font-size: 22px
    }

    .ProductsSection1-sub1>a {
        font-size: 24px
    }
}

@media screen and (max-width:1150px) {
    .ProductsSection1-sub1>h1 {
        font-size: 25px
    }

    .ProductsSection1-sub1>p {
        font-size: 21px
    }

    .ProductsSection1-sub1>a {
        font-size: 21px;
        font-weight: 500
    }

    .fullyDetailedCard {
        width: 28%
    }

    .SegmentHead>p {
        font-size: 22px
    }
}

@media screen and (max-width:900px) {
    .fullyDetailedCard {
        width: 35%
    }

    .eachSwitching,
    .eachSwitchingMob {
        font-size: 17px;
        padding: 2% 2.5%
    }

    .eachSwitching.active {
        outline: 3px solid #f2a241
    }

    .SegmentHead>p {
        color: #fff;
        padding: 0 0 2%;
        font-weight: 700;
        margin: 0 3% 0 3%;
        width: fit-content;
        cursor: pointer;
        min-width: fit-content
    }

    .SegmentHead {
        margin: 4% auto 0;
        display: flex;
        width: 58%;
        overflow-x: scroll
    }

    .SegmentHead>p.active {
        border-bottom: 2px solid #f2a241
    }
}

@media screen and (max-width:700px) {
    .ProductsSection1-sub1>h1 {
        font-size: 28px
    }

    .ProductsSection1-sub1>p {
        font-size: 19px
    }

    .ProductsSection1-sub1>a {
        font-size: 16px;
        padding: 3% 6%;
        border-radius: 5px;
        margin: 6% 0 0
    }

    .ProductsSection1-sub1 {
        margin: 10% 6% -10%;
        text-align: left;
        padding: 4% 5%
    }

    .ProductsSection1-sub1>p {
        padding: 0 0
    }

    .whiteCard-TopPart>p {
        font-size: 14px;
        padding: 1.5% 5%
    }

    .fullyDetailedCard {
        margin: 3% 0 3% 0;
        width: 40%
    }

    .whiteCard-body>a {
        font-size: 15px;
        margin: 4% auto 3%
    }

    .SegmentHead {
        width: 68%
    }

    .SegmentHead>p {
        font-size: 17px;
        font-weight: 600
    }
}

@media screen and (max-width:600px) {
    .switchingButtons {
        margin: 8% 0 7%
    }
}

@media screen and (max-width:550px) {
    .whiteCard-body>a {
        font-size: 16px;
        margin: 0 auto 1%
    }

    .whiteCard-body>img {
        width: 25%
    }

    .whiteCard-body>p {
        font-size: 17px;
        margin: 3% 0
    }

    .fullyDetailedCard {
        width: 59%
    }

    .ProductsSection1-sub1 {
        margin: 10% 10% -31%
    }

    .ProductsSection2 {
        background-color: #3dadd2;
        padding: 35% 0 4%
    }

    .fordesktop {
        display: none
    }

    .formobile {
        display: block;
        border: none;
        font-size: 18px;
        padding: 2% 4%;
        background-color: #f2a241;
        border-radius: 10px;
        box-shadow: 0 3px 6px #00000029;
        color: #fff;
        font-weight: 600;
        margin: 8% 0 7% 10%
    }

    .eachSwitching,
    .eachSwitchingMob {
        color: #000
    }

    .ProductsSection1-sub1>a {
        padding: 6% 11%
    }

    .lottieHoron {
        width: 34%
    }
}

@media screen and (max-width:480px) {
    .ProductsSection1-sub1 {
        background-image: url(../assets/products/productsSec1-bg-mob.png)
    }

    .ProductsSection1-sub1>h1 {
        font-size: 25px;
        line-height: 31px
    }

    .ProductsSection1-sub1>p {
        font-size: 16px;
        line-height: 22px
    }

    .ProductsSection1-sub1 {
        padding: 9% 5% 13%
    }

    .ProductsSection1-sub1>p {
        padding: 6% 0
    }

    .ProductsSection1-sub1>a {
        margin: 6% auto 0
    }

    .whiteCard {
        padding: 3% 5%
    }

    .whiteCard-body>img {
        width: 22%
    }

    .whiteCard-body>h4 {
        font-size: 19px
    }

    .whiteCard-body>p {
        font-size: 16px
    }

    .fullyDetailedCard {
        width: 74%
    }

    .formobile {
        font-size: 50px;
        padding: 3% 7%;
        border-radius: 7px
    }
}

#serviceContent {
    margin-top: -30px;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color:#fffaf5 ;
}

#serviceContent h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

#serviceContent p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}


/* Specific styling for each section */
#manufacturing-support,
#automation,
#consultancy {
    margin-bottom: 40px;
}

#manufacturing-support h2,
#automation h2,
#consultancy h2 {
    color: #3dadd2;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;

}

#manufacturing-support p,
#automation p,
#consultancy p {
   
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
  font-weight: 500;
}

#manufacturing-support ul,
#automation ul,
#consultancy ul {
    margin-left: 20px;

}

#manufacturing-support li,
#automation li,
#consultancy li {
    font-size: 14px;
    color:#000000;
    font-family: 'Proxima Nova', sans-serif;
}

#manufacturing-support h3,
#automation h3,
#consultancy h3 {
    color: #3dadd2;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
}
#manufacturing-support h4,
#automation h4,
#consultancy h4 {
    color: #3dadd2;
    font-size: 35px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
}

#manufacturing-support h3 {
    margin-top: 20px;
}

#manufacturing-support a,
#automation a,
#consultancy a {
    color: #3dadd2;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Proxima Nova', sans-serif;
    
}

#manufacturing-support a:hover,
#automation a:hover,
#consultancy a:hover {
    text-decoration: underline;
}



.container-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    background-color: #fffaf5;
}

.card img {
    width: 80px; 
    height: 80px; 
    margin-bottom: 20px;
}

.card h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.card p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
  line-height: 22px;
}

.container-card {
    background-image: url('../assets/products/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry.jpg');
    background-size: cover;
    background-position: center;
    padding: 15px;
}


.container-card1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('../assets/products/digital-tablet-screen-with-smart-home-controller-wooden-table.jpg');
    background-size: cover;
    background-position: center;
    padding: 15px;
}



.container-card2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url('../assets/products/aerial-view-business-team.jpg');
    background-size: cover;
    background-position: center;
    padding: 15px;
}

