.topbar-glz{
    background:#972c23;
    padding:8px 0;
}

.topbar-left,
.topbar-right{
    display:flex;
    align-items:center;
}

.topbar-right{
    justify-content:flex-end;
}

.phone-link,
.email-link{
    color:#fff;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
}

.phone-link i,
.email-link i{
    margin-right:8px;
}

.make-india{
    display:flex;
    align-items:center;
    margin-left:50px;
}

.make-india img{
    width:55px;
    height:auto;
    display:block;
    margin-right:10px;
}

.make-india span{
    color:#fff;
    font-size:17px;
    font-weight:700;
}

.social-links{
    display:flex;
    gap:10px;
    margin-left:25px;
}

.social-links a{
    width:36px;
    height:36px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
}

@media(max-width:991px){

    .topbar-left,
    .topbar-right{
        justify-content:center;
        flex-wrap:wrap;
        gap:12px;
    }

    .topbar-right{
        margin-top:10px;
    }

    .make-india{
        margin-left:0;
    }

    .social-links{
        margin-left:0;
    }
}









.glz-header{
    background:#fff;
    position:relative;
    z-index:999;
}

.glz-nav-wrap{
    min-height:120px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.glz-logo img{
    height:90px;
}

.glz-menu{
    list-style:none;
    margin:0;
    padding:0;
    gap:40px;
}

.glz-menu li{
    position:relative;
}

.glz-menu li a{
    text-decoration:none;
    color:#111;
    font-size:17px;
    font-weight:600;
}

.contact-btn{
    border:1px solid #79c47e;
    padding:12px 28px;
    border-radius:40px;
    text-decoration:none;
    color:#111;
}

.submenu{
    position:absolute;
    top:100%;
    left:0;
    min-width:280px;
    background:#9d2e26;
    padding:0;
    margin:0;
    list-style:none;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.menu-item-has-children:hover .submenu{
    opacity:1;
    visibility:visible;
}

.submenu li{
    position:relative;
}

.submenu li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 17px;
    color:#fff; border-bottom:1px dashed #bb5b54;
}

.child-submenu{
    position:absolute;
    left:100%;
    top:0;
    min-width:260px;
    background:#9d2e26;
    padding:0;
    margin:0;
    list-style:none;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.submenu-has-children:hover .child-submenu{
    opacity:1;
    visibility:visible;
}

.child-submenu a{
    display:block !important;
    padding:17px 17px;
    color:#fff !important;
}

.mobile-toggle{
    border:none;
    background:none;
    font-size:35px;
}

.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.mobile-menu{
    position:fixed;
    top:0;
    left:-320px;
    width:300px;
    height:100%;
    background:#fff;
    z-index:9999;
    transition:.4s;
    overflow-y:auto;
}

.mobile-menu.active{
    left:0;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

.mobile-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:17px;
    border-bottom:1px solid #eee;
}

.mobile-header img{
    height:32px;
}

.menu-close{
    border:none;
    background:none;
    font-size:25px;
}

.mobile-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.mobile-menu li a{
    display:block;
    padding:15px 17px;
    color:#111;
    text-decoration:none;
    border-bottom:1px solid #eee;
}

.mobile-submenu,
.mobile-sub-child ul{
    display:none;
}

.mobile-submenu.show,
.mobile-sub-child ul.show{
    display:block;
}

@media(max-width:991px){

    .glz-logo img{
        height:70px;
    }

    .glz-nav-wrap{
        min-height:90px;
    }
    .mobile-submenu{
    display:none;
}

.mobile-submenu.show{
    display:block;
}

.mobile-sub-child ul{
    display:none;
}

.mobile-sub-child ul.show{
    display:block;
}
}







.glz-hero-section{
    position:relative;
}

.glz-hero-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.35);
    z-index:1;
}

.glz-slider-content{
    z-index:2;
}

/* Slider Height */

.glz-hero-section .carousel-item,
.glz-hero-section .carousel-item img{
    height:500px;
}

.glz-hero-section .carousel-item img{
    width:100%;
    object-fit:cover;
}

/* Content */

.glz-slider-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    z-index:9;
    width:80%;
}

.glz-slider-content h5{
    color:#e0b04a;
    font-size:30px;
    font-weight:700;
}

.glz-slider-content h1{
    font-size:30px;
    font-weight:700; color:#fff;
    margin:15px 0;
}

.glz-slider-content p{
    font-size:17px; color:#fff;
}

.glz-slider-btn{
    display:inline-block;
    padding:15px 40px;
    background:#a62e26;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    margin-top:17px;
}

/* EXACT ZIGZAG */

.glz-zigzag{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:17px;
    z-index:10;

    background:
    linear-gradient(-45deg,#fff 9px,transparent 0),
    linear-gradient(45deg,#fff 9px,transparent 0);

    background-size:17px 17px;
    background-repeat:repeat-x;
}

/* Mobile */

@media(max-width:991px){

    .glz-hero-section .carousel-item,
    .glz-hero-section .carousel-item img{
        height:400px;
    }

    .glz-slider-content h1{
        font-size:32px;
    }

    .glz-slider-content h5{
        font-size:28px;
    }

}









.glz-products-section{
    padding:40px 0;
}

.glz-title{
    font-size:50px;
    font-weight:700;
    color:#a52b22;
}

.glz-tabs .nav-link{
    border:none;
    background:#eee;
    padding:10px 17px;
    margin-left:10px;
    border-radius:10px;
    color:#333;
    font-weight:600;
}

.glz-tabs .nav-link.active{
    background:#a52b22;
    color:#fff;
}

.swiper-slide img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:12px;
}

.swiper-slide h5{
    text-align:center;
    margin-top:15px;
    font-size:17px;
}

.swiper-button-next,
.swiper-button-prev{
    color:#a52b22;
}



.glz-welcome{
    padding:70px 0 0px;
    text-align:center;
}

.glz-welcome h2{
    color:#9d2e26;
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
}

.glz-welcome p{

    margin:auto;
    font-size:17px;
    line-height:1.6;
    color:#222;
    font-weight:400;
}

.glz-welcome p strong{
    font-weight:700;
}

@media(max-width:991px){

    .glz-welcome h2{
        font-size:38px;
    }

    .glz-welcome p{
        font-size:17px;
    }

}




.glz-catalogue-section{
    padding:0px 0 40px;
    text-align:center;
    background:#fff;
}

.glz-catalogue-heading{
    font-size:34px;
    font-weight:700;
    color:#9d2e26;
    margin-bottom:17px;
    line-height:1.3;
}

.glz-catalogue-text{
    max-width:1100px;
    margin:0 auto;
    font-size:17px;
    line-height:1.8;
    color:#333;
    font-weight:400;
}

.glz-catalogue-btn{
    display:inline-block;
    margin-top:35px;
    padding:12px 32px;
    background:#9d2e26;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.glz-catalogue-btn:hover{
    background:#84241d;
    color:#fff;
}







.glz-aluminium-section{
 padding:0px 0 40px;
    background:#fff;
}

.glz-image-stack img{
    width:100%;
    display:block;
    margin-bottom:17px; padding:40px;
}

.glz-tagline{
    color:#1e73be;
    font-size:17px;
    font-weight:500;
    display:block;
    margin-bottom:17px;
}

.glz-heading{
    color:#9d2e26;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
    line-height:1.2;
}

.glz-aluminium-section p{
    font-size:17px;
    color:#333;
    line-height:1.6;
    margin-bottom:25px;
}

.glz-feature-list{
    padding-left:22px;
    margin:0;
}

.glz-feature-list li{
    font-size:17px;
    color:#333;
    line-height:1.6;
    margin-bottom:10px;
}

.glz-feature-list strong{
    font-weight:700;
}

@media(max-width:991px){

    .glz-heading{
        font-size:34px;
    }

    .glz-aluminium-section p,
    .glz-feature-list li{
        font-size:17px;
    }

}




.glz-maintenance-section{
    padding:40px 0;
    background:#fff;
}

.glz-maintenance-content{
    margin-bottom:50px;
}

.glz-maintenance-content h2{
    font-size:32px;
    font-weight:700;
    color:#9d2e26;
    margin-bottom:15px;
}

.glz-maintenance-content p{
    font-size:18px;
    color:#111;
    max-width:940px;

    line-height:1.8;
}

.glz-maintenance-section img{
    width:100%;
    height:320px;
    object-fit:cover;
}

@media(max-width:991px){

    .glz-maintenance-content h2{
        font-size:36px;
    }

    .glz-maintenance-content p{
        font-size:17px;
    }

    .glz-maintenance-section img{
        height:250px;
    }
}






.glz-plant-section{
    padding:40px 0;
    background:#fff;
}

.glz-plant-title{
    text-align:center;
    font-size:32px;
    font-weight:700;
    color:#9d2e26;
    margin-bottom:50px;
}

.glz-plant-card{
    overflow:hidden;
    border-radius:8px;
}

.glz-plant-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

@media(max-width:991px){

    .glz-plant-title{
        font-size:38px;
        margin-bottom:30px;
    }

    .glz-plant-card img{
        height:220px;
    }

}   


.glz-work-section{
    position:relative;
    padding:50px 0;
    overflow:hidden;
}

.glz-work-section::before{
    content:"";
    position:absolute;
    top:-17px;
    left:-17px;
    right:-17px;
    bottom:-17px;

    background:url('../images/3-scaled.png') center center/cover no-repeat;

    filter:blur(8px);
    -webkit-filter:blur(8px);

    z-index:0;
}

.glz-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
    z-index:1;
}

.glz-work-section .container{
    position:relative;
    z-index:2;
}

.glz-work-title{
    color:#fff;
    font-size:32px;
    font-weight:700;
    margin:0;
}

.glz-work-btn{
    display:inline-block;
    padding:12px 35px;
    border:2px solid #d4a93d;
    border-radius:40px; background: #fff;
    color:#111;
    text-decoration:none;
    font-weight:600;
}

.workSwiper{
    padding:10px 30px;
}

.workSwiper .swiper-slide img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:8px;
    display:block;
}

.workSwiper .swiper-button-prev,
.workSwiper .swiper-button-next{
    color:#b63128;
    font-weight:bold;
}

.workSwiper .swiper-button-prev:after,
.workSwiper .swiper-button-next:after{
    font-size:34px;
}

@media(max-width:768px){

    .glz-work-title{
        font-size:32px;
    }

    .workSwiper .swiper-slide img{
        height:180px;
    }
}









.glz-contact-section{
    position:relative;
    padding:90px 0;
    background:url('../images/3-scaled.png') center center/cover no-repeat;
}

.glz-contact-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

.glz-contact-info{
    color:#fff;
}

.glz-small-title{
    color:#f4c55a;
    font-size:17px;
    font-weight:700;
    display:block;
    margin-bottom:17px;
}

.glz-sub-text{
    font-size:18px;
    margin-bottom:35px;
}

.glz-contact-info h2{
    color:#f4c55a;
    font-size:32px;
    font-weight:700;
    margin-bottom:35px;
}

.glz-contact-item{
    display:flex;
    gap:17px;
    margin-bottom:30px;
}

.glz-icon{
    width:55px;
    height:55px;
    background:#f4c55a;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.glz-icon i{
    color:#333;
    font-size:28px;
}

.glz-contact-item h5{
    color:#fff;
    font-size:17px;
    font-weight:700;
    margin-bottom:5px;
}

.glz-contact-item p{
    margin:0;
    color:#fff;
    line-height:1.7;
    font-size:17px;
}

.glz-form-box{
    background:#fff;
    padding:40px;
    border-radius:18px;
    text-align:center;
}

.glz-form-box h3{
    font-size:42px;
    color:#222;
    margin-bottom:10px;
}

.glz-form-box p{
    color:#777;
    margin-bottom:25px;
}

.glz-form-box .form-control{
    height:50px;
    margin-bottom:10px;
    border:1px solid #ddd;
    border-radius:8px;
}

.glz-form-box textarea.form-control{
    height:82px;
    padding-top:15px;
}

.glz-submit-btn{
    width:100%;
    border:none;
    background:#1976d2;
    color:#fff;
    font-size:17px;
    font-weight:600;
    padding:8px;
    border-radius:8px;
}

@media(max-width:991px){

    .glz-contact-info{
        margin-bottom:40px;
    }

    .glz-contact-info h2{
        font-size:38px;
    }

    .glz-form-box{
        padding:25px;
    }

    .glz-form-box h3{
        font-size:32px;
    }
}






.glz-footer{
    background:#9d2e26;
    padding:32px 0 0;
    color:#fff;
}

.glz-footer-logo{
    max-width:360px;
    width:100%;
    background:#fff;
    padding:15px;
    margin-bottom:25px;
}

.glz-footer-about{
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.glz-footer-heading,
.glz-footer-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
}

.glz-footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.glz-footer-links li{
    margin-bottom:18px;
}

.glz-footer-links a{
    color:#fff;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
}

.glz-social{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.glz-social a{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:17px;
}

.glz-social a:nth-child(1){background:#1877f2;}
.glz-social a:nth-child(2){background:#000;}
.glz-social a:nth-child(3){background:#111;}
.glz-social a:nth-child(4){background:#0a66c2;}
.glz-social a:nth-child(5){background:#ff0000;}

.glz-contact-box{
    display:flex;
    gap:18px;
    margin-bottom:18px;
}

.glz-contact-box i{
    font-size:25px;
    color:#fff;
    flex-shrink:0;
}



.glz-footer-bottom{
    text-align:center;
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:40px;
    padding:18px 15px;
    font-size:17px;
    font-weight:600;
}

@media(max-width:991px){

    .glz-footer{
        text-align:center;
    }

    .glz-footer-logo{
        margin:auto auto 25px;
    }

    .glz-contact-box{
        justify-content:center;
        text-align:left;
    }

    .glz-footer-title,
    .glz-footer-heading{
        font-size:32px;
    }

    .glz-social{
        justify-content:center;
    }
}






.glz-whatsapp{
    position:fixed;
    right:17px;
    bottom:17px;
    z-index:9999;

    width:52px;
    height:52px;
    background:#25D366;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;
    font-size:32px;

    transition:.4s;
}

.glz-wa-text{
    position:absolute;
    right:75px;
    white-space:nowrap;

    background:#25D366;
    color:#fff;

    padding:10px 18px;
    border-radius:30px;

    font-size:15px;
    font-weight:600;

    opacity:0;
    visibility:hidden;
    transform:translateX(10px);

    transition:.4s;
}

.glz-whatsapp:hover .glz-wa-text{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}

.glz-whatsapp:hover{
    transform:scale(1.08);
}






/********About Us*******/
.glz-breadcrumb-banner{
    height:380px;
    background:url('../images/2-scaled.png') center center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.glz-breadcrumb-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0.2);
}

.glz-banner-content{
    position:relative;
    z-index:2;
    text-align:center;
}

.glz-banner-content h1{
    font-size:52px;
    font-weight:700;
    color:#a52d24;
    margin:0;
}

@media(max-width:768px){

    .glz-breadcrumb-banner{
        height:250px;
    }

    .glz-banner-content h1{
        font-size:34px;
    }

}



.glz-company-profile{
    padding:30px 0;
    background:#fff;
}

.glz-profile-title{
    font-size:32px;
    font-weight:700;
    color:#9f2f28;
    margin-bottom:35px;
}

.glz-company-profile p{
    font-size:17px;
    line-height:1.7;
    color:#222;
    margin-bottom:25px;
}

.glz-company-profile strong{
    font-weight:700;
    color:#000;
}

@media(max-width:768px){

    .glz-company-profile{
        padding:50px 0;
    }

    .glz-profile-title{
        font-size:34px;
        margin-bottom:17px;
    }

    .glz-company-profile p{
        font-size:17px;
        line-height:1.8;
    }

}

.glz-director-section{
    padding:0px 0;
    background:#fff;
}

.glz-director-img img{
    width:100%;
    border-radius:6px; padding:0px 32px;
    object-fit:cover;
}

.glz-director-title{
    font-size:32px;
    font-weight:700;
    color:#9f2f28;
    margin-bottom:25px;
}

.glz-director-section p{
    font-size:17px;
    line-height:1.9;
    color:#222;
    margin-bottom:17px;
}

.glz-director-section strong{
    font-weight:700;
}

@media(max-width:991px){

    .glz-director-title{
        font-size:32px;
    }

    .glz-director-section{
        padding:32px 0;
        text-align:center;
    }

    .glz-director-section p{
        font-size:17px;
    }

}




.glz-director-img{
    text-align:center;
}

.glz-director-name{
    margin-top:20px;
    font-size:28px;
    font-weight:700;
    color:#9f2f28;
}

.glz-director-designation{
    font-size:18px;
    color:#666;
    margin-bottom:0;
}

@media(max-width:768px){

    .glz-director-name{
        font-size:22px;
    }

    .glz-director-designation{
        font-size:17px;
    }

}




.glz-commitment-section{
    padding:30px 0;
    background:#fff;
}

.glz-section-title{
    font-size:32px;
    font-weight:700;
    color:#9f2f28;
    margin-bottom:25px;
}

.glz-commitment-section p{
    font-size:17px;
    line-height:1.9;
    color:#222;
    max-width:1100px;
}

.glz-commitment-section strong{
    font-weight:700;
}

@media(max-width:768px){

    .glz-commitment-section{
        padding:50px 0;
    }

    .glz-section-title{
        font-size:34px;
    }

    .glz-commitment-section p{
        font-size:17px;
        line-height:1.8;
    }

}






.glz-timeline-section{
    padding:40px 0;
    background:#fff;
}

.glz-timeline-heading{
    text-align:center;
    margin-bottom:80px;
}

.glz-timeline-heading h2{
    font-size:32px;
    color:#9f2f28;
    font-weight:600;
    margin-bottom:10px;
}

.glz-timeline-heading p{
    color:#666;
    font-size:20px;
}

.glz-timeline{
    position:relative;
}

.glz-timeline::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:2px;
    height:100%;
    background:#d7d7d7;
    transform:translateX(-50%);
}

.glz-timeline-item{
    position:relative;
    display:flex;
    margin-bottom:80px;
}

.glz-timeline-item.left{
    justify-content:flex-start;
}

.glz-timeline-item.right{
    justify-content:flex-end;
}

.glz-card{
    width:42%;
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    padding:30px;
    box-shadow:0 0 20px rgba(0,0,0,.05);
}

.glz-card h4{
    color:#9f2f28;
    font-size:30px;
    margin-bottom:15px;
    font-weight:600;
}

.glz-card p{
    font-size:17px;
    line-height:1.7;
    color:#222;
    margin:0;
}

.glz-dot{
    position:absolute;
    left:50%;
    top:25px;
    width:18px;
    height:18px;
    background:#fff;
    border:3px solid #000;
    border-radius:50%;
    transform:translateX(-50%);
    z-index:2;
}

.glz-year{
    position:absolute;
    top:10px;
    color:#9f2f28;
    font-size:20px;
    font-weight:700;
}

.glz-timeline-item.left .glz-year{
    left:53%;
}

.glz-timeline-item.right .glz-year{
    right:55%;
}

@media(max-width:991px){

    .glz-timeline::before{
        left:20px;
    }

    .glz-dot{
        left:20px;
    }

    .glz-year{
        position:relative;
        left:50px !important;
        right:auto !important;
        margin-bottom:15px;
        display:block;
    }

    .glz-timeline-item{
        justify-content:flex-start !important;
        padding-left:50px;
    }

    .glz-card{
        width:100%;
    }

    .glz-timeline-heading h2{
        font-size:42px;
    }
}




.glz-about-section{
    padding:30px 0;
}

.glz-subtitle{
    font-size:18px;
    font-weight:600;
    color:#000;
    display:block;
    margin-bottom:15px;
}

.glz-heading{
    font-size:32px;
    font-weight:700;
    color:#9f2f28;
    margin-bottom:25px;
}

.glz-about-section p{
    font-size:17px;
    line-height:1.7;
    color:#222;
}

.glz-mission-box h3,
.glz-vision-box h3{
    color:#9f2f28;
    font-size:32px;
    font-weight:700;
    margin-bottom:25px;
}

.glz-mission-box ul{
    padding-left:20px;
    margin:0;
}

.glz-mission-box li{
    font-size:18px;
    line-height:1.9;
    margin-bottom:10px;
}

.glz-vision-box p{
    font-size:18px;
    line-height:1.9;
}

@media(max-width:991px){

    .glz-heading{
        font-size:34px;
    }

    .glz-mission-box h3,
    .glz-vision-box h3{
        font-size:30px;
    }

    .glz-about-section p,
    .glz-mission-box li,
    .glz-vision-box p{
        font-size:17px;
    }
}







.glz-strength-section{
    padding:80px 0;
    background:#fff;
}

.glz-info-box h3{
    font-size:32px;
    font-weight:700;
    color:#9f2f28;
    margin-bottom:25px;
}

.glz-info-box ul{
    padding-left:22px;
    margin:0;
}

.glz-info-box li{
    font-size:17px;
    line-height:1.6;
    color:#222;
}

.glz-bottom-cta{
    margin-top:32px;
    background:#9f2f28;
    border-radius:0;
    padding:12px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.glz-bottom-cta h4{
    color:#fff;
    font-size:36px;
    font-weight:700;
    margin:0;
}

.glz-cta-btn{
    background:#fff;
    color:#000;
    text-decoration:none;
    padding:14px 40px;
    border-radius:50px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.glz-cta-btn:hover{
    background:#f5f5f5;
    color:#9f2f28;
}

@media(max-width:991px){

    .glz-info-box h3{
        font-size:32px;
    }

    .glz-info-box li{
        font-size:17px;
        line-height:1.8;
    }

    .glz-bottom-cta{
        flex-direction:column;
        text-align:center;
        gap:20px;
        padding:25px;
    }

    .glz-bottom-cta h4{
        font-size:24px;
    }
}






.glz-product-details-section{
    background:#fff;
    padding:40px 0;
}

.glz-product-image{
    text-align:left;
}

.glz-product-image img{
    width:100%;
    max-width:500px;
    display:block;
}

.glz-product-content h2{
    font-size:32px;
    font-weight:700;
    color:#8d2f23;
    margin-bottom:25px;
}

.glz-product-content p{
    font-size:17px;
    line-height:1.8;
    color:#222;
    margin:0;
}

@media(max-width:991px){

    .glz-product-details-section{
        padding:60px 0;
    }

    .glz-product-image{
        text-align:center;
    }

    .glz-product-image img{
        margin:auto;
    }

    .glz-product-content{
        margin-top:30px;
        text-align:center;
    }

    .glz-product-content h2{
        font-size:34px;
    }

    .glz-product-content p{
        font-size:17px;
    }
}




.glz-product-section{
    padding: 80px 0;
    background: #f5f5f5;
}

.glz-product-section .row{
    align-items: center;
}

.glz-product-image img{
    width: 100%;
    max-width: 500px;
    display: block;
}

.glz-product-content{
    padding-left: 40px;
}

.glz-product-content h2{
    font-size: 32px;
    font-weight: 700;
    color: #8b2e23;
    margin-bottom: 25px;
}

.glz-product-content p{
    font-size: 17px;
    line-height: 1.8;
    color: #222;
    margin: 0;
}

@media(max-width:991px){

    .glz-product-content{
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .glz-product-image{
        text-align: center;
    }

    .glz-product-image img{
        margin: auto;
    }
}





.glz-facade-gallery{
    padding:30px 0;
    background:#f5f5f5;
}

.glz-gallery-box{
    overflow:hidden;
}

.glz-gallery-box img{
    width:100%;
    height:380px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.glz-gallery-box:hover img{
    transform:scale(1.05);
}

.glz-coming-soon-box{
    height:380px;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.glz-coming-soon-box h2{
    font-size:72px;
    font-weight:700;
    color:#9f3026;
    margin:0;
}

@media(max-width:991px){

    .glz-gallery-box img,
    .glz-coming-soon-box{
        height:280px;
    }

    .glz-coming-soon-box h2{
        font-size:42px;
    }
}




.glz-project-gallery{
    background:#fff;
}

.glz-gallery-img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:20px;
}

.glz-arrow{
    width:60px;
    height:60px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.glz-arrow i{
    font-size:28px;
    color:#9b3126;
}

.carousel-control-prev,
.carousel-control-next{
    width:auto;
    opacity:1;
}

.carousel-indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
    background:#ccc !important;
    border:none !important;
}

.carousel-indicators .active{
    background:#9b3126 !important;
}

@media(max-width:991px){

    .glz-gallery-img{
        height:280px;
    }

    .glz-arrow{
        width:45px;
        height:45px;
    }

    .glz-arrow i{
        font-size:20px;
    }
}








.glz-our-work-section{
    padding:40px 0;
    background:#fff;
}

.glz-section-heading{
    margin-bottom:50px;
}

.glz-section-heading h2{
    font-size:40px;
    font-weight:700;
    color:#9b3126;
    margin:0;
}

.glz-work-card{
    overflow:hidden;
    border-radius:12px;
}

.glz-work-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:12px;
    transition:0.4s ease;
}

.glz-work-card:hover img{
    transform:scale(1.08);
}

@media(max-width:991px){

    .glz-section-heading h2{
        font-size:38px;
    }

    .glz-work-card img{
        height:220px;
    }
}







.glz-certificate-section{
    padding:80px 0;
    background:#f5f5f5;
}

.glz-certificate-wrap{
    text-align:center;
}

.glz-certificate-img{
    width:auto;
    max-width:900px; /* certificate size */
    height:auto;
    display:inline-block;
    cursor:pointer;
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
    background:none !important;
}






.glz-upvc-benefits-section{
    padding:80px 0;
    background:#f5f5f5;
}

.glz-benefit-img img{
    width:100%;
    border-radius:4px;
    display:block;
}

.glz-upvc-title{
    font-size:38px;
    font-weight:700;
    color:#9b3126;

}

.glz-upvc-intro{
    font-size:17px;
    line-height:1.8;
    color:#222;

}

.glz-feature-box{
    margin-bottom:15px;
}

.glz-feature-box h3{
    font-size:24px;
    font-weight:700;
    color:#102847;
    margin-bottom:15px;
}

.glz-feature-box ul{
    margin:0;
    padding-left:25px;
}

.glz-feature-box ul li{
    font-size:17px;
    line-height:1.7;
    color:#111;

}

@media(max-width:991px){

    .glz-upvc-title{
        font-size:34px;
    }

    .glz-upvc-intro{
        font-size:18px;
    }

    .glz-feature-box h3{
        font-size:28px;
    }

    .glz-feature-box ul li{
        font-size:17px;
    }
}





.glz-upvc-comparison-section{
    padding:10px 0 80px;
    background:#f5f5f5;
}

.glz-comparison-table{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:0;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.glz-comparison-table thead th{
    background:#0f4c81;
    color:#fff;
    font-size:20px;
    font-weight:600;
    padding:18px 20px;
    border:1px solid #d5dbe3;
    vertical-align:middle;
}

.glz-comparison-table tbody td{
    padding:18px 20px;
    font-size:18px;
    color:#1f2937;
    border:1px solid #d5dbe3;
    vertical-align:middle;
}

.glz-comparison-table tbody td:first-child{
    font-weight:700;
    color:#111827;
    width:20%;
}

.glz-comparison-table tbody tr{
    background:#fff;
}

.glz-comparison-table tbody tr:hover{
    background:#f8fbff;
}

@media(max-width:991px){

    .glz-comparison-table thead th,
    .glz-comparison-table tbody td{
        font-size:15px;
        padding:12px;
    }

}








.glz-aluminium-section{
    padding:80px 0;
    background:#fff;
}

.glz-small-title{
    color:#f4c55a;
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
}

.glz-main-title{
    color:#102847;
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
    line-height:1.3;
}

.glz-aluminium-section p{
    font-size:17px;
    line-height:1.6;
    color:#111;
    margin-bottom:0;
}

.glz-aluminium-img{
    max-width:100%;
}

.glz-advantage-heading{
    margin-top:70px;
}

.glz-advantage-heading h2{
    color:#9b3126;
    font-size:56px;
    font-weight:700;
    margin:0;
}

@media(max-width:991px){

    .glz-small-title{
        font-size:34px;
    }

    .glz-main-title{
        font-size:28px;
    }

    .glz-aluminium-section p{
        font-size:18px;
    }

    .glz-advantage-heading h2{
        font-size:34px;
    }

    .glz-advantage-heading{
        margin-top:40px;
    }
}









.glz-alu-benefits-wrap{
    padding:40px 0;
    background:#f5f5f5;
}

.glz-alu-heading{
    text-align:center;
    margin-bottom:45px;
}

.glz-alu-heading h2{
    font-size:32px;
    font-weight:700;
    color:#9b3126;
    margin:0;
}

.glz-alu-card{
    background:#fff;
    padding:30px;
    height:100%;
    border-radius:14px;
    box-shadow:0 4px 18px rgba(0,0,0,.12);
    transition:.3s ease;
}

.glz-alu-card h3{
    color:#9b3126;
    font-size:24px;
    font-weight:700;

}

.glz-alu-card ul{
    padding-left:25px;
    margin:0;
}

.glz-alu-card ul li{
    font-size:17px;
    line-height:1.6;
    color:#111;

}

.glz-alu-card:hover{
border:3px solid #9b3126;
}

@media(max-width:991px){

    .glz-alu-heading h2{
        font-size:34px;
    }

    .glz-alu-card{
        padding:22px;
    }

    .glz-alu-card h3{
        font-size:24px;
    }

    .glz-alu-card ul li{
        font-size:17px;
    }
}





.glz-why-aluminium-section{
    padding:80px 0;
    background:#fff;
}

.glz-why-content h2{
    font-size:32px;
    font-weight:700;
    color:#9b3126;

    line-height:1.2;
}

.glz-why-content ul{
    padding-left:28px;
    margin:0;
}

.glz-why-content ul li{
    font-size:17px;
    line-height:1.6;
    color:#111;

}

.glz-why-image{
    text-align:center;
}

.glz-why-image img{
    max-width:85%;
    height:auto;
}

@media(max-width:991px){

    .glz-why-aluminium-section{
        padding:60px 0;
    }

    .glz-why-content h2{
        font-size:34px;
        margin-bottom:20px;
    }

    .glz-why-content ul li{
        font-size:18px;
        line-height:1.7;
    }

    .glz-why-image img{
        max-width:100%;
    }
}









.glz-contact-hero{
    background:
    linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)),
    url('../images/7-scaled.png');

    background-size:cover;
    background-position:center;
    padding:90px 0;
    position:relative;
}

.glz-contact-content{
    text-align:center;
    color:#fff;
}

.glz-contact-content h1{
    font-size:60px;
    font-weight:700;
  
}

.glz-contact-content p{
    font-size:20px;
    line-height:1.7;

}

.glz-side-window{
    max-width:290px;
    background:#fff;
    padding:15px;
}

@media(max-width:991px){

    .glz-contact-hero{
        padding:60px 20px;
    }

    .glz-side-window{
        display:none;
    }

    .glz-contact-content h1{
        font-size:36px;
    }

    .glz-contact-content p{
        font-size:18px;
    }

}




.glz-contact-wrap{
    padding:10px 0;
}

.glz-contact-row{
    overflow:hidden;
    border-radius:60px;
}

/* LEFT SIDE */

.glz-contact-left{
    background:#9f2d25;
    padding:60px;
    height:100%;
}

.glz-contact-left h2{
    color:#6ed6ff;
    font-size:42px;
    font-weight:700;
    margin-bottom:40px;
}

.glz-contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:30px;
}

.glz-contact-item i{
    color:#fff;
    font-size:36px;
    line-height:1;
}

.glz-contact-item h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:5px;
}

.glz-contact-item p{
    color:#fff;
    margin:0;
    line-height:1.7;
    font-size:16px;
}

.glz-room-image{
    width:100%;
    margin-top:30px;
}

/* RIGHT SIDE */

.glz-contact-right{

    background:
    linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
    url('../images/contact-bg.jpg');

    background-size:cover;
    background-position:center;

    min-height:100%;
    display:flex;
    align-items:center;
    justify-content:center;

    padding:60px;
}

.glz-form-card{
    background:#fff;
    width:100%;
    max-width:500px;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.glz-form-card h3{
    text-align:center;
    font-size:42px;
    margin-bottom:10px;
    color:#222;
}

.glz-form-card p{
    text-align:center;
    color:#666;
    margin-bottom:25px;
}

.glz-form-card .form-control{
    height:55px;
    border-radius:8px; margin-bottom:10px;
}

.glz-form-card textarea.form-control{
    height:120px;
    resize:none;
}

.glz-submit-btn{
    width:100%;
    background:#0d6efd;
    color:#fff;
    border:none;
    border-radius:8px;
    padding:8px;
    font-size:20px;
    font-weight:600;
    transition:.3s;
}

.glz-submit-btn:hover{
    background:#0b5ed7;
}

/* MOBILE */

@media(max-width:991px){

    .glz-contact-row{
        border-radius:25px;
    }

    .glz-contact-left,
    .glz-contact-right{
        padding:30px;
    }

    .glz-contact-left h2{
        font-size:32px;
    }

    .glz-contact-item h4{
        font-size:24px;
    }

    .glz-form-card{
        margin-top:20px;
        padding:25px;
    }

    .glz-form-card h3{
        font-size:32px;
    }
}






.glz-location-section{
    padding:30px 0 80px;
}

.glz-location-card{
    background:#9d2d26;
    border-radius:25px;
    padding:18px;
    height:100%;
}

.glz-location-head{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:18px;
}

.glz-location-head i{
    color:#fff;
    font-size:34px;
    line-height:1;
}

.glz-location-head h3{
    color:#fff;
    font-size:26px;
    font-weight:700;
    margin-bottom:8px;
}

.glz-location-head p{
    color:#fff;
    margin:0;
    font-size:17px;
    line-height:1.7;
}

.glz-location-card img{
    width:100%;

    object-fit:cover;
    border-radius:20px;
}

.glz-location-card iframe{
    width:100%;
    height:330px;
    border:none;
    border-radius:20px;
    display:block;
}

/* Mobile */

@media(max-width:991px){

    .glz-location-head h3{
        font-size:28px;
    }

    .glz-location-head p{
        font-size:16px;
    }

    .glz-location-card iframe,
    .glz-location-card img{
        height:250px;
    }

}











.glz-footer-logo {
    width: 290px;
    max-width: 100%;
    margin-bottom: 20px;
}

.glz-footer-about {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.glz-footer-title {
    font-size: 25px;
    margin-bottom: 25px;
}

.glz-footer-heading {
    font-size: 22px;
    margin-bottom: 15px;
}


/* PRODUCT */
.glz-product-group {
    margin-bottom: 18px;
}

.glz-product-group h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.glz-product-group a,
.glz-product-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.9;
}

.glz-product-group a:hover,
.glz-product-link:hover {
    color: #f3c36b;
}


/* CONTACT */
.glz-contact-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.glz-contact-box > i {
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.glz-contact-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
}

.glz-contact-box p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}


/* SOCIAL */
.glz-social {
    display: flex;
    gap: 12px;
}

.glz-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}


/* MOBILE */
@media (max-width: 767px) {

    .glz-footer {
        text-align: left;
    }

    .glz-footer-logo {
        width: 250px;
    }

    .glz-footer-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .glz-footer-about {
        font-size: 15px;
    }

    .glz-contact-box {
        margin-bottom: 15px;
    }

}



.glz-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}




.glz-contact-section {
    position: relative;
    padding: 80px 0;
    background: url("../images/contact-bg.jpg") center center / cover no-repeat;
    overflow: hidden;
}

.glz-contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
}

.glz-contact-section .container {
    position: relative;
    z-index: 2;
}


/* LEFT CONTENT */
.glz-contact-info {
    color: #fff;
    padding-right: 40px;
}

.glz-small-title {
    display: inline-block;
    color: #e4b24b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.glz-sub-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
    max-width: 500px;
}

.glz-contact-info h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}


/* FORM BOX */
.glz-form-box {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
}

.glz-form-box h3 {
    color: #9d2e26;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

.glz-form-box > p {
    color: #777;
    font-size: 15px;
    margin-bottom: 22px;
}


/* FORM INPUTS */
.glz-form-box .form-control {
    height: 52px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    padding: 12px 15px;
    box-shadow: none;
}

.glz-form-box textarea.form-control {
    height: auto;
    resize: none;
}

.glz-form-box .form-control:focus {
    border-color: #9d2e26;
    box-shadow: 0 0 0 2px rgba(157, 46, 38, 0.08);
}


/* SUBMIT BUTTON */
.glz-submit-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 4px;
    background: #9d2e26;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.glz-submit-btn:hover {
    background: #7f241e;
}


/* TABLET */
@media (max-width: 991px) {

    .glz-contact-section {
        padding: 60px 0;
    }

    .glz-contact-info {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .glz-contact-info h2 {
        font-size: 40px;
    }

    .glz-form-box {
        max-width: 600px;
        margin: auto;
    }
}


/* MOBILE */
@media (max-width: 576px) {

    .glz-contact-section {
        padding: 50px 0;
    }

    .glz-contact-info {
        text-align: center;
        margin-bottom: 30px;
    }

    .glz-small-title {
        font-size: 14px;
    }

    .glz-sub-text {
        font-size: 17px;
    }

    .glz-contact-info h2 {
        font-size: 34px;
    }

    .glz-form-box {
        padding: 25px 20px;
    }

    .glz-form-box h3 {
        font-size: 26px;
    }
}

.glz-footer-links i {
    font-size: 7px;
    margin-right: 8px;
}

.glz-product-group a i {
    font-size: 7px;
    margin-right: 8px;
}

.glz-facade-highlight {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 14px;
    padding: 7px 16px;

    color: #fff !important;
    text-decoration: none;

    font-size: 18px;
    font-weight: 600;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;

    transition: all 0.3s ease;
}

.glz-facade-highlight i {
    font-size: 14px;
}

.glz-facade-highlight:hover {
    background: #fff;
    color: #9d2e26 !important;
    border-color: #fff;
    transform: translateX(4px);
}