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

body{
font-family:'Poppins',sans-serif;
}
html {
  scroll-behavior: smooth;
}
select {
    -webkit-appearance: listbox !important;
	color: #9A7575 !important;
}

/* HEADER */
.topbar{
    background:#f8f8f8;
    padding:10px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:14px;
}

header{
display:flex;
align-items:center;
justify-content:flex-end;
padding:20px 80px;
background:white;
/* position:fixed; */
width:100%;
z-index:999;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.logo{
position:absolute;
left:80px;
font-size:24px;
font-weight:600;
color:#0a3d62;
letter-spacing: -1px;
line-height: 1;
}

/*nav ul{
display:flex;
list-style:none;
gap:40px;
justify-content:center;
}

nav ul li a{
text-decoration:none;
color:#333;
font-weight:500;
transition:0.3s;
}

nav ul li a:hover{
color:#0a3d62;
}*/

/* HERO */
.hero{
    position:relative;
    height:auto;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    /*padding-right:120px;*/
}

.hero-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-1;
}

.hero-content h1{
    color:#fff;
    font-size:42px;
    font-weight:600;
    text-align:right;
}

@keyframes zoom{
0%{background-size:100%;}
100%{background-size:110%;}
}

.hero h1{
    font-size:42px;
    font-weight:600;
    text-align:right;
}


.shape-pink{
position:absolute;
left:-120px;
top:300px;
width:300px;
height:300px;
background:#e81f76;
border-radius:60% 40% 60% 40%;
}

.shape-orange{
position:absolute;
right:-120px;
bottom:200px;
width:300px;
height:300px;
background:#ff8800;
border-radius:60% 40% 60% 40%;
}


/* PRODUCTS */
.products{
    padding:80px 60px;
    text-align:center;
	background: #f4f4f4;
}

.products h2{
    /*font-weight:600;
    margin-bottom:40px;*/
}
/* Model  */
.model {
    padding:80px 60px;
    text-align:center;
	background: #fff;
}
.model h2{
    /*font-weight:600;*/
    margin-bottom:40px;
}
/* Industries   */
.industries  {
    padding:80px 60px;
    text-align:center;
	background: #f4f4f4;
}
.industries  h2{
    /*font-weight:600;*/
    margin-bottom:40px;
}
.contact {
    padding:80px 100px;
    text-align:center;
	background: #f4f4f4;
}
.about{
    padding:80px 60px;
    text-align:center;
	background: #fff;
	height:500px
}
.qualification {
    padding:80px 60px;
    text-align:center;
	background: #ffffff;
	/*height:500px*/
}
.technical {
    padding:80px 60px;
    text-align:center;
	background: #fff;
	/*height:500px*/
}
.technical i{
font-size:40px;
margin-bottom:0px;
color:#007C7C;
}
.sourcing-services{
	/*display:flex;*/
	align-items:center;
	background: #f4f4f4;
	padding: 80px 60px;
}

.product-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.product img{
width:100%;
height:280px;
object-fit:cover;
transition:0.4s;
}

.product:hover img{
transform:scale(1.05);
}

.product-card h5{
    margin-top:15px;
    font-weight:500;
}
.quality-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:50px;
}
.contact-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:50px;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
        border: 1px solid #dee2e6;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 5px;
    padding: 5px;
    outline: 0;
}
form .form-group {
    margin-top: 20px;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #444;
    font-weight: 500;
}
.contact-detail .icon i {
    fill: #CF7009;
    margin-right: 10px;
}
/* Electronics Materials */
.electronics {
padding:80px 60px;
background:#fff;
text-align:center;
}

.electronics-box{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
text-align: center;
}
.electronics-boxes
{
	border: 1px solid #F8D6E4;
    padding: 20px;
    border-radius: 20px;
	background-color: #FFF;
}
/*.electronics-boxes-aoorw {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #e0e0e0;
    z-index: 2;
}*/
.electronics-box i{
font-size:40px;
margin-bottom:20px;
color:#555;
}

.electronics-box h4{
margin-bottom:10px;
font-weight: 500;
}

.electronics-box p{
font-size:14px;
line-height:1.7;
color:#666;
}
.workingmodel{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
text-align: center;
padding-top: 50px;
}
.workingmodel-img
{
	width:80%; 
	border-radius: 20%;
}
 
/* FEATURES */
.features{
padding:80px 60px;
background:#fff;
text-align:center;
}

.features-box{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
    text-align: center;
}
.feature-boxes
{
	border: 1px solid #F8D6E4;
    padding: 20px;
    border-radius: 20px;
	background-color: #FFF;
}
.feature-boxes-aoorw {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #e0e0e0;
    z-index: 2;
}
.features-box i{
font-size:40px;
margin-bottom:20px;
color:#555;
}

.features-box h4{
margin-bottom:10px;
font-weight: 500;
}

.features-box p{
font-size:14px;
line-height:1.7;
color:#666;
}
.btn{
    display:inline-block;
    margin-top:30px;
    padding:10px 30px;
    border:1px solid #333;
    text-decoration:none;
    color:#333;
    transition:0.3s;
}

.btn:hover{
    background:#333;
    color:#fff;
}

/* MAP */
.map{
    margin-top:60px;
}

.map iframe{
    width:100%;
    height:400px;
    border:0;
}
.about-section{
    /*display:flex;*/
	gap:50px;
    align-items:center;
    padding:100px 60px;    
    background:#fff;
}
.about-section img{
    width:55%;

}

.about-box{
    background:#f7f7f7;
    padding:40px;
    width:40%;
	float: right;
}

.about-box h3{
    font-size:28px;
    margin-bottom:20px;
}
/* CONTACT SECTION */
.contact-section{
    /*display:flex;*/
	gap:50px;
    align-items:center;
    padding:100px 60px;    
    background:#fff;
}

.contact-section img{
    width:55%;

}

.contact-box{
    background:#f7f7f7;
    padding:40px;
    width:40%;
	float: right;
}

.contact-box h3{
    font-size:28px;
    margin-bottom:20px;
}

/* FOOTER */
footer{
    background:#000;
    color:#fff;
    text-align:center;
    padding:60px 20px;
}

footer h3{
    font-weight:600;
    margin-bottom:10px;
}

footer p{
    color:#bbb;
    font-size:14px;
    margin-bottom:20px;
}

footer i{
    margin:0 10px;
    font-size:18px;
    cursor:pointer;
}

footer i:hover{
    color:#ff6a00;
}
@media screen and (max-width: 600px) {
	header
	{
	display:block;
	align-items:center;
	justify-content:flex-end;
	padding:20px 20px;
	background:white;
	/* position:fixed; */
	width:100%;
	z-index:999;
	box-shadow:0 2px 10px rgba(0,0,0,0.05);
	}
	.logo{
	position:absolute;
	left:20px;
	font-size:24px;
	font-weight:600;
	color:#0a3d62;
	letter-spacing: -1px;
	}
	.features-box{
	display:grid;
	grid-template-columns:repeat(1,1fr);
	gap:40px;
	text-align: center;
	}
	.sourcing-services{
	/*display:flex;*/
	align-items:center;
	background: #f4f4f4;
	padding: 80px 20px;
	}
	.accordion {
	  color: #000;
	  border-radius: 0.5rem;
	  overflow: hidden;
	  padding:80px 20px;
	  background: #FFFFFF;
	}
	.industries  {
    padding:80px 20px;
    text-align:center;
	background: #f4f4f4;
	}
	.technical {
    padding:80px 20px;
    text-align:center;
	background: #fff;
	/*height:500px*/
	}
	.contact {
    padding:80px 20px;
    text-align:center;
	background: #f4f4f4;
	}
	.contact-grid{
	display:grid;
	grid-template-columns:repeat(1,1fr);
	gap:50px;
	}
	.electronics-box{
	display:grid;
	grid-template-columns:repeat(1,1fr);
	gap:40px;
	text-align: center;
	}
	.workingmodel{
	display:grid;
	grid-template-columns:repeat(1,1fr);
	gap:40px;
	text-align: center;
	padding-top: 50px;
	}
	.workingmodel-img
	{
		width:100%; 
		border-radius: 20%;
	}
 
}

/* RESPONSIVE */
@media(max-width:992px){
    .features{
        grid-template-columns:repeat(1,1fr);
    }

    .product-grid{
        grid-template-columns:1fr;
    }
	.products
	{
    padding:80px 20px;
    text-align:center;
	background: #f4f4f4;
	}

	.about-section{
        flex-direction:column;
		display:flex;
	gap:50px;
    align-items:center;
    padding:20px 20px; 
    }

    .about-section img,
    .about-box{
        width:100%;
    }
	/* Model  */
	.model {
		padding:80px 20px;
		text-align:center;
		background: #fff;
	}
    .contact-section{
        flex-direction:column;
    }

    .contact-section img,
    .contact-box{
        width:100%;
    }
}