/* =====================================================
MCG GYPSUM BOARD FACTORY PLC
RESPONSIVE STYLESHEET
=====================================================*/


/* ==========================================
Large Screens
========================================== */

@media (max-width:1200px){

}


/* ==========================================
Tablet
========================================== */

@media (max-width:992px){

}


/* ==========================================
Mobile
========================================== */
/* Overlay */

#menu-overlay{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.45);

backdrop-filter:blur(3px);

opacity:0;

visibility:hidden;

transition:.35s;

z-index:9997;

}

#menu-overlay.active{

opacity:1;

visibility:visible;

}
@media (max-width:768px){
    #mobile-menu{
    display:block;
}

#menu-overlay{
    display:block;
}
    /* Hide desktop navigation on mobile */

.nav-center{

display:none !important;

}

.phone-btn{

display:none !important;

}

    html,
body{

overflow-x:hidden;

width:100%;

}

*{

max-width:100%;

box-sizing:border-box;

}

    body.menu-open{

overflow:hidden;

}

    .hero-right{
    display:none;
}

/* =====================================
MOBILE MENU
===================================== */

#mobile-menu{

position:fixed;

top:80px;

right:-320px;

width:280px;

height:calc(100vh - 80px);

background:#ffffff;

box-shadow:-15px 0 40px rgba(0,0,0,.18);

transition:right .4s ease;

z-index:10000;

border-top-left-radius:22px;

border-bottom-left-radius:22px;

padding-top:30px;

}

#mobile-menu.active{

right:0;

}

#mobile-menu.active{

display:flex;

right:0;

}

.mobile-links{

display:flex;

flex-direction:column;

padding:0;

margin:0;

}

.mobile-links li{

list-style:none;

}

.mobile-links a{

display:block;

padding:18px 28px;

font-size:16px;

font-weight:600;

color:#222;

border-left:4px solid transparent;

transition:.3s;

}

.mobile-links a:hover{

background:#f5f5f5;

color:var(--orange);

border-left:4px solid var(--orange);

padding-left:35px;

}
.mobile-call{

background:var(--orange);

padding:15px 35px;

border-radius:50px;

margin-top:15px;

}
/* Hide desktop menu */

.nav-center{

display:none;

}

.hero-mobile-image{
    display:flex;
    justify-content:center;
    margin:30px 0;
}

.hero-mobile-image img{
    width:100%;
    max-width:320px;
    height:auto;
}

.container{
width:94%;
}

header{
height:80px;
}

.navbar{
height:80px;
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
gap:10px;
}

.logo img{
width:55px;
height:55px;
}

.logo-text h2{
font-size:18px;
}

.logo-text h3{
font-size:10px;
line-height:1.3;
}

.phone-btn{
display:none;
}

#menu-btn{
display:block;
width:42px;
height:42px;
}

.nav-center ul{

display:flex;

flex-direction:column;

width:100%;

gap:0;

}

.nav-center ul li{

width:100%;

}

.nav-center ul li a{

display:flex;

align-items:center;

height:60px;

padding:0 35px;

font-size:17px;

font-weight:600;

color:#fff;

border-left:4px solid transparent;

transition:.35s;

}

.nav-center ul li a:hover{

background:rgba(255,255,255,.08);

border-left:4px solid var(--orange);

padding-left:42px;

}

.nav-center a::after{

display:none;

}

/*=====================================
HERO
=====================================*/

.hero{

padding-top:110px;

padding-bottom:60px;

}

.hero-wrapper{

display:block;

}

.hero-left{

display:flex;

flex-direction:column;

align-items:center;

text-align:center;

}

.hero-left{

display:flex;

flex-direction:column;

align-items:center;

text-align:center;

}

.hero-right{

order:2;

width:100%;

display:flex;

justify-content:center;

margin:20px 0 30px;

}

.hero-left{

width:100%;

}

.hero-right{

display:none;

}

.hero-mobile-image{
    display:flex !important;
    justify-content:center;
    align-items:center;
    margin:25px 0 30px;
}

.hero-mobile-image img{
    display:block;
    width:100%;
    max-width:290px;
    height:auto;
}


.hero-image-box img{

width:100%;

animation:none;

}

.hero-left h1{

font-size:38px;

line-height:1.15;

margin-bottom:10px;

}

.hero-left p{

font-size:16px;

line-height:1.8;

margin:0 auto 30px;

max-width:100%;

}

.hero-small-title{

font-size:14px;

margin-bottom:12px;

}

.hero-line{

margin:20px auto;

width:70px;

height:4px;

}

.hero-buttons{

display:flex;

flex-direction:column;

gap:15px;

width:100%;

align-items:center;

}

.hero-buttons .btn{

width:100%;

max-width:320px;

height:56px;

font-size:16px;

}

.hero::before,

.hero::after,

.hero-shape,

.hero-circle,

.hero-decoration,

.image-glow,

.hero-image-shadow,

.hero-orange-accent{

display:none;

}

/*=====================================
CONTACT BAR
=====================================*/

.contact-bar{

padding:30px 0;

}

.contact-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:15px;

}

.contact-item{

padding:18px;

border-radius:18px;

background:rgba(255,255,255,.06);

}

.contact-item .icon{

width:50px;

height:50px;

font-size:18px;

}

.contact-item h4{

font-size:15px;

margin-bottom:6px;

}

.contact-item p,

.contact-item a{

font-size:13px;

word-break:break-word;

}

/*=====================================
PRODUCTS SECTION
=====================================*/

.products-section{

padding:70px 0;

}

.section-title{

margin-bottom:45px;

}

.section-title span{

font-size:13px;

letter-spacing:2px;

}

.section-title h2{

font-size:34px;

line-height:1.2;

}

.title-line{

margin-top:15px;

}

.products-wrapper{

display:flex;

flex-direction:column;

gap:40px;

}

.product-image-grid{

display:flex;

flex-direction:column;

height:auto;

gap:18px;

}

.small-image,

.large-image{

width:100%;

height:220px;

border-radius:22px;

}

.small-image img,

.large-image img{

width:100%;

height:100%;

object-fit:cover;

}

.products-content{

width:100%;

}

.product-item{

padding:22px 0;

gap:16px;

}

.product-item span{

width:46px;

height:46px;

font-size:15px;

flex-shrink:0;

}

.product-item h3{

font-size:21px;

margin-bottom:5px;

}

.product-item p{

font-size:15px;

line-height:1.7;

}

.products-content .btn{

width:100%;

justify-content:center;

margin-top:28px;

height:56px;

font-size:16px;

}

/*=====================================
PRODUCT GALLERY
=====================================*/

.products-gallery{

padding:70px 0;

}

.products-gallery.active{

padding:70px 0;

}

.products-cards{

display:grid;

grid-template-columns:1fr;

gap:28px;

}

.product-card{

border-radius:24px;

overflow:hidden;

}

.product-card img{

height:240px;

}

.product-card h3{

font-size:24px;

padding:24px 22px 8px;

}

.product-card p{

padding:0 22px 26px;

font-size:15px;

line-height:1.7;

}

/*=====================================
MISSION & VISION
=====================================*/

.mission-section{

padding:70px 0;

}

.mission-grid{

display:flex;

flex-direction:column;

gap:40px;

}

.mission-image{

width:100%;

border-radius:24px;

overflow:hidden;

}

.mission-image img{

width:100%;

height:320px;

object-fit:cover;

}

.mission-box,
.vision-box{

padding:28px;

margin-bottom:20px;

border-radius:22px;

}

.mission-box i,
.vision-box i{

width:60px;

height:60px;

font-size:22px;

}

.mission-box h3,
.vision-box h3{

font-size:22px;

margin-bottom:10px;

}

.mission-box p,
.vision-box p{

font-size:15px;

line-height:1.8;

}

/*=====================================
CORE VALUES
=====================================*/

.values-section{

padding:70px 0;

}

.values-wrapper{

display:flex;

flex-direction:column;

gap:40px;

}

.values-image{

width:100%;

border-radius:24px;

overflow:hidden;

}

.values-image img{

width:100%;

height:320px;

object-fit:cover;

}

.values-content{

text-align:center;

}

.values-content h2{

font-size:34px;

line-height:1.25;

}

.values-content ul{

margin-top:30px;

text-align:left;

}

.values-content li{

font-size:17px;

padding:10px 0;

}
/*=====================================
CTA
=====================================*/

.cta-section{

padding:70px 20px;

}

.cta-section h2{

font-size:34px;

line-height:1.3;

}

.cta-section p{

font-size:16px;

margin:20px auto 30px;

}

.cta-section .btn{

width:100%;

max-width:320px;

height:56px;

justify-content:center;

}
/*=====================================
FOOTER
=====================================*/

.footer{

padding:70px 0 25px;

}

.footer-grid{

display:flex;

flex-direction:column;

gap:45px;

}

.footer-column{

width:100%;

text-align:center;

}

.footer-logo{

justify-content:center;

}

.footer-about{

max-width:100%;

margin:auto;

margin-bottom:30px;

}

.footer-social{

justify-content:center;

}

.footer-column ul{

display:flex;

flex-direction:column;

align-items:center;

}

.footer-contact li{

justify-content:center;

text-align:center;

}

.footer-bottom{

margin-top:40px;

font-size:14px;

}

}


/* ==========================================
Small Phones
========================================== */

@media (max-width:480px){

}