/* ===================================
PREMIUM TYPOGRAPHY SYSTEM
DM SANS + MANROPE
=================================== */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&family=Manrope:wght@300;400;500;600;700;800&display=swap');

:root {
    --heading-font: 'DM Sans', sans-serif;
    --body-font: 'Manrope', sans-serif;

    --text-dark: #111111;
    --text-body: #666666;
    --text-light: #8a8a8a;
}

/* ===================================
BODY
=================================== */

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--text-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===================================
HEADINGS
=================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.about-content h2,
.gallery-page-title,
.manufactures-title,
.section-heading h2 {
    font-family: var(--heading-font);
    color: var(--text-dark);
    margin: 0;
}

/* Hero Heading */

h1,
.hero-title {
    font-size: 88px;
    font-weight: 800;
    line-height: .95;
}

/* Main Section Titles */

h2,
.section-title,
.about-content h2,
.gallery-page-title,
.manufactures-title,
.section-heading h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

/* Medium Headings */

h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}

/* Small Headings */

h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

h5 {
    font-size: 22px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 600;
}

/* ===================================
SUB HEADINGS
=================================== */

.sub-title,
.section-kicker,
.gallery-kicker,
.manufactures-kicker,
.about-label {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e25826;
    margin-bottom: 15px;
    display: inline-block;
}

/* ===================================
BODY TEXT
=================================== */

p {
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-body);
    margin-bottom: 20px;
}

/* Lead Text */

.lead {
    font-size: 22px;
    line-height: 1.8;
    color: #444;
    font-weight: 400;
}

/* ===================================
LINKS
=================================== */

a {
    font-family: var(--body-font);
    text-decoration: none;
    transition: .3s;
}

a:hover {
    text-decoration: none;
}

/* ===================================
BUTTONS
=================================== */

.btn {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 600;
}

/* ===================================
NAVIGATION
=================================== */

.custom-navbar .custom-navbar-nav li a {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 500;
}

/* ===================================
HERO TYPOGRAPHY
=================================== */

.hero h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 84px;
    font-weight: 800;
    line-height: .95;
    color: #fff;
    margin-bottom: 25px;
}

.hero p {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: rgba(255, 255, 255, .85);
    max-width: 750px;
    margin: auto;
}

/* ===================================
ABOUT SECTION
=================================== */

.about-content h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.about-content p {
    font-size: 17px;
    line-height: 1.5;
}

/* ===================================
SECTION TITLES
=================================== */

.section-title {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}

/* ===================================
CARD TITLES
=================================== */

.service-card h3,
.feature h3,
.voice-card h4,
.contact-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

/* ===================================
TABLET
=================================== */

@media(max-width:991px) {

    h1,
    .hero-title,
    .hero h1 {
        font-size: 64px;
    }

    h2,
    .section-title,
    .about-content h2 {
        font-size: 46px;
    }

    h3 {
        font-size: 34px;
    }
}

/* ===================================
MOBILE
=================================== */

@media(max-width:768px) {

    h1,
    .hero-title,
    .hero h1 {
        font-size: 42px;
        line-height: 1;
    }

    h2,
    .section-title,
    .about-content h2,
    .gallery-page-title,
    .manufactures-title,
    .section-heading h2 {
        font-size: 32px;
        line-height: 1.1;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    p {
        font-size: 15px;
        line-height: 1.8;
    }

    .hero p {
        font-size: 15px;
    }

    .sub-title,
    .section-kicker,
    .gallery-kicker,
    .manufactures-kicker {
        font-size: 12px;
    }
}

/* ===================================
SMALL MOBILE
=================================== */

@media(max-width:480px) {

    .hero h1 {
        font-size: 36px;
    }

    h2,
    .section-title,
    .about-content h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }
}

/* ==========================================================================
Navbar
========================================================================== */

.top-contact-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    z-index: 998;
    background: #e25826;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
}

.top-contact-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    height: 34px;
}

.top-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    text-decoration: none;
    opacity: .94;
    white-space: nowrap;
}

.top-contact-link:hover {
    color: #ffffff;
    opacity: 1;
}

.top-contact-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex: 0 0 auto;
}

.top-contact-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, .45);
}

/* Logo */
.container .logo {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* Navbar */
.custom-navbar {
    background: transparent !important;
    position: fixed !important;
    top: 34px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease;
}

/* Navbar after scroll */
.custom-navbar.is-scrolled,

.custom-navbar.menu-expanded {
    background: #F7F7F7 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    /* border-bottom: 1px solid #314d43; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #464646 !important;
}

/* Brand */
.custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600;
    color: #F7F7F7 !important;
}

.custom-navbar.is-scrolled .navbar-brand,
.custom-navbar.menu-expanded .navbar-brand {
    color: #464646 !important;
}

.custom-navbar .navbar-brand>span {
    opacity: .4;
}

/* Toggler */
.custom-navbar .navbar-toggler {
    border-color: #F7F7F7 !important;
    background-color: #464646;
    padding: 6px 10px;
}

.custom-navbar.is-scrolled .navbar-toggler,
.custom-navbar.menu-expanded .navbar-toggler {
    background-color: #464646;
}

.custom-navbar .navbar-toggler:focus,
.custom-navbar .navbar-toggler:active {
    box-shadow: none;
    outline: none;
}

/* Nav items */
.custom-navbar .custom-navbar-nav li {
    position: relative;
}

/* Default link color */
.custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #F7F7F7 !important;
    opacity: .7;
    transition: all 0.3s ease;
    position: relative;
}

/* FIXED SCROLLED LINK COLOR */
.custom-navbar.is-scrolled .custom-navbar-nav li a,
.custom-navbar.menu-expanded .custom-navbar-nav li a {
    color: #262626 !important;
    opacity: 1;
}

/* Hover */
.custom-navbar .custom-navbar-nav li a:hover {
    opacity: 1;
}

/* Active */
.custom-navbar .custom-navbar-nav li.active a {
    opacity: 1;
}

/* CTA */
.custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    flex-direction: row;
}

.custom-navbar .custom-navbar-cta li:first-child {
    margin-right: 20px;
}

/* MOBILE */
@media (max-width: 767.98px) {

    .top-contact-bar {
        height: 54px;
        font-size: 11px;
        line-height: 1.2;
    }

    .top-contact-content {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        height: 54px;
        padding: 7px 0;
        align-content: center;
    }

    .top-contact-link {
        gap: 5px;
    }

    .top-contact-icon {
        width: 12px;
        height: 12px;
    }

    .top-contact-divider {
        display: none;
    }

    .custom-navbar {
        top: 54px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-collapse {
        background: #464646;
        margin-top: 15px;
        padding: 15px;
        border-radius: 10px;
    }

    .custom-navbar.menu-expanded .custom-navbar-nav li a {
        color: #F7F7F7 !important;
        padding: 10px 0;
    }

    .custom-navbar-cta {
        padding-top: 10px;
        flex-direction: row !important;
    }
}

/* DESKTOP */
@media (min-width: 768px) {

    .custom-navbar .custom-navbar-nav li a::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 8px;
        background: #e25826;
        height: 3px;
        width: 0;
        transition: width 0.3s ease;
    }

    .custom-navbar .custom-navbar-nav li a:hover::before,
    .custom-navbar .custom-navbar-nav li.active a::before {
        width: calc(100% - 16px);
    }

    .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important;
    }
}

/* Large screens */
@media (min-width: 992px) {

    .custom-navbar .custom-navbar-nav li {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* ==========================================================================
Hero Section
========================================================================== */

.hero {
    background: url('../images/florworxbg.png') no-repeat center/cover;
    padding: 11rem 0 5rem 0;
    position: relative;
}

.about-hero {
    background: url('../images/aboutbanner.png') no-repeat center/cover;
    padding: 11rem 0 5rem 0;
    position: relative;
    height: 60vh;
}

.about-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 1;
}

.about-hero .intro-excerpt {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 4;
}

.about-hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 52px;

}



.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.hero .intro-excerpt {
    position: relative;
    top: 70px;
    z-index: 4;
}

.hero h1 {
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 50px;

}

.hero p {
    color: white;
    margin-bottom: 30px;
    font-size: 20px;
}

.hero .hero-img-wrap {
    position: relative;
}

.hero .hero-img-wrap img {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 2;
    max-width: 780px;
    left: -20px;
}

.hero .hero-img-wrap:after {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: -100px;
    top: -0px;
}

@media (max-width: 767px) {
    .hero {
        min-height: 80vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 190px 0 70px;
        background-position: 58% center;
    }

    .hero .container {
        position: relative;
        z-index: 3;
    }

    .hero .intro-excerpt {
        position: relative;
        top: auto;
        max-width: 100%;
    }

    .hero h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 18px;
    }

    .hero p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px;
        color: rgba(255, 255, 255, 0.72);
    }

    .hero .intro-excerpt p:last-child {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 0;
    }

    .hero .intro-excerpt .btn {
        padding: 10px 20px;
        font-size: 13px;
        margin-right: 0 !important;
    }

    .hero .hero-img-wrap,
    .hero .hero-img-wrap:after {
        display: none;
    }

    .about-hero h1 {
        font-size: 30px;
    }
}

/* Hero Responsiveness */
@media (min-width: 768px) {
    .hero {
        padding: 11rem 0 6rem 0;

    }

    .hero .hero-img-wrap img {
        right: 0px;
        left: -100px;
    }
}

@media (min-width: 992px) {
    .hero {
        padding: 13rem 0 8rem 0;
        height: 90vh;
    }

    .hero .intro-excerpt {
        text-align: center;
    }

    .hero .hero-img-wrap img {
        left: 0px;
        top: -80px;
        position: absolute;
        right: -50px;
    }
}

@media (min-width: 1200px) {
    .hero .hero-img-wrap img {
        left: 0px;
        top: -80px;
        right: -100px;
    }


    .hero .hero-img-wrap:after {
        top: -40px;
    }
}

@media (min-width: 1400px) {
    .hero h1 {
        font-size: 54px;
    }
}



.about-section {
    width: 100%;
    padding: 40px 8%;
    background: #f8f8f8;

}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 450px;

    gap: 60px;
}

.about-content {
    text-align: left !important;
}

/* LEFT CONTENT */

.about-content span {
    display: inline-block;
    color: #e25826;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-content h2 {
    font-size: 52px;
    font-weight: 800;
    color: #464646;
    line-height: 1.2;
    margin-bottom: 10px;

}

.about-content h2 span {
    color: #e25826;
}

.about-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 5px;
}

.about-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 20px;
}

/* FEATURES */

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.about-feature-box {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.about-feature-box i {
    width: 50px;
    height: 50px;
    background: #e25826;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.about-feature-box h4 {
    font-size: 17px;
    color: #464646;
}

/* RIGHT IMAGE */

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* FLOATING CARD */

.about-floating-card {
    position: absolute;
    bottom: 25px;
    left: -40px;
    background: #fff;
    padding: 22px 26px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.about-floating-card h3 {
    font-size: 38px;
    color: #e25826;
    margin-bottom: 5px;
}

.about-floating-card p {
    color: #666;
    font-size: 15px;
}

/* RESPONSIVE */

@media(max-width:992px) {

    .about-container {
        grid-template-columns: 1fr;
    }

    .about-image {
        order: -1;
    }

    .about-content h2 {
        font-size: 42px;
    }
}

@media(max-width:768px) {

    .about-section {
        padding: 40px 6%;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-floating-card {
        left: 10px;
        bottom: 50px;
        padding: 8px 11px;
    }

    .about-floating-card h3 {
        font-size: 28px;
    }
}





/* ==========================================================================
Buttons
========================================================================== */

.btn {
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    color: #ffffff;
    background: #2f2f2f;
    border-color: #2f2f2f;
}

.btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222;
}

.btn:active,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50;
}

.btn.btn-primary:hover {
    background: #314d43;
    border-color: #314d43;
}

.btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29;
}

.btn.btn-secondary:hover {
    background: #f8b810;
    border-color: #f8b810;
}

.btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
    border-color: white;
    color: #ffffff;
}

/* ==========================================================================
Product Section
========================================================================== */

.section-title {
    color: #2f2f2f;
}

.product-section {
    padding: 7rem 0;
}

.product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer;
}

.product-section .product-item .product-thumbnail {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item h3 {
    font-weight: 600;
    font-size: 16px;
}

.product-section .product-item strong {
    font-weight: 800 !important;
    font-size: 18px !important;
}

.product-section .product-item h3,
.product-section .product-item strong {
    color: #2f2f2f;
    text-decoration: none;
}

.product-section .product-item .icon-cross {
    position: absolute;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #2f2f2f;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -17.5px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item .icon-cross img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-section .product-item:before {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    background: #dce5e4;
    height: 0%;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.product-section .product-item:hover .product-thumbnail {
    top: -25px;
}

.product-section .product-item:hover .icon-cross {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.product-section .product-item:hover:before {
    height: 70%;
}

/* ==========================================================================
Vision Mission Section
========================================================================== */

.vision-mission-section {
    padding: 3rem 0;
    background: #464646;
    position: relative;
    overflow: hidden;

}

.vision-mission-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42%;
    background: #CCCCCC;
    opacity: .12;
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.vision-mission-section .container {
    position: relative;
    z-index: 2;
}

.vision-mission-section .section-title {
    color: #ffffff;
    font-size: 42px;
    line-height: 52px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #e25826;
}

.vision-mission-intro {
    font-size: 16px;
    line-height: 30px;
    color: #CCCCCC;
    text-align: left;
}

.vision-mission-gallery {
    min-height: 100%;
    position: relative;
    padding: 18px 18px 88px;
    border: 1px solid rgba(204, 204, 204, 0.28);
    background: rgba(255, 255, 255, 0.04);
}

.vision-mission-gallery img {
    width: 100%;
    object-fit: cover;
    filter: saturate(.9) contrast(1.05);
}

.vision-mission-gallery .gallery-main {
    height: 390px;
}

.vision-mission-gallery .gallery-small {
    position: absolute;
    right: -22px;
    bottom: 34px;
    width: 48%;
    height: 150px;
    border: 10px solid #464646;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.gallery-badge {
    position: absolute;
    left: 38px;
    bottom: 26px;
    padding: 18px 22px;
    background: #e25826;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(226, 88, 38, 0.28);
}

.gallery-badge span,
.gallery-badge strong {
    display: block;
    line-height: 1.2;
}

.gallery-badge span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-badge strong {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 800;
}

.vision-mission-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    background: #f7f7f7;
    border: 1px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
}

.vision-mission-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e25826;
}

.vision-mission-card.mission-card:before {
    background: #CCCCCC;
}

.vision-mission-card:after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 105px;
    height: 105px;
    border: 20px solid rgba(226, 88, 38, 0.12);
    border-radius: 50%;
}

.vision-mission-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #464646;
    color: #ffffff;
    font-weight: 800;
}

.mission-card .vision-mission-icon {
    background: #e25826;
    color: #ffffff;
}

.vision-mission-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 14px;
}

.vision-mission-card p {
    color: #5f5f5f;
    margin-bottom: 0;
    /* text-align: left; */
}

.vision-mission-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #464646;
}

.vision-mission-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e25826;
}

@media (max-width: 767.98px) {
    .vision-mission-section {
        padding: 5rem 10px;
    }

    .vision-mission-section .section-title {
        font-size: 31px;
        line-height: 40px;
    }

    .vision-mission-gallery {
        padding: 14px 14px 92px;
    }

    .vision-mission-gallery .gallery-main {
        height: 320px;
    }

    .vision-mission-gallery .gallery-small {
        right: 14px;
        bottom: 24px;
        width: 52%;
        height: 135px;
        border-width: 7px;
    }

    .gallery-badge {
        left: 24px;
        bottom: 22px;
        padding: 14px 16px;
    }

    .gallery-badge strong {
        font-size: 16px;
    }

    .vision-mission-card {
        padding: 30px;
    }

    .vision-mission-card h3 {
        font-size: 24px;
    }
}

/* ==========================================================================
Why Choose Section & Features
========================================================================== */

.why-choose-section {
    padding: 5rem 0;
    text-align: justify;
}

.why-choose-section .img-wrap {
    position: relative;
}

.why-choose-section .img-wrap img {
    border-radius: 20px;
}

.expertise-title {
    font-size: 22px;
    font-weight: 700;
    color: #464646;
    margin: 42px 0 22px;
}

.expertise-grid {
    margin-bottom: 3rem;
}

.feature {
    height: 100%;
    display: grid;
    grid-template-columns: 64px 1fr;
    column-gap: 18px;
    align-items: start;
    padding: 20px;
    border: 1px solid rgba(70, 70, 70, 0.12);
    border-radius: 8px;
    background: transparent;
    text-align: left !important;
}

.feature .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
    background: rgba(226, 88, 38, 0.1);
}

.feature .icon img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.feature h3 {
    font-size: 15px;
    line-height: 20px;
    color: #2f2f2f;
    margin-bottom: 6px;
    grid-column: 2;
    grid-row: 1;
}

.feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 2;
}

.feature .icon {
    grid-column: 1;
    grid-row: 1 / span 2;
}

@media (max-width: 575.98px) {

    .why-choose-section {
        padding: 3rem 10px;
    }

    .feature {
        grid-template-columns: 54px 1fr;
        column-gap: 14px;
        padding: 18px;
    }

    .feature .icon {
        width: 54px;
        height: 54px;
    }

    .feature .icon img {
        width: 38px;
        height: 38px;
    }

    .feature h3,
    .feature p {
        font-size: 13px;
    }
}

/* ==========================================================================
We Help Section
========================================================================== */

.we-help-section {
    padding: 7rem 0;
}

.we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative;
}

.we-help-section .imgs-grid:before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: -1;
}

.we-help-section .imgs-grid .grid {
    position: relative;
}

.we-help-section .imgs-grid .grid img {
    border-radius: 20px;
    max-width: 100%;
}

.we-help-section .imgs-grid .grid.grid-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 18;
    grid-column: 1 / span 18;
    -ms-grid-row: 1;
    -ms-grid-row-span: 27;
    grid-row: 1 / span 27;
}

.we-help-section .imgs-grid .grid.grid-2 {
    -ms-grid-column: 19;
    -ms-grid-column-span: 27;
    grid-column: 19 / span 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
    padding-left: 20px;
}

.we-help-section .imgs-grid .grid.grid-3 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 16;
    grid-column: 14 / span 16;
    -ms-grid-row: 6;
    -ms-grid-row-span: 27;
    grid-row: 6 / span 27;
    padding-top: 20px;
}

/* Lists */
.custom-list {
    width: 100%;
}

.custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.custom-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3b5d50;
    position: absolute;
    left: 0;
    top: 8px;
}

/* ==========================================================================
Popular Products
========================================================================== */

.popular-product {
    padding: 0 0 7rem 0;
}

.popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
}

.popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.popular-product .product-item-sm a:hover {
    color: rgba(47, 47, 47, 0.5);
}

.popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px;
}

.popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative;
}

.popular-product .product-item-sm .thumbnail:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    background: #dce5e4;
    width: 98px;
    height: 98px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* ==========================================================================
Testimonial Section
========================================================================== */

.testimonial-section {
    padding: 6rem 0 8rem 0;
    background: #464646;
    position: relative;
    overflow: hidden;
}

.testimonial-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: #CCCCCC;
    opacity: .08;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .section-title {
    color: #ffffff;
}

.testimonial-slider-wrap {
    position: relative;
}

.testimonial-slider-wrap .tns-inner {
    padding-top: 30px;
}

.testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px;
}

.testimonial-block {
    max-width: 860px;
    margin: 0 auto;
    padding: 44px;
    border: 1px solid rgba(204, 204, 204, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.testimonial-block blockquote {
    position: relative;
}

.testimonial-block blockquote:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    width: 46px;
    height: 4px;
    background: #e25826;
    transform: translateX(-50%);
}

.testimonial-block blockquote p {
    color: #464646;
    font-weight: 500;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
    max-width: 80px;
    border-radius: 50%;
    border: 3px solid #e25826;
    padding: 3px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 0;
}

.testimonial-block .position {
    color: #6a6a6a;
}

.testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none;
}

.testimonial-slider-wrap #testimonial-nav>span {
    cursor: pointer;
    position: absolute;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    background: #ffffff;
    color: #464646;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.testimonial-slider-wrap #testimonial-nav>span:hover {
    background: #e25826;
    color: #ffffff;
}

.testimonial-slider-wrap #testimonial-nav .prev {
    left: -10px;
}

.testimonial-slider-wrap #testimonial-nav .next {
    right: 0;
}

.testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
    background: none;
    border: none;
    display: inline-block;
    position: relative;
    width: 0 !important;
    height: 7px !important;
    margin: 2px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.testimonial-slider-wrap .tns-nav button:before {
    display: block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background-color: #d6d6d6;
}

.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
    background-color: #e25826;
}

/* Testimonial Responsiveness */
@media (min-width: 768px) {
    .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px;
    }

    .testimonial-slider-wrap #testimonial-nav {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .testimonial-section {
        padding: 5rem 0 7rem;
    }

    .testimonial-block {
        padding: 30px 22px;
    }
}

/* ==========================================================================
Blog & Sections
========================================================================== */


/* POPUP */

.image-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

.image-popup.active {
    opacity: 1;
    visibility: visible;
}

.image-popup img {
    width: 90%;
    height: auto;
    max-width: 900px;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.gallery-preview-section {
    padding: 7rem 0;
    background: #eff2f1;
}

.gallery-preview-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.gallery-preview-item-content::before {
    content: "";
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(221, 13, 13, 0.12);

}

.gallery-preview-item-content p {
    color: #5f5f5f;
    margin-bottom: 0;
    text-align: center;
}

.gallery-preview-item-content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #464646;
    margin-bottom: 12px;
}

.gallery-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #e25826;
}

.gallery-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 30px;
    background: #464646;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.gallery-link:hover {
    background: #e25826;
    color: #ffffff;
}

.gallery-preview-item {
    height: 320px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(70, 70, 70, 0.14);
    transition: transform .4s ease;

}

.gallery-preview-tall {
    height: 380px;
    margin-top: -30px;
}

.gallery-preview-item img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.gallery-preview-item:hover {
    transform: scale(1.04);
}

.gallery-banner {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: url('../images/img-grid-1.jpg') center/cover no-repeat;
    overflow: hidden;
}

.gallery-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.28));
}

.gallery-banner .container {
    position: relative;
    z-index: 2;
}

.gallery-banner-content {
    max-width: 720px;
    padding-top: 90px;
}

.gallery-banner-content h1 {
    color: #ffffff;
    font-size: 58px;
    line-height: 68px;
    font-weight: 800;
    margin: 0 0 18px;
}

.gallery-banner-content p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.gallery-banner .gallery-kicker {
    color: #e25826;
}

.gallery-page {
    padding: 1rem 0 9rem;
    background: #eff2f1;
}

.gallery-page-title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    color: #464646;
}

.gallery-page-item {
    height: 330px;
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .gallery-banner {
        min-height: 430px;
    }

    .gallery-banner-content {
        padding-top: 70px;
    }

    .gallery-banner-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .gallery-banner-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .gallery-preview-section {
        padding: 5rem 0;
    }

    .gallery-preview-item,
    .gallery-preview-tall,
    .gallery-page-item {
        height: 260px;
        margin-top: 0;
    }

    .gallery-page {
        padding: 4rem 0 5rem;
    }

    .gallery-page-title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 0px;
    }
    .gallery-kicker{
        text-align: center;
    }
}

.before-footer-section {
    padding: 7rem 0 12rem 0 !important;
}



/* ==========================================================================
   Footer Section Upgraded Styles
   ========================================================================== */
.footer-section {
    padding: 80px 0;
    background: #262626;
}

.footer-section .relative {
    position: relative;
}

/* Base Link Transitions */
.footer-section a {
    text-decoration: none;
    color: #CCCCCC;
    transition: .3s all ease;
}

.footer-section a:hover {
    color: #e25826;
}

/* --- Quick Links Interaction --- */
.footer-section .links-wrap ul li a {
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-section .links-wrap ul li a:hover {
    color: #e25826;
    transform: translateX(6px);
    /* Micro-shift right */
}

/* --- Footer Brand Logo Hover --- */
.footer-section .footer-logo-link {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-section .footer-logo-link:hover {
    transform: scale(1.04) translateY(-2px);
    /* Pops up and grows slightly */
}

/* --- Social Media Complete Row Hover & Brand Matching --- */
.footer-section .social-item {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.footer-section .social-item a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #dce5e4;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-section .social-item a i {
    font-size: 16px;
    color: #e25826;
    line-height: 40px;
    transition: all 0.3s ease;
}

.footer-section .social-text {
    color: #CCCCCC;
    transition: all 0.3s ease;
}

/* Row Hover Actions (Translates the whole row up & brightens text) */
.footer-section .social-item:hover {
    transform: translateY(-4px);
}

.footer-section .social-item:hover .social-text {
    color: #ffffff;
    font-weight: 500;
}

/* Individual Brand Customizations on Hover */
/* Facebook */
.footer-section .fb-item:hover a {
    background: #1877F2;
    box-shadow: 0 5px 15px rgba(24, 119, 242, 0.4);
}

/* Instagram */
.footer-section .ig-item:hover a {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 5px 15px rgba(220, 39, 67, 0.4);
}

/* LinkedIn */
.footer-section .li-item:hover a {
    background: #0077B5;
    box-shadow: 0 5px 15px rgba(0, 119, 181, 0.4);
}

/* X / Twitter */
.footer-section .tw-item:hover a {
    background: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* Makes icons crisp white when active branding pops up */
.footer-section .social-item:hover a i {
    color: #ffffff;
}

/* --- Support Section Floating Interaction --- */
.footer-section .support-item {
    transition: all 0.3s ease;
}

.footer-section .support-item .contact-icon {
    color: #e25826;
    transition: all 0.3s ease;
}

.footer-section .support-item span {
    transition: all 0.3s ease;
}

/* Lift support line up and turn icon/text vibrant */
.footer-section .support-item:hover {
    transform: translateY(-3px);
}

.footer-section .support-item:hover .contact-icon {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.footer-section .support-item:hover span {
    color: #e25826;
}

/* --- Designer Link & Legal Micro-hovers --- */
.footer-section .designer-link {
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-section .designer-link:hover {
    transform: translateY(-1px);
    text-shadow: 0 2px 8px rgba(13, 202, 240, 0.3);
}

.footer-section .legal-links a {
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-section .legal-links a:hover {
    transform: translateY(-2px);
    color: #e25826;
}

/* Structural Dividers */
.footer-section .border-top {
    border-color: #404040 !important;
    /* Made slightly cleaner for dark mode backgrounds */
}




/* ==========================================================================
Forms & Controls
========================================================================== */

.form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Manrope", sans-serif;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.form-control::-moz-placeholder {
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    font-size: 14px;
}

.form-control:-moz-placeholder {
    font-size: 14px;
}

textarea {
    height: auto !important;
}

.couponcode-wrap input {
    border-radius: 10px !important;
}

/* ==========================================================================
Tables
========================================================================== */

.site-blocks-table {
    overflow: auto;
}

.site-blocks-table .product-thumbnail {
    width: 200px;
}

.site-blocks-table .btn {
    padding: 2px 10px;
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important;
}

.site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}

.site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important;
}

.site-block-order-table th {
    border-top: none !important;
    border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
    color: #000000;
}

/* ==========================================================================
Mobile / Responsive Breakpoints (Bottom Placement)
========================================================================== */

@media (max-width: 768px) {
    .hero .hero-img-wrap img {
        max-width: 400px;
    }
}

/* ==========================================================================
manufacture Section
========================================================================== */

/* SECTION */

.manufactures-section {
    position: relative;
    padding: 110px 0;
    margin: 20px 0;
    background:
        url('../images/img335.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}

/* Optional decorative overlay */

.manufactures-overlay {
    position: absolute;
    inset: 0;
    background:
        rgba(0, 0, 0, 0.6);
}

/* CONTENT */

.manufactures-section .container {
    position: relative;
    z-index: 2;
}

/* KICKER */

.manufactures-kicker {
    display: inline-block;

    color: #e25826;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;

    margin-bottom: 18px;

    position: relative;
}

.manufactures-kicker::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #e25826;

    position: absolute;
    top: 50%;
    left: 115%;
}

/* TITLE */

.manufactures-title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
}

/* TEXT */

.manufactures-copy {
    color: rgba(255, 255, 255, .82);
    line-height: 1.7;
    font-size: 16px;
}

/* LOGO GRID */

.manufactures-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* LOGO CARD */

.manufacturer-logo {
    height: 70px;
    width: 200px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(1px);

    /* border:1px solid rgba(255,255,255,.12); */

    border-radius: 22px;

    color: #fff;
    font-size: 26px;
    font-weight: 600;

    transition: all .45s ease;

    position: relative;
    overflow: hidden;
}

.manufacturer-logo img {
    width: 100%;
    height: 100%;
    /* object-fit:contain !important; */
}

/* Premium orange glow line */

/* .manufacturer-logo::before{
content:'';
position:absolute;
top:0;
left:0;

width:100%;
height:4px;

background:#e25826;

transform:scaleX(0);
transition:.4s;
} */

/* HOVER */

.manufacturer-logo:hover {
    transform: translateY(-10px);

    /* background:#fff; */

    color: #464646;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .25);
}

.manufacturer-logo:hover::before {
    transform: scaleX(1);
}

/* RESPONSIVE */

@media(max-width:768px) {
    .manufactures-section .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width:991px) {

    .manufactures-title {
        font-size: 42px;
    }

    .manufactures-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 45px;
    }
}

@media(max-width:576px) {

    .manufactures-logo-grid {
        grid-template-columns: 1fr;
    }

    .manufactures-title {
        font-size: 34px;
    }
}

/* ==========================================================================
manufacture section end
========================================================================== */



/* =========================
VOICES SECTION
========================= */

.voices-section {
    padding: 70px 0;
    background: #fff;
    overflow: hidden;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading span {
    color: #e25826;
    font-size: 13px;
    font-weight: 700;
}

.section-heading h2 {
    font-size: 34px;
    color: #464646;
    margin-top: 10px;
    font-weight: 700;
}

/* SLIDER */

.voices-slider {
    overflow: hidden;
    position: relative;
}

.voices-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: scrollVoices 25s linear infinite;
}

/* CARD */

.voice-card {
    width: 340px;
    background: #fff;
    border: 1px solid rgba(226, 88, 38, 0.12);
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    transition: 0.3s ease;
}

.voice-card:hover {
    transform: translateY(-6px);
    border-color: #e25826;
}

/* TOP */

.voice-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.voice-top img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e25826;
}

.voice-top h4 {
    margin: 0;
    font-size: 18px;
    color: #464646;
}

.voice-top span {
    color: #999;
    font-size: 14px;
}

/* TEXT */

.voice-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

/* AUTO SCROLL */

@keyframes scrollVoices {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* MOBILE */

@media(max-width:768px) {

    .section-heading h2 {
        font-size: 28px;
    }

    .voice-card {
        width: 290px;
    }

}

/* contact */


.contact-card-section {
    min-height: 250px;
    max-width: 950px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin: 40px auto;

    padding: 30px;
    border-radius: 25px;
    flex-wrap: wrap;

}

.contact-card {
    height: 220px;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

/* top hover line */
.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 5px;
    background: #e25826;
    transition: 0.4s ease;
}

.contact-card:hover::before {
    left: 0;
}

/* card hover */
.contact-card:hover {
    transform: translateY(-10px);
    border-color: #e25826;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* icon box */
.contact-card .icon {
    height: 60px;
    width: 60px;
    background: #e25826;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    box-shadow: none;
}

/* icon */
.contact-card .icon i {
    font-size: 28px;
    color: #fff;
    transition: 0.4s ease;
}

/* icon animation on hover */
.contact-card:hover .icon {
    background: #464646;
    transform: rotate(10deg) scale(1.1);
}

.contact-card:hover .icon i {
    transform: scale(1.2);
}

/* title */
.contact-card h3 {
    font-size: 22px;
    color: #464646;
    font-weight: 700;
}

/* text */
.contact-card p {
    font-size: 15px;
    color: #777;
    text-align: center;
    line-height: 1.6;
    padding: 0 15px;
}




/* ===============================
MOBILE RESPONSIVE FIXES
=============================== */

html,
body {
    overflow-x: hidden;
}

/* TABLET */

@media(max-width:991px) {

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero {
        padding: 170px 0 80px;
        text-align: center;
    }

    .hero .intro-excerpt {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .hero .hero-img-wrap img {
        position: relative;
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }

    .about-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-content {
        text-align: center;

    }

    .about-features {
        grid-template-columns: 1fr 1fr;
    }

    .manufactures-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .manufacturer-logo {
        width: 100%;
    }
}

/* MOBILE */

@media(max-width:767px) {

    .container {
        padding-left: 1px;
        padding-right: 1px;
    }

    .top-contact-bar {
        height: auto;
        padding: 8px 0;
    }

    .top-contact-content {
        height: auto;

        gap: 8px;
    }

    .custom-navbar {
        top: 60px;
        padding: 12px 15px;
        background: transparent !important;
    }

    .navbar-collapse {
        background: #464646;
        margin-top: 15px;
        padding: 18px;
        border-radius: 14px;
    }

    .custom-navbar .custom-navbar-nav li a {
        display: block;
        padding: 12px 0;
        color: #fff !important;
    }

    .hero {
        padding: 180px 0 70px;
        text-align: center;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .hero p {
        font-size: 14px;
        line-height: 25px;
    }

    .hero .btn {
        width: 100%;
        margin-bottom: 12px;
    }

    .hero .hero-img-wrap {
        display: none;
    }

    .about-section {
        padding: 40px 10px;
        text-align: left !important;
    }

    .about-content {

        padding-left: 5px;
        padding-right: 5px;
    }

    .about-content h2 {
        font-size: 30px;
        line-height: 1.3;

    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-floating-card {
        position: relative;
        left: 0;
        bottom: 100px;
        width: 40%;
        margin-top: 20px;
        text-align: center;
    }

    .section-title,
    .gallery-page-title,
    .manufactures-title,
    .section-heading h2 {
        font-size: 30px !important;
        line-height: 1.3;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .vision-mission-gallery .gallery-main {
        height: 260px;
    }

    .vision-mission-gallery .gallery-small {
        width: 45%;
        height: 100px;
        right: 10px;
        bottom: 10px;
    }

    .feature {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 14px;
    }

    .feature .icon {
        margin: 0 auto;
    }

    .gallery-preview-item img {
        height: 240px;
    }

    .manufactures-logo-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-block {
        padding: 25px 20px;
    }

    .voice-card {
        width: 280px;
    }

    .contact-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 30px 20px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section .sofa-img {
        display: none;
    }

    .btn {
        font-size: 14px;
    }
}

/* SMALL MOBILE */

@media(max-width:480px) {

    .hero h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .about-content h2 {
        font-size: 26px;
    }

    .section-title,
    .gallery-page-title,
    .manufactures-title,
    .section-heading h2 {
        font-size: 26px !important;
    }

    .voice-card {
        width: 250px;
    }
}

.product-card {
    width: 320px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    margin: 10px 10px;
}

.product-card:hover {
    transform: translateY(-6px);
}

/* ===== IMAGE ===== */

.product-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: #eee;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

/* ===== CONTENT ===== */

.product-content {
    padding: 20px;
}

.product-category {
    font-size: 13px;
    color: #e25826;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-title {
    font-size: 22px;
    color: #464646;
    margin-bottom: 12px;
    font-weight: 700;
}

.product-description {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* ===== PRICE ===== */

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-price {
    font-size: 24px;
    font-weight: bold;
    color: #e25826;
}

/* ===== BUTTON ===== */

.buy-btn {
    padding: 12px 18px;
    border: none;
    background: #464646;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.buy-btn:hover {
    background: #e25826;
}

.zx-contact-layout {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.zx-map-section {
    flex: 1;
}

.zx-form-section {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.zx-map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 650px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.zx-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.zx-form-section .form-control {
    border-radius: 8px;
}

.zx-form-section .btn {
    width: 100%;
}

/* Tablet */

@media(max-width:991px) {

    .zx-contact-layout {
        flex-direction: column;
    }

    .zx-map-wrapper {
        min-height: 150px;
    }

}

/* Mobile */

@media(max-width:576px) {

    .zx-form-section {
        padding: 20px;
    }

    .zx-map-wrapper {
        min-height: 150px !important;
    }

    .g-recaptcha {
        transform: scale(0.90);
        transform-origin: left top;
    }

}

/* feedbackform */

.feedback-section {
    background: #f8f9fa;
}

.feedback-card {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    border-top: 5px solid #e25826;
}

.feedback-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: rgba(226, 88, 38, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e25826;
    font-size: 32px;
    margin-bottom: 20px;
}

.feedback-title {
    color: #464646;
    font-weight: 700;
    margin-bottom: 10px;
}

.feedback-subtitle {
    color: #777;
    max-width: 500px;
    margin: auto;
}

.feedback-input {
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 14px 18px;
    transition: .3s;
}

.feedback-input:focus {
    border-color: #e25826;
    box-shadow: 0 0 0 4px rgba(226, 88, 38, .15);
}

.feedback-btn {
    background: #e25826;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.feedback-btn:hover {
    background: #c94b1f;
    transform: translateY(-2px);
}

.form-label {
    color: #464646;
    font-weight: 600;
}

@media(max-width:768px) {

    .feedback-card {
        padding: 30px 20px;
    }

}

.home-about {
    padding: 50px 0;
    background: #fff;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 25px;
}

.about-label {
    color: #e25826;
    font-weight: 700;
    font-size: 14px;
}

.about-heading {
    font-size: 48px;
    font-weight: 700;
    color: #464646;
    margin: 15px 0 20px;
    line-height: 1.2;
}

.about-content {
    color: #666;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: justify;
}

.about-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #e25826;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
}

.about-btn:hover {
    background: #c94b1f;
    color: #fff;
}

@media(max-width:768px) {
    .home-about {
        padding: 50px 10px;
    }

    .about-heading {
        font-size: 34px;
    }

    .about-image {
        height: 350px;
    }

}

/* home gallery */

.hxg-gallery-preview {
    padding: 40px 20px;
    background: #464646;
    color: #fff;
}

.hxg-container {
    max-width: 1200px;
    margin: auto;
}

.hxg-header {
    text-align: center;
    margin-bottom: 40px;

}

.hxg-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #e25826;
}

.hxg-header p {
    color: #aaa;
    margin-top: 8px;
    font-size: 15px;
}

.hxg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hxg-item {
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}

.hxg-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hxg-item:hover img {
    transform: scale(1.08);
}

.hxg-footer {
    text-align: center;
    margin-top: 35px;
}

.hxg-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid #e25826;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease;
    font-size: 14px;
}

.hxg-btn:hover {
    background: #e25826;
    color: #fff;
}

@media (max-width: 992px) {
    .hxg-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxg-item img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .hxg-grid {
        grid-template-columns: 1fr;
    }

    .hxg-header h2 {
        font-size: 24px;
    }
}

.text-justify {
    text-align: justify;
}