/* =========================
JECO WEBSITE CSS
Optimized Clean Version
========================= */


/* RESET */
*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Arial, Helvetica, sans-serif;
color:#333;
background:#fff;
line-height:1.6;
}


/* =========================
HEADER
========================= */

.header-container{
padding:12px 20px;
background:#fff;
position:relative;
z-index:1000;
}

.top-bar{
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.logo img{
max-width:420px;
width:100%;
height:auto;
}

.search-icon{
position:absolute;
right:0;
font-size:22px;
cursor:pointer;
color:#da2b1f;
}


/* =========================
NAVIGATION
========================= */

.nav-menu{
display:flex;
justify-content:center;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
background:#fff;
}

.nav-menu a{
padding:14px 20px;
text-decoration:none;
font-weight:600;
font-size:16px;
color:#333;
transition:all .2s ease;
}

.nav-menu a:hover{
color:#da2b1f;
}

.nav-menu a.active{
color:#da2b1f;
border-bottom:3px solid #da2b1f;
}



/* =========================
SEARCH OVERLAY
========================= */

.search-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.85);
display:none;
align-items:center;
justify-content:center;
z-index:2000;
}

.search-overlay-content{
width:80%;
max-width:500px;
display:flex;
border-bottom:2px solid #fff;
}

.search-overlay input{
flex:1;
padding:12px;
font-size:20px;
border:none;
background:transparent;
color:#fff;
outline:none;
}

.search-overlay button{
background:#da2b1f;
border:none;
padding:12px 16px;
color:#fff;
cursor:pointer;
}


/* =========================
HERO CAROUSEL
========================= */

.custom-carousel img{
width:100%;
max-height:520px;
object-fit:cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
background-color:rgba(0,0,0,.6);
}


/* =========================
INTRO SECTION
========================= */

.jainEn-container{
max-width:1100px;
margin:auto;
padding:40px 20px;
text-align:center;
}

.jainEn-title{
font-size:34px;
font-weight:700;
margin-bottom:10px;
}

.jainEn-subtitle{
font-size:20px;
color:#777;
margin-bottom:20px;
}

.jainEn-description{
font-size:16px;
color:#555;
text-align:left;
margin-bottom:15px;
}

.jainEn-link{
display:inline-block;
margin-top:10px;
color:#da2b1f;
font-weight:600;
text-decoration:none;
}

.jainEn-link:hover{
text-decoration:underline;
}


/* =========================
PRODUCT GRID
========================= */

.jainEr-responsive-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
max-width:1200px;
margin:auto;
padding:40px 20px;
}

.jainEr-grid-item{
text-align:center;
}

.jainEr-grid-item img{
max-width:100%;
height:auto;
transition:transform .3s ease;
}

.jainEr-grid-item:hover img{
transform:scale(1.15);
}

.jainEr-grid-item h3{
font-size:18px;
margin-top:10px;
margin-bottom:6px;
}

.jainEr-grid-item a{
color:#da2b1f;
text-decoration:none;
font-weight:600;
}

.jainEr-grid-item a:hover{
text-decoration:underline;
}


/* =========================
DISCOVER SECTION
========================= */

.discoverJainEr{
position:relative;
text-align:center;
}

.discoverJainEr img{
width:100%;
height:auto;
}

.text-overlay{
position:absolute;
top:40px;
left:40px;
color:#fff;
background:rgba(0,0,0,.55);
padding:20px;
}

.text-overlay h1{
font-size:32px;
}

.action-btn{
position:absolute;
bottom:40px;
left:40px;
background:#da2b1f;
border:none;
padding:12px 20px;
color:#fff;
font-size:16px;
cursor:pointer;
}

.action-btn:hover{
background:#a32118;
}


/* =========================
FOOTER
========================= */

.jainEn-footer{
background:#000;
color:#fff;
padding:40px 20px;
}

.jainEn-footer-container{
max-width:1200px;
margin:auto;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
gap:30px;
}

.jainEn-footer-logo img{
max-width:150px;
margin-bottom:15px;
}

.jainEn-footer-logo address{
font-style:normal;
font-size:14px;
line-height:1.5;
}

.jainEn-footer-links{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.jainEn-footer-links ul{
list-style:none;
}

.jainEn-footer-links a{
color:#fff;
text-decoration:none;
font-size:14px;
}

.jainEn-footer-links a:hover{
text-decoration:underline;
}

.jainEn-footer-bottom{
margin-top:30px;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.jainEn-footer-social a{
margin-right:10px;
background:#fff;
color:#000;
padding:6px 8px;
font-size:16px;
}

.jainEn-footer-social a:hover{
background:#da2b1f;
color:#fff;
}

.jainEn-footer-bottom-links a{
margin-right:15px;
color:#fff;
font-size:13px;
text-decoration:none;
}

.jainEn-footer-bottom-links a:hover{
text-decoration:underline;
}



/* =========================
RESPONSIVE
========================= */

@media (max-width:1024px){

.jainEr-responsive-grid{
grid-template-columns:repeat(2,1fr);
}

.jainEn-footer-links{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:768px){

.logo img{
max-width:260px;
}

.nav-menu{
overflow-x:auto;
}

.nav-menu a{
white-space:nowrap;
}

.jainEr-responsive-grid{
grid-template-columns:1fr;
}

.text-overlay{
left:20px;
top:20px;
}

.action-btn{
left:20px;
bottom:20px;
}

.jainEn-footer-container{
flex-direction:column;
}

.jainEn-footer-links{
grid-template-columns:1fr;
}

}
