/********** Template CSS **********/
:root {
    --primary: #377f54;
    --light: #F5F5F5;
    --dark: #353535;
}


.fw-medium {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

html{
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    /* min-width: 320px; 
    max-width: 100%; */
    overflow-x: hidden; 
    /* font-family: Arial, sans-serif; */
    font-family: 'roboto', sans-serif;
    /* background-color: #f8f8f8; */
  }


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    font-size: 17px;
}

/* .btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
} */

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 40px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: #377f54; */
    color: #5b2f24;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .navbar {
        flex-wrap: wrap !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 550;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.logo-img{
    width: 250px;
}
.product-button{
    width: 200px;
    justify-content: center;
    margin-left: 150px;
    margin-top: 20px;
}

/*** Header ***/
/*** Header Slider Custom ***/
.custom-slider-container {
    overflow: hidden;
}

.custom-slider-item {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
}

.custom-slider-item.v-align-center {
    align-items: center;
}

.custom-slider-item.v-align-top {
    align-items: flex-start;
}

.custom-slider-item.v-align-bottom {
    align-items: flex-end;
}

.custom-slider-item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
}

.custom-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mobile_img {
    display: none;
}

.slider-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 0;
}
.content-box {
    max-width: 600px;
}
.content-box.align-left {
    margin-right: auto;
}

.content-box.align-right {
    margin-left: auto;
}

.sub-title {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.main-title {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.description {
    font-size: 1.1rem;
    color: #333;
    max-width: 500px;
    line-height: 1.8;
    margin-bottom: 1rem;
}

@media (max-width: 992px) {
    .main-title {
        font-size: 3rem;
    }
}
@media (max-width: 768px) {
    .custom-slider-item {
        min-height: 100dvh;
    }
    .custom-slider-item img{
        object-fit: cover;
    }
    .slider-content {
       padding: 50px 0 25px;
    }
    .custom-slider-item.mobile-v-top {
        align-items: flex-start;
    }
    .custom-slider-item.mobile-v-bottom {
        align-items: flex-end;
    }
    .custom-slider-item.mobile-v-center {
        align-items: center;
    }
    .desktop_img {
        display: none;
    }
    .mobile_img {
        display: block;
    }
    .main-title {
        font-size: 2rem;
        line-height: 1;
    }
    .content-box {
        max-width: 100%;
        text-align: center;
    }
    .content-box {
        margin: 0 auto;
    }
    .description {
        margin: 0 auto 1rem;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #c57746;
    border-color: #fff;
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #000;
    transition: .5s;
}

.enquire-btn{
    color: #fff;
    background-color: #222;
    padding: 20px 10px;
    font-size: 18px;
}
.enquire-btn:hover{
    /* color: #377f54; */
    color: #daaf8e;
    letter-spacing: 0.5px;
}

.btn-group .btn{
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
}

/* .layover{
    background: rgba(53, 53, 53, .9);
} */

.speciality {
    width: 60px; 
    height: 60px;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: #c57746;
    border-color: #c57746;
    /* background-color: #377f54;
    border-color: #377f54; */
}

.page-header {
    /* background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-3.jpg) center center no-repeat; */
    background-size: cover;
    /* background-color: #377f54; */
    background: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    /* background: var(--dark); */
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #f9f9f9;
    padding: 10px;
}

.service-item:hover img {
    transform: scale(1.02);
}
.service-item p{
    color: #333;
}
.service-item a{
    font-size: 18px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.choose{
    width: 60px; 
    height: 60px;
}
.choose-img{
    object-fit: cover;
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}

/*** Contact ***/

@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
        padding-right: calc(((100% - 960px) / 2) + .75rem);
        
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        /* padding-left: calc(((100% - 1320px) / 2) + .75rem); */
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
   
}
.footer-container{
    background-color: #377f54;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    /* background-color: #377f54; */
    background: #5b2f24;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    /* color: var(--primary); */
    color: #daaf8e;
}
.btn-social p{
    display: none;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    /* color: var(--primary); */
    color: #daaf8e;
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
    color: var(--light);
}
.footer .copyright a:hover {
    /* color: #377f54; */
    color: #daaf8e;
}

/* PRODUCTS */

.products-section {
  padding: 80px 20px;
  background-color: #f9f6f2;
  text-align: center;
}

.products-section .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.products-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  /* color: #377f54; */
  color: #5b2f24;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.products-section .section-subtitle {
  font-size: 1rem;
  color: #111;
  margin-bottom: 40px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.product-card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

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

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

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

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 0.95rem;
  }
}


  /* BLOG SECTION */
.blog-section{
   padding: 60px 20px;
   background: #f9f9f9;
}
.blog-section .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.3rem;
    color: #333;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.blog-post {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.post-image {
    width: 100%;
    height: 200px;
    display: block;
}

.post-image:hover{
    transform: scale(1.05);
}

.post-content {
    padding: 1rem;
}

.post-meta{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}
.post-meta span{
    font-size: 14px;
    /* color: #377f54; */
    color: #5b2f24;
}
.post-meta span i{
   padding-right: 5px;
}

.post-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #333;
    line-height: 1.5;
    letter-spacing: 1px;
}

.post-excerpt {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.read-more {
    display: inline-block;
    padding: 0.5rem 1rem;
    /* background: #377f54; */
    background: #5b2f24;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.read-more:hover {
    background: #46a26b;
    color: #fff;
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
    .blog-section .container{
        width: 100%;
    }
    .post-image{
        padding: 10px;
    }
}
@media(max-width: 480px){
    .post-title{
        font-size: 1.2rem;
    }
}

/* NAVBAR */
/* Topbar */
.topbar-container-fluid {
    width: 100%;
}
.topbar-row {
    /* background-color: #377f54; */
    background: #5b2f24;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topnav1, .topnav2 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.topnav1 small, .topnav2 small a{
    font-size: 16px;
    color: #222;
}

.topnav2 small a:hover{
  color: #377f54;
}

.topnav-links {
    display: flex;
    gap: 8px;
}

.topnav-contact{
    color: #fff;
}
.topnav-contact span{
   color: #fff;
   font-size: 15px;
   font-weight: 500;
   font-family: 'system-ui';
   letter-spacing: 1.5px;
}

.topnav-contact a{
    color: #fff;
    font-weight: 500;
}
.topnav-contact a:hover{
    color: #000;
}


/* Navbar */
.navbar {
    width: 100%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.logo-img {
   width: 250px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.nav-item {
    padding: 10px 15px;
    font-size: 16px;
}

.nav-item:hover {
    color: #377f54;
}

.navbar-toggler {
    border: none;
    outline: none;
    
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* .btn-primary {
    background-color:#377f54;
    background: #5b2f24;
    border: none;
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
    background-color: #2f855a;
} */
@media (max-width: 991px) {
    .topbar-row {
        flex-direction: column;
        text-align: center;
    }

    .topbar, .topnav-links {
        justify-content: center;
        margin-bottom: 5px;
    }

    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .nav-item {
        padding: 10px;
    }

    .btn-primary {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .topbar {
        flex-direction: column;
        text-align: center;
    }

    .topnav1, .topnav2 {
        margin-bottom: 5px;
    }

    .topnav-links {
        justify-content: center;
    }

    .logo-img {
       width: 180px;
    }
}

/* NAV TOGGLE */
.mobile-nav-toggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #5b2f24;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
}

/* CAROUSEL BANNER */
.carousel-container-fluid {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.owl-carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.layover {
    /* background: rgba(0, 0, 0, 0.5);  */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.carousel-content {
    color: white;
    padding: 20px;
}
.carousel-content h1 {
    font-size: 3rem;
    font-weight: 700;
}
.carousel-content p {
    font-size: 1.4rem;
    font-weight: 400;
}
.carousel-content .btn {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 5px;
}
@media (max-width: 992px) {
    .carousel-container-fluid {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    .carousel-content h1 {
        font-size: 2.5rem;
    }

    .carousel-content p {
        font-size: 0.9rem;
    }

    .carousel-content .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .carousel-container-fluid {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    .carousel-content h1 {
        font-size: 2rem;
    }

    .carousel-content p {
        font-size: 0.8rem;
    }

    .carousel-content .btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

@media (max-width: 576px) {
    .carousel-container-fluid {
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 0;
    } 

    .carousel-content h1 {
        font-size: 1.8rem;
    }

    .carousel-content p {
        font-size: 0.75rem;
    }

    .carousel-content .btn {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
}


/* ABOUT SECTION */
.wooden-doors {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: white;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 30px;
}
.image-container img {
    width: 100%;
    height: 100%;
    max-width: 600px;
    border-radius: 5px;
}
.content {
    flex: 1;
}
.content h1 {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    margin-bottom: 15px;
}
.content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: left;
    margin: 5px 0 10px;
    font-weight: 500;
}
.stats {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-item i {
    font-size: 32px;
    /* color: #377f54; */
    color: #5b2f24;
    background-color: #fff;
    margin-bottom: 5px;
}

.stat-item h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.stat-item p{
    font-size: 18px;
}

.explore-btn {
    /* background-color: #377f54; */
    background: #5b2f24;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 5px;
}

.explore-btn:hover {
    /* background-color: #276540; */
    background: #daaf8e;
    color: #000;
}

@media (max-width: 1024px) {
    .wooden-doors {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .image-container img {
        max-width: 100%;
    }

    .stats {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .wooden-doors {
        padding: 20px;
    }

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

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

    .stats {
        align-items: center;
        gap: 35px;
    }

    .stat-item h3 {
        font-size: 20px;
    }

    .explore-btn {
        /* width: 100%; */
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .wooden-doors {
        padding: 15px;
    }
    .content h2 {
        font-size: 30px;
    }
    .content p {
        font-size: 16px;
    }
    .explore-btn {
        padding: 12px;
        font-size: 14px;
    }
}

/* WHY-CHOOSE */

.why-choose-us {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: #f8f8f8;
    gap: 50px;
}

.why-content {
    flex: 1;
    max-width: 600px;
    width: 100%;
    margin-top: 30px;
}

.why-content h1{
    font-size: 2.8rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}

.why-content h2 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111;
}

.why-content p {
    font-size: 1.1rem;
    color: #333;
    margin: 15px 0 30px;
    text-align: left;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.feature-item {
    display: flex;
    gap: 20px;
    text-align: left;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: 0.3s ease-in-out;
}

.feature-item .icon {
    font-size: 1.5rem;
    /* color: #377f54; */
    color: #5b2f24;
}

.feature-item .text h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
}

.feature-item .text h4 span {
    font-weight: bold;
    color: #377f54;
}
.feature-item p{
    font-size: 16px;
}

.features .image {
    /* flex: 1; */
    display: flex;
    justify-content: flex-end;
}

.features .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.image {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  width: 70px;
  height: 70px;
  /* color: #377f54; */
  color:  #5b2f24;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.play-btn:hover {
  background: rgba(55, 127, 84, 0.5);
  transform: translate(-50%, -50%) scale(1.1);
  color: #fff;
}

@media (max-width: 1024px) {
    .why-choose-us {
        flex-direction: column;
        text-align: center;
    }

    .content {
        max-width: 100%;
    }

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

    .image {
        justify-content: center;
        margin-top: 30px;
    }

    .image img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .features {
        grid-template-columns: 1fr;
    }
    .why-content h2{
        font-size: 2rem;
    }
    .why-choose-us{
        padding: 40px 20px;
    }
}

/* ABOUT FEATURES */ 
.speciality-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 40px 20px;
}
.features-item {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    margin: 5px;
}
.features-item:hover {
    transform: translateY(-5px);
}
.speciality-icon {
    font-size: 34px;
    /* color: #2f855a; */
    color: #5b2f24;
}
.feature-text {
    margin-top: 10px;
    font-weight: bold;
    color: #222;
}
@media (max-width: 600px) {
    .speciality-container {
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        margin: 20px;
    }
    .feature-item {
        width: 90%;
        padding: 10px;
    }
}

/* WHATSAPP BUTTON */
.whatsapp-button {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #377f54;
    color: white;
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-button:hover {
    background-color: #276540;
    color: #fff;
}

/* CONTACT SECTION */

.contact-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 60px 20px;
}

.contact-card {
    /* background-color: #377f54; */
    background: #5b2f24;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 400px;
    position: relative;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card .icon-container {
    /* background-color:#000; */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.contact-card .icon-container i {
    font-size: 40px;
    color: #fff;
}

.contact-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

.contact-card a {
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
    text-decoration: none;
}

.arrow-container {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.arrow-container span {
    font-size: 18px;
    color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
        align-items: center;
    }
    .contact-card{
        width: 270px;
    }
    .contact-card a{
        font-size: 17px;
    }
}

/* CONTACT-FORM */
.doors-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    max-width: 1400px;
    width: 100%;
    margin: 50px auto;
    border-radius: 10px;
}

.doors-section .content {
    width: 50%;
    padding: 20px;
}

.doors-section .content h2{
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.doors-section .content p {
    font-size: 16px;
    color: #333;
}

.doors-section .content ul {
    list-style: none;
    padding: 0;
}

.doors-section .content ul li {
    font-size: 16px;
    margin: 10px 0;
}

.doors-section .content .btn {
    display: inline-block;
    background: #5b2f24;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
    transition: 0.3s;
}

.doors-section .content .btn:hover {
    /* background: #296340; */
    background-color: #daaf8e;
    color: #000;
}

.doors-section .doorimage {
    width: 50%;
    display: flex;
    justify-content: center;
}

.doors-section .doorimage img {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .doors-section {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }
    .doors-section .content h2{
        font-size: 26px;
    }

    .doors-section .content, .doorimage img {
        width:100%;
        height: auto;
    }
}

/* FLOATING CONTACT SECTION */
.floating-contact {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.floating-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: white;
    font-size: 28px;
    text-decoration: none;
}
.floating-contact a:hover {
    width: 60px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.insta {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.facebook {
    background-color: #1877f2;
}
.linkedin {
    background-color: #0077b5;
}
.whatsapp{
    background-color:rgb(31, 114, 31);
	color: #fff;
}
.call{
    /* background-color: #377f54; */
    background: #5b2f24;
    color: #fff;
}
@media (max-width: 768px) {
    .floating-contact a {
      width: 40px;
      height: 40px;
      font-size: 24px;
    }

    .floating-contact a:hover {
       width: 50px;  
    }
}
@media (max-width:480px){
    .floating-contact a{
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

/* HOME - ABOUT */
.wood-section {
  background-color: #fff;
  overflow: hidden;
}

.wood-section h4 {
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #377f54;
}

.wood-section h2 {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 500;
  color: #1a1a1a;
}

.wood-section p {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}

.wood-section p b{
    color: #222;
}

.wood-section .btn-outline-dark {
  border-radius: 5px;
  padding: 12px 30px;
  transition: 0.3s;
  /* border: 2px solid #377f54; */
  /* color: #377f54; */
  border: 1px solid #5b2f24;
  color: #5b2f24;
  font-weight: 500;
}

.wood-section .btn-outline-dark:hover {
  background-color: #377f54;
  color: #fff;
}

.wood-section .col-md-6.d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.wood-section img {
  width: 48%;
  /* height: 350px; */
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.wood-section .wood img{
    width: 48%;
    height: 350px;
    object-fit: cover;
    transition: transform  0.3s;
}

.wood-section img:hover {
  transform: scale(1.03);
}
@media (max-width: 991px) {
  .wood-section {
    padding: 60px 0;
  }

  .wood-section img {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
  }

  .wood-section .wood img{
    width: 100%;
  }

  .wood-section .col-md-6.d-flex {
    flex-direction: column;
    align-items: center;
  }

  .wood-section h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .wood-section .btn-outline-dark {
    display: block;
    margin: 20px auto 0;
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .wood-section {
    padding: 50px 15px;
  }

  .wood-section h2 {
    font-size: 1.6rem;
  }

  .wood-section p {
    font-size: 0.95rem;
  }

  .wood-section .btn-outline-dark {
    width: 100%;
    text-align: center;
  }

  .wood-section .d-flex.gap-5 {
    justify-content: space-between;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .wood-section {
    padding: 40px 10px;
  }

  .wood-section h2 {
    font-size: 1.4rem;
  }

  .wood-section .d-flex.gap-5 div h3 {
    font-size: 1.6rem;
  }
}

/* HOME CTA SECTION */
.cta
{
    position: relative;
    width: 100%;
	padding-top: 131px;
	padding-bottom: 116px;
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cta_background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
}
.parallax-window{
    min-height: 400px;
    background: transparent;
}
.cta_content{
    position: relative;
	max-width: 768px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
    z-index: 2;
}
.cta_content h2
{
	font-size: 48px;
	font-weight: 600;
	color: #fff;
    margin-bottom: 15px;
}
.cta_content p
{
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-top: -3px;
}
.cta_content a{
    /* border: 2px solid #377f54; */
    border: 2px solid #5b2f24;
    padding: 12px 20px;
    margin-top: 38px;
    border-radius: 3px;
    color: #fff;
}
.cta_content a:hover{
    background: #5b2f24;
    border-color: #5b2f24;
}
@media(max-width:768px){
    .cta_content h2{
        font-size: 28px;
    }
    .cta {
        padding: 80px 0;
    }
}

/* ABOUT - HISTORY */
.history-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
}

.history-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.history-content {
  flex: 1 1 500px;
  padding: 20px;
}

.history-content h2 {
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: 600;
  /* color: #377f54; */
  color: #5b2f24;
  margin-bottom: 20px;
  position: relative;
}

.history-content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #000;
  margin-top: 8px;
  border-radius: 3px;
}

.history-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.history-image {
  flex: 1 1 400px;
  text-align: center;
  padding: 20px;
}

.history-image img {
  width: 100%;
  max-width: 350px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.history-image img:hover {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .history-section .container {
    flex-direction: column;
    text-align: center;
  }
  .history-content {
    padding: 10px 0;
  }
  .history-content h2 {
    font-size: 28px;
  }
  .history-content p {
    font-size: 16px;
  }
}

/* PAGE BANNER */
.page-banner {
  background-color: #fff; 
  padding: 80px 20px;
  color: #111;
  display: flex;
  align-items: center;
}
.page-banner .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.page-banner .breadcrumbs{
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
  display: inline-block;
}
/* .page-banner .breadcrumbs::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 2px solid #377f54; */

.page-banner .breadcrumbs span{
  position: relative;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
  color: #377f54;
  text-transform: uppercase;
}
.page-banner .breadcrumbs span a{
  color: #222;
}
.page-banner .breadcrumbs span i{
  font-size: 12px;
}
.page-banner h1 {
  font-size: 48px;
  color: #000;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-banner p {
  font-size: 18px;
  color: #222;
  line-height: 1.5;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .page-banner {
    padding: 70px 15px;
  }
  .page-banner h1 {
    font-size: 32px;
  }
  .page-banner p {
    font-size: 16px;
    max-width: 100%;
  }
}

/* BLOG DETAILS */
.blog-hero {
  padding: 80px 20px;
  background: #f9f9f9;
}

.blog-hero-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.image-box {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-content-area {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto 0;
  text-align: left;
}

.blog-content-area h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 1.5px;
}
.blog-content-area h2{
    font-size: 38px;
    margin: 15px 0;
    color: #333;
    font-weight: 400;
}
.blog-content-area p {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 25px;
}
.blog-content-area ul{
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    gap: 10px;
}
.blog-content-area ul li{
    list-style: none;
    margin-bottom: 10px;
}
.blog-content-area ul li h3{
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-bottom: 5px;
}
.blog-content-area ul li p{
    margin-bottom: 15px;
    font-size: 16px;
}
@media (max-width: 992px) {
  .blog-hero-container {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .image-box {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .blog-content-area h1 {
    font-size: 28px;
  }
  .blog-content-area p {
    font-size: 15px;
  }
}

/* FOOTER IMAGE */
.footer-img{
  width: 250px;
  margin-bottom: 20px;
}

/* PREMIUM ABOUT BANNER */
.premium-about-banner {
    position: relative;
    /* background: linear-gradient(135deg, #2b1b17 0%, #1a1a1a 100%); */
    min-height: 350px;
    display: flex;
    align-items: center;
}
.premium-about-banner .position-relative {
    z-index: 2;
}
.premium-about-banner .tracking-wide {
    letter-spacing: 4px;
}
.premium-about-banner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.4);
}