@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Baskervville:wght@400&family=Montserrat:wght@400&display=swap');

/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; 
    font-family: 'Montserrat', sans-serif;
    background-color: #FCFCFC;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baskervville', serif;
    font-weight: 400;
}

.baskervville-regular {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
}

.baskervville-regular-italic {
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: italic;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* Header Section */
.header-container, .headerframe {
    background-color: #222;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-container img {
    max-width: 100%;
    height: auto;
    padding-right: 50px;
    
}

#dcut {
    font-size: 24px;
    color: #FFF;
    margin-left: 10px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

#dcut a {
    color: #FFF;
    text-decoration: none;
}

#dcut a:hover {
    color: #999;
}

/* Navigation */
ul#nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

ul#nav li {
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
}

ul#nav li a {
    color: #ccc;
    font-size: 16px;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #999;
}


/* News Section */
#news-section {
    font-size: 22px;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Product Title Section */
.product-title-container {
    font-size: 50px;
    color: #F7F7F7;
    padding: 20px;
    background-color: #099;
    width: 100%;
    text-align: center;
}

/* Product Section */
.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    padding: 20px;
    gap: 20px;
}


.pictureframe_small {
    width: 280px; 
    height: 280px; 
    border-radius: 80px 10px 80px 10px;
    border: 3px solid black;
    background-color: rgba(240, 240, 240, 1);
    background-size: cover; 
    background-position: center; 
    margin: 10px;
    position: relative; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: flex-start; 
    padding: 10px; 
}

.pictureframe_small h1 {
    font-size: 20px; 
    color: #000;
    text-shadow: 1px 1px 1px #FFF;
    padding: 0 0 2px 20px; 
    margin: 13px 0 2px 12px;
    font-family: "Baskervville", serif;
    z-index: 2; 
    text-decoration: none; 
}

.pictureframe_small h2 {
    font-size: 18px; 
    color: red; 
    padding: 0 0 0 20px; 
    margin: 0 0 0 10px; 
    font-weight: bold;
    z-index: 2;
    text-decoration: none; 
}

a {
    text-decoration: none; 
    color: inherit;
}

/* Hover Effect */
.pictureframe_small:hover {
    background-color: rgba(200, 200, 200, 0.8);
}


#csbg {
    overflow-x: auto; 
    margin: 20px 0; 
    width: 100%; 
}

table {
    width: 80%; 
    border-collapse: collapse; 
    margin: auto; 
}

table th, table td {
    padding: 10px; 
    text-align: center; 
    border: 1px solid #ddd; 
}


/* Model Title */
#model {
    font-size: 26px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    color: #222;
    font-family: "Baskervville", serif;
}


/* Features Section */
#cslist {
    padding: 20px;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 1200px;
}
#cslist a img {
    width: 150px;
    height: auto;
    display: block;
    margin: 20px auto;
    transition: transform 0.3s;
}

#cslist a img:hover {
    transform: scale(1.1);
}

#title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: left;
    background-color: #444;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 93%;
    font-family: "Baskervville", serif;
}
/* Feature Sections */
#feature, #feature2, #feature3 {
    line-height: 40px;
    text-align: left;
    width: 90%;
    font-size: 16px;
}

.product-flyer {
    width: 100%; 
    height: auto; 
    display: block;
    margin-left: 15px;
    
}

.manual-download img {
    width: 150px;
    height: auto;
    display: block;
    margin: 20px auto;
    transition: transform 0.3s;
}

.manual-download img:hover {
    transform: scale(1.1);
}


#feature img {
    vertical-align: middle;
    margin-right: 8px;
}


/* Video Sections */
#videojg, #videojg1, #videojg2, #videojg3, #videojg4, #videojg5 {
    float: left;
    width: 280px; 
    height: 280px; 
    border-radius: 80px 10px 80px 10px;
    border: 3px solid black;
    background-color: rgba(240, 240, 240, 1);
    background-size: cover;
    background-position: center; 
    margin: 10px;
}

/* Specific Margins for Videos */
#videojg { margin: 46px; }
#videojg1 { margin-top: 30px; margin-left: 50px; }
#videojg2 { margin-top: 30px; margin-left: 50px; }
#videojg3 { margin-top: 30px; margin-left: 50px; }
#videojg4 { margin-top: 10px; margin-left: 10px; }
#videojg5 { margin-top: 10px; margin-left: 100px; margin-right: 50px; }

/* Video Gallery Section */
#video-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    padding: 20px;
    gap: 20px;
}

.video-item {
    width: 280px;
    height: 280px;
    border-radius: 80px 10px 80px 10px;
    border: 3px solid black;
    background-color: rgba(240, 240, 240, 1);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.video-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.video-item span {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}

/* KUANG Containers */
#kuang {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    max-width: 60%;
    text-align: left;
    padding: 20px;
}

.smallpic {
    height: 180px; 
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 80px 10px 80px 10px;
    border: 3px solid black;
    background-color: #fff;
    overflow: hidden; 
    margin-right: 20px; 
}

.smallpic img {
    width: auto;  
    height: 100%; 
    max-width: 100%;
}


.wordms {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    padding: 10px;
}

.detail {
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

/*Slider */

.focus {
    margin: 20px auto; 
    padding: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    width:100%;
}

.focus ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative; 
    display: flex;
    transition: transform 0.5s ease; 
}

.focus ul li {
    width: 100%; 
    height: auto;
    overflow: hidden;
    position: relative; 
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
}

.focus ul li img {
    width: 100%; 
    height: auto; 
    object-fit: cover;
    overflow: hidden; 
}

.focus .btnBg, .focus .btn {
    display: none;
}


/* DISTRIBUTION PAGE */
.responsive-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}

.state-section {
    display: flex;
    flex-direction: column;
    border-bottom: thin solid #999;
    width: 80%;
    align-items: flex-start;
    padding-top: 10px;
}
.state-name {
    width: 100%; 
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px; 
    font-family: "Baskervville", serif;
}


.company-list {
    width: 100%; 
    font-size: 16px;
}

.company-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.company-name, .website-address {
    flex: 1;
    text-align: left;
    padding-bottom: 10px;
    font-size: 16px;
}

.company-name {
    padding-right: 10px; 
}

.website-address {
    text-align: right; 
    word-wrap: break-word; 
    white-space: normal; 
    overflow-wrap: break-word; 
}

.company-name a, .website-address a {
    color: #000;
    text-decoration: none;
}

.company-name a:hover, .website-address a:hover {
    text-decoration: underline;
}

/*About Us Page*/
#middle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}

/*ACCESSORIES PAGE*/
.blade-container img {
    width: auto; 
    display: block; 
    margin: auto; 
}

/* Footer Section */
   .footerframe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    flex-wrap: wrap;
    background-color: #222;
}

.footer-logo, .footer-links, .footer-contact {
    flex: 1 1 300px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    margin: 0 20px; 
    color:#CCC
}

.footer-logo img, .footer-contact {
    width: 100px; 
    text-align: center; 
}

.footer-links {
    font-size: 13px;
}

.footer-links b {
    font-size: 16px;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.footer-links ul li {
    font-size: 13px;
    color: #CCC;
    margin-bottom: 5px;
}

.footer-links ul li a {
    padding: 5px; 
    display: block; 
    color: #CCC;

}

.footer-links ul li a:hover {
    color: #999;
}

.footer-contact {
    font-size: 13px;
    line-height: 1.5;
}

.footer-contact b {
    font-size: 16px;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
}

.footer-contact a:link,
.footer-contact a:visited,
.footer-contact a:hover,
.footer-contact a:active {
    color: #FFF; 
    text-decoration: none; 
}

.linefooter {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #CCC;
    text-align: center;
    color: #999;
    font-size: 10px;
    padding-top: 10px;
}


/* Media Queries - Medium */
@media (min-width: 680px) and (max-width: 1200px) {
    .dot-image {
        display: none; 
    }

    .features-section {
        margin-top: 20px; 
    }

    .product-flyer {
        max-width: 600px; 
    }

    .footerframe {
        padding: 20px 10px;
        justify-content: space-around;
    }

    .footer-logo, .footer-links, .footer-contact {
        flex: 1 0 200px; 
        margin: 10px;
        text-align: center;
    }
}

/* Media Queries - Small */
@media (max-width: 679px) {
    .headerframe {
        padding: 10px 0;
    }

    .logo-container {
        margin-bottom: 10px;
        text-align: center;
        margin-left: 50px;
    }

    ul#nav {
        flex-direction: column; 
        align-items: center;
    }
 .product-home-title{
    margin-right: 40px;
    font-size:20px;
}

/*SMALL MOBILE - PRODUCT PAGES*/
    #model {
        font-size: 24px;
        padding: 0 10px;
    }

    #cslist {
        padding: 15px;
        max-width: 100%;
        margin: 10px auto;
    }

    #cslist a img {
        display: block;
        margin: 0 auto; 
    }

    #title {
        font-size: 20px;
    }

    #feature, #feature2 {
        padding: 10px 10px 0px 0px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        gap: 7px;
        list-style-type: disc;
        list-style-position: inside;
        align-items: left; 
    }
    
    #feature b {
        font-weight: bold;
    }

    .dot-image {
        display: none;
    }
    
    .product-flyer {
        max-width: 100%; 
    }

    .blade-image {
        display: block;
        height: auto;
        width: 200px;
    }
    .rcimage {
    width: 100%;
    float: left; 
    margin-right: 10px; 
    margin-bottom: 10px; 
}

    #question {
    clear: both; 
    padding: 20px 0; 
}
    
    /*SMALL MOBILE - FLOORING + CONSTRUCTION PAGES*/
    #kuang {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px; 
    }

    .pictureframe_small {
        max-width: 250px; 
        height: 200px; 
        border-radius: 10px; 
        margin: 0 auto 10px;
        border-radius: 80px 10px 80px 10px;
        border: 3px solid black;
        background-color: #fff;
        overflow: hidden;  
    }

    .pictureframe_small h1 {
        position: static; 
        color: #000000; 
        padding: 0 0 2px 20px; 
        margin: 5px 0 2px 12px;
        width: 100%; 
        text-align: left;
    }
    
    .pictureframe_small h2 {
    font-size: 16px; 
    color: red; 
    padding: 0 0 0 20px; /* Removed vertical padding */
    margin: 0 0 0 12px; /* Adjusted left margin for 2px right */
    font-weight: bold;
    z-index: 2;
    text-decoration: none; 
}

    .wordms {
        order: 2; 
        padding: 10px; 
        width: 100%;
        text-align: left; 
    }

    .detail a {
        color: #069; 
    }

    /*Mobile Small - DISTRIBUTION PAGE*/
    .responsive-container {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .state-section {
        background-color: #f5f5f5;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    h2 {
        font-size: 18px;
        color: #333;
    }

    .company-list {
        margin-top: 5px;
    }

    .company-name {
        font-weight: normal;
        color: #000;
        margin-top: 5px;
        font-size: 16px;
    }

    .website-address {
       display: none;
    }
/*Mobile Small - Accessories Containers*/
    #csbg {
        order: 2; 
    }

    .blade-container {
        order: 1; 
        width: 100%; 
        padding: 0 15px; 
        box-sizing: border-box; 
    }

    table {
        width: 80%; 
        border-collapse: collapse; 
        margin: auto;
        font-size: small; 
    }
    
    table th, table td {
        padding: 10px; 
        text-align: center; 
        border: 1px solid #ddd; 
    }

    /*Mobile Small - ABOUT US PAGE*/
    #middle {
        height: auto; 
        padding: 20px; 
    }

    .about-content {
        max-width: 95%; 
        font-size: 14px; 
    }

    #videojg4 {
        display: flex;          
        justify-content: center; 
        align-items: center;    
        width: 90%;            
    }
    
    #videojg4 img {
        max-width: 100px;     
        height: 100px;   
        background-size: cover;       
    }

    .manual-download {
        width: 120px;
        margin: 0; 
        margin-top: 10px;
    }
}
