*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

/* =========================
   BODY BACKGROUND
========================= */

body{
    color:white;

    background-image:
    linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url('bg-red-black.jpg');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    background-repeat:no-repeat;
}

/* =========================
   HEADER
========================= */

header{
    width:100%;
    padding:8px 20px;
     min-height: 100px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:rgba(255,0,0,0.12);

    border-bottom:1px solid rgba(255,255,255,0.15);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    box-shadow:0 8px 32px rgba(0,0,0,0.25);

    position:sticky;
    top:0;
    z-index:1000;
}
.announcement-bar{
    width:100%;
    background:black;
    color:#fff;
    overflow:hidden;
    white-space:nowrap;
    padding:10px 0;
}

.announcement-text{
    display:inline-block;
    padding-left:100%;
    animation:scrollText 20s linear infinite;
    font-weight:bold;
    font-size:16px;
}

@keyframes scrollText{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-100%);
    }
}
.logo{
    font-size:30px;
    font-weight:bold;
    color:#fff;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial,sans-serif;
    background:#0a0a0a;
}

header{
    position:fixed;
    top:0;
    width:100%;
    height:80px;
    background:rgba(20,0,0,.95);
    backdrop-filter:blur(10px);
    z-index:999;
}

.navbar{
    width:90%;
    margin:auto;
    height:80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo-area{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo-area img{
    width:80px;
    height:80px;
    object-fit:contain;
}

.company h2{
    font-size:18px;
    font-weight:700;
}

.company p{
    font-size:13px;
    color:#cccccc;
}

nav ul{
    display:flex;
    list-style:none;
    gap:30px;
}

nav ul li a{
    color:white;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

nav ul li a:hover{
    color:#ff2b2b;
}

.quote-btn{
    background:#d60000;
    color:white;
    padding:10px 22px;
    border-radius:25px;
    text-decoration:none;
}
.logo img {
    width: 10px;     /* Change to the size you want */
    height: 10px;    /* Keep equal for a square logo */
    object-fit: contain;
    align:center
}
.logo-text h1 {
    white-space: nowrap;
    font-size: 36px; /* Adjust if needed */
    margin: 0;
    text-align:center;
}.social-icons{
    display:flex;
    gap:15px;
    align-items:center;
}

.social-icons a{
    color:white;
    font-size:24px;
    text-decoration:none;
    transition:0.3s;
}

.social-icons a:hover{
    color:white;
    transform:scale(1.1);
}
/* =========================
   NAVIGATION
========================= */

nav a{
    color:white;
    text-decoration:none;
    margin-left:20px;
    transition:0.3s;
    font-size:16px;
}


nav ul li a{
    transition:.3s;
}

nav ul li a:hover{
    color:#ff2b2b;
    border-bottom:2px solid #ff2b2b;
    padding-bottom:5px;
}
.quote-btn{
    background:#ff0000;
    border-radius:30px;
    padding:12px 25px;
    font-weight:bold;
    transition:.3s;
}

.quote-btn:hover{
    background:#cc0000;
    transform:translateY(-2px);
}

/* =========================
   HERO SECTION
========================= */

.hero{
    padding-top:160px;
}
.hero h1{
    margin: 0;
}

.hero p{
    margin: 10px 0 0;
}

.hero h1{
    font-size:55px;
    margin-bottom:20px;
    text-shadow:0 5px 15px rgba(0,0,0,0.5);
}

.hero p{
    font-size:22px;
    margin-bottom:30px;
    max-width:900px;
}

/* =========================
   BUTTON
========================= */

.btn{
    display:inline-block;

    background:rgba(255,102,0,0.25);

    color:white;
    padding:14px 30px;

    text-decoration:none;

    border-radius:50px;

    border:1px solid rgba(255,255,255,0.2);

    backdrop-filter:blur(10px);

    transition:0.4s;
}

.btn:hover{
    background:#ff6600;
    transform:translateY(-3px);
}

/* =========================
   SECTION
========================= */

section{
    padding:70px 40px;
}

h2{
    text-align:center;
    margin-bottom:45px;
    font-size:40px;
    color:white;
}

/* =========================
   PRODUCT GRID
========================= */

.product-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

/* =========================
   GLASS CARD
========================= */

.card{
    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.18);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border-radius:20px;

    padding:25px;

    box-shadow:0 8px 32px rgba(0,0,0,0.35);

    transition:0.4s;
}

.card:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,0.12);
}

.card h3{
    color:#ff6600;
    margin-bottom:15px;
    font-size:24px;
}

.card ul{
    padding-left:20px;
}

.card ul li{
    margin-bottom:12px;
}

.card ul li a{
    color:white;
    text-decoration:none;
    transition:0.3s;
}

.card ul li a:hover{
    color:#ff6600;
    padding-left:5px;
}

/* =========================
   GALLERY
========================= */

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.gallery-item{
    background:rgba(255,255,255,0.08);

    border:1px solid rgba(255,255,255,0.15);

    backdrop-filter:blur(12px);

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 8px 32px rgba(0,0,0,0.25);
}

.gallery img,
.gallery video{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.gallery img:hover{
    transform:scale(1.05);
}

/* =========================
   CONTACT SECTION
========================= */

#contact{

    background:rgba(255,255,255,0.08);

    border-top:1px solid rgba(255,255,255,0.15);

    border-bottom:1px solid rgba(255,255,255,0.15);

    backdrop-filter:blur(12px);

    text-align:center;

    border-radius:25px;

    margin:40px;
}

#contact p{
    margin-bottom:18px;
    line-height:1.8;
    font-size:18px;
}

#contact h3{
    color:#ff6600;
}

/* =========================
   FOOTER
========================= */

footer{

    background:rgba(255,0,0,0.12);

    border-top:1px solid rgba(255,255,255,0.12);

    backdrop-filter:blur(10px);

    color:white;

    text-align:center;

    padding:20px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    header{
        padding:15px 20px;
        flex-direction:column;
    }

    nav{
        margin-top:10px;
    }

    .hero h1{
        font-size:38px;
    }

    .hero p{
        font-size:18px;
    }

    h2{
        font-size:30px;
    }

    #contact{
        margin:15px;
    }
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
    scroll-behavior:smooth;
}

body{
    background:#000;
    color:white;
    background-image:url('bg-red-black.jpg');
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

/* HEADER */

header{
    width:100%;
    background:rgba(40,0,0,0.95);
    padding:18px 60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:sticky;
    top:0;
    z-index:1000;
    border-bottom:1px solid rgba(255,0,0,0.2);
}

header h1{
    font-size:42px;
    color:#fff;
    font-weight:bold;
    letter-spacing:2px;
}
.logo img {
    width: 200px;    /* Change to your preferred width */
    height: auto;    /* Maintains the aspect ratio */
}
nav a{
    color:white;
    text-decoration:none;
    margin-left:30px;
    font-size:20px;
    transition:0.3s;
}

nav a:hover{
    color:#ff6600;
}

/* HERO SECTION */

.hero {
    padding-top: 00px;
    margin-top: 0;
    text-align: center;
}
#home .container {
    text-align: center;
    margin: 0 auto;
}
.hero h2{
    font-size:70px;
    margin-bottom:20px;
    color:white;
    text-shadow:0 0 15px rgba(255,0,0,0.4);
}

.hero p{
    font-size:22px;
    color:#ddd;
}

/* FEATURES SECTION */

#features{
    padding:80px 50px;
    text-align:center;
}

#features h2{
    font-size:55px;
    margin-bottom:60px;
    color:white;
}

/* PRODUCT CARD */

.product-card{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:50px;
    flex-wrap:wrap;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    padding:40px;
    border-radius:25px;
    backdrop-filter:blur(10px);
    box-shadow:0 0 20px rgba(255,0,0,0.15);
}

/* IMAGE */

.product-card img{
    width:450px;
    max-width:100%;
    border-radius:20px;
    transition:0.4s;
    box-shadow:0 0 20px rgba(255,0,0,0.3);
}

.product-card img:hover{
    transform:scale(1.05);
}

/* FEATURE LIST */

.product-card ul{
    text-align:left;
    list-style:none;
}

.product-card ul li{
    font-size:22px;
    margin-bottom:20px;
    padding-left:35px;
    position:relative;
    color:#f5f5f5;
}

.product-card ul li::before{
    content:"✔";
    color:#ff6600;
    position:absolute;
    left:0;
    top:0;
    font-size:20px;
}

/* CONTACT SECTION */

#contact{
    padding:80px 20px;
    text-align:center;
}

#contact h2{
    font-size:50px;
    margin-bottom:30px;
    color:white;
}

#contact p{
    font-size:24px;
    margin-bottom:15px;
    color:#ddd;
}

/* FOOTER */

footer{
    background:rgba(20,0,0,0.95);
    text-align:center;
    padding:25px;
    margin-top:40px;
    border-top:1px solid rgba(255,0,0,0.2);
}

footer p{
    font-size:18px;
    color:#ccc;
}

/* RESPONSIVE */

@media(max-width:768px){

    header{
        flex-direction:column;
        gap:15px;
        padding:20px;
    }

    nav a{
        margin:0 10px;
        font-size:18px;
    }

    .hero h2{
        font-size:45px;
    }

    .hero p{
        font-size:20px;
    }

    #features h2,
    #contact h2{
        font-size:38px;
    }

    .product-card{
        padding:25px;
    }

    .product-card ul li{
        font-size:18px;
    }
}
video{
    width:300px;   /* Reduce width */
    height:300px;
    border-radius:15px;
}
.video-container{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    padding:40px;
}

.video-container video{
    width:350px;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 0 20px rgba(255,0,0,0.3);
}
.hero img{
    justify-content:Right;
    width:300px;
    height:300px;
}
.location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60vh;
}
.pulse{
    transform:scale(1.15);
    box-shadow:0 0 25px #ff6600;
}
.pulse{
    transform:scale(1.08);
}