body {
    background-color: #ffff;
    margin: 0;
}


.navbar{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:45px;
    padding:20px 40px;
    position:relative;
    z-index:1000;
    background:white;
}

.menu-btn{
    position:absolute;
    right:25px;
    z-index:1001;
}
.nav-links{
    display:flex;
    align-items:center;
    gap:35px;
}

.menu-btn{
    display:none;
    background:none;
    border:none;
    font-size:30px;
    cursor:pointer;
}


.navbar a {
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: transform 0.3s ease, color 0.3s ease;
}


.navbar a img {
    width: 100%;
}

.nav-links a:not(.facebook):hover {
    color: black;
    transform: scale(1.15);
}


.facebook {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: black;
    border: 2px solid white;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    transition: all 0.3s ease;
}


.facebook i {
    color: white;
    font-size: 20px;
    transition: color 0.3s ease;
}


.facebook:hover {
    background: white;
}

.facebook:hover i {
    color: black;
}
.product-hero {
    height: 500px;
    background: linear-gradient(120deg, #55aaf0, #1f5fbd);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

.product-hero p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.product-hero h1 {
    margin: 8px 0;
    font-size: 50px;
}

.product-hero h3 {
    margin: 0;
    font-size: 13px;
}

.products-page {
    display: grid;
    grid-template-columns: 220px 1fr;
    font-family: Arial, Helvetica, sans-serif;
    width:90%;
    margin:80px auto;
    display:grid;
    column-gap:80px;

}

.categories h2 {
    font-size: 34px;
    font-weight: 400;
    color: #333;
}

.categories a {
    display: block;
    color: #0b83bd;
    font-size: 20px;
    margin: 18px 0;
    text-decoration: none;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

.product-card img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    
}

.product-card p{
    margin-top:10px;
    margin-bottom:6px;
    color:#999;
    font-size:18px;
}

.product-card h3{
    margin:0 0 8px;
    color:#6EC1E4;
    font-size:22px;
    font-family:"Quicksand",sans-serif;
    font-weight:500;
}

.stars{
    margin-bottom:12px;
}

.read-more{
    display:inline-block;
    padding:10px 24px;
    background:#1596df;
    color:white;
    border-radius:3px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.read-more:hover{
    background:gray;
}
.hero-top{
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: white;
    letter-spacing: 1px;
}
.hero-title{
    font-family: "Quicksand", sans-serif;
    font-size: 72px;
    font-weight: 700;
    color: white;
    margin: 35px 0 55px;
    line-height: 1.1;
}
.hero-call{
    font-family: "Quicksand", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: white;
}

.hero-call span{
    position: relative;
    font-weight: 700;
}

.hero-call span::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:4px;
    background:#e41b23;
    border-radius:50%;
    transform:rotate(-3deg);
}

.hero-call span::before{
    content:"";
    position:absolute;
    left:8px;
    bottom:-14px;
    width:90%;
    height:3px;
    background:#e41b23;
    border-radius:50%;
    transform:rotate(-4deg);
}
.bottom-contact {
    width: 70%;
    margin: 80px auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 120px;
    font-family: "Quicksand", sans-serif;
}

.bottom-contact h2 {
    color: #d60000;
    font-size: 30px;
    margin-bottom: 30px;
}

.contact-info h3 {
    color: #777;
    text-decoration: underline;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.contact-info p {
    color: #777;
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 8px;
}

.enquiry-form form {
    display: flex;
    flex-direction: column;
}

.enquiry-form label {
    color: #777;
    font-size: 17px;
    margin: 14px 0 8px;
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    box-sizing: border-box;
}

.enquiry-form textarea {
    height: 110px;
    resize: vertical;
}

.captcha-box {
    margin-top: 12px;
    width: 300px;
    height: 80px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 15px;
    color: #333;
    background: #fafafa;
}

.captcha-box input {
    width: 30px;
    height: 30px;
}

.enquiry-form button {
    margin-top: 15px;
    width: 100%;
    padding: 14px;
    border: none;
    background: #4d8fe3;
    color: white;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    cursor: pointer;
    border-radius: 3px;
}

.enquiry-form button:hover {
    background: #0b83bd;
}

@media (max-width: 900px) {
    .bottom-contact {
        width: 90%;
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.footer{
    background:#2f2d2d;
    height:120px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    gap:20px;
}

.footer p{
    color:#7c7c7c;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
}


.footer-facebook{
    width:34px;
    height:34px;
    background:black;

    border:2px solid #8aa5c2;
    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    color:white;
    text-decoration:none;

    transition:.3s;
}

.footer-facebook:hover{
    background:white;
    color:black;
}


.whatsapp{
    position:fixed;

    right:25px;
    bottom:25px;

    width:58px;
    height:58px;

    border-radius:50%;

    background:#25D366;
    color:white;

    display:flex;
    justify-content:center;
    align-items:center;

    text-decoration:none;

    font-size:34px;

    box-shadow:0 5px 15px rgba(0,0,0,.3);

    z-index:999;
}

.whatsapp:hover{
    transform:scale(1.1);
}



.product-detail-page {
    width: 80%;
    max-width: 1400px;
    margin: 30px auto 80px;
    font-family: Arial, Helvetica, sans-serif;
}

.breadcrumb {
    color: #001bb8;
    font-size: 26px;
    margin-bottom: 40px;
}
.breadcrumb a {
    text-decoration: none;
    color: #001bb8;
}
.product-detail {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 55px;
    align-items: start;
}

.product-image {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    cursor: zoom-in;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-image:hover img {
    transform: scale(1.15);
}

.product-image.zooming img {
    transform: scale(2);
    transform-origin: var(--x) var(--y);
}
.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.spec-table th {
    text-align: left;
    padding: 16px;
    background: #fafafa;
    border: 1px solid #ddd;
    font-size: 22px;
    font-weight: bold;
}

.spec-table td {
    padding: 18px;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #333;
}

.spec-table tr:nth-child(even) {
    background: #fcfcfc;
}

.spec-table tr:hover {
    background: #f5f5f5;
}
.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    background: white;
    padding: 7px;
    border-radius: 50%;
    font-size: 13px;
}

.product-info h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0033A0;
    /* color: #001bb8;
    font-size: 28px;
    margin: 0 0 10px; */
}

.category {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 15px;
}
.category span {
    font-weight: 400;
    color: #0033A0;
}


.product-info hr {
    border: none;
    border-top: 1px solid #333;
    margin-bottom: 35px;
}

.product-info p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.9;
    color: #222;
}

.product-info h3 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.product-info a{
    text-decoration:none;
}
.related-title {
    font-family: 'Open Sans', sans-serif;
    color: #001bb8;
    font-size: 22px;
    font-weight: 400;
}

.related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.related-card img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.related-card p {
    color: #999;
    font-size: 14px;
    margin: 8px 0 2px;
}

.related-card h3 {
    color: #0050d8;
    font-size: 16px;
    margin: 0;
}

.stars {
    font-size: 12px;
    margin: 5px 0 10px;
}

.read-more {
    display: inline-block;
    background: #0073b7;
    color: white;
    padding: 8px 22px;
    font-size: 12px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .product-detail-page {
        width: 75%;
    }
}

@media (max-width: 930px) {
    .product-detail-page {
        width: 90%;
    }

    .product-detail {
        grid-template-columns: 1fr;
    }

    .related-products {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:930px){

    .navbar{
        height:auto;
        flex-direction:column;
        gap:10px;
        padding:20px;
    }

    .navbar > a img{
        width:120px;
    }

    .menu-btn{
        display:block;
        position:absolute;
        right:25px;
        top:45px;
    }

    .nav-links{
        width:100%;
        background:white;

        display:none;
        flex-direction:column;
        align-items:center;

        padding:20px 0;
        gap:25px;

        z-index:9999;
    }

    .nav-links.active{
        display:flex;
    }

    .slideshow{
        z-index:1;
    }
} 
