<style>

/* ======================================================
MPS GLASS BANGLADESH
PREMIUM RESPONSIVE CORPORATE CSS
====================================================== */

/* ======================================================
RESET
====================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:#ffffff;

    color:#071c3c;

    overflow-x:hidden;

    line-height:1.7;

    -webkit-font-smoothing:antialiased;
}

/* ======================================================
GLOBAL
====================================================== */

img{

    max-width:100%;

    display:block;
}

a{

    text-decoration:none;

    transition:.35s ease;
}

ul{

    list-style:none;
}

.container{

    width:90%;

    max-width:1320px;

    margin:auto;
}

/* ======================================================
ROOT COLOR
====================================================== */

:root{

    --primary:#071c3c;
    --secondary:#0052cc;
    --accent:#0a66ff;
    --glass:#38bdf8;

    --white:#ffffff;
    --text:#64748b;
    --bg:#f8fbff;

    --shadow:
    0 20px 60px rgba(15,23,42,.06);
}

/* ======================================================
SECTION TITLE
====================================================== */

.section-title{

    text-align:center;

    max-width:860px;

    margin:0 auto 75px;

    position:relative;

    z-index:2;
}

.section-title span{

    display:inline-block;

    color:#0052cc;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:16px;

    position:relative;

    padding:0 40px;
}

.section-title span::before,
.section-title span::after{

    content:"";

    position:absolute;

    width:26px;
    height:2px;

    background:#0052cc;

    top:50%;
}

.section-title span::before{

    left:0;
}

.section-title span::after{

    right:0;
}

.section-title h2{

    font-size:34px;

    line-height:1.25;

    font-weight:800;

    color:#071c3c;

    margin-bottom:22px;
}

.section-title p{

    font-size:14px;

    line-height:1.9;

    color:#64748b;
}

/* ======================================================
HERO
====================================================== */

.hero{

    position:relative;

    padding:150px 0 120px;

    background:
    linear-gradient(
    rgba(7,28,60,.82),
    rgba(7,28,60,.82)
    ),
    url('images/glass-banner.jpg');

    background-size:cover;
    background-position:center;

    color:#ffffff;
}

.hero::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(0,82,204,.08),
        transparent
    );
}

.hero-grid{

    display:grid;

    grid-template-columns:
    1.1fr .9fr;

    gap:70px;

    align-items:center;

    position:relative;

    z-index:2;
}

/* HERO TEXT */

.hero-mini{

    display:inline-block;

    color:#7ec3ff;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;

    margin-bottom:18px;
}

.hero h1{

    font-size:48px;

    line-height:1.12;

    font-weight:800;

    margin-bottom:28px;
}

.hero p{

    font-size:16px;

    line-height:1.95;

    color:#dbeafe;

    max-width:650px;

    margin-bottom:38px;
}

/* BUTTONS */

.hero-btns{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

.btn-main{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:16px 34px;

    border-radius:14px;

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );

    color:#ffffff;

    font-size:15px;
    font-weight:700;

    box-shadow:
    0 18px 35px rgba(0,82,204,.18);
}

.btn-main:hover{

    transform:translateY(-4px);
}

.btn-outline{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:15px 34px;

    border-radius:14px;

    border:
    2px solid rgba(255,255,255,.16);

    color:#ffffff;

    font-size:15px;
    font-weight:700;
}

.btn-outline:hover{

    background:#ffffff;

    color:#071c3c;
}

/* HERO CARD */

/* ======================================================
PREMIUM HERO SECTION
====================================================== */

.hero{

    position:relative;

    overflow:hidden;

    padding:170px 0 130px;

    background:
    url('images/glass-banner.jpg');

    background-size:cover;
    background-position:center;
}

/* OVERLAY */

.hero-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(7,28,60,.90),
        rgba(7,28,60,.82)
    );
}

/* SHAPES */

.hero-shape{

    position:absolute;

    border-radius:50%;
}

.hero-shape-1{

    width:420px;
    height:420px;

    background:
    rgba(0,82,204,.08);

    top:-160px;
    right:-120px;

    filter:blur(20px);
}

.hero-shape-2{

    width:260px;
    height:260px;

    background:
    rgba(56,189,248,.08);

    bottom:-100px;
    left:-80px;

    filter:blur(15px);
}

/* GRID */

.hero-grid{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:
    1.1fr .9fr;

    gap:70px;

    align-items:center;
}

/* ======================================================
LEFT CONTENT
====================================================== */

.hero-content{

    color:#ffffff;
}

.hero-mini{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:
    rgba(255,255,255,.08);

    border:
    1px solid rgba(255,255,255,.08);

    color:#7ec3ff;

    font-size:12px;
    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;
}

.hero h1{

    font-size:48px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:28px;

    max-width:760px;
}

.hero p{

    font-size:16px;

    line-height:2;

    color:#dbeafe;

    max-width:650px;

    margin-bottom:32px;
}

/* FEATURES */

.hero-features{

    margin-bottom:36px;
}

.hero-feature{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:14px;
}

.hero-feature i{

    width:28px;
    height:28px;

    border-radius:50%;

    background:#0052cc;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:12px;

    color:#ffffff;
}

.hero-feature span{

    font-size:15px;

    color:#ffffff;

    font-weight:500;
}

/* BUTTONS */

.hero-btns{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

/* ======================================================
RIGHT CARD
====================================================== */

.hero-card{

    background:
    rgba(255,255,255,.08);

    border:
    1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    border-radius:30px;

    padding:42px;

    color:#ffffff;

    box-shadow:
    0 25px 60px rgba(0,0,0,.18);
}

/* TOP */

.hero-card-top{

    display:flex;

    align-items:center;
    justify-content:space-between;

    margin-bottom:28px;
}

.hero-card-top span{

    font-size:13px;

    color:#cbd5e1;

    font-weight:600;
}

/* ICON */

.hero-card-icon{

    width:82px;
    height:82px;

    border-radius:24px;

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 18px 35px rgba(0,82,204,.20);
}

.hero-card-icon i{

    font-size:24px;

    color:#ffffff;
}

/* TITLE */

.hero-card h3{

    font-size:24px;

    line-height:1.35;

    margin-bottom:18px;
}

/* TEXT */

.hero-card p{

    font-size:15px;

    line-height:1.9;

    color:#dbeafe;

    margin-bottom:26px;
}

/* LIST */

.hero-card ul{

    margin-bottom:34px;
}

.hero-card ul li{

    position:relative;

    padding-left:26px;

    margin-bottom:14px;

    color:#ffffff;

    font-size:14px;
}

.hero-card ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#7ec3ff;

    font-weight:700;
}

/* STATS */

.hero-stats{

    display:flex;

    gap:20px;
}

.hero-stat{

    flex:1;

    background:
    rgba(255,255,255,.06);

    border:
    1px solid rgba(255,255,255,.06);

    border-radius:18px;

    padding:20px;

    text-align:center;
}

.hero-stat h4{

    font-size:24px;

    margin-bottom:6px;

    font-weight:800;
}

.hero-stat span{

    font-size:13px;

    color:#dbeafe;
}

/* ======================================================
TABLET
====================================================== */

@media(max-width:992px){

.hero-grid{

    grid-template-columns:1fr;

    gap:50px;
}

.hero{

    padding:140px 0 100px;
}

.hero h1{

    font-size:42px;
}

}

/* ======================================================
MOBILE
====================================================== */

@media(max-width:768px){

.hero{

    padding:110px 0 80px;
}

.hero h1{

    font-size:24px;

    line-height:1.25;
}

.hero p{

    font-size:14px;

    line-height:1.9;
}

.hero-card{

    padding:28px 24px;
}

.hero-card h3{

    font-size:24px;
}

.hero-feature span{

    font-size:13px;
}

.hero-btns{

    flex-direction:column;
}

.btn-main,
.btn-outline{

    width:100%;
}

.hero-stats{

    flex-direction:column;
}

}

/* ======================================================
SMALL MOBILE
====================================================== */

@media(max-width:480px){

.hero h1{

    font-size:28px;
}

.hero-card h3{

    font-size:24px;
}

}

/* ======================================================
SERVICES
====================================================== */

.glass-services{

    padding:115px 0;

    background:
    linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );

    position:relative;

    overflow:hidden;
}

/* GRID */

.glass-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:28px;
}

/* CARD */

.glass-card{

    background:#ffffff;

    border-radius:28px;

    overflow:hidden;

    position:relative;

    border:
    1px solid rgba(0,82,204,.05);

    box-shadow:var(--shadow);

    transition:.4s ease;
}

.glass-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 30px 70px rgba(15,23,42,.10);
}

/* IMAGE */

.glass-image{

    position:relative;

    overflow:hidden;
}

.glass-image img{

    width:100%;
    height:240px;

    object-fit:cover;

    transition:.6s ease;
}

.glass-card:hover img{

    transform:scale(1.08);
}

/* CURVE */

.glass-image::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-1px;

    width:100%;
    height:40px;

    background:#ffffff;

    border-radius:
    100% 100% 0 0;
}

/* CONTENT */

.glass-content{

    padding:34px 28px 30px;
}

/* ICON */

.glass-icon{

    width:72px;
    height:72px;

    border-radius:20px;

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#ffffff;

    font-size:28px;

    margin-top:-68px;

    position:relative;

    z-index:3;

    box-shadow:
    0 16px 35px rgba(0,82,204,.18);
}

/* TEXT */

.glass-content h3{

    font-size:24px;

    line-height:1.45;

    margin:22px 0 14px;

    font-weight:800;

    color:#071c3c;
}

.glass-content p{

    font-size:14px;

    line-height:1.9;

    color:#64748b;

    margin-bottom:22px;
}

/* LIST */

.glass-content ul{

    margin-bottom:24px;
}

.glass-content ul li{

    position:relative;

    padding-left:22px;

    margin-bottom:10px;

    color:#334155;

    font-size:13px;

    line-height:1.8;
}

.glass-content ul li::before{

    content:"◆";

    position:absolute;

    left:0;
    top:2px;

    color:#38bdf8;

    font-size:10px;
}

/* BUTTON */

.glass-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    width:100%;

    padding:14px 20px;

    border-radius:12px;

    background:
    linear-gradient(
        135deg,
        #071c3c,
        #0b2d5f
    );

    color:#ffffff;

    font-size:14px;
    font-weight:700;
}

.glass-btn:hover{

    transform:translateY(-3px);

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );
}

/* ======================================================
WHY SECTION
====================================================== */

.why-glass{

    padding:115px 0;

    background:#ffffff;
}

.why-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:28px;
}

.why-box{

    background:#ffffff;

    border-radius:26px;

    padding:44px 32px;

    text-align:center;

    border:
    1px solid rgba(0,82,204,.05);

    box-shadow:var(--shadow);

    transition:.35s ease;
}

.why-box:hover{

    transform:translateY(-8px);
}

.why-icon{

    width:84px;
    height:84px;

    border-radius:24px;

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );

    display:flex;
    align-items:center;
    justify-content:center;

    margin:auto auto 24px;
}

.why-icon i{

    color:#ffffff;

    font-size:25px;
}

.why-box h3{

    font-size:18px;

    line-height:1.45;

    margin-bottom:16px;

    font-weight:800;
}

.why-box p{

    color:#64748b;

    font-size:12px;

    line-height:1.9;
}

/* ======================================================
PROJECT SECTION
====================================================== */

.glass-projects{

    padding:115px 0;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fbff 100%
    );
}

.project-row{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:80px;

    align-items:center;

    margin-bottom:120px;
}

.project-row:last-child{

    margin-bottom:0;
}

.project-row.reverse{

    direction:rtl;
}

.project-row.reverse .project-content{

    direction:ltr;
}

/* IMAGE */

.project-image-wrap{

    position:relative;

    display:flex;

    justify-content:center;
}

.project-bg{

    position:absolute;

    width:82%;
    height:100%;

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );

    border-radius:24px;

    left:-28px;
    bottom:-28px;

    z-index:1;
}

.project-row.reverse .project-bg{

    left:auto;
    right:-28px;
}

.project-image-wrap img{

    width:100%;

    max-width:540px;

    height:360px;

    object-fit:cover;

    border-radius:22px;

    position:relative;

    z-index:2;

    box-shadow:
    0 25px 60px rgba(15,23,42,.10);
}

/* CONTENT */

.project-mini{

    display:inline-block;

    color:#0052cc;

    font-size:13px;
    font-weight:700;

    letter-spacing:2px;

    margin-bottom:18px;
}

.project-content h3{

    font-size:32px;

    line-height:1.35;

    font-weight:800;

    margin-bottom:24px;

    color:#071c3c;
}

.project-content ul{

    margin-bottom:32px;
}

.project-content ul li{

    position:relative;

    padding-left:28px;

    margin-bottom:14px;

    color:#475569;

    font-size:15px;

    line-height:1.9;
}

.project-content ul li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#0052cc;

    font-weight:700;
}

.project-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:15px 32px;

    border-radius:14px;

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );

    color:#ffffff;

    font-size:14px;
    font-weight:700;
}

/* ======================================================
CTA
====================================================== */

.glass-cta{

    padding:115px 0;

    background:
    linear-gradient(
        135deg,
        #f7faff,
        #edf4ff
    );

    position:relative;

    overflow:hidden;
}

.glass-cta-wrapper{

    display:grid;

    grid-template-columns:
    .9fr 1.1fr;

    gap:70px;

    align-items:center;
}

.glass-cta-image{

    position:relative;

    display:flex;

    justify-content:center;
}

.image-bg{

    position:absolute;

    width:360px;
    height:360px;

    background:
    linear-gradient(
        135deg,
        #dbeafe,
        #eff6ff
    );

    border-radius:
    60% 40% 50% 50% /
    45% 60% 40% 55%;

    transform:rotate(-8deg);
}

.glass-cta-image img{

    width:330px;
    height:330px;

    object-fit:cover;

    border-radius:
    60% 40% 50% 50% /
    45% 60% 40% 55%;

    position:relative;

    z-index:2;

    box-shadow:
    0 25px 60px rgba(15,23,42,.10);
}

.glass-cta-content h2{

    font-size:48px;

    line-height:1.3;

    margin-bottom:22px;

    font-weight:800;
}

.glass-cta-content p{

    font-size:16px;

    line-height:1.9;

    color:#64748b;

    margin-bottom:28px;
}

.cta-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;
}

.cta-btn-primary,
.cta-btn-outline{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:16px 32px;

    border-radius:14px;

    font-size:15px;
    font-weight:700;
}

.cta-btn-primary{

    background:
    linear-gradient(
        135deg,
        #0052cc,
        #0a66ff
    );

    color:#ffffff;
}

.cta-btn-outline{

    border:
    2px solid #0052cc;

    color:#0052cc;
}

/* ======================================================
LAPTOP
====================================================== */

@media(max-width:1200px){

.hero h1{
    font-size:42px;
}

.glass-grid{
    grid-template-columns:repeat(3,1fr);
}

.project-content h3{
    font-size:34px;
}

}

/* ======================================================
TABLET
====================================================== */

@media(max-width:992px){

.hero-grid,
.glass-cta-wrapper,
.project-row{

    grid-template-columns:1fr;

    gap:50px;
}

.project-row.reverse{

    direction:ltr;
}

.glass-grid,
.why-grid{

    grid-template-columns:
    repeat(2,1fr);
}

.hero{

    padding:130px 0 100px;
}

.hero h1{
    font-size:24px;
}

.section-title h2{
    font-size:38px;
}

.project-content,
.glass-cta-content{

    text-align:center;
}

.project-content ul li{

    text-align:left;
}

.cta-buttons{

    justify-content:center;
}

}

/* ======================================================
MOBILE
====================================================== */

@media(max-width:768px){

.container{
    width:92%;
}

.hero,
.glass-services,
.why-glass,
.glass-projects,
.glass-cta{

    padding:80px 0;
}

.hero-grid{

    gap:35px;
}

.hero h1{

    font-size:25px;

    line-height:1.25;
}

.hero p{

    font-size:14px;
}

.hero-card{

    padding:28px 24px;
}

.hero-card h3{

    font-size:26px;
}

.hero-btns{

    flex-direction:column;
}

.btn-main,
.btn-outline{

    width:100%;
}

.section-title{

    margin-bottom:45px;
}

.section-title h2{

    font-size:28px;
}

.section-title p{

    font-size:13px;
}

.glass-grid,
.why-grid{

    grid-template-columns:
    repeat(2,1fr);

    gap:16px;
}

.glass-card,
.why-box{

    border-radius:20px;
}

.glass-image img{

    height:160px;
}

.glass-content{

    padding:20px 14px 18px;
}

.glass-icon{

    width:54px;
    height:54px;

    border-radius:16px;

    font-size:22px;

    margin-top:-48px;
}

.glass-content h3{

    font-size:16px;

    margin:16px 0 10px;
}

.glass-content p{

    font-size:11px;

    margin-bottom:14px;
}

.glass-content ul li{

    font-size:10px;
}

.glass-btn{

    padding:11px 12px;

    font-size:11px;
}

.why-box{

    padding:24px 16px;
}

.why-box h3{

    font-size:14px;
}

.why-box p{

    font-size:11px;
}

.project-row{

    gap:35px;

    margin-bottom:70px;
}

.project-image-wrap img{

    height:240px;
}

.project-bg{

    left:-16px;
    bottom:-16px;
}

.project-row.reverse .project-bg{

    right:-16px;
}

.project-content h3{

    font-size:24px;
}

.project-content ul li{

    font-size:13px;
}

.project-btn{

    width:100%;
}

.glass-cta-content h2{

    font-size:28px;
}

.glass-cta-content p{

    font-size:14px;
}

.image-bg,
.glass-cta-image img{

    width:240px;
    height:240px;
}

.cta-buttons{

    flex-direction:column;
}

.cta-btn-primary,
.cta-btn-outline{

    width:100%;
}

}

/* ======================================================
SMALL MOBILE
====================================================== */

@media(max-width:480px){

.hero h1{

    font-size:22px;
}

.section-title h2{

    font-size:22px;
}

.glass-grid,
.why-grid{

    gap:11px;
}

.glass-content{

    padding:18px 12px 16px;
}

.glass-content h3{

    font-size:12px;
}

.glass-content p{

    font-size:10px;
}

.glass-btn{

    font-size:10px;
}

.why-box h3{

    font-size:12px;
}

.why-box p{

    font-size:10px;
}

.project-content h3{

    font-size:20px;
}

.glass-cta-content h2{

    font-size:24px;
}

}

</style>