/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/

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

body {
overflow-x: hidden;
position: relative;
}

body{
font-family:'Manrope',sans-serif;
font-weight:400;
line-height:28px;
color:#6a6a6a;
font-size:15px;
background-color:#eff2f1;
}


/* =========================
TYPOGRAPHY SYSTEM
========================= */

/* Main Headings */

h1,h2,h3,h4,h5,h6,
.hero-title,
.section-title,
.gallery-page-title,
.manufactures-title,
.about-content h2,
.section-heading h2{
font-family:'DM Sans',sans-serif;
font-weight:700;
letter-spacing:-1px;
}

/* Paragraphs & Normal Text */

p,
a,
span,
button,
input,
textarea,
li{
font-family:'Manrope',sans-serif;
}

/* Better heading look */

.hero h1{
font-size:58px;
font-weight:800;
line-height:1.1;
letter-spacing:-2px;
}

.about-content h2{
font-size:52px;
font-weight:800;
line-height:1.15;
}

.section-title{
font-size:42px;
font-weight:700;
}

/* Sub heading */

.section-kicker,
.gallery-kicker,
.manufactures-kicker,
.sub-title{
font-family:'Manrope',sans-serif;
font-size:13px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
}

/* Paragraph Improvements */

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

/* Buttons */

.btn{
font-family:'Manrope',sans-serif;
font-weight:600;
letter-spacing:.3px;
}


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

a:hover {
color: #2f2f2f;
text-decoration: none;
}

a.more {
font-weight: 600;
}

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

.top-contact-bar {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 34px;
z-index: 10000;
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: 9999;
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/bannerbg.jpg') no-repeat center/cover;
padding: 11rem 0 5rem 0;
position: relative;
}

.about-hero{
background: url('../images/bannerbg.jpg') 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.7);
z-index: 1;
}

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

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

}



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

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

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

}

.hero p {
color: rgba(255, 255, 255, 0.5);
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: 100vh;
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;
}
}

/* 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;
}

.hero .intro-excerpt {
max-width: 450px;
}

.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:90px 8%;
background:#f8f8f8;
}

.about-container{
max-width:1200px;
margin:0 auto;
display:grid;
grid-template-columns:1fr 450px;
align-items:center;
gap:60px;
}

/* LEFT CONTENT */

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

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

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

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

.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:70px 6%;
}

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

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

.about-floating-card{
left:10px;
bottom:10px;
padding:18px 22px;
}

.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: 7rem 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;
letter-spacing: 0;
text-transform: uppercase;
color: #e25826;
}

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

.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;
letter-spacing: 0;
}

.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;
}

.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 0;
}

.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: 7rem 0;
}

.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;
}

.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) {
.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;
letter-spacing: 0;
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;
}
}

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



/* ==========================================================================
Footer Section
========================================================================== */

.footer-section {
padding: 80px 0;
background: #262626;
}

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

.footer-section a {
text-decoration: none;
color: #CCCCCC;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
}

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

.footer-section .subscription-form {
margin-bottom: 40px;
position: relative;
z-index: 2;
margin-top: 100px;
}

.footer-section .subscription-form h3 {
font-size: 18px;
font-weight: 500;
color: #CCCCCC;
}

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

.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #CCCCCC;
-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);
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder { font-size: 14px; }
.footer-section .subscription-form .form-control::-moz-placeholder { font-size: 14px; }
.footer-section .subscription-form .form-control:-ms-input-placeholder { font-size: 14px; }
.footer-section .subscription-form .form-control:-moz-placeholder { font-size: 14px; }

.footer-section .subscription-form .btn {
border-radius: 10px !important;
}

.footer-section .sofa-img {
position: absolute;
top: -200px;
z-index: 1;
right: 0;
}

.footer-section .sofa-img img {
max-width: 380px;
}

.footer-section .links-wrap {
margin-top: 0px;
}

.footer-section .links-wrap ul li {
margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
font-size: 32px;
font-weight: 500;
text-decoration: none;
color: #CCCCCC;
}

.footer-section .custom-social li {
margin: 2px;
display: inline-block;
color: #CCCCCC;

}

.footer-section .custom-social li a {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
display: inline-block;
background: #dce5e4;
color: #e25826;
border-radius: 50%;
}

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

.footer-section .custom-social li a:hover i{
    color:#ffffff;
}

.footer-section .custom-social li a:hover {
background: #e25826;
color: #ffffff;
}

.footer-section .border-top {
border-color: #dce5e4;
}

.footer-section .border-top.copyright {
font-size: 14px !important;
}

/* Footer Responsiveness */
@media (min-width: 992px) {
.footer-section .subscription-form {
margin-top: 0px;
margin-bottom: 80px;
}

.footer-section .links-wrap {
margin-top: 54px;
}
}

/* ==========================================================================
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;
}

/* ==========================================================================
Services & Utilities
========================================================================== */




/* SECTION */

.services-section{
padding:50px 8%;
background:linear-gradient(135deg,#f9f9f9,#ececec);
}

/* TITLE */

.title-wrap{
text-align:center;
margin-bottom:60px;
}

.title-wrap h1{
font-size:48px;
color:#e25826;
font-weight:700;
margin-bottom:12px;
}

.title-wrap p{
font-size:22px;
color:#666;
}

/* GRID */

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

/* CARD */

.service-card{
background:white;
border-radius:20px;
padding:35px 30px;
position:relative;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);

transition:.45s ease;
cursor:pointer;
}

/* top premium border */

.service-card::before{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:5px;
background:#e25826;
transition:.4s;
}

/* icon */

.icon-box{
width:70px;
height:70px;
border-radius:18px;

background:linear-gradient(135deg,#e25826,#ff7a4d);

display:flex;
align-items:center;
justify-content:center;

color:white;
font-size:28px;
margin-bottom:22px;

transition:.4s ease;
}

/* heading */

.service-card h3{
color:#464646;
font-size:22px;
line-height:1.5;
transition:.4s;
}

/* HOVER EFFECT */

.service-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 45px rgba(0,0,0,0.18);
background:#e25826;
}

.service-card:hover::before{
transform:scaleX(1);
}

.service-card:hover h3{
color:white;
}

.service-card:hover .icon-box{
transform:rotate(8deg) scale(1.1);
background:white;
color:#e25826;
}

/* ==========================================================================
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;
letter-spacing:2px;
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.9;
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: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;
letter-spacing:2px;
}

.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: 240px;
    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: 70px;
    width: 70px;
    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:16px;
        padding-right:16px;
    }

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

    .top-contact-content{
        height:auto;
       
        gap:8px;
    }

    .custom-navbar{
        top:45px;
        padding:12px 15px;
        background:#464646 !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:70px 0;
    }

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

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

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

    .about-floating-card{
        position:relative;
        left:0;
        bottom:0;
        width:100%;
        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;
    letter-spacing:1px;
}

.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;
}