html {
  scroll-behavior: smooth;
}
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    background: #FFFBF1;
}
body {
    position: relative;
}

textarea {
    overflow: hidden;
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

figure {
    margin-bottom: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

button {
    outline: none;
    cursor: pointer;
}

a {
    transition: 0.3s;
}

p {
    margin: 0px;
    font-size: 16px;
    line-height: 30px;
    color: #4c4a4a;
    font-weight: 300;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Anton", sans-serif;
}
/*-----------------------------------
header css start here
-------------------------------------*/
header {
  position: relative;
  z-index: 999;
}
header.header-scrolled a.navbar-brand img {
    filter: brightness(0);
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

header.header-scrolled::before {
  transform: translateY(0);
}

header.header-scrolled .nav-link {
  color: #000;
}




.nav-wrap ul.navbar-nav > li > a {
    padding: 28px !important;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-wrap ul.navbar-nav > li > a i {
    font-size: 16px;
    margin-left: 4px;
}
ul.navbar-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    padding: 18px 0px;
}
.has-dropdown {
    position: relative;
}
ul.navbar-nav li {
}

section.banner-sec {
    padding: 230px 0px;
}

.banner-wrap {
    text-align: center;
    margin-top: 10px;
}

.banner-wrap h2 {
    font-size: 36px;
    letter-spacing: 14.8px;
    text-transform: uppercase;
    margin-bottom: -10px;
    margin-left: 0;
    color: #fff;
}
.banner-wrap h1 .doors {
    color: #A65738;
}
.banner-wrap h1 {
    font-size: 148px;
    text-transform: uppercase;
    color: #000;
    margin: 30px 0px;
}
ul.navbar-nav li a:hover {
    color: #A65738;
}
ul.navbar-nav li a:focus {
    color: #A65738;
}
header nav.navbar {
    padding: 0px;
}
.banner-wrap h2 span {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
}
.doors {
    color: #F26522;
    transform: translateX(100%);
}
 .sliding {
    color: #ffffff;
    transform: translateX(-100vw);
}
.sliding, .doors {
    display: inline-block;
}
.banner-wrap {
    position: relative;
}

.banner-wrap p {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
}
section.banner-sec:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000009e;
}
/*-----------------------------------
header css end here
-------------------------------------*/



/* ---------------------------------
door css start here
------------------------------------ */
.door-container {
position: relative;
width: 290px;
height: 600px;
margin: 0 auto;
}
.frame {position: absolute;}
.frame-left, .frame-right {
height: 100%;
width: 7px;
}


.frame-top, .frame-bottom {
width: 100%;
height: 6px;
}


.door {
width: 100%;
height: 100%;
position: absolute;
top: 150%; 
opacity: 0;
}
section.door-sliding-sec {
    padding-bottom: 100px;
}
.frame-mid-left {
    z-index: -1;
    height: 355px;
    width: 100%;
}
.frame-mid-right {
    top: 59%;
    z-index: -1;
}


.frame-mid-top {
    top: 63.5%;
    z-index: -1;
}
.frame-mid-bottom {
    top: 77.5%;
    z-index: -1;
}
.frame-mid-center {
    bottom: 0px;
    z-index: -1;
    height: 141px;
}
section {
    position: relative;
    z-index: 1;
}
.door-container2 {
  position: relative;
  will-change: transform;
  transition: transform 0.2s ease-out;
}

/* ---------------------------------
door css end here
------------------------------------ */
.top-profile {
width: 100%;
height: 6px;
top: -140px;
left: 0;
}
.bottom-profile {
width: 100%;
height: 6px;
bottom: -140px;
left: 0;
}
.left-profile {
width: 6px;
height: 100%;
left: -140px;
top: 0;
}
.right-profile {
width: 6px;
height: 100%;
right: -140px;
top: 0;
}
.door-container.show .frame {
  transform: translate(0, 0);
  opacity: 1;
}

.door-container2 {
  position: relative;
  height: 599px;
}

section.door-sliding-sec2 .door-container2 img.frame.frame-mid-left {
    height: 402px;
}
section.door-sliding-sec2 {
    margin-top: 130px;
}
section.door-sliding-sec2 {
    z-index: 2;
    background-size: contain !important;
    background-position: center !important;
}
section.door-sliding-sec2 .door-container2 
 img.frame.frame-mid-right {
    top: 69.7%;
    width: 100%;
}
section.door-sliding-sec2 .door-container2 {
    width: 276px;
    margin: 0 auto;
}
section.door-sliding-sec2 .door-container2 img.frame.frame-mid-bottom {top: 76.2%;width: 100%;}

.door-container2 .frame-mid-top {
    width: 100%;
    top: 67%;
}
.door-container2 img.frame.frame-mid-center {
    width: 100%;
}

/* ========== SECTION STYLING ========== */
.sliding-door-three-sec {
  position: relative;
}
.three-door-container-rack {
}

section.thoughtful-designs-sec {padding: 80px 0px;}

.title-wrap {
    text-align: center;
}

.title-wrap h2 {
    font-size: 54px;
    text-transform: uppercase;
    color: #B38B6D;
    line-height: 60px;
}

.title-wrap h2 span {
    color: #000;
    display: block;
    z-index: 1;
}
.title-wrap h2, 
.title-wrap h2 span {
  opacity: 0;
  transform: translateY(50px);
}
.title-wrap {
    margin-bottom: 50px;
}


.three-door-container-rack {
  position: relative;
  width: 544px;
  margin: 0 auto;
  overflow: hidden;
}

.rack-view {
  width: 100%;
  height: auto;
  display: block;
}

.sliding-door {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  opacity: 1;
}
.door2 {
    z-index: 1;
}

.door1 {
    z-index: 2;
}


/* --------------------------------
Thoughtful designs css end here
---------------------------------- */


/* --------------------------------
video section start here
-------------------------------- */
.video-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
}
.video-thumb img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 29px;
  background: rgb(235 106 54);
  color: white;
  border-radius: 50%;
  padding: 0px;
  transition: 0.3s ease;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-button:hover {
  background: rgb(235 106 54);
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.video-popup.show {
  display: flex;
}
.video-popup-inner {
  position: relative;
  max-width: 90%;
  width: 800px;
}
.close-video {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  z-index: 9999;
}
.play-button i.fa.fa-play {
    text-align: center;
}
.video-thumb {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
/* --------------------------------
video section end here
-------------------------------- */

/* -------------------------------
4 easy step section start here
---------------------------------- */
.step-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.step-box .step-img img {
    width: 135px;
}
.step-text {
    position: relative;
}

.step-text:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 56px;
    height: 6px;
    background: #A65738;
}
.step-text:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 56px;
    height: 6px;
    background: #A65738;
}
.step-box .step-text h4 {
    font-size: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 9px;
    line-height: 38px;
    position: relative;
    padding: 5px 0px;
}
.easy-step-title h3 {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 28px;
    line-height: 30px;
    color: #B38B6D;
    margin-bottom: 20px;
}
.easy-step-title h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: #000000;
}
.easy-step-title {
    text-align: left;
}
.step-row {
    row-gap: 50px;
    position: relative;
}
.step-box .step-img img:hover {
    transition: 0.2s;
}
.step-box {
  opacity: 0;
  transform: translateY(50px);
}
.step-row:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border-right: 2px solid #7c7c7c;
    width: 100%;
    height: 100%;
}
section.easy-step-sec {position: relative;padding: 80px 0px;}
.easy-step-title h2,
.easy-step-title h3 {
  opacity: 0;
  transform: translateY(50px);
}
.easy-step-title {
    margin-bottom: 50px;
}
.step-box .step-img {
    flex-shrink: 0;
}
.step-box:hover .step-text h4 {
    color: #000000;
}
section.easy-step-sec .row .row {
    row-gap: 140px;
}

.sliding-wrap h2{
    font-size: 48px;
    text-transform: uppercase;
    color: #A65738;
    line-height: 54px;
}
.sliding-wrap h2 span{
        color: #000;
    display: block;

}
/* -------------------------------
4 easy step section end here
---------------------------------- */


/* -----------------------------
footer section start here
------------------------------ */
footer {
    position: relative;
    z-index: 1;
    padding: 40px 0px;
}
header {
    position: absolute;
    z-index: 99;
    width: 100%;
}
section.copywright-sec {
    background: #1a1a1a;
    position: relative;
    z-index: 1;
}

.copy-wrap {
    text-align: center;
    padding: 10px 0px;
}

.copy-wrap p {
    margin: 0px;
    color: rgba(255, 255, 255, 0.7);
}

.copy-wrap p a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.address-box {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    align-items: baseline;
    flex-wrap: wrap;
}



.address-box .map-icon {
    flex-shrink: 0;
}

.address-box .map-icon i {
    color: #fff;
    font-size: 19px;
}



.address-box .add p {
    color: rgb(255 255 255);
}

.footer-heading h3 {
    font-size: 18px;
    font-family: 'Poppins';
    color: #A65738;
    text-transform: uppercase;
    border-bottom: 2px solid #A65738;
    display: inline-block;
    padding-bottom: 6px;
}

.footer-heading ul li a {
    font-size: 15px;
    color: rgb(255 255 255);
    display: block;
}

.footer-heading ul li {
    line-height: 36px;
}

.footer-heading ul li:hover a {
    color: #A65738;
}



.info-wrap {
    margin-bottom: 20px;
}

.info-wrap ul li {
    line-height: 30px;
}

.info-wrap ul li a {
    color: #A65738;
    font-size: 16px;
}

.info-wrap ul li a span {
    color: rgb(255 255 255);
}

.social-wrap ul {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.social-wrap ul li a {
    color: #fff;
    width: 36px;
    height: 36px;
    background: #A65738;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.social-wrap ul li a i {
    font-size: 18px;
}
.sliding-wrap {
    text-align: center;
}

.sliding-wrap h2 span {
    display: inline-block;
}

.sliding-wrap {
    margin-bottom: 50px;
}
.info-wrap ul li a:hover {
    color: #fff;
}

.info-wrap ul li a:hover span {
    color: #fff;
}

.social-wrap ul li a:hover i {
    color: #A65738;
}
.copy-wrap p:hover a {
    color: #A65738;
}

.copy-wrap p a {
    font-weight: 600;
}


/* -----------------------------
footer section end here
------------------------------ */




/* ----------------------------
sub menu css start here
------------------------------ */

@media(min-width: 993px){
ul.sub-menu li {
    margin: 0px;
}
.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 180px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
}

.sub-menu > li > a {
    color: #000000 !important;
    padding: 10px;
    border-bottom: 1px solid #75747466;
    display: block;
}

.sub-menu > li:last-child a {
    border: transparent;
}


ul.navbar-nav li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.sub-menu > li:hover  > a {
    background: #B38B6D;
    color: #fff !important;
}
    ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 30px;
     opacity: 0; 
     visibility: hidden; 
}
ul.mega-menu li {
    margin: 0px;
}
ul.mega-menu li {
    width: calc(25% - 24px);
}
ul.mega-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.mega-menu li a img {
    width: 48px;
}
ul.mega-menu li a p {
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
}
ul.navbar-nav li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
}
}


section.banner-sec {
    position: relative;
    background-size: cover !important;
    z-index: 9;
    opacity: ;
}

/* ----------------------------
sub menu css start here
------------------------------ */


/* ---------------------------------
door category section css start here 
-----------------------------------*/


.category-section.category-two {
    background: #FFFBF1;
}

.category-wrapper {
}

.category-section.category-two {
}

/* ---------------------------------
door category section css end here 
-----------------------------------*/

/* --------------------------------
telescope-door css start here
---------------------------------- */
.telescope-door-wrap {
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 580px;
}
.telescope-door-wrap .telescope-door {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.telescope-door-wrap .telescope-door-sliding {
    position: absolute;
    top: 0;
    width: 33.3%;
    height: 100%;
    transition: transform 0.2s ease;
}
.telescope-door1 {
    left: 0;
}

.telescope-door2 {
    left: 0;
}

.telescope-door3 {
    left: 0;
}
.telescope-door3 {
 z-index: 1; 

}
.telescope-door2 { 
    z-index: 2; 
}
.telescope-door1 {
 z-index: 3; 
}

.category-section {
    padding: 80px 0px;
}
/* --------------------------------
telescope-door css end here
---------------------------------- */


/* --------------------------------
sycro-door css start here
---------------------------------- */
.sycro-door-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 580px;
  text-align: center;
}
.sycro-door {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.sycro-door-sliding {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
}

.sycro-door4 {
    right: 0;
}

.sycro-door3 {
    left: 25%;
    z-index: 3;
}
.sycro-door1 {
  left: 0;

}


.sycro-door2 {
  right: 25%;
  z-index: 4;
}

/* --------------------------------
sycro-door css end here
---------------------------------- */


/* --------------------------------
threesixtyone door css start here
---------------------------------- */
.category-four {
}
.threesixtyone-door-wrap .threesixtyone-door1 {
    position: absolute;
    top: 16%;
    right: 40.7%;
    width: 173px;
}
.threesixtyone-door-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 580px;
  text-align: center;
  perspective: 1500px; 
  transform-style: preserve-3d;
}
.threesixtyone-door-sliding {
  z-index: 2;
  transform-origin: center center;  
  transform-style: preserve-3d;
  backface-visibility: visible;      
  transform: rotateY(0deg);
}
/* --------------------------------
threesixtyone door css end here
---------------------------------- */

/* --------------------------------
Pivot door css start here
---------------------------------- */

.pivot-door-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 580px;
  text-align: center;
  perspective: 1200px;
}
.category-five {
    background: #FFFBF1;
}
.pivot-door-wrap .pivot-door1 {
    position: absolute;
    top: 17%;
    width: 169px;
    left: 30%;
    height: 378px;
}

.pivot-door1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: 17% center; /
  transform: rotateY(0deg) translateX(0px);
}
/* --------------------------------
magic door css end here
---------------------------------- */

/* --------------------------------
magic door css start here
---------------------------------- */
.magic-door-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 580px;
  text-align: center;
  perspective: 1200px;
}
.category-six {
    background: #FFFBF1;
}
.magic-door-wrap .magic-door1 {
    position: absolute;
    top: 48px;
    width: 206px;
    left: 26%;
    height: 426px;
    object-fit: fill;
}

.magic-door1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: 20% center; /
  transform: rotateY(0deg) translateX(0px);
}
.magic-door-sliding {
  position: absolute;
  top: 0;
  right: -100%; 
  height: 100%;
  width: 100%;
  transition: transform 1s ease;
}
/* --------------------------------
magic door css end here
---------------------------------- */

/* --------------------------------
hinge door css start here
---------------------------------- */
.hinge-door-wrap {
  position: relative;
  margin: 0 auto;
  width: 480px;
  perspective: 1500px;
  text-align: center;
}
.category-seven {
    background: #FFFBF1;
    margin-bottom: 100px;
}
.hinge-door-wrap .magic-door1 {
    position: absolute;
    top: 64px;
    width: 206px;
    left: 26%;
    height: 426px;
    object-fit: fill;
}
.hinge-door-wrap .hinge-door-sliding {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    z-index: 2;
    will-change: transform;
}

.hinge-door-wrap .hinge-door2 {
    left: auto;
    right: 0;
}
.hinge-door-wrap {
  perspective: 1000px;
}
.hinge-door1 {
  left: 0;
  transform-origin: left center;
}

.hinge-door2 {
  right: 0;
  transform-origin: right center;
}
/* --------------------------------
hinge door css end here
---------------------------------- */


/* --------------------------------
folding door css start here
---------------------------------- */
.folding-door-wrap {
  position: relative;
  margin: 0 auto;
  width: 820px;
  text-align: center;
}
.category-eight {
    background: #ede5db;
}
.folding-door1 { left: 0; }
.folding-door2 { left: 25%; }
.folding-door3 { left: 50%; }
.folding-door4 { left: 75%; }

.folding-door-wrap .folding-door-sliding {
    position: absolute;
    top: 81px;
    width: 21%;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    transform-origin: left center;
    transform: rotateY(0deg);
    transition: transform 0.5s ease;
}
.folding-door-wrap .folding-door1 {
    right: 77px;

}
.folding-door-wrap .folding-door2 {
    right: 244px;
}

.folding-door-wrap .folding-door3 {
    right: 411px;
}
.folding-door-wrap .folding-door4 {
    right: 578px;
}


.folding-door1 { z-index: 3; }
.folding-door2 { z-index: 2; }
.folding-door3 { z-index: 1; }

/* --------------------------------
folding door css end here
---------------------------------- */


/* --------------------------------
why choose Us  css start here
---------------------------------- */
.border-right {
    position: relative;
}

.border-right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 42px;
    border-right: 3px solid #000000a3;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.why-choose-wrap ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
    padding: 10px 0px;
    flex-direction: column;
}

.why-choose-wrap ul li img {
    width: 49px;
}
.why-choose-wrap ul li span {
    font-size: 17px;
    font-family: 'Anton';
    color: #000000;
    width: 42px;
    height: 42px;
    background: #a6573845;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
}
.why-choose-wrap ul li h4 {
    margin: 0px;
    font-size: 18px;
    color: #000000;
}
.why-choose-wrap ul li:first-child {
    padding-top: 0px;
}

.why-choose-wrap ul li:last-child {
    padding-bottom: 0px;
}

.why-choose-wrap ul li .choose-inner-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}
.why-choose-wrap ul li p {
    font-weight: 400;
    color: #121313;
    font-size: 16px;
    line-height: 25px;
}
.why-choose-wrap ul li{
    opacity: 0;
  transform: translateY(50px);
}

section.categories-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000c7;
    z-index: -1;
}

section.categories-sec .sliding-wrap h2 span {
    color: #fff;
}
section.categories-sec {
    padding: 80px 0px;
    background-size: cover !important;
    position: relative;
}

.why-choose-wrap ul li:hover  .choose-inner-box span {
    background: #A65738;
    color: #fff;
}
/* --------------------------------
why choose Us  end  here
---------------------------------- */

/* --------------------------------
categories section css start  here
---------------------------------- */
.categories-box ul {
    display: flex;
    gap: 10px;
}

.categories-box ul li figure {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #ccc;
    margin: 0 auto 20px;
}

.categories-box ul li figure img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.categories-box ul li {
    width: calc(100% - 100px);
}

.categories-box ul li h2 {
    font-size: 20px;
    text-align: center;
}

.categories-box ul li h2 a {
    color: #ffffff;
}
.categories-box ul  li {
  opacity: 0;
  transform: translateX(-100px); 
}
/* --------------------------------
categories section css end 
---------------------------------- */

/* ------------------------------
testimonials css start here
--------------------------------- */
.testimonials-box {
    border: 1px solid #c0b5a8;
    border-radius: 15px;
    padding: 40px 20px;
    margin-bottom: 10px;
}

.testimonials-wrapper {
    margin-bottom: 40px;
}

.testimonials-box p {
    font-weight: 400;
    color: #121313;
    height: 215px;
    overflow-y: auto;
}

.testimonials-box {
    position: relative;
    margin-top: 40px;
}
.testimonials-box .star-box {
    margin: 10px 0px;
}
.testimonials-box .star-box ul {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.testimonials-box .star-box ul li i {
    color: #A65738;
}
.testimonials-box .tesi-info {
    /* margin-top: 20px; */
}

.testimonials-box .tesi-info h3 {
    font-size: 18px;
    color: #121313;
}

.testimonials-box .tesi-info h4 {
    font-size: 16px;
    color: #5b5858;
    font-weight: 400;
    margin: 0px;
}

.testimonials-box .quate {
    position: absolute;
    top: -6%;
    right: 7%;
    width: 45px;
    height: 45px;
    background: #A65738;
    text-align: center;
    line-height: 45px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-box .quate i {
    color: #fff;
    font-size: 30px;
}
section.testimonials-sec .testimonials-wrap .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

section.testimonials-sec .testimonials-wrap .owl-dots button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #A65738;
}

section.testimonials-sec .testimonials-wrap .owl-dots button.active {
    background: #A65738;
}
section.testimonials-sec {padding: 80px 0px;}
/* ------------------------------
testimonials css end here
--------------------------------- */

/* ------------------------------
blogs  css start here
--------------------------------- */
section.blogs-sec {padding: 80px 0px;}

.blogs-wrap figure {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.blogs-wrap figure a img {
    border-radius: 10px;
    object-fit: cover;
}

.blogs-wrap h2 {
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blogs-wrap h2 a {
    color: #000;
}
.terms {
    margin-top: 20px;
}
.terms h4 {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.terms form .input-group {
    position: relative;
    margin-top: 20px;
}
.terms form .input-group input {
    background-color: #2b2b2b;
    height: 50px;
    color: #ffffff;
    padding: 6px 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1f1f1f;
    width: 100%;
    border-radius: 50px !important;
}
.terms form .input-group button {
    background: #A65738;
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 50px !important;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 5px;
    right: 5px;
}
.terms  p {
    color: #fff;
    line-height: 23px;
    font-size: 15px;
}
.social-wrap {
    margin-top: 30px;
}
.blogs-wrap h2:hover a {
    color: #A65738;
}
section.make-your-life-sec {
    background-size: cover !important;
    padding: 140px 0px;
    background-position: center !important;
    border-radius: 10px;
    position: relative;
}

section.make-your-life-sec:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b3;
    position: absolute;
}

.make-your-life-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.make-your-life-text h2 {
    color: #ffffff;
    font-size: 40px;
    margin: 0px;
    text-transform: uppercase;
}

.make-your-life-wrap a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #fff;
    padding: 10px 30px;
}

.make-your-life-wrap a:hover {
    background: #A65738;
    border-color: #A65738;
}
.sliding-wrap h2 {
  transform: translateY(50px);
  opacity: 0;
}

.make-your-life-wrap a {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.testimonials-box {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}
.blogs-wrap {
  transform: translateY(50px);
  opacity: 0;
}
/* ------------------------------
blogs  css end here
--------------------------------- */
.address-box p {
    color: #fff;
    line-height: 27px;
    font-size: 16px;
}
.social-wrap ul li a i {
    color: #eb622f;
}

.social-wrap ul li a:hover {
    background: #ffffff;
}

.social-wrap ul li a:hover i {
    color: #A65738;
}

.social-wrap ul li a i {
    color: #fff;
}
.address-box .add p i {
    margin-right: 5px;
}
footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000f0;
}

.footer-logo {
    position: relative;
    /* padding: 40px 0px; */
}

.footer-heading {
    position: relative;
    /* padding: 40px 0px; */
}


/* ------------------------
inner page css start here
--------------------------- */
section.inner-banner-sec {
    padding: 150px 0px;
    background-position: 50% 36% !important;
    position: relative;
    background-size: cover !important;
}

section.inner-banner-sec:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
}


section.inner-banner-sec .inner-banner-wrap h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.inner-banner-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
}
.inner-banner-wrap ol.breadcrumb li {
    color: #ffffff;
}
.inner-banner-wrap ol.breadcrumb li a {
    color: #fff;
}
.inner-banner-wrap ol.breadcrumb li:before {
    color: #fff;
}

.inner-banner-wrap ol.breadcrumb {
    margin: 0px;
    justify-content: center;
    text-transform: uppercase;
}
.p-50{
    padding: 50px 0px;
}
.inner-about-img figure img {
    border-radius: 15px;
    box-shadow: rgb(224 198 165) 0px 3px 8px;
    padding: 5px;
}
.inner-title h2 {
    color: #A65738;
    text-transform: uppercase;
}
.inner-title h2 span {
    color: #000;
}
.inner-title {
    margin-bottom: 20px;
}
.inner-wrap p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.inner-about-img {
    margin-right: 30px;
}
.material-card {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
     /* Fixed height for all cards */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.material-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.material-card img {
    object-fit: cover;
     /* Reduced margin to fit in fixed height */
    transition: opacity 0.3s ease;
    padding: 5px;
    width: 100%;
    border-radius: 11px;
}
.material-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235 98 47 / 93%); /* #eb622f overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
}
.material-card:hover .overlay {
    opacity: 1;
}
.material-card:hover img {
    opacity: 1;
}
.material-card h3 {
    font-size: 16px; 
    color: #000000;
    max-width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins';
}
.material-card .overlay h3 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 18px;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
section.design-finish-options-sec .inner-title {
    margin-bottom: 30px;
}
.color-options-wrap {
    margin-top: 20px;
}

.color-options-wrap .card {
    flex-direction: column;
    padding: 0px !important;
    background: transparent;
    border: transparent;
    align-items: center;
    gap: 20px;
}

.color-options-wrap .card .feature-icon img {
    width: 70px;
    border-radius: 50px;
}
.color-options-wrap .card .feature-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 72px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin: 0px !important;
}
.color-options-wrap .card .color-options-text {
    text-align: left;
}
.color-options-wrap .card .color-options-text p {
    color: #232323;
    font-weight: 500;
    line-height: 25px;
}
.color-options-text h5 {margin-bottom: 0px;}
/* Feature Icons */
.feature-icon {
    font-size: 3rem;
    color: #eb622f;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.feature-box:hover .feature-icon {
    transform: rotate(360deg);
}


section.benefits-sec .feature-box {
    padding: 30px;
    border-radius: 0px;
    background: #ffffff5e;
    height: 250px;
    flex-d\: c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ccc;
}

section.benefits-sec .inner-wrap {
    margin-bottom: 30px;
}

.feature-box h5 {
    font-size: 18px;
    margin: 10px 0px;
}

.feature-box p {
    color: #000;
}
section.benefits-sec .feature-box img {
    width: 85px;
}
.perfect-space-list ul {display: flex;justify-content: space-between;}

.perfect-space-list ul li {
    align-items: center;
    gap: 10px;
    text-align: center;
    border-right: 1px solid #beaa90;
    width: calc(100% - 100px);
}

.perfect-space-list ul li figure img {
    width: 56px;
}

.perfect-space-list ul li p {
    font-family: 'Anton';
    letter-spacing: 1px;
    font-size: 18px;
    color: #000;
}

.perfect-space-list {
    margin-top: 15px;
}

.perfect-space-list ul li figure {
    margin-bottom: 12px;
}

.perfect-space-list ul li:last-child {
    border: transparent;
}
section.dream-wardrobe-sec {
    background: #000;
}

.dream-wardrobe-wrap .inner-title h2 span {
    color: #fff;
}

.dream-wardrobe-wrap .inner-title p {
    color: #fff;
}

.dream-wardrobe-wrap .inner-title a {
    background: #A65738;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Poppins';
}

.dream-wardrobe-wrap .inner-title a:hover {
    background: #fff;
    color: #000;
}
.scroll-trigger-move-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.scroll-trigger-move-up.active {
  opacity: 1;
  transform: translateY(0);
}
/* ------------------------
inner page css end here
--------------------------- */


/* -------------------------
contact page css start here
--------------------------- */
.contact-us-box {
    border: 1px solid #A65738;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 8%) 0px 2px 10px;
    height: 100%;
}
.contact-us-box .icon i {
    width: 50px;
    height: 50px;
    background: #A65738;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

.contact-us-box p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.contact-us-box .icon {
    margin-bottom: 20px;
}

.contact-us-box p a {
    color: #000;
}

.contact-form-wrap .form-group {
    margin-bottom: 20px;
}

.contact-form-wrap .form-group label {
    width: 100%;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 15px;
}

.contact-form-wrap h2 {
    margin-bottom: 20px;
}

.contact-form-wrap .form-group input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    background: #ffffff40;
}

.contact-form-wrap .form-group  textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    background: #ffffff40;
}

.contact-form-wrap .form-group  button {
    background: #eb622f;
    border: transparent;
    padding: 12px 40px;
    color: #fff;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}

.contact-form-wrap .form-group:last-child {
    margin-bottom: 0px;
}

.contact-form-wrap form {
    border: 1px solid #ccc;
    padding: 35px;
    background: #ffe9e22b;
    border-radius: 10px;
}

.contact-form-wrap .form-group button:hover {
    background: #000;
}
.contact-form-box figure img {
    border-radius: 15px;
    box-shadow: rgb(224 198 165) 0px 3px 8px;
    padding: 5px;
}
.google-map iframe {
    width: 100%;
    height: 450px;
}
.contact-us-box:hover {
    background: #A65738;
}

.contact-us-box:hover .icon i {
    background: #ffffff;
    color: #A65738;
}

.contact-us-box:hover p {
    color: #fff;
}

.contact-us-box:hover p a {
    color: #fff;
}
section.contact-us-sec .col-md-4:nth-child(2) .contact-us-box {
    background: #A65738;
}

section.contact-us-sec .col-md-4:nth-child(2) .contact-us-box .icon i {
    background: #ffffff;
    color: #A65738;
}

section.contact-us-sec .col-md-4:nth-child(2) .contact-us-box  p a {
    color: #fff;
}
/* -------------------------
contact page css end here
--------------------------- */


/* --------------------------
faq page css start here
--------------------------- */
.faq-container {max-width: 900px;margin: 50px auto;background: #fff;padding: 20px 30px;border-radius: 10px;box-shadow: 0 4px 15px rgba(0,0,0,0.1);}

.faq-container p {
text-align: center;
color: #555;
font-size: 14px;
margin-bottom: 25px;
}

.faq-item {
border-bottom: 1px solid #ddd;
padding: 15px 0;
cursor: pointer;
position: relative;
}

.faq-question {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 16px;
font-weight: bold;
transition: color 0.3s;
}

.faq-question:hover {color: #A65738;}

.faq-answer {
max-height: 0;
overflow: hidden;
font-size: 14px;
color: #555;
line-height: 1.5;
transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
max-height: 200px;
padding-top: 10px;
}

.faq-container .icon {font-size: 24px;color: #A65738;transition: transform 0.3s ease;}

.faq-item.active .icon {
transform: rotate(180deg);
}
.faq-container h2 {
    text-align: center;
}

.faq-container p {
    color: #000;
    font-size: 16px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    transition: max-height 0.4s ease;
}
.faq-container h2 {
    font-size: 48px;
}

/* --------------------------
faq page css start here
--------------------------- */

/* --------------------------
about us page css start here
---------------------------- */
.about-wrap {
    text-align: center;
}

.about-wrap figure img {
    width: 100%;
}

.about-wrap h2 {
    margin-bottom: 30px;
    font-size: 48px;
}
.about-wrap figure {
    margin-bottom: 20px;
}

.about-wrap p {
    color: #000;
    font-weight: 300;
}


.mission-wrap .content h2 {
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
}



.mission-wrap .content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

.mission-wrap .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background: #A65738;
    color: white;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.mission-wrap .cta-button:hover {
    background: #000000;
    transform: translateY(-3px);
    color: #fff;
}
.view-all-blog {
    text-align: center;
    margin-top: 50px;
}

.view-all-blog a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #A65738;
    padding: 10px 30px;
    background: #A65738;
}

.view-all-blog a:hover {
    background: #000;
    border-color: #000;
}
.blogs-wrap figure img {
    width: 100%;
}
.inner-page-blog .row {
    row-gap: 40px;
}
.pagination-wrap .pagination .page-link {
  color: #000000;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  font-family: 'Poppins';
  font-weight: 500;
}
.pagination-wrap .pagination .page-link:hover {
  color: #fff;
  background-color: #A65738;
  border-color: #A65738;
}
.pagination-wrap .pagination .active .page-link {
  background-color: #A65738;
  border-color: #A65738;
  color: #fff;
}

.pagination-wrap  ul.pagination {
    justify-content: center;
    gap: 5px;
}

.pagination-wrap ul.pagination a {
    padding: 10px 20px;
}

.pagination-wrap ul.pagination a:focus {
    box-shadow: none;
}
.home-page.faq {
    padding-top: 80px;
}
.home-page.faq .faq-container {
    margin-bottom: 0px;
}
.home-page.faq .faq-container {
    margin-top: 0px;
}
.faq-container .faq-answer ol {
    padding: 0px;
}

.faq-container .faq-answer ol li {
    line-height: 30px;
}
.home-page.faq .faq-container {
    background: transparent;
    border: 1px solid #ccc;
}

.home-page.faq .faq-container .faq-item {
    border-color: #ccc;
}

.home-page.faq .faq-container .faq-item:last-child {
    border: transparent;
    padding-bottom: 0px;
}
.home-page.faq .sliding-wrap {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-between;
}

.home-page.faq .sliding-wrap a {
    color: #B38B6D;
    text-transform: uppercase;
    text-decoration: underline;
}
.material-card .overlay ul {
    padding-left: 20px;
    text-align: left;
}

.material-card .overlay ul li {
    color: #fff;
    list-style: disc;
}
.applications-box {
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.apps-grid li {
  border-radius: 10px;
  text-align: center;
  padding: 20px 15px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.apps-grid li:hover {
  transform: translateY(-4px);
}

.apps-grid figure {
  margin: 0 0 16px 0;
  width: 200px;
  height: 200px;
}

.apps-grid figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 4px;
}

.apps-grid h5 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
  .apps-grid li {
    background: #1a1a1a;
    border-color: #333;
    color: #f0f0f0;
  }
}
/* --------------------------
about us page css end here
---------------------------- */


/* ------------------------------
blog details page css start here 
---------------------------------*/
.blog-details{
  position: relative;
  padding: 110px 0px;
}
.blog-details .sidebar-details img{
  width: 100%;
}
.blog-details .sidebar-details{
  position: relative;
}
.blog-details .content-style-one{
  position: relative;
  padding: 33px 0px 48px 98px;
  border-bottom: 1px solid #B38B6D;
  margin-bottom: 60px;
}
.blog-details .content-style-one .date{
  position: absolute;
  left: 0px;
  top: 40px;
  background: #A65738;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 14px 19px 14px 19px;
}
.blog-details .content-style-one h3{
  font-weight: 700;
  margin-bottom: 4px;
}
.blog-details .content-style-one .meta{
  position: relative;
  margin-bottom: 46px;
}
.blog-details .content-style-one .meta:before{
  position: absolute;
  content: '';
  background: #A65738;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: -22px;
}
.blog-details .content-style-one .meta li{
  position: relative;
  display: inline-block;
  margin-right: 33px;
  font-size: 14px;
  font-style: italic;
}
.blog-details .content-style-one .meta li:before{
  position: absolute;
  content: '';
  background: #666666;
  height: 13px;
  width: 1px;
  top: 7px;
  right: -20px;
}
.blog-details .content-style-one .meta li:last-child:before{
  display: none;
}
.blog-details p{
  margin-bottom: 24px;
  line-height: 24px;
}
.blog-details .content-style-one .title-text{
  position: relative;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
  line-height: 36px;
  margin-top: 47px;
  padding: 0px 0px 0px 15px;
  border-left: 3px solid #eb622f;
}
.blog-details .content-style-one .img-box{
  margin-bottom: 54px;
}
.blog-details .content-style-one .post-share-option .tag{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-right: 5px;
  text-transform: uppercase;
}
.blog-details .content-style-one .tag-list .list,
.blog-details .content-style-one .tag-list{
  display: inline-block;
}
.blog-details .content-style-one .tag-list .list a{
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}
.blog-details .content-style-one .tag-list .list a:hover{
  color: #da8e3c;
}
.blog-details .content-style-one .post-share{
  position: relative;
  display: inline-block;
  float: right;
  top: -6px;
}
.blog-details .content-style-one .post-share a{
  position: relative;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #A65738;
  border-radius: 50%;
  transition: all 900ms ease;
  color: #A65738;
}
.blog-details .content-style-one .post-share a:hover{
  background: #A65738;
  border: 1px solid #A65738;
  color: #fff;
  transition: all 900ms ease;
}
.blog-details .content-style-one .post-share-option{
  position: relative;
  margin-top: 63px;
}
.blog-details .sidebar-details .title{
  position: relative;
  font-size: 24px;
  line-height: 40px;
  color: #222;
  margin-bottom: 47px;
}
.blog-details .sidebar-details .title:before{
  position: absolute;
  content: '';
  background: #B38B6D;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: -13px;
}
.blog-details .comment-area .comment-box{
  position: relative;
  padding: 0px 0px 21px 98px;
  margin-bottom: 44px;
  border-bottom: 1px solid #eb622f;
}
.blog-details .comment-area .comment-box .author{
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  left: 0px;
  top: 6px;
  width: 70px;
  height: 70px;
}
.blog-details .comment-area .comment-box .author img{
  width: 100%;
  border-radius: 50%;
}
.blog-details .comment-area .comment-box .author-name{
  display: inline-block;
  margin-right: 10px;
}
.blog-details .comment-area .comment-box .author-name h5{
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  letter-spacing: 1px;
}
.blog-details .comment-area .comment-box .date{
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}
.blog-details .comment-area .comment-box a{
  font-size: 12px;
  font-weight: 700;
  color: #eb622f;
  text-transform: uppercase;
}
.blog-details .comment-area .comment-box a:hover{
  color: #222222;
}
.blog-details input,.blog-details textarea{
  border: 1px solid #eee;
}
.blog-details input:focus,.blog-details textarea:focus{
  border-color: #da8e3c;
}
.blog-details textarea{
  height: 160px;
  margin-bottom: 22px;
}
.blog-details .comment-area{
  margin-bottom: 60px;
}
.blog-details .comment-form .title{
  margin-bottom: 53px;
}
.blog-details .comment-form .btn-one{
  padding: 10px 22px 10px 22px;
}

.comment-form .form-group {
    margin-bottom: 10px;
}

.comment-form .form-group input, textarea {
    width: 100%;
    padding: 10px;
    border: transparent;
    border-radius: 4px;
}

.comment-form .form-group button.btn-one {
    background: #B38B6D;
    border: transparent;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
}

.comment-form .form-group button.btn-one:hover {
    background: #262424;
}
.blog-page .sidebar {
    position: relative;
    margin-left: 20px;
}
.blog-page .sidebar .sidebar-search {
    position: relative;
    margin-bottom: 36px;
}
.blog-page .sidebar input[type='search'] {
    height: 50px;
    border: 1px solid #eee;
    padding: 10px 65px 10px 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all 500ms ease;
    width: 100%;
}
.blog-page .sidebar .sidebar-search button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #A65738;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: transparent;
}
.blog-page .sidebar .sidebar-categories {
    position: relative;
    margin-bottom: 52px;
}
.blog-page .sidebar .sidbar-title h4 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 1px;
}
.blog-page .sidebar .sidebar-categories li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding: 14px 20px;
    border-bottom: 1px solid #A65738;
    text-transform: capitalize;
}
.blog-page .sidebar .sidebar-categories li a:before {
    position: absolute;
    content: '';
    background: #a6573857;
    height: 30px;
    width: 4px;
    left: 0px;
    top: 12px;
    transition: all 900ms ease;
}
.blog-page .sidebar .sidebar-categories li a.active:before, .blog-page .sidebar .sidebar-categories li a:hover:before {
    background: #B38B6D;
    transition: all 900ms ease;
}
.blog-page .sidebar .sidbar-title h4:before {
    position: absolute;
    content: '';
    background: #B38B6D;
    width: 30px;
    height: 2px;
    left: 0px;
    bottom: -9px;
}
.blog-page .sidebar .sidebar-post .single-post {
    position: relative;
    padding: 0px 0px 18px 100px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eb622f54;
}
.blog-page .sidebar .sidebar-post .single-post .img-box {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 5px;
    width: 80px;
    height: 70px;
}
.blog-page .sidebar .sidebar-post .single-post .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition: all 500ms ease;
}
.blog-page .sidebar .sidebar-post h5 {
    margin-bottom: 6px;
    line-height: 23px;
    font-size: 18px;
}
.blog-page .sidebar .sidebar-post h5 a {
    text-transform: none;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
}
.blog-page .sidebar .sidebar-post .text {
    font-size: 12px;
    font-weight: 600;
}
.blog-page .sidebar .sidebar-post .text span {
    color: #A65738;
}
.blog-page .sidebar .sidebar-post .single-post .img-box {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 5px;
    width: 80px;
    height: 70px;
}

.sidebar .form-group input#search {
    height: 50px;
}
/* ------------------------------
blog details page css end  
---------------------------------*/

section.pagenotfound {
    text-align: center;
}

.contentnone input#search {
    height: 50px;
}
 
.contentnone input[type="hidden"] {
    border: 1px solid #eee;
}
 
.contentnone  button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #eb622f;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: transparent;
}
 
.contentnone {
    position: relative;
    max-width: 400px;
    margin-top: 20px;
}

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

.navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler.collapsed .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler.collapsed .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.door3 {
   display: none; 
}

.trade-form-sec {
  background: #ffffff;
  color: #fff;
}

.trade-form-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.trade-form-content h2 span {
  color: #A65738;
}

.trade-form-content p {
  color: #2b2828;
  margin-bottom: 25px;
}


.custom-input {
  background: transparent;
  border: 1px solid #333;
  padding: 12px 15px;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s;
}

.custom-input::placeholder {
  color: #888;
}

.custom-input:focus {
  border-color: #ff6a2f;
  box-shadow: none;
  outline: none;
}

/* BUTTON */
.submit-btn {
  background: #ff6a2f;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  border: none;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #000000;
  color: #ffffff;
}


.trade-form-img img {
  width: 100%;
  border-radius: 12px;
}


@media (max-width: 768px) {
  .trade-form-content h2 {
    font-size: 28px;
  }
}

.custom-input,
select.custom-input,
textarea.custom-input {
  !i:
  transparent !important;
  border: 1px solid #5c5c5c !important;
  padding: 10px 15px;
  color: #969090;
  border-radius: 0PX;
  transition: 0.3s;
  width: 100%;
}

select.custom-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 40px;
}

.custom-input::placeholder {
  color: #888;
}


.custom-input:focus,
select.custom-input:focus,
textarea.custom-input:focus {
  border-color: #ff6a2f;
  outline: none;
  box-shadow: none;
}

select.custom-input option {
  color: #000;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #A65738;
    border: transparent;
    padding: 12px 40px !important;
    color: #fff;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000;
   
}
a.navbar-brand img {
    width: 200px;
}
.footer-logo img {
    width: 250px;
}
#button {
  display: inline-block;
  background-color: #A65738;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50px;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #A65738;
}
#button:active {
  background-color: #fff;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* pcraft-section page css start here */
  .pcraft-section{
    padding:80px 0;
    background:#f5f5f5;
  }

  .pcraft-container{
    width:90%;
    max-width:1200px;
    margin:auto;
  }

  .pcraft-title{
    text-align:center;
    margin-bottom:50px;
  }

  .pcraft-title h2{
    font-size:42px;
    margin-bottom:10px;
    color: #A65738;
  }

  .pcraft-title p{
    font-size:16px;
    color:#666;
  }

.pcraft-title h2 span {
    color: #000;
}
  .pcraft-grid{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:30px;
    margin-bottom:60px;
  }

  .pcraft-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
  }

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

  .pcraft-main-image{
    width:100%;
    height: 420px;
    overflow:hidden;
  }

  .pcraft-main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .pcraft-content{
    padding:25px;
  }

  .pcraft-serial{
    display:block;
    font-size:14px;
    color:#888;
    margin-bottom:10px;
  }

  .pcraft-name{
    font-size:28px;
    color: #A65738;
    margin-bottom: 0px;
  }

  .pcraft-btn{
    padding:14px 28px;
    border:none;
    background:#111;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
    font-size:15px;
    transition:0.3s;
  }

  .pcraft-btn:hover{
    background:#333;
  }

  .pcraft-hidden-gallery{
    display:none;
  }

  .pcraft-info-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    background:#fff;
    padding:60px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
  }

  .pcraft-info-content h2{
    font-size:40px;
    margin-bottom:20px;
    color: #A65738;
  }

  .pcraft-info-content p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:20px;
  }

  .pcraft-form-group{
    margin-bottom:20px;
  }

  .pcraft-form-group input,
  .pcraft-form-group textarea{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:15px;
  }

  .pcraft-form-group textarea{
    height:140px;
    resize:none;
  }

  .pcraft-form-group button{
    width:100%;
    padding:16px;
    border:none;
    background:#111;
    color:#fff;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    transition:0.3s;
  }

  .pcraft-form-group button:hover{
    background:#333;
  }

  @media(max-width:768px){

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

    .pcraft-info-wrapper{
      grid-template-columns:1fr;
      padding:30px;
    }

    .pcraft-title h2{
      font-size:32px;
    }

    .pcraft-info-content h2{
      font-size:30px;
    }

  }
.pcraft-content h3.pcraft-name span {
    color: #000;
}

.pcraft-info-content h2 span {
    color: #000;
}
  /* pcraft-section page css end here */

.floating_btn {
  position: fixed;
  bottom: 86px;
  right: 8px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
span.wpcf7-spinner {
    display: none;
}
ul.navbar-nav li:nth-child(2) i {
    display: none;
}
.design-options-sec{
    padding: 0px 0px 70px;
}

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

.design-options-heading h2{
    font-size: 42px;
    line-height: 1.2;
    margin: 0;
    color: #111;
}

.design-options-heading h2 span{
    color: #A65738;
}

.design-options-row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.design-option-item{
    width: calc(20% - 16px);
    position: relative;
}

.design-option-item a{
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

.design-option-item img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.4s ease;
    display: block;
}

.design-option-item:hover img{
}

/* TABLET */

@media(max-width: 991px){

    .design-option-item{
        width: calc(33.33% - 14px);
    }

    .design-options-heading h2{
        font-size: 34px;
    }

}

/* MOBILE */

@media(max-width: 767px){

    .design-options-row{
        gap: 15px;
    }

    .design-option-item{
        width: calc(50% - 8px);
    }

    .design-option-item img{
        height: 220px;
    }

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

}

/* SMALL MOBILE */

@media(max-width: 575px){

    .design-option-item{
        width: 100%;
    }

    .design-option-item img{
        height: auto;
    }

}
.design-option-item span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}
.sidebar-details ul {
    padding-bottom: 15px;
    padding-left: 20px;
}

.sidebar-details ul li {
    line-height: 30px;
    list-style: circle;
    color: #4c4a4a;
    font-size: 15px;
}
.img-box figure {
    width: 100%;
    height: 500px;
}

.img-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details .content-style-one .text ol {padding-left: 0px;}


.blog-details .content-style-one .text p strong {
    font-weight: 600;
    color: #4c4a4a;
}
.content-style-one table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    background: #fff;
    font-family: Arial, sans-serif;
}

.content-style-one table thead,
.content-style-one table tbody tr:first-child th {
    background: linear-gradient(135deg, #111, #333);
    color: #fff;
}

.content-style-one table th {
    padding: 18px 22px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.content-style-one table td {
    padding: 16px 22px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #eee;
    transition: 0.3s ease;
}

.content-style-one table tbody tr:nth-child(even) {
    background: #b38b6d14;
}

.content-style-one table tbody tr:hover {
    background: #b38b6d38;
}

.content-style-one table tbody tr:hover td {
    color: #000;
}

.content-style-one table td:first-child {
    font-weight: 600;
    color: #222;
}

.content-style-one table td:last-child {
    color: #666;
}

@media (max-width: 767px) {
    .content-style-one table th,
    .content-style-one table td {
        padding: 12px 14px;
        font-size: 14px;
    }
}
.blog-details p a {
    color: #4c4a4a;
}
.blog-details .content-style-one .text ol li strong {
    color: #4c4a4a;
}
footer .terms h4 {position: relative;}

footer .terms p {
    position: relative;
}
/* Custom Scrollbar */
.testimonials-box p::-webkit-scrollbar{
    width: 4px;
}

.testimonials-box p::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 10px;
}

.testimonials-box p::-webkit-scrollbar-thumb{
    background: #A65738;
    border-radius: 10px;
}

.testimonials-box p::-webkit-scrollbar-thumb:hover{
    background: #8d472d;
}
footer .terms {
    display: none;
}
.address-box p {
    text-align: justify;
}
input.wpcf7-form-control.wpcf7-submit:focus {
    box-shadow: none;
}

.wpcf7-response-output {
    color: #000;
}
