        .hero-btn {
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: normal;
            text-decoration: none;
            writing-mode: initial;
            text-transform: none;
            font-weight: 500;
            font-style: normal;
            border: 1px solid rgb(255, 255, 255);
            border-radius: 0px;
            padding: 10px 20px;
            color: #fff;
        }
        
        .hero-btn:hover {
            background-color: #fff;
            color: black;
        }
        
        .hero-bg {
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            min-height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 10px;
            padding: 100px;
        }
        
        .hero-section h2 {
            font-size: 40px;
        }
        
        .hero-section p {
            font-size: 20px;
        }
        
        .trust-section h2 {
            font-size: 25px;
        }
        
        .trust-section p {
            /* text-align: center; */
            font-size: 15px;
            line-height: 1.5;
            letter-spacing: normal;
            text-decoration: none;
            writing-mode: initial;
            text-transform: none;
            font-weight: 500;
            font-style: normal;
        }
        
        .header-nav span {
            font-weight: 500;
        }
        
        .bed-cat-section .category {
            /* padding: 100px 50px; */
            background-repeat: no-repeat;
            background-size: cover;
            overflow: hidden;
            min-height: 396px;
            background-position: center;
            align-content: center;
            align-items: center;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 10px;
            opacity: 0.9;
        }
        
        .bed-cat-section .category h2 {
            margin-top: 0px;
            line-height: 1.25;
            margin-bottom: 0px;
            text-align: center;
            /* padding: 0px 48px 16px; */
            width: 100%;
            z-index: 1;
            color: #fff;
        }
        
        .bed-cat-section .category button {
            width: 200px;
        }
        
        .bed-cat-section .category span {
            font-size: 15px;
            line-height: 1.5;
            letter-spacing: normal;
            text-decoration: none;
            text-transform: none;
            font-weight: 500;
            font-style: normal;
            color: #fff;
            /* padding: 0px 48px 16px; */
            text-align: center;
        }
        
        .prt-col div {
            padding: 20px;
        }
        
        .prt-col div img {
            width: 96%;
        }
        
        .prt-col h2 {
            color: rgb(17, 17, 17);
            font-size: 18px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
            font-style: normal;
            text-underline-offset: 0.1rem;
            text-decoration-thickness: 1px;
        }
        
        .prt-col span {
            color: rgb(146, 125, 125);
            font-size: 15px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
            font-style: normal;
        }
        
        .prt-col button {
            border: 1px solid rgb(17, 17, 17);
            border-radius: 0px;
            padding: 10px 14px;
        }
        
        .offer h2 {
            font-size: 25px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
        }
        
        .offer span {
            font-size: 18px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
            color: #fff
        }
        
        .offer {
            min-height: 300px;
            flex-direction: column;
            justify-content: center;
            gap: 15px;
            background-position: center;
            align-content: start;
            align-items: center;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            opacity: 0.9;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 0px 30px;
        }
        
        .client-test h2 {
            font-size: 30px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
            font-style: normal;
        }
        
        .client-test span {
            font-size: 18px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 400;
        }
        
        .client-test p {
            font-size: 20px;
            line-height: 1.5;
            letter-spacing: normal;
            font-weight: 600;
            color: #927d7d;
        }
        
        #menu-primary {
            display: flex;
            justify-content: center;
            gap: 30px;
            list-style-type: none;
            font-weight: 500;
            padding: 0 !important;
        }
        
        #menu-primary a {
            text-decoration: none;
            color: #000;
        }
        
        @media screen and (max-width: 500px) {
            #menu-primary a {
                font-size: 12px;
            }
        }