.navbar-brand img {
  width: 130px;
}

.navbar {
  background-color: #fdfdfd !important;
}

.Quick-quote-btn {
  font-size: 15px;
  line-height: 13px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  background-color: #ff482f;
  border-radius: 25px 25px 25px 25px;
  padding: 20px 30px 20px 30px;
  border: none;
  transition: 0.3s;
  border: 2px solid #ff482f;
}

.Quick-quote-btn:hover {
  color: #000000;
  background-color: #ffffff;
}

.bi-search {
  font-size: 30px !important;
  color: #171b1b;
  text-align: center;
}

.ham-icon {
  font-size: 25px;
}
.bi-search:hover {
  cursor: pointer;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item.dropdown .dropdown-menu {
  margin-top: 0;
}
.navbar-nav li {
  align-items: center;
  margin-left: 20px;
}

.nav-btn button {
  margin-left: 200px;
}

.nav-link {
  font-size: 17px;
  font-weight: 400;
  margin: 10px;
  color: #000000 !important;
  font-weight: 500;
  font-family: sans-serif;
}

.dropdown-menu {
  font-size: 18px;
  font-weight: 500;
  margin-top: -5px !important;
}

.nav-link:hover {
  color: #ff482f !important;
}

.navbar-toggler {
  border: 2px solid #ff482f;
}

@media only screen and (max-width: 1150px) {
  .navbar-nav li {
    align-items: center;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .navbar-links {
    display: flex;
    flex-direction: column;
  }
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}
.bi-search:hover {
  cursor: pointer;
}

@media only screen and (max-width: 414px) {
  .nav-btn button {
    margin-left: 54px;
  }
}
.factory-img img {
  margin-top: 85px;
}

/* <!-- ++++++++++++++++++<Header section end==================== --> */

/* <!-- /Hero section start================================ --> */
.hero-section {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(359deg);
  background-image: linear-gradient(
      to bottom,
      rgba(32, 31, 31, 0.363),
      rgba(32, 32, 32, 0.484)
    ),
    url(../imgs/bedroom-Wardrobe/Bedroom-Wardrobe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 80px;
  padding-bottom: 150px;
}

.hero-section-content {
  padding-top: 20%;
}

.hero-section h1 {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 69px;
  line-height: 1.2em;
  color: #ffffff;
  width: 50%;
}

.Get-Quotes {
  padding: 15px 25px;
  color: #fff;
  background-color: #ff482f;
  border-radius: 25px;
  border: none;
  font-weight: 500;
  transition: 0.3s;
}

.Get-Quotes:hover {
  background-color: #171b1b;
}

.hero-section p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  width: 55%;
  text-align: center;
}

.elementor-icon {
  background-color: #fff3e9;
  fill: #e68737;
  color: #e68737;
  font-size: 35px;
  padding: 10px 20px 25px;
  border-radius: 50%;
}

.elementor-icon-box-wrapper {
  display: flex;
  gap: 60px;
}

/* ================= */
.about-us-btn {
  
  margin: 0px 0px 15px 0px;
  padding: 7px 20px 0px 20px;
  background-color: #fff3e9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #ff482f;
  border-color: #ff482f;
  border-radius: 100px 100px 100px 100px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.about-us-heading {
  font-family: "Roboto", sans-serif;
}

.elementor-icon-box-content span {
  color: #1b1d22;
  font-size: 24px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
}

.elementor-icon-box-description {
  font-size: 16px;
  color: #666666;
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
}

.img-box {
  padding: 40px 0px 0px 12px;
}

.img-box img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 1700px;
  height: 650px;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* =================================about us section end============ */
/* ==================why choose us section start=================== */

.why-choose-us-section {
  background-image: url(../imgs/products-imgs/);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.why-choose-us-section .background-overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff00 35%, #ffff 75%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.text-box {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff3e9;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 3em 3em 3em;
  border-radius: 7px 7px 7px 7px;
  background-color: #fff;
  z-index: 10;
  margin-top: 100px;
}

.accordion-body {
  color: #666666;
  font-family: "Roboto", sans-serif;
  padding: 0px 0px 0px 30px !important;
  font-size: 16px;
}

.custom-accordion-header .accordion-button {
  color: #ff482f;
  font-size: 16px;
  margin: 0;
  padding: 15px 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
}

.custom-accordion-header .accordion-button:not(.collapsed) {
  color: #ff482f;
}

.custom-accordion-header .accordion-button {
  color: #171b1b;
  font-size: 18px;
  background-color: transparent;
}

.custom-accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.Overseas-title {
  font-family: "Roboto", sans-serif;
  color: #1b1d22;
  font-size: 47px;
  font-weight: 666;
  line-height: 1.2em;
}

.Overseas-Branch-discrption {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* ============================================== */
/* ================our-section start============== */

.our-services-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.our-services-text-wrapper {
  text-align: center;
}

.services-card-box {
  display: flex;
  gap: 2px;
  text-align: center;
  border: 1px solid #ff472f50;
  margin-top: 30px;
}
.services-content-box {
  border-right: 1px solid #ff472f3e;
  padding: 10px;
}

.services-content-box img {
  transition: 0.3s;
}

.services-content-box img:hover {
  transform: scale(1.05);
}

.our-services-text-wrapper h1 {
  color: #1b1d22;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}

.our-services-text-wrapper p {
  font-size: 16px;
  color: #1b1d22;
  padding-bottom: 20px;
}

.services-content-box h5 {
  color: #1b1d22;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  padding: 20px 0px 10px;
}

/* <!-- =======================project section start================================ -->/ */

.project-section {
  background-image: linear-gradient(
      to bottom,
      rgba(32, 31, 31, 0.477),
      rgba(32, 32, 32, 0.778)
    ),
    url(../imgs/home-imgs/whole-house-project-smallSize.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
  align-items: center;
  margin-bottom: 20px;
}

.project-text-box {
  padding: 100px;
  color: #fff;
  padding-top: 150px;
}

.project-text-box h1 {
  color: #fdfdfd;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 56px;
  line-height: 1.2em;
}

.project-text-box p {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 91%;
}

.more-project-btn {
  padding: 15px 20px;
  color: #fff;
  background-color: #ff482f;
  border-radius: 25px;
  font-weight: 500;
  border: 2px solid #ff482f;
  transition: 0.4s;
}

.more-project-btn:hover {
  background-color: #fdfdfd;
  color: #000000;
}

.project-card-1 h5 {
  font-size: 24px;
  color: white;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.project-card-1 p {
  color: #fdfdfd;
  font-size: 16px;
}

.project-card-1 {
  text-align: center;
}

.project-card-1 svg {
  width: 3em;
  fill: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 20px;
  border: 2px solid;
  padding: 5px;
  margin-bottom: 10px;
}

.black-card svg {
  width: 3em;
  fill: #ff482f;
  color: #ff482f;
  border-color: #ff482f;
  margin-top: 20px;
  border: 2px solid;
  padding: 5px;
  margin-bottom: 15px;
}

.black-card {
  padding: 15px;
}

.black-card h5 {
  padding: 20px 0px;
}

.black-card p {
  color: #666666;
}

.red-card {
  background-color: #ff482f;
  padding: 15px;
}

.red-card h5 {
  padding: 20px 0px;
}

.black-card h5 {
  color: #000000;
}

.icon-wrapper {
  padding: 0.3em;
  border: 3px solid #69727d;
  background-color: transparent;
}

/* ================================our clients section======== */

.title-our-clients {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.title-our-clients h1 {
  font-size: 47px;
  color: #1b1d22;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.card-content {
  background-color: #eaeaea;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 5px 0px 5px;
  padding: 22px 10px 22px 10px;
  border-radius: 10px;
  margin-bottom: 100px;
}

.card-content h4 {
  color: #1b1d22;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.card-content p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
}

/*!-- =======================our clientssection END================================ --> */

/* ========================Home page responsive =======/ */

@media only screen and (max-width: 1440px) {
  .hero-section h1 {
    font-size: 67px;
  }

  .why-choose-us-section {
    height: auto;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 1100px) {
  .why-choose-main-div {
    display: block;

    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .why-choose-us-section {
    height: auto;
    padding-bottom: 20px;
  }

  .text-box-section h1 {
    width: 100%;
    padding-top: 49px;
    padding-bottom: 40px;
    text-align: center;
    margin: auto;
  }

  .text-box-section p {
    width: 60%;
    text-align: center;
    margin: auto;
  }
  .main-div-schedule {
    position: relative;
    background-color: #000000;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgba(245, 222, 179, 0.295);
    font-family: "Roboto", sans-serif;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
  }

  .lets-talk-btn button {
    padding: 10px 20px;
    color: #ff482f;
    border-radius: 10px;
    background-color: #ffff;
    transition: 0.3s;
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-section-content {
    padding-top: 20%;
    text-align: center;
  }

  .main-content-box {
    flex-direction: column;
  }

  .hero-section h1 {
    font-size: 50px;
    line-height: 1.4em;
    margin: auto;
    width: 100%;
  }

  .hero-section p {
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
    line-height: 1.7em;
  }

  .img-box {
    padding: 40px 0px 0px 12px;
    margin: auto;
  }

  .img-box img {
    height: 800px;
    border-radius: 0px 0px 20px 20px;
  }

  .text-box {
    width: 60%;
  }

  .empty-div {
    display: none;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 38px;
  }

  .why-choose-us-section {
    height: auto;
    padding-bottom: 20px;
  }

  .text-box {
    margin-top: 66px;
  }

  .project-card-box {
    display: flex;
    flex-wrap: wrap;
  }

  .project-card-box div {
    width: 100%;
  }

  .our-clients-card-box {
    flex-wrap: wrap;
  }

  .card-content {
    margin-bottom: 25px;
  }

  .card-content {
    padding: 22px 35px 22px 30px;
    margin-bottom: 25px;
  }
  .main-foter-div {
    gap: 0px;
  }
  .categories-div {
    padding-bottom: 10px !important;
  }

  .logo-foter {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 791px) {
  .hero-section h1 {
    font-size: 2.5em;
  }
  .hero-section p {
    width: 65%;
  }

  .text-box {
    width: 77%;
  }

  .img-box img {
    width: 100%;
    height: auto;
  }
  .Overseas-title {
    font-size: 39px;
  }

  .Overseas-Branch-discrption {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 11px;
  }

  .our-services-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .our-services-text-wrapper h1 {
    font-size: 29px;
    padding-top: 13px;
    padding-bottom: 17px;
  }

  .our-services-text-wrapper p {
    font-size: 12px;
    padding-bottom: 8px;
    width: 90%;
    margin: auto;
  }

  .project-section {
    padding-bottom: 100px;
    margin-bottom: 0px;
  }

  .logo-foter img {
    width: 120px;
  }
}

@media only screen and (max-width: 695px) {
  .card-box {
    flex-direction: column;
  }
  .about-section {
    padding-top: 50px;
  }

  .img-box {
    padding: 0px 0px 0px 12px;
  }
  .Overseas-title {
    font-family: "Roboto", sans-serif;
    color: #1b1d22;
    font-size: 35px;
    font-weight: 666;
    line-height: 1em;
  }

  .Overseas-Branch-discrption {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 13px;
  }

  .custom-accordion-header .accordion-button {
    font-size: 15px;
  }

  .accordion-body {
    font-size: 12px;
  }

  .services-content-box h5 {
    font-size: 19px;
    padding: 16px 0px 1px;
  }

  .project-text-box {
    padding: 0px;
    color: #fff;
    padding-top: 150px;
  }

  .project-text-box h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 620px) {
  .why-choose-us-section {
    height: auto;
    padding-bottom: 15px;
  }

  .main-foter-div {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .main-foter-div .categories-div li {
    width: 200px !important;
    text-align: center;
  }
  .text-content h5 {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 567px) {
  .hero-section h1 {
    font-size: 2em;
  }
  .hero-section p {
    width: 65%;
    font-size: 13px;
  }

  .Get-Quotes {
    padding: 10px 25px;
    font-size: 13px;
  }

  .text-box {
    width: 96%;
  }

  .project-text-box h1 {
    font-size: 35px;
    text-align: center;
  }

  .project-text-box p {
    padding-top: 11px;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .project-text-box {
    text-align: center;
  }

  .more-project-btn {
    padding: 12px 16px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 455px) {
  .hero-section h1 {
    font-size: 1.9em;
  }
  .hero-section p {
    width: 80%;
    font-size: 10px;
  }

  .nav-btn button {
    margin-left: 134px;
  }

  .Get-Quotes {
    padding: 10px 19px;
    font-size: 13px;
  }
  .hero-section-content {
    padding-top: 35%;
    text-align: center;
  }

  .Overseas-title {
    font-size: 27px;
  }

  .Overseas-Branch-discrption {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .text-box {
    padding: 2em 2em 2em 2em;
    margin-top: 50px;
  }

  .why-choose-us-section {
    height: auto;
    padding-bottom: 20px;
  }

  .our-services-text-wrapper h1 {
    font-size: 21px;
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .our-services-section {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .our-services-text-wrapper p {
    font-size: 10px;
    padding-bottom: 0px;
    width: 80%;
    margin: auto;
  }

  .services-content-box h5 {
    font-size: 14px;
    padding: 16px 0px 1px;
  }
}

@media only screen and (max-width: 400px) {
  .hero-section h1 {
    font-size: 1.5em;
  }

  .nav-btn button {
    margin-left: 82px;
  }

  .about-us-heading {
    margin: auto;
    text-align: center;
  }

  .about-us-heading {
    text-align: center;
  }

  .title-descrption {
    text-align: center;
  }

  .about-us-heading {
    font-size: 21px;
  }

  .title-descrption {
    font-size: 13px;
  }

  .elementor-icon-box-content span {
    font-size: 20px;
  }

  .elementor-icon {
    font-size: 21px;
    padding: 10px 16px 23px;
  }

  .elementor-icon-box-description {
    padding-bottom: 0px;
  }

  .elementor-icon-box-icon svg {
    width: 45px;
    margin: auto;
    text-align: center;
  }
  .elementor-icon-box-wrapper {
    display: flex;
    gap: 23px;
    flex-direction: column;
    text-align: center;
  }

  .export-descrption {
    margin: auto;
    margin-left: 30px !important;
    margin-bottom: 10px;
  }

  .elementor-icon-box-description {
    font-size: 13px;
  }

  .export-heding {
    margin-left: 30px;
  }

  .export-icon {
    margin-top: 15px;
    margin-left: 25px;
  }

  .export-descrption-4 {
    margin-left: 20px;
  }

  .project-text-box h1 {
    font-size: 27px;
    text-align: center;
  }

  .project-text-box {
    padding-top: 77px;
  }

  .project-text-box p {
    padding-top: 9px;
    font-size: 12px;
    padding-bottom: 11px;
  }

  .project-section {
    padding-bottom: 78px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-section h1 {
    font-size: 1.3em;
    padding-bottom: 6px;
  }
  .title-descrption {
    padding-bottom: 10px !important;
  }

  .text-box {
    margin-top: 14px;
  }

  .our-services-text-wrapper h1 {
    font-size: 15px;
  }

  .about-us-btn {
    font-size: 12px;
  }

  .our-services-text-wrapper p {
    font-size: 9px;
    width: 98%;
  }
  .services-content-box h5 {
    font-size: 10px;
    padding: 16px 0px 1px;
  }
}

@media only screen and (max-width: 320px) {
  .text-box {
    margin-top: 10px;
  }
  .text-box {
    padding: 1em 1em 1em 1em;
  }

  .Overseas-title {
    font-size: 20px;
  }

  .Overseas-Branch-discrption {
    font-size: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .custom-accordion-header .accordion-button {
    font-size: 12px;
  }

  .accordion-body {
    padding: 0px 0px 0px 21px !important;
    font-size: 10px;
  }

  .nav-btn button {
    margin-left: 43px;
  }

  .Quick-quote-btn {
    font-size: 13px;
    padding: 9px 25px 10px 30px;
  }

  .bi-search {
    font-size: 23px !important;
  }
  .project-text-box h1 {
    font-size: 21px;
    text-align: center;
  }

  .project-text-box p {
    padding-top: 9px;
    font-size: 11px;
  }
  .more-project-btn {
    padding: 12px 16px;
    font-size: 12px;
  }

  .text-box-section p {
    width: 100%;
    font-size: 11px;
  }

  .text-box-section h1 {
    padding-bottom: 14px;
  }

  .text-box-section h1 {
    font-size: 20px;
  }

  .lets-talk-btn button {
    font-size: 11px;
  }

  .text-content h5 {
    font-size: 11px !important;
  }
}

/* ============== */
/* Home section end */
/* ================== */

/* ============== */
/* About section start */
/* ================== */

/* ===============about section start======== */

.about-us-section {
  background-image: url(../imgs/products-imgs/about2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
  padding-bottom: 100px;
  padding-top: 100px;
}

.background-overlay {
  background-color: transparent;
  background-image: linear-gradient(-90deg, #ffffff00 24%, #ffff 50%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.about-us-section-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30%;
}

.about-company-text {
  z-index: 1;
}

.about-company-btn {
  color: #ff482f;
  margin: 0px 0px 15px 0px;
  padding: 5px 20px 5px 20px;
  background-color: #fff3e9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ff482f;
  border-radius: 100px 100px 100px 100px;
}

.about-company-text {
  width: 50%;
  margin-left: 0;
}

.about-company-text h1 {
  color: #1b1d22;
  font-family: "Roboto", Sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.2em;
  width: 90%;
  padding-bottom: 20px;
}

.about-company-text span {
  color: #ff482f;
}

.about-company-text p {
  font-size: 16px;
  color: #0000009c;
  padding-top: 20px;
}

.watch-video-btn button {
  padding: 5px 30px 5px 30px;
  background-color: #ffffffa2;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
  border-radius: 100px 100px 100px 100px;
  color: #ff482f;
  font-weight: 600;
}

.watch-video-btn {
  cursor: pointer;
  z-index: 5;
}

/* =============================== */
.about-branch {
  margin-top: 100px;
}

.icon-wp {
  background-color: #fff3e9;
  fill: #e68737;
  color: #e68737;
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
}

.icon-wp svg {
  width: 30px;
}

.about-branch-title h1 {
  color: #1b1d22;
  font-family: "Roboto", Sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 1.2em;
}

.about-branch-title p {
  color: #ff482f;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.details-card {
  text-align: center;
  width: 21%;
}

.branch-detail-card {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.branch-detail-card h2 {
  color: #1b1d22;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 10px;
}

.branch-detail-card p {
  font-size: 16px;
  font-weight: 400;
  color: #171b1bb3;
}

/* ================ section end======= */

.elementor-section {
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto", Sans-serif;
  margin-top: 40px;
}

.elementor-column {
  flex: 1 1 33.33%;
  box-sizing: border-box;
  padding: 10px;
}

.elementor-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  gap: 14px;
}

.elementor-counter-number-wrapper {
  display: flex;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.elementor-counter-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #8e919199 !important;
}

.elementor-section {
  display: flex;
  flex-wrap: nowrap;
  background-color: #000000e8;
  color: #fff;
  padding: 56px;
}

@media screen and (max-width: 754px) {
  .elementor-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    color: #fff;
    padding: 28px;
  }

  .elementor-counter-number-wrapper {
    font-size: 25px;
  }

  .elementor-counter-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 430px) {
  .elementor-counter-title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: -10px;
  }

  .elementor-counter-number-wrapper {
    font-size: 20px;
  }

  .elementor-section {
    padding: 7px;
  }
}
/* ======================end section------ */
.Company-Philosophy-section {
  margin-top: 100px;
}
.Company-Philosophy-section-title h1 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
}

.Company-Philosophy-section-card-box {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 20px;
}

.Company-Philosophy-section-card {
  width: 30%;
}

.Company-Philosophy-section-card-box h3 {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Roboto", Sans-serif;
}

.Company-Philosophy-section-card-box h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
}

.Company-Philosophy-section-card-box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  color: #171b1ba4;
}

/* =================end section====== */

.Development-Process-content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #000000;
  width: 60%;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.Development-Process-content-box ul {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}

.Development-Process-content-box ul li {
  font-size: 22px;
  font-weight: 600;
  color: #0000008a;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

.Development-Process-content-box ul li:hover {
  cursor: pointer;
  color: #6ec1e4;
}
.Development-Process-content-box {
  padding: 20px;
  margin-top: 20px;
  transition: 0.3s;
  margin-bottom: 50px;
}

.Development-Process-content {
  display: none;
}
.Development-Process-content.active {
  display: block;
}

.Development-Process-content-box:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transform: scale(1.03);
}

.Development-Process-content p {
  color: #1b1d22;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 2em;
  padding-bottom: 30px;
}

.future-box {
  display: none;
}
.full-system-box {
  display: none;
}
.full-house-box {
  display: none;
}
/* ====section end========================== */
.our-team-section-title h1 {
  font-size: 48px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.our-team-section {
  margin-bottom: 50px;
}

.our-team-section-card-box {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.our-team-card {
  width: 24%;
}

.our-team-card h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

.our-team-card h6 {
  font-size: 18px;
  color: #1b1d22a5;
  font-weight: 400;
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.our-team-card p {
  font-size: 15px;
  color: #1b1d228d;
  font-weight: 400;
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

/* ================end section==== */

.experienced-sales-team {
  margin-top: 20px;
  margin-bottom: 50px;
}

.experienced-sales-team-content {
  background-color: #fffbf5;
  padding: 20px;
  width: 90%;
}
.experienced-sales-team-content h1 {
  color: #ff482f;
  font-size: 48px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.experienced-sales-team-content p {
  font-size: 16px;
  color: #00000098;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.7em;
}

.experienced-sales-team-content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 05%;
}

.serving-number h1 {
  color: #ff482f;
  font-size: 56px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.serving-number p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000ac;
  font-family: "Roboto", sans-serif;
}

.team-img {
  margin-top: 30px;
  max-width: 100%;
}

/* ==========section end=== */

/* ===========================about responsive======== */

@media only screen and (max-width: 868px) {
  .Company-Philosophy-section-card {
    width: 46%;
  }
  .Company-Philosophy-section-card-box {
    gap: 32px;
    flex-wrap: wrap;
  }

  .about-company-text h1 {
    width: 100%;
  }
}

@media only screen and (max-width: 772px) {
  .about-us-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .about-company-text h1 {
    font-size: 35px;
    text-align: center;
    margin: auto;
  }

  .about-us-section-div {
    flex-wrap: wrap;
  }
  .about-company-text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .background-overlay {
    background-image: linear-gradient(3deg, #ffffff00 24%, #ffff 48%);
  }

  .about-company-text p {
    color: #0000009c;
    padding-top: 20px;
    background-color: #ffffffd1;
    padding-bottom: 15px;
  }
  .about-us-section {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  .details-card {
    width: 45%;
  }
  .branch-detail-card {
    flex-wrap: wrap;
  }

  .Development-Process-content-box {
    margin-bottom: 15px;
  }
  .our-team-section-card-box {
    gap: 20px;
  }

  .our-team-section-card-box {
    flex-wrap: wrap;
  }

  .our-team-card {
    width: 44%;
  }

  .experienced-sales-team-content-box {
    flex-direction: column;
  }

  .experienced-sales-team-content {
    padding: 20px;
    width: 100%;
  }
  .serving-number {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 676px) {
  .Company-Philosophy-section-title h1 {
    font-size: 30px;
  }
  .Company-Philosophy-section-card-box h3 {
    font-size: 20px;
  }
  .Company-Philosophy-section-card-box p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2em;
    color: #171b1ba4;
  }
}

@media only screen and (max-width: 564px) {
  .our-team-section-title h1 {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .experienced-sales-team-content p {
    font-size: 14px;
  }

  .serving-number h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 430px) {
  .about-company-text h1 {
    font-size: 26px;
    text-align: center;
    margin: auto;
  }

  .about-company-text p {
    color: #0000009c;
    padding-top: 3px;
    background-color: #ffffffd1;
    padding-bottom: 15px;
  }

  .about-branch-title h1 {
    font-size: 30px;
  }

  .about-branch-title p {
    font-size: 14px;
  }

  .details-card {
    width: 80%;
    margin: auto;
  }
  .about-branch {
    margin-top: 50px;
  }

  .Company-Philosophy-section-title h1 {
    font-size: 21px;
    text-align: center;
  }
  .Company-Philosophy-section-card {
    width: 82%;
  }

  .Company-Philosophy-section {
    margin-top: 44px;
  }

  .about-company-btn {
    font-size: 14px;
  }
  .Company-Philosophy-section-title h1 {
    font-size: 19px;
    text-align: center;
  }
  .Company-Philosophy-section-card-box h3 {
    font-size: 18px;
  }
  .Company-Philosophy-section-card-box p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    color: #171b1ba4;
  }
  .about-company-btn {
    font-size: 14px;
  }

  .Company-Philosophy-section-card-box {
    gap: 8px;
    flex-wrap: wrap;
  }
  .Development-Process-content h1 {
    font-size: 26px;
    width: 100%;
  }

  .Development-Process-content-box ul li {
    font-size: 15px;
  }

  .Development-Process-content p {
    font-size: 15px;
  }

  .Development-Process-content-box {
    padding: 15px;
    margin-top: 10px;
  }

  .serving-number {
    margin-top: 11px;
  }
  .experienced-sales-team-content h1 {
    font-size: 25px;
  }

  .serving-number p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 414px) {
  .Company-Philosophy-section-card-box h3 {
    font-size: 15px;
  }

  .Company-Philosophy-section-card-box h5 {
    font-size: 15px;
  }

  .Development-Process-content h1 {
    font-size: 30px;
  }

  .Development-Process-content-box ul {
    margin-top: 10px;
    display: flex;
    gap: 11px;
  }

  .Development-Process-content h1 {
    font-size: 23px;
  }

  .Development-Process-content p {
    font-size: 13px;
  }

  .Development-Process-content h1 {
    margin-bottom: 13px;
  }
  .Company-Philosophy-section {
    margin-bottom: 20px;
  }

  .Development-Process-content-box {
    padding: 15px;
    margin-bottom: 20px;
  }

  .our-team-card {
    width: 90%;
  }

  .our-team-section-title h1 {
    font-size: 33px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    margin-bottom: 14px;
  }

  .team-img {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .branch-detail-card {
    margin-top: 26px;
  }
  .branch-detail-card h2 {
    font-size: 20px;
  }

  .branch-detail-card p {
    font-size: 13px;
  }

  .our-team-section-title h1 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 320px) {
  .about-company-btn {
    padding: 3px 16px 3px 16px;
    font-size: 13px;
  }
  .about-company-text h1 {
    font-size: 19px;
    text-align: center;
    margin: auto;
  }
  .about-company-text p {
    font-size: 13px;
  }
  .about-company-text span {
    color: #ff482f;
    font-size: small;
  }

  .watch-video-btn button {
    font-size: 14px;
  }
  .Company-Philosophy-section-title h1 {
    font-size: 17px;
    text-align: center;
  }
  .Company-Philosophy-section-card-box h3 {
    font-size: 14px;
  }

  .about-company-btn {
    font-size: 12px;
  }

  .Company-Philosophy-section-card-box p {
    font-size: 12px;
  }

  .Development-Process-content h1 {
    font-size: 18px;
  }
  .Development-Process-content p {
    font-size: 11px;
  }
  .Development-Process-content-box ul li {
    font-size: 14px;
  }

  .our-team-section-title h1 {
    font-size: 21px;
  }
  .our-team-card h3 {
    font-size: 18px;
  }

  .our-team-card p {
    font-size: 12px;
  }

  .our-team-card h6 {
    font-size: 16px;
  }

  .experienced-sales-team-content h1 {
    font-size: 19px;
  }

  .experienced-sales-team-content p {
    font-size: 12px;
  }

  .serving-number {
    gap: 4px;
  }

  .serving-number h1 {
    font-size: 25px;
  }

  .serving-number p {
    font-size: 10px;
  }
}

/* About section end */
/* ================== */

/* products section start */
/* ================== */

/* <!-- /Hero section start================================ --> */
.hero-section {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(359deg);
  background-image: linear-gradient(
      to bottom,
      rgba(32, 31, 31, 0.363),
      rgba(32, 32, 32, 0.484)
    ),
    url(../imgs/products-imgs/CUSTOM-KITCHEN-CABINETS-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 25px;
  padding-bottom: 150px;
}

.hero-section-content {
  padding-top: 20%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-section h1 {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 69px;
  line-height: 1.2em;
  color: #ffffff;
  width: 80%;
  margin: auto;
  text-align: center;
}

.Get-Quotes {
  padding: 15px 25px;
  color: #fff;
  background-color: #ff482f;
  border-radius: 25px;
  border: none;
  font-weight: 500;
  transition: 0.3s;
}

.Get-Quotes:hover {
  background-color: #171b1b;
}

.hero-section p {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

/* ===========================hero section end==== */
.our-section-tilte-box {
  text-align: center;
  margin-top: 30px;
}

.our-section-tilte-box h1 {
  font-size: 56px;
  font-weight: 600;
  color: #272727;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.our-section-tilte-box p {
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
  color: #666666;
}

.our-section-card-wrappe {
  display: flex;
  justify-content: space-around;
}

.our-section-card {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 2px 10px 12px 3px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 2% 1% 2% 1%;
  --e-column-margin-right: 2%;
  --e-column-margin-left: 2%;
  padding: 1em 1em 2em 1em;
  width: 400px;
  height: auto;
  transition: 0.2s;
  cursor: pointer;
}

.our-section-card img {
  width: 400px;
  height: 250px;
}

.our-section-card h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ff482f;
  font-family: "Roboto", sans-serif;
}

.our-section-card p {
  color: #666666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.Kitchen-Gallery-btn {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

/* ===============================about section start----- */

.about-pa-section {
  margin-top: 150px;
  margin-bottom: 150px;
}

.about-contant {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;

  margin: auto;
}

.about-contant img {
  width: 1300px !important;
  height: 400px;
  border-radius: 20px;
}

.text-contant {
  padding: 20px;
}

.text-contant h1 {
  color: #272727;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
}

.text-contant p {
  color: #666666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.list-icon-about li {
  color: #666666;
  padding-bottom: 10px;
  font-size: 16px;
}

.text-discrption p {
  font-size: 18px;
  color: #ff482f;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  width: 80%;
  margin: auto;
}

.list-icon-about {
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.text-contant svg {
  width: 18px;
}

/* =======================================quality section----- */
.title-text {
  text-align: center;
}

.title-text p {
  color: #666666;
  font-size: 16px;
}
.devider {
  text-align: center;
  padding-block-start: 15px;
  padding-block-end: 15px;
  display: flex;
}

.title-text h1 {
  color: #272727;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
}
.title-text h1 {
  color: #272727;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
}
.border-heading {
  border: 1px solid #ff482f;
  width: 12%;
  margin: 0 auto;
}

.quality-img-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 5%;
  margin-top: 50px;
}

.quality-img-title {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.title-heading-img {
  width: 80%;
}

.title-heading-img p {
  color: #666666;
  font-size: 16px;
}

.quality-img-box-wp {
  width: 35%;
  margin: auto;
}

/* ===========================end section=== */

.free-quote-section {
  background-image: linear-gradient(
      to bottom,
      rgba(32, 31, 31, 0.363),
      rgba(32, 32, 32, 0.484)
    ),
    url(../imgs/products-imgs/Melamine-Kitchen-Cabinets-Modern-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.main-div-quote-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.text-box {
  color: #fff;
  width: 50%;
}

.text-box p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.text-box li svg {
  width: 23px;
  fill: #ff482f;
  margin-right: 10px;
}

.text-box li {
  margin-bottom: 10px;
  font-size: 18px;
}
.contact-card-box {
  background-color: #ffffff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 20px 20px 20px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 20px;
  padding: 20px;
  border-radius: 5px;
  width: 40%;
}
.contact-card-box form {
  display: flex;
  flex-direction: column;
}
.contact-card-box h1 {
  color: #111111;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 56px;
}

.contact-card-box p {
  color: #505050;
  font-size: 16px;
}
.contact-card-box textarea {
  padding: 5px;
  outline: none;
  resize: none;
}

.contact-card-box input {
  outline: none;
  padding: 10px 5px;
  margin-bottom: 15px;
}

.form-submit-btn {
  font-family: "Roboto", Sans-serif;
  color: #fff;
  font-weight: 400;
  padding: 5px !important;
  background-color: #eb770c;
  transition: 0.3s;
  border: none;
  border-radius: 3px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.form-submit-btn:hover {
  background-color: #c26f21;
}

.contact-form-img-box img {
  width: 300px;
  border-radius: 5px;
  transition: 0.3s;
  height: 250px;
}

/* =========================end section */

.Kitchen-Cabinetry {
  margin-top: 100px;
}

.Kitchen-Cabinetry-main-box {
  display: flex;
  justify-content: space-around;
}

.Kitchen-Cabinetry-heading-box {
  text-align: center;
}

.Kitchen-Cabinetry-heading-box h1 {
  font-size: 56px;
  font-family: "Roboto", Sans-serif;
}
.Kitchen-Cabinetry-main-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.Kitchen-Cabinetry-text-box {
  width: 50%;
}

.Kitchen-Cabinetry-text-box p {
  font-size: 17px;
  font-weight: 400;
  color: #505050;
}

.Kitchen-Cabinetry-text-box p span {
  color: #ff482f !important;
  font-weight: 500;
}

/* ====================end section======== */

.Our-Material-heading h1 {
  font-size: 56px;
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
  text-align: center;
  color: #000000;
  margin-top: 100px;
  margin-bottom: 30px;
}

.Our-Material-heading p {
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  text-align: center;
  margin-bottom: 50px;
}

.Our-Material-section-card-box {
  display: flex;
  text-align: center;
  justify-content: center;
}
.Our-Material-card {
  padding: 2em 2em 2em 2em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff3e9;
  width: 36%;
  transition: 0.3s;
}

.Our-Material-card:hover {
  box-shadow: 0px 1px 16px 2px #1111114c;
  transform: scale(1.001);
  cursor: pointer;
}

.Our-Material-card h1 {
  font-size: 24px;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
}

.Our-Material-card p {
  font-size: 17px;
  color: #505050;
}

/* =========================section end============ */
.Cabinet-Finishes-section {
  margin-top: 100px;
}

.Cabinet-Finishes-card {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  align-items: center;
  margin-left: 20px;
}

.Cabinet-Finishes-heading-box {
  text-align: center;
  font-size: 56px !important;
  font-weight: 600;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 50px;
}

.Cabinet-card img {
  border-radius: 10px;
  width: 90%;
  cursor: pointer;
}

.Cabinet-card h5 {
  margin-top: 15px;
}

/* ========================= products responsive section ===== */
@media only screen and (max-width: 1100px) {
  .our-section-card-wrappe {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section p {
    text-align: center;
  }
}

@media only screen and (max-width: 872px) {
  .hero-section h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 724px) {
  .hero-section h1 {
    font-size: 42px;
  }
  .hero-section-content {
    padding-top: 29%;
  }
}

@media only screen and (max-width: 500px) {
  .hero-section h1 {
    font-size: 25px;
    padding-bottom: 16px;
    width: 100%;
  }
  .hero-section-content {
    padding-top: 40%;
  }

  .our-section-tilte-box h1 {
    font-size: 35px;
    margin-bottom: 9px;
  }

  .our-section-tilte-box p {
    margin-bottom: 9px;
    font-size: 14px;
    width: 100%;
  }

  .Get-Quotes {
    padding: 12px 25px;
    font-size: 14px;
  }
  .nav-btn button {
    margin-left: 89px;
  }
}

@media only screen and (max-width: 414px) {
  .hero-section p {
    text-align: center;
    font-size: 12px;
  }

  .our-section-card p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .hero-section {
    padding-bottom: 51px;
  }
  .our-section-tilte-box h1 {
    font-size: 29px;
  }

  .our-section-tilte-box p {
    font-size: 12px;
  }
}

/* ========================footer section====== */
.main-div-schedule {
  position: relative;
  background-color: #000000;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(245, 222, 179, 0.295);
  font-family: "Roboto", sans-serif;
  margin-top: 100px;
}

.text-box-section {
  color: #eaeaea;
  padding: 1em 1em 1em 1em;
  z-index: 3;
}

.text-box-section h1 {
  width: 40%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.text-box-section p {
  width: 60%;
}

.overly-div {
  background-color: transparent;
  background-image: linear-gradient(130deg, #ff482f 65%, #1b1d2280 65%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.lets-talk-btn {
  z-index: 333;
}

.lets-talk-btn button {
  padding: 10px 20px;
  color: #ff482f;
  border-radius: 10px;
  background-color: #ffff;
  transition: 0.3s;
}

.lets-talk-btn button:hover {
  background-color: transparent;
  color: #ffff;
}

.logo-foter {
  padding-left: 20px;
}

.logo-foter img {
  width: 200px;
  padding-bottom: 20px;
  cursor: pointer;
}

.logo-foter h4 {
  font-size: 16px;
  width: 80%;
  margin: auto;
}

.main-foter-div {
  gap: 10px;
  background-color: #000000;
  color: #ffff;
  padding-top: 30px;
}

.main-foter-div h3 {
  color: #ff482f;
}

.footer li:hover {
  color: #ff482f;
  cursor: pointer;
  transition: 0.3s;
}

.icon svg {
  width: 1em;
  height: 1em;
}

li {
  list-style: none;
}
.contact-foter-list {
  width: 100%;
}
.contact-foter-list li {
  width: 60%;
}
.main-foter-div {
  gap: 35px;
}

/* =========================responsive footer============= */

@media only screen and (max-width: 1100px) {
  .about-contant img {
    width: 1440px !important;
  }
  .Kitchen-Cabinetry-main-box {
    gap: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-foter-div {
    gap: 0px;
  }
  .categories-div {
    padding-bottom: 10px !important;
  }

  .logo-foter {
    padding-left: 0px;
  }

  .text-box-section h1 {
    margin: auto;
  }
  .text-box-section p {
    margin: auto;
  }
  .about-contant img {
    width: 1600px !important;
    height: 370px;
    border-radius: 20px;
  }
  .about-pa-section {
    margin-top: 150px;
    margin-bottom: 83px;
  }

  .quality-img-box {
    flex-wrap: wrap;
  }

  .Kitchen-Cabinetry-main-box {
    gap: 17px;
  }

  .Our-Material-section-card-box {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 924px) {
  .about-contant {
    gap: 0px;
    flex-wrap: wrap;
  }

  .about-contant img {
    width: 100%;
    height: 100%;
  }

  .about-pa-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .title-heading-img {
    width: 100%;
    text-align: center;
  }
  .contact-card-box h1 {
    font-size: 34px;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .Kitchen-Cabinetry-main-box {
    display: block;
  }
  .Kitchen-Cabinetry-text-box {
    width: 100%;
    margin-top: 20px;
  }

  .Kitchen-Cabinetry-heading-box h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 853px) {
  .Our-Material-card {
    width: 50%;
  }
}
@media only screen and (max-width: 791px) {
  .logo-foter img {
    width: 120px;
  }

  .main-foter-div {
    flex-direction: column;
    align-items: center;
    text-align: -webkit-center;
    justify-content: center;
    text-align: center;
    margin: auto !important;
  }

  .title-heading-img {
    width: 100%;
    text-align: center;
  }

  .contact-card-box {
    width: 46%;
  }

  .Cabinet-Finishes-card {
    gap: 0px;
  }

  .Cabinet-Finishes-section {
    margin-top: 50px;
  }

  .contact-foter-list {
    margin-left: 17%;
  }
}
@media only screen and (max-width: 748px) {
  .main-div-quote-section {
    display: block;
    margin: auto;
  }

  .text-box {
    color: #fff;
    padding: 13px;
    width: 100%;
  }

  .contact-card-box {
    width: 90%;
  }

  .free-quote-section {
    padding-bottom: 20px;
    margin-top: 60px;
  }
  .Cabinet-Finishes-card {
    flex-wrap: wrap;
    margin-left: 10%;
  }

  .Cabinet-card h5 {
    font-size: 28px;
    margin-top: 12px;
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 620px) {
  .main-foter-div .categories-div li {
    width: 200px !important;
    text-align: center;
  }
  .text-content h5 {
    font-size: 11px !important;
  }

  .text-box-section h1 {
    width: 95%;
    margin: auto;
    font-size: 26px;
  }

  .text-box-section p {
    width: 70%;
    margin: auto;
    font-size: 13px;
  }

  .lets-talk-btn button {
    padding: 10px 20px;
    color: #ff482f;
    border-radius: 10px;
    background-color: #ffff;
    transition: 0.3s;
    font-size: 15px;
    margin-bottom: 21px;
  }
  .text-contant h1 {
    font-size: 40px;
  }
  .text-contant p {
    font-size: 15px;
  }

  .about-pa-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .title-heading-img p {
    color: #666666;
    font-size: 15px;
  }

  .Kitchen-Cabinetry-heading-box h1 {
    font-size: 30px;
    font-family: "Roboto", Sans-serif;
  }

  .Our-Material-card {
    width: 85%;
  }

  .Our-Material-heading h1 {
    font-size: 30px;
  }

  .Our-Material-heading h1 {
    font-size: 30px;
    margin-top: 50px;
  }

  .Our-Material-heading p {
    font-size: 15px;
  }

  .Our-Material-card p {
    font-size: 14px;
    color: #505050;
  }

  .contact-foter-list {
    margin-left: 1%;
  }
}

@media only screen and (max-width: 430px) {
  .quality-img-box {
    display: block;
  }
  .quality-img-box-wp {
    width: 80%;
    margin: auto;
  }

  .contact-card-box h1 {
    font-size: 25px;
  }

  .text-box p {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
  }
  .text-box li {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .contact-card-box p {
    color: #505050;
    font-size: 14px;
  }
  .contact-card-box input {
    font-size: smaller;
  }

  .Kitchen-Cabinetry-heading-box h1 {
    font-size: 22px;
  }

  .Kitchen-Cabinetry-text-box p {
    font-size: 12px;
    font-weight: 400;
    color: #505050;
  }

  .Kitchen-Cabinetry {
    margin-top: 34px;
  }

  .Kitchen-Cabinetry-main-box {
    margin-top: 23px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 414px) {
  .text-contant h1 {
    font-size: 33px;
  }
  .text-contant p {
    font-size: 13px;
  }

  .title-text h1 {
    font-size: 30px;
  }

  .title-text p {
    font-size: 13px;
  }
  .title-heading-img p {
    color: #666666;
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .text-box-section h1 {
    width: 95%;
    margin: auto;
    font-size: 23px;
  }

  .text-box-section p {
    width: 60%;
    margin: auto;
    font-size: 12px;
  }

  .text-box {
    padding: 0px;
    width: 100%;
    padding-top: 15px;
  }

  .text-box p {
    font-size: 13px;
  }

  .text-box li {
    font-size: 11px;
  }

  .text-box li svg {
    width: 17px;
  }

  .contact-card-box h1 {
    font-size: 20px;
  }

  .contact-card-box p {
    color: #505050;
    font-size: 11px;
  }
  .contact-card-box input {
    padding: 7px 5px;
    margin-bottom: 11px;
  }

  .Kitchen-Cabinetry-heading-box h1 {
    font-size: 20px;
    font-family: "Roboto", Sans-serif;
  }

  .Kitchen-Cabinetry-text-box p {
    font-size: 11px;
    font-weight: 400;
    color: #505050;
  }

  .Our-Material-heading h1 {
    font-size: 22px;
    margin-top: 50px;
  }

  .Our-Material-heading p {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .Our-Material-heading h1 {
    margin-bottom: 10px;
  }
}

/* produtcs section end */
/* ================== */

/* Contact section start */
/* ================== */

/* =======================Contact form start=================== */
.contact-section {
  background-image: linear-gradient(
      to bottom,
      rgba(241, 238, 238, 0.611),
      rgba(243, 239, 239, 0.484)
    ),
    url(../imgs/contact-imgs/contact-cabinet-supplier.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  font-family: sans-serif;
}

.contact-text-box {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 10%;
  padding-bottom: 10%;
}

.contact-text-box h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 90px;
  font-weight: 400;
}

.contact-text-box p {
  text-align: center;
  color: #585858;
  font-size: 16px;
  font-weight: 400;
}

.contact-form {
  background-image: url(../imgs/contact-imgs/pakitchen-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px;
  margin-top: 40px;
  border-radius: 5px;
}

.contact-form input {
  width: 100%;
  padding: 10px;

  background-color: #ffffff;
  border-radius: 3px;
  color: #000000b3;
  border: 1px solid rgba(0, 0, 0, 0.25);
  /* padding: 0 14px; */
  font-size: 16px;
  line-height: 100%;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;

  outline: none;

  margin-bottom: 10px;
}
.contact-form label {
  padding-bottom: 15px;

  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  color: #000000d9;
  font-weight: 600;
  font-family: sans-serif;
}
.contact-form label span {
  color: #d63637;
}

.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  resize: none;
  outline: none;
}

.wp-file-box {
  border: 1px dashed #ccc;
  border-radius: 2px;
  background: #fcfcfc;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  font-size: var(--wpforms-field-size-font-size);
  color: #000000b3;
  font-size: 16px;

  margin-bottom: 25px;
}
.file-uplode-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
}

span.modern-title {
  color: #585858;
  font-weight: 400;
}

.submit-btn {
  background-color: #eb770c !important;
  color: #fff !important;
  width: 100%;

  height: 41px;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 0 15;
  font-weight: 500;
  font-size: 17;
  line-height: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-family: sans-serif;
  transition: 0.3s !important;
}

.submit-btn:hover {
  background-color: #b85b04 !important;
}

.imgs-wp {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
.imgs-wp img {
  width: 300px;
  border-radius: 5px;
  transition: 0.3s;
}

.imgs-wp img:hover {
  transform: scale(1.03);
}
.imgs-wp h3 {
  font-size: 18px;
  font-family: sans-serif;
  color: #585858;
  margin-top: 15px;
}

.info-title {
  text-align: center;
  font-size: 24px;
  font-family: sans-serif;
  margin-top: 20px;
  color: #585858;
}

.contact-number {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  color: #585858;
}
.contact-number strong {
  color: #585858;
}
.contact-number span {
  color: #d63637;
  cursor: pointer;
  transition: 0.3s;
}
.contact-number span:hover {
  color: #d47d26;
}

.loction-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
}
.loction-box img {
  width: 50px;
}
.loc-1 {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

/* ====================== Responsive section====== */

@media only screen and (max-width: 1024px) {
  .imgs-wp {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .loction-box {
    flex-wrap: wrap;
    text-align: center;
  }

  .contact-number {
    flex-wrap: wrap;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .contact-form {
    padding: 1px 10px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 390px) {
  .loction-box p {
    font-size: 12px;
    text-align: center;
    margin: auto;
  }

  .contact-text-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .contact-text-box p {
    font-size: 14px;
  }

  .contact-text-box h4 {
    font-size: 27px;
  }
}

/* ========================footer section start============== */
.main-div-schedule {
  position: relative;
  background-color: #000000;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(245, 222, 179, 0.295);
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

.text-box-section {
  color: #eaeaea;
  padding: 1em 1em 1em 1em;
  z-index: 3;
}

.text-box-section h1 {
  width: 40%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.text-box-section p {
  width: 60%;
}

.overly-div {
  background-color: transparent;
  background-image: linear-gradient(130deg, #ff482f 65%, #1b1d2280 65%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.lets-talk-btn {
  z-index: 333;
}

.lets-talk-btn button {
  padding: 10px 20px;
  color: #ff482f;
  border-radius: 10px;
  background-color: #ffff;
  transition: 0.3s;
}

.lets-talk-btn button:hover {
  background-color: transparent;
  color: #ffff;
}

.logo-foter {
  padding-left: 20px;
}

.logo-foter img {
  width: 200px;
  padding-bottom: 20px;
  cursor: pointer;
}

.logo-foter h4 {
  font-size: 16px;
  width: 80%;
  margin: auto;
}

.main-foter-div {
  gap: 10px;
  background-color: #000000;
  color: #ffff;
  padding-top: 30px;
}

.main-foter-div h3 {
  color: #ff482f;
}

.footer li:hover {
  color: #ff482f;
  cursor: pointer;
  transition: 0.3s;
}
/* .list-loction{
      width: 40%;
    } */

.icon svg {
  width: 1em;
  height: 1em;
}

li {
  list-style: none;
}
.contact-foter-list {
  width: 100%;
}
.contact-foter-list li {
  width: 60%;
}
.main-foter-div {
  gap: 35px;
}

/* ================================================responsive footer============= */

@media only screen and (max-width: 1100px) {
  .main-div-schedule {
    position: relative;
    background-color: #000000;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgba(245, 222, 179, 0.295);
    font-family: "Roboto", sans-serif;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
  }

  .lets-talk-btn button {
    padding: 10px 20px;
    color: #ff482f;
    border-radius: 10px;
    background-color: #ffff;
    transition: 0.3s;
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-foter-div {
    gap: 0px;
  }
  .categories-div {
    padding-bottom: 10px !important;
  }

  .logo-foter {
    padding-left: 0px;
  }

  .text-box-section h1 {
    margin: auto;
  }
  .text-box-section p {
    margin: auto;
  }
}

@media only screen and (max-width: 791px) {
  .logo-foter img {
    width: 120px;
  }

  .main-foter-div {
    flex-direction: column;
    align-items: center;
    text-align: -webkit-center;
    justify-content: center;
    text-align: center;
    margin: auto !important;
  }

  .contact-foter-list {
    width: 100%;
    margin-left: 18%;
  }
}

@media only screen and (max-width: 620px) {
  .main-foter-div .categories-div li {
    width: 200px !important;
    text-align: center;
  }
  .text-content h5 {
    font-size: 11px !important;
  }

  .text-box-section h1 {
    width: 95%;
    margin: auto;
    font-size: 26px;
  }

  .text-box-section p {
    width: 70%;
    margin: auto;
    font-size: 13px;
  }

  .lets-talk-btn button {
    padding: 10px 20px;
    color: #ff482f;
    border-radius: 10px;
    background-color: #ffff;
    transition: 0.3s;
    font-size: 15px;
    margin-bottom: 21px;
  }

  .contact-foter-list {
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 320px) {
  .text-box-section h1 {
    width: 95%;
    margin: auto;
    font-size: 23px;
  }

  .text-box-section p {
    width: 60%;
    margin: auto;
    font-size: 12px;
  }
}

/* Contact section end */
/* ================== */
