*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

header{
    background:#fff;
    padding:20px 0;
    position:sticky;
    top:0;
    z-index:9999;

    border-bottom:3px solid #b31217;
}


.omega-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.omega-text{
    flex:1;
}

.omega-tag{
    display:inline-block;
    background:#c40000;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-weight:bold;
    margin-bottom:20px;
    letter-spacing:1px;
}

.omega-text h2{
    font-size:46px;
    color:#222;
    margin-bottom:20px;
}

.omega-text p{
    font-size:18px;
    color:#555;
    line-height:1.8;
    margin-bottom:25px;
}

.omega-text ul{
    list-style:none;
    padding:0;
    margin-bottom:35px;
}

.omega-text li{
    margin:12px 0;
    font-size:18px;
}

.omega-text i{
    color:#c40000;
    margin-right:10px;
}

.omega-btn{
    display:inline-block;
    background:#c40000;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:bold;
    transition:.3s;
}

.omega-btn:hover{
    background:#990000;
}

.omega-image{
    flex:1;
}

.omega-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

header{

    position:fixed;

    top:0;
    left:0;
    width:100%;

}

header{
    background:#fff;
    padding:8px 0;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
}

.main-nav{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:70px;
}

.main-nav a{
    text-decoration:none;
    color:#333;
    font-size:20px;
    font-weight:500;
    white-space:nowrap;
    transition:color .3s;
    display:block;
    width:120px;
    text-align:center;
}

.main-nav a:hover{
    color:#c8102e;
}

.header-left,
.header-right{
    display:flex;
    align-items:center;
    gap:60px;
}

.header-logo{
    flex:0 0 auto;
    margin:0;
}

.header-logo img{
    width:70px;
    height:auto;
    display:block;
}

header a{
    text-decoration:none;
    color:#333;
    font-size:18px;
    font-weight:500;
}

header a:hover{
    color:#c8102e;
}


.dropdown{
    position:relative;
}

.dropdown-menu{
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
}

.dropdown-menu a{
    background:#fff;
    display:block;
    padding:12px 20px;
    font-size:16px;

}

.dropdown:hover .dropdown-menu{
    opacity:1;
    visibility:visible;
}   

.logo{
    display:flex;
    align-items:center;
}

.logo img{
    height:80px;
}

nav a{
    font-size:17px;
    font-weight:500;
}


#lang-toggle{
    padding:8px 14px;
    border:none;
    cursor:pointer;
}

.product-card{

transition:.3s;

}

.product-card:hover{

transform:translateY(-8px);

box-shadow:0 15px 35px rgba(0,0,0,.12);

}



.btn{
    display:inline-block;
    padding:14px 30px;
    background:#d62828;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-weight:bold;
    transition:.3s;
}

.btn:hover{
    background:#b71c1c;
}

.about-section strong{
    color:#caa85c;
    font-size:22px;
    display:block;
    margin-bottom:8px;
}

section{
    padding:80px 0;
}

.services-section h2{
    font-size:46px;
    color:#a50000;
    text-align:center;
    margin-bottom:20px;
    letter-spacing:2px;
    position:relative;
}

.services-section h2::after{
    content:"";
    width:80px;
    height:4px;
    background:#a50000;
    display:block;
    margin:18px auto 0;
}

.section-divider{
    width:80px;
    height:4px;
    background:#a50000;
    margin:70px auto;
    border-radius:10px;
}

.content-section{
    margin:40px auto;
    background:#fff;
    border-radius:12px;
}

h2{
    margin-bottom:40px;
    text-align:center;
    font-size:38px;
}

.product-image{
    width:100%;
    height:260px;
    overflow:hidden;
    border-radius:20px 20px 0 0;
}

.product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.card{
    overflow:hidden;
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
}

.card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.card h3{
    padding:15px;
}

.card p{
    padding:0 15px 15px;
}

.card a{
    display:block;
    padding:15px;
    background:#1f4d36;
    color:#fff;
    text-align:center;
    text-decoration:none;
}



.features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.feature{
    padding:25px;
    border:1px solid #ddd;
    text-align:center;
}

.why-choose{
    padding:90px 0;
    background:#fafafa;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.choose-box{
    background:#fff;
    border-radius:18px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.choose-box:hover{
    transform:translateY(-8px);
}

.choose-box i{
    font-size:42px;
    color:#c40000;
    margin-bottom:20px;
}

.choose-box h3{
    font-size:22px;
    margin-bottom:15px;
    color:#222;
}

.choose-box p{
    color:#666;
    line-height:1.7;
}

.whatsapp{
    position:fixed;
    right:20px;
    bottom:20px;

    padding:15px 20px;

    background:#25D366;
    color:#fff;
    border-radius:50px;
    text-decoration:none;

    z-index:99999;
}



.page-banner{
    height:400px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;

    background:
    linear-gradient(
        rgba(0,0,0,.45),
        rgba(0,0,0,.45)
    ),
    url("images/about.jpg");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.page-banner .container{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
}

.page-banner h1{
    margin:0;
    color:#fff;
    font-size:60px;
    font-weight:700;
}



.about-section{
    display:block;
    padding:80px 20px;
}

.about-section .container{
    display:block;
    max-width:1000px;
    margin:auto;
}

.about-section h2{
    margin-bottom:30px;
    color:#000;
    text-align:center;
    font-size:52px;
}

.about-section p{
    margin-bottom:20px;
    text-align:center;
    font-size:20px;
    line-height:1.8;
}

.contact-section{
    padding-top:150px;
}

.contact-section .container{
    width:95%;
    max-width:1500px;
    margin:auto;
}

.contact-grid{
    display:grid;
    grid-template-columns:380px minmax(650px,1fr);
    gap:120px;
    align-items:start;
}

.contact-form input,
.contact-form textarea{
    width:100%;
}

.contact-info h2{
    color:#b31217;
    font-size:42px;
    margin-bottom:40px;
    text-align:left;
    line-height:1.2;
    margin-right:300px;  
}

.contact-form h2{
    color:#b31217;
    font-size:42px;
    margin-bottom:40px;
    text-align:left;
    line-height:1.2;
    margin-left:300px;   
}

.contact-info p{
    margin-bottom:30px;
    line-height:1.8;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:20px;
}

.contact-form{
    margin-left:100px;
}

.contact-form input{
    width:100%;
    height:68px;
    padding:0 24px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:18px;
}

.contact-form textarea{
    width:100%;
    height:320px;
    padding:24px;
    border:1px solid #ddd;
    border-radius:10px;
    resize:none;
    font-size:18px;
}

.contact-form button{
    float:right;
    margin-top:20px;
    padding:18px 50px;
    border:none;
    border-radius:50px;
    background:#b31217;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.contact-form button:hover{
    opacity:.9;
}

.contact-info{
    overflow: visible;
}

.contact-info h2{
    font-size:42px;
    color:#b31217;
    text-align:left;
    white-space:nowrap;
    margin-left:0;
    padding-left:10px;
}


.map-section{
    margin:0;
    padding:0;
}

.map-section iframe{
    display:block;
    width:100%;
    height:350px;
    border:0;
}


footer {
    background: linear-gradient(#f8f4ec, #efe4d2);
    padding: 60px 0 30px;
    position: relative; 
    overflow: hidden;
}

footer .container {
    position: relative;
    z-index: 2; 
}

.footer-grid{
    display:grid;
    grid-template-columns:220px 1fr 1fr 1fr;
    gap:60px;
    align-items:start;
    position:relative;
}

.footer-links,
.footer-contact,
.footer-social{
    margin-top:15px;
}

.footer-grid > div{
    align-self:start;
}

.footer-logo,
.footer-brand{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:18px;

    position:relative;
    left:-60px;   

    margin-top:10px;
}

.footer-brand a{
    display:block;
}

.footer-brand img{
    display:block;
    transition:.3s;
}

.footer-brand img:hover{
    transform:scale(1.05);
}

.footer-brand a:first-child img{
    width:85px;
}

.footer-brand a:last-child img{
    width:110px;
}

.footer-logo img,
.footer-brand img{
    width:90px;
}

footer h3{
    margin-bottom:20px;
    color:#9d1015;
    font-size:24px;
    letter-spacing:2px;
}

footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

footer li{
    margin-bottom:12px;
}

footer p{
    margin-bottom:15px;
    line-height:1.8;
    color:#333;
}

footer a{
    color:#333;
    text-decoration:none;
    transition:.3s;
}

footer a:hover{
    color:#b31217;
}

.footer-links a:hover{
    padding-left:5px;
}

.footer-social{
    display:flex;
    flex-direction:column;
}

.footer-social a{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.footer-social i{
    width:40px;
    height:40px;
    border:2px solid #b31217;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#b31217;
    font-size:18px;
}

footer hr{
    width:78%;
    margin:45px 0 20px;
}

.copyright{
    text-align:center;
    color:#555;
    font-size:15px;
}

@media (max-width: 1100px) {
    .footer-chicken {
        opacity: 0.3; 
        right: -50px;
    }
}

@media (max-width: 992px) {
    .footer-chicken {
        display: none; 
    }
}

.footer-contact p{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}

.footer-contact .icon{
    width:22px;
    text-align:center;
    color:#b31217;
    flex-shrink:0;
}

.footer-links i{
    color:#b31217;
    margin-right:15px;
    font-size:13px;
}

footer{
    background:linear-gradient(#f8f4ec,#efe4d2);
    padding:60px 0 30px;
    position:relative;
    overflow:hidden;
}

.footer-chicken{
    position:absolute;
    right:-260px;
    bottom:90px;
    z-index:1;
    pointer-events:none;
}

.footer-chicken img{
    width:500px;
    height:auto;
    display:block;
    opacity:.95;
}

.section-divider{
    width:80px;
    height:4px;
    background:#b30d0d;
    margin:80px auto 60px;
    border-radius:10px;
}



.service-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:70px;

}




.service-box{

    background:#fff;

    padding:40px 30px;

    text-align:center;

    border-radius:15px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;
}

.service-box:hover{

    transform:translateY(-10px);

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}




.service-icon{

    width:110px;

    height:110px;

    margin:auto;

    border-radius:50%;

    background:#f8f2ea;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;
}

.service-icon i{

    font-size:48px;

    color:#b30d0d;

}




.service-box h3{

    color:#b30d0d;

    font-size:34px;

    margin-bottom:18px;

    font-weight:700;
}



.service-box span{

    width:70px;

    height:3px;

    background:#c60c0c;

    display:block;

    margin:20px auto;
}




.service-box p{

    color:#555;

    line-height:1.8;

    font-size:16px;
}



@media(max-width:992px){

.service-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.service-grid{

grid-template-columns:1fr;

}

}



.service-section{
    padding:20px 0 5px;
}

.service-card{

    max-width:900px;

    margin:0 auto;

    background:#fff;

    border-radius:18px;

    padding:60px;

    text-align:center;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.3s;
}

.service-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}



.service-subtitle{

    display:inline-block;

    color:#b30d0d;

    font-size:13px;

    font-weight:700;

    letter-spacing:4px;

    margin-bottom:15px;

}



.service-card h2{

    font-size:48px;

    margin-bottom:35px;

    color:#222;

}




.service-card p{

    font-size:20px;

    line-height:2;

    color:#666;

    margin-bottom:25px;

}

.hero-slider{

    width:100%;
    height:100vh;
    overflow:hidden;
    position:relative;

}

.slides{

    display:flex;
    width:200%;
    height:100%;
    transition:0.8s ease;

}

.slide{

    width:50%;
    height:100%;
    position:relative;
    flex-shrink:0;

}

.hero-slider{
    background:#f5f2eb;
}

.slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.slide img,
.slide video{
    width:auto;
    height:100%;
    max-width:100%;
    object-fit:contain;
}

.overlay{

    position:absolute;

    left:2%;

    top:50%;

    transform:translateY(-50%);

    color:#fff;

    max-width:550px;

}

.overlay span{
    display:inline-block;
    background:#c40000;
    color:#ffffff;
    padding:10px 24px;
    border-radius:30px;

    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.overlay h1{

    font-family:Georgia, "Times New Roman", serif;

    font-size:50px;

    font-weight:700;

     color:#4a2c1f;

    line-height:1.1;

    text-shadow:
        0 4px 12px rgba(0,0,0,.45);

    margin:25px 0 20px;

}

.overlay p{

    font-family:'Poppins',sans-serif;

    font-size:22px;

    line-height:1.7;

    color:#6d5645;

    text-shadow:
        0 2px 8px rgba(0,0,0,.45);

}

.overlay a{

    font-family:'Poppins',sans-serif;

    font-size:18px;

    font-weight:600;

    color:#e60101;

}

.prev,
.next{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:rgba(0,0,0,.45);

    color:#fff;

    font-size:28px;

    cursor:pointer;

    z-index:100;

}

.prev{

    left:25px;

}

.next{

    right:25px;

}

.prev:hover,
.next:hover{

    background:#c40000;

}

.dots{

    position:absolute;

    bottom:25px;

    left:50%;

    transform:translateX(-50%);

}

.dot{

    width:14px;

    height:14px;

    border-radius:50%;

    display:inline-block;

    background:#ccc;

    margin:0 6px;

    cursor:pointer;

}

.dot.active{

    background:#c40000;

}