/* Minification failed. Returning unminified contents.
(110,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-accordion-btn-icon-width'
(111,18): run-time error CSS1039: Token not allowed after unary operator: '-bs-accordion-btn-icon-width'
(116,27): run-time error CSS1039: Token not allowed after unary operator: '-bs-accordion-btn-icon-width'
(117,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-accordion-btn-icon-transition'
(1144,22): run-time error CSS1036: Expected expression, found ';'
 */
/*------------------------------
    Swiper Custom Pagination styling
------------------------------*/

.heroSwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    width: 100%;
    z-index: 12;
    pointer-events: auto;
}

.heroSwiper .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    background: #FFF;
    border-radius: 20px;
    margin: 0 !important;
    opacity: 1;
    transition: background 0.3s, width 0.3s;
    display: inline-block;
}

.heroSwiper .swiper-pagination-bullet-active {
    background: #A0694F;
    width: 32px;
    height: 3px;
    box-shadow: 0 0 2px #A0694F;
}

/* for all slider */

.customSwiper .swiper-slide {
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
}

.customSwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 12;
    pointer-events: auto;
}

.customSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 20px;
    margin: 0 !important;
    opacity: 1;
    transition: background 0.3s, width 0.3s;
    display: inline-block;
}

.customSwiper .swiper-pagination-bullet-active {
    background: #000;
    width: 32px;
    height: 8px;
}

/*------------------------------
    Accordion
------------------------------*/

.accordion{
    background: transparent;
    border: none;
}

.accordion .accordion-item{
    background-color: transparent;
    border: none;
}

.accordion .accordion-item:first-of-type .accordion-button,
.accordion .accordion-item:last-of-type .accordion-button,
.accordion .accordion-button,
.accordion .accordion-button:focus{
    padding: 15px 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 !important;
    box-shadow: none;
}

.accordion .accordion-item:last-child .accordion-button{
    border-bottom: none;
}

.accordion .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1v14M1 8h14" stroke="%23fff" stroke-width="2"/></svg>');
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23fff" stroke-width="2" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1 8h14"/></svg>');
}

.accordion .accordion-body{
    padding-left: 0;
    padding-right: 0;
}

.accordion .accordion-body p{
    margin: 0 0 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.accordion .accordion-more{
    color: #C49840;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.accordion .accordion-more i{
    margin-left: 10px;
}

/*------------------------------
    Buttons
------------------------------*/

.btn-outline-gold {
    position: relative;
    padding: 10px 40px 10px 20px;
    color: #b5924c;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #b5924c;
    border-radius: 0;
    transition: border-color 0.3s, color 0.3s;
}

.btn-outline-gold .fa-arrow-right {
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25em;
    transition: right 0.3s;
    opacity: 1;
    color: #b5924c;
}

.btn-outline-gold:hover, .btn-outline-gold:focus {
    border-color: #c7a45d;
    color: #FFF;
    background: #c7a45d;
    transition: all ease 0.3s;
}

.btn-outline-gold:hover .fa-arrow-right,
.btn-outline-gold:focus .fa-arrow-right {
    right: 0.5rem;
    color: #FFF;
}

.btn-outline-gold:active {
    box-shadow: none;
    background: transparent;
}

@font-face {
    font-family: "JioType";
    src: local("JioType Light"), url('../fonts/jiotype/JioType-Light.eot');
    src: url("../fonts/jiotype/JioType-Light.eot?#iefix") format("embedded-opentype"),
         url("../fonts/jiotype/JioType-Light.woff2") format("woff2"),
         url("../fonts/jiotype/JioType-Light.woff") format("woff"),
         url("../fonts/jiotype/JioType-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "JioType";
    src: url('../fonts/jiotype/JioType-Medium.eot');
    src: url("../fonts/jiotype/JioType-Medium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/jiotype/JioType-Medium.woff2") format("woff2"),
         url("../fonts/jiotype/JioType-Medium.woff") format("woff"),
         url("../fonts/jiotype/JioType-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "JioType";
    src: url('../fonts/jiotype/JioType-Bold.eot');
    src: url("../fonts/jiotype/JioType-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/jiotype/JioType-Bold.woff2") format("woff2"),
         url("../fonts/jiotype/JioType-Bold.woff") format("woff"),
         url("../fonts/jiotype/JioType-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "JioType";
    src: url('../fonts/jiotype/JioType-Black.eot');
    src: url("../fonts/jiotype/JioType-Black.eot?#iefix") format("embedded-opentype"),
         url("../fonts/jiotype/JioType-Black.woff2") format("woff2"),
         url("../fonts/jiotype/JioType-Black.woff") format("woff"),
         url("../fonts/jiotype/JioType-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

body {
    /*font-family: 'JioType';*/
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    background: #FFF;
}

.section{
    padding: 30px 0;
}

.section-bg-gray{
    background-color: #F5F5F5;
}

.section-title{
    margin: 0 0 30px;
    color: #A0694F;
    font-size: 36px;
    font-weight: 900;
}

.section-sub-title{
    margin: 0 0 20px;
    color: #A0694F;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
}

.section-sub-title span{
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.sub-heading{
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    font-weight: 900;
}

.sub-heading-bline{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.visually-hidden-focusable {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    white-space: nowrap;
}

.visually-hidden-focusable:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
    background: #fff;
    padding: 8px;
    border: 2px solid #000;
    z-index: 10000;
    text-decoration: none;
    color: #000;
}

p{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

/*------------------------------
    Header
------------------------------*/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: background-color 0.4s ease;
    z-index: 1030; /* Higher than default Bootstrap navbar */
}

/* Sticky header styles with smooth slide down */
.sticky-header {
    background: #FFF;
    padding: 0 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease forwards;
}

.header .navbar-brand .logow{
    display: block;
}

.header .navbar-brand .logob{
    display: none;
}

.header.sticky-header .navbar-brand .logow{
    display: none;
}

.header.sticky-header .navbar-brand .logob{
    display: block;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Navbar links */
.navbar .navbar-nav .nav-item .nav-link {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    gap: 0.5em;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover and focus states */
.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus {
    color: #fff !important;
    background-color: transparent;
    text-decoration: none;
}

/* Active nav link */
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: #fff !important;
    background-color: transparent;
}

.sticky-header .navbar .navbar-nav .nav-item .nav-link,
.sticky-header .navbar .navbar-nav .nav-item .nav-link:hover,
.sticky-header .navbar .navbar-nav .nav-item .nav-link:focus,
.sticky-header .navbar .navbar-nav .nav-item .nav-link.active,
.sticky-header .navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: #000 !important;
}

/* Hide Bootstrap default dropdown arrow */
.dropdown-toggle::after {
    display: none;
}

/* Custom Font Awesome arrow for dropdown */
.dropdown-toggle::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f107"; /* fa-angle-down */
    font-size: 1em;
    color: inherit;
    margin-left: 0;
    transition: transform 0.3s ease;
    display: inline-block;
    border: none;
}

/* Rotate arrow when dropdown is shown */
.nav-item.dropdown.show > .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Hamburger menu styles */
.hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hamburger.is-sm {
    font-size: 1rem;
}

.hamburger.is-md {
    font-size: 1.5rem;
}

.hamburger.is-lg {
    font-size: 2rem;
}

.hamburger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.125em;
    border-radius: 0.125em;
    background: currentColor;
    transition: inherit;
}

.hamburger-line:nth-child(1) {
    top: 0.125em;
}

.hamburger.is-active .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
}

.hamburger-line:nth-child(2) {
    top: 0.438em;
}

.hamburger.is-active .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}

.hamburger-line:nth-child(3) {
    top: 0.75em;
    width: 0.625em;
}

.hamburger.is-active .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotate(135deg);
}

/* Large devices: show navbar, hide hamburger */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
        align-items: center;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 0;
        border: none;
        border-radius: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        transition: background-color 0.3s ease;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
        text-decoration: none;
    }

    .hamburger {
        display: none;
    }
}

/* Small devices: fixed slide-in offcanvas navbar and margin adjustment */
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 68px;
        right: -320px;
        bottom: 0;
        padding: 20px;
        display: block !important;
        width: 320px;
        height: calc(100vh - 68px);
        background: #FFF;
        overflow-y: auto;
        z-index: 1040;
        transition: right 0.5s ease-in-out;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 0.5s ease-in-out;
    }

    /* Push main content below fixed header */
    #maincontent {
        margin-top: 68px;
    }
}

/* Accessibility and UX improvements */
.navbar-nav .nav-link:focus-visible {
    outline: 2px solid #44597F;
    outline-offset: 2px;
}

/*------------------------------
    Slider
------------------------------*/

.heroSwiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Fade effect fixes for showing only active slide */
.heroSwiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}

.heroSwiper .swiper-slide.swiper-slide-active,
.heroSwiper .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1 !important;
    pointer-events: auto;
    z-index: 2;
}

.heroSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-32px);
    }

    80% {
        opacity: 1;
        transform: translateX(2px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Fullscreen slider for 1200px and below */
@media (max-width: 1400px) {
    .heroSwiper {
        height: 100vh; /* Full viewport height */
    }
}

@media (max-width: 991px){
    .heroSwiper {
        height: calc(100vh - 68px);
    }
}

/*------------------------------
    Page Banner
------------------------------*/

.page-banner{
    position: relative;
    min-height: 400px;
}

.page-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.page-banner.about-banner{
    /*background-image: url(Image/img/page-banner/about.png);*/
    background-repeat: no-repeat;
    background-position: top center;
}

.page-banner.product-banner{
    /*background-image: url(Image/img/page-banner/product.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
}

.page-banner.blog-banner{
    /*background-image: url(Image/img/page-banner/blog.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
}

.page-banner .page-banner-content{
    position: relative;
    z-index: 9;
}

.page-banner .page-banner-content h2{
    margin: 0;
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    vertical-align: middle;
    text-transform: uppercase;
}

.page-banner .page-banner-content h3{
    margin: 0;
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase;
}

.page-banner .page-banner-content p{
    color: #FFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    vertical-align: middle;
}

/*------------------------------
    Breadcrumb
------------------------------*/

.breadcrumb .breadcrumb-item{
    color: #C49840;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a{
    color: #000;
    text-decoration: none;
}

/*------------------------------
    Our Products
------------------------------*/

.products_bg {
    /*background-image: url(Image/img/relstar-nova.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 466px;
}

/*------------------------------
    About
------------------------------*/

#about_us h3{
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

#about_us p{
    padding-bottom: 20px;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
}

.counter-box{
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.counter-box .label{
    color: #747474;
    font-weight: 500;
    font-size: 14px;
}

.counter-box .count{
    color: #000;
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
}

.counter-box .count .plus {
    margin-left: 3px;
    font-size: 1rem;
    color: #000;
    line-height: 34px;
}

/* Optional styling to align + */
.count + span {
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: top;
}

/*------------------------------
    Blog
------------------------------*/

.slide-link{
    display: block;
    text-decoration: none;
}

.slide-img{
    overflow: hidden;
}

.slide-link .slide-img img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center;
}

.slide-link:hover .slide-img img {
    transform: scale(1.15) rotate(3deg); /* Zoom in and slight rotate */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3); /* Soft shadow glow */
    cursor: pointer;
}


.slide-content{
    position: relative;
    padding: 15px 0;
}

.slide-content h2{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.slide-content h2 span{
    display: block;
    padding-bottom: 5px;
    color: #666;
    text-align: justify;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
}

.fw-bold{
    font-weight: bold;
}

.fw-normal{
    font-weight: normal;
}
/*------------------------------
    Gallery
------------------------------*/
.gallery-slide-link {
    display: block;
    text-decoration: none;
}

.gallery-slide-link .slide-img{
    overflow: hidden;
}

.gallery-slide-link .slide-img img {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center;
}

.gallery-slide-link:hover .slide-img img {
    transform: scale(1.15) rotate(3deg);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}


.gallery-slide-link .slide-content{
    position: relative;
    padding: 0;
}

.gallery-slide-link .slide-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    pointer-events: none;
    z-index: 8;
  }

.gallery-slide-link .slide-content h2 {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
    z-index: 9;
    transition: transform 0.5s ease-in-out;
    transform: translateY(0);
}

.gallery-slide-link:hover .slide-content h2 {
    transform: translateY(-5px); /* Move text up smoothly */
}

/*------------------------------
    About Product
------------------------------*/

.about-pro h2{
    color: #000;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}

.range{
    background: #FFF5F0;
}

.range p{
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
}

.range .pro-dis h3{
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.range .pro-dis p{
    margin: 0;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
}

.commitment-point{
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #E5E5E5;
}

.commitment-point p{
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.commitment-point p span{
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.in-list{
    margin: 0;
    padding: 0;
    display: flex;
}

.in-list li{
    margin-left: 20px;
    padding-right: 10px;
}

/*------------------------------
    Product
------------------------------*/

/* Sidebar styles */
.product-cat .sidebar {
    background-color: #a45c45;
    color: #fff;
    height: 100%;
    min-height: 100vh;
    padding: 1rem 1.25rem;
    font-weight: 600;
}

.product-cat .accordion-button {
    padding-left: 0;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700 !important;
    background-color: transparent;    
}

.product-cat .accordion-button:focus {
    box-shadow: none;
}

/* .product-cat .accordion-button:not(.collapsed) {
    color: #51251f;
    background-color: #d1b5a2;
} */

.product-cat .accordion-body {
    padding: 10px;
    background: #FDE6DC;
}

.product-list {
    padding-left: 1.25rem;
    max-height: 300px;
    overflow-y: auto;
}

.product-list .list-group-item {
    position: relative;
    padding: 8px 0 8px 20px;
    background: transparent;
    border-bottom: 1px solid #A0694F;
}

.product-list .list-group-item::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f105";
    color: #000;
    font-size: 14px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

.product-list .list-group-item a{  
    color: #000;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.product-list .list-group-item:last-child{
    border: none;
}

.product-list .list-group-item a:hover {
    text-decoration: underline;
    background: transparent;
}

/* Product grid card */
.product-card {
    display: block;
    margin-bottom: 1rem;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #A0694F;
    transition: box-shadow 0.3s ease;
    height: 248px;
}

.product-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    max-height: 172px;
}

.product-name {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
}

.product-desc {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.pro-details-box{
    background: #FDE6DC;
}

.pro-details-box .shop h4{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 900;
}

.pro-details-box .shop a{
    margin-right: 10px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #FFF;
    width: 90px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-detail img {
    max-height: 270px;
}

.product-info-name {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    font-style: Medium;
    line-height: 24px;
}

.product-info-desc {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-style: Medium;
    line-height: 24px;
}

.features-point{
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    font-style: Light;
    line-height: 24px;
    border: 1px solid #E5E5E5;
}

@media (max-width: 992px) {
    .product-cat .sidebar {
        min-height: auto;
        font-weight: ;
    }
}

/*------------------------------
    Blog
------------------------------*/

.blog p.bold{
    font-size: 20px;
    font-weight: 700;
    font-style: Bold;
    line-height: 30px;
}

.premium{
    background: #FFF5F0;
}

.feedback-box{
    background: #FFF;
    border: 1px solid #E5E5E5;
}

.feedback-box .feedback-content{
    padding-top: 5px;
    min-height: 130px;
    text-align: center;
}

.feedback-box .feedback-content p{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    font-style: Light;
    line-height: 24px;
}

.feedback-box .feedback-content .name{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-style: Bold;
    line-height: 18px;
}

.feedback-box .feedback-content .location{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    font-style: Light;
    line-height: 18px;
}

.heavy-duty{
    background: #F5F5F5;
}

.ideal{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-ideal-for {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-style: Bold;
    line-height: 24px;
}
.list-ideal-for span {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-style: Medium;
    line-height: 24px;
}

.st-fw .feedback-box .feedback-content{
    padding-top: 5px;
    min-height: 80px;
    text-align: left;
}

.st-fw .feedback-box .feedback-content p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-style: Medium;
    line-height: 24px;
}

.crdc{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.crdc p{
    margin: 0;
    color: #C49840;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

/*------------------------------
    Contact Us
------------------------------*/

.info-card {
    padding: 1rem 0;
}
.info-icon {
    font-size: 20px;
    background-color: #8b554a;
    color: white;
    width: 48px;
    height: 48px;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.info-title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.info-text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    white-space: normal;
}

/*------------------------------
    Footer
------------------------------*/

.footer{
    position: relative;
}

.footer .footer-top{
    padding: 30px 0;
    color: #666;
    background: #000;
}

.contact-info address{
    color: #808184;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.contact-info p{
    color: #808184;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.contact-info a{
    color: #808184;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.footer .footer-top nav ul {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-top nav ul li {
    padding: 15px 30px 15px 0;
    display: inline-block;
    color: #808184;
    font-size: 14px;
    font-weight: 700;
}

.footer .footer-top nav ul li a{
    color: #808184;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.footer .footer-top nav ul li a:hover{
    text-decoration: underline;
}

.footer .footer-top nav ul li a.submenu {
    color: #FFF;
}

.footer .footer-top nav ul li ul {
    display: inline;
    margin-left: 0.5rem;
}

.footer .social-icons a {
    color: #ccc;
    margin-left: 1rem;
    font-size: 14px;
}

.footer .social-icons a:hover {
    color: #fff;
}

.footer .footer-bottom{
    padding: 10px 0;
    color: #666;
    background: #FFF;
}

.footer .footer-bottom p{
    margin: 0;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer .footer-bottom a{
    margin: 0 10px 0;
    color: #666;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.pd-100 {
    padding-top: 100px;
}

.section.privacy {
    padding: 60px 0;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #333;
}

    .section.privacy p {
        line-height: 1.6;
        font-size: 16px;
        margin-bottom: 15px;
        text-align: justify;
    }

.section-font-family {
    font-family: Arial, sans-serif;
}

#enquiryFormSection .form-group {
    margin-bottom: 20px;
}

    #enquiryFormSection .form-group label {
        font-weight: 500;
        margin-bottom: 6px;
        display: inline-block;
    }


.submit-button {
    display: flex;
    flex-direction: column-reverse;
}

    .submit-button .btn-primary {
        padding: 10px 30px;
    }

.mb-30 {
    margin-bottom: 30px;
}

.bg-enquiry {
    background: #FFF5F0;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
    background: #FFF5F0;
}

label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.enquiry-form-box {
    background: #FFF5F0;
    margin: 0px;
    padding: 25px 50px;
}

.bg-modal, .btn-grey {
    background-color: #808184 !important;
}

.about-banner-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .about-banner-title .btn-about-banner-title {
        Width: fit-content;
    }

@media (max-width: 768px) {
    .footer .footer-bottom p{
        margin-bottom: 10px;
    }
}

@media (max-width: 500px){
    .footer .footer-top nav ul{
        display: block !important;
    }

    .footer .footer-top nav ul li{
        display: block;
        padding: 10px 0;
    }

    .footer .footer-top nav ul li a{
        margin: 0 !important;
    }
}
