@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

/* @font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway/Raleway-VariableFont_wght.ttf") format("woff"),
    url("/fonts/Raleway/static/Raleway-Light.ttf") format("truetype"),
    url("/fonts/Raleway/static/Raleway-Medium.ttf") format("truetype");
} */

/* ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
} */
html {
  scroll-behavior: smooth;
}
div,
section,
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 160px;
}
@media (min-width: 992px) {
  div,
  section,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    scroll-margin-top: 180px;
  }
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: black;
}
* {
  margin: 0px;
  padding: 0px;
  font-family: "Raleway", serif;
  line-height: 1.42857143;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Raleway", sans-serif;
  line-height: 1.42857143;
}
p,
a {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  line-height: 1.42857143;
}
.mm3 {
  font-family: Padauk-Regular !important;
  font-weight: bolder;
  font-size: 17px;
  line-height: 27px !important;
}
.mm-font {
  font-family: Zawgyi-One;
}
.colorwhite {
  color: white;
  font-size: 15px;
}
.nopadding {
  padding: 0px;
}
.text-white * {
  color: white;
}
.text-primary {
  color: #0057a2 !important;
}
.text-justify {
  text-align: justify;
}
.row {
  row-gap: 20px;
}
.no-rowgap {
  row-gap: 0px !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all 0.7s;
}
.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: 0.4s;
}
/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}
/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
  font-family: "Raleway";
  font-weight: 800;
  font-size: 23px;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
  font-family: "Raleway";
}
button.fancybox-close-small:after {
  content: "\F628";
  font-family: bootstrap-icons !important;
  color: #0057a2;
}

/************ Header ************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  transition: 0.3s;
}
.header.active {
  background-color: #f1f1f1;
}
.nav-link {
  color: #4c4c4c !important;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 10px 2px;
  transition: 0.3s;
}
.web-logo.inner {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  padding: 15px 7px;
  margin-top: -10px;
}
.web-logo.inner .logoimg {
  width: 80%;
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 16px;
  }
  .web-logo.inner {
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    font-size: 18px;
  }
}

.navbar-nav.inner * {
  color: #fefefe !important;
}
.header.active .navbar-nav.inner * {
  color: #4c4c4c !important;
}
.header.active .navbar-nav.inner {
  color: #4c4c4c !important;
}

.navbar-toggler.inner {
  filter: invert(1);
}

.header.active .navbar-toggler.inner {
  filter: none !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-item.active .nav-link,
.header.active .navbar-nav.inner .nav-link:hover,
.header.active .navbar-nav.inner .nav-link:focus,
.header.active .navbar-nav.inner .nav-link:active,
.header.active .navbar-nav.inner .nav-item.active .nav-link {
  color: #fe381e !important;
}
.navbar-nav > li.dropdown.shops {
  position: unset;
}
.dropdown-menu li {
  margin-bottom: 10px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu li.active a:focus,
.header.active .navbar-nav.inner .dropdown-menu li a:hover,
.header.active .navbar-nav.inner .dropdown-menu li a:focus,
.header.active .navbar-nav.inner .dropdown-menu li.active a,
.header.active .navbar-nav.inner .dropdown-menu li.active a:hover,
.header.active .navbar-nav.inner .dropdown-menu li.active a:focus {
  background-color: transparent !important;
  color: #ef1d26 !important;
}

.navbar-nav > li > .dropdown-menu {
  margin: 0px;
  background: #312929;
}
.dropdown-menu li a {
  line-height: 22px;
  color: white;
  margin-bottom: 3px;
  background-color: transparent !important;
  font-size: 14px;
}
.dropdown-item.active {
  color: #ef1d26;
}
.dropdown-menu li a::before {
  content: "\f015";
  font-family: "fontawesome";
  padding-right: 18px;
  display: inline-block;
  width: 20px;
  height: 20px;
  /*  color: whitesmoke;*/
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: white;
}
.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  background: white;
}

.mm-listitem_selected > .mm-listitem__text {
  background-color: #fe381e;
  color: white !important;
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
/************ Header ************/

/************ Home ************/

.home_hero {
  background-image: url("/img/home/hero_bg.png");
  padding: 150px 0px 50px 0px;
}
.hero_read_more,
.hero_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  min-width: 150px;
  gap: 15px;
  border-radius: 100000px;
}
.home_hero h3 {
  font-weight: 700;
}

.hero_read_more {
  background-color: #fe381e;
}
.hero_read_more span {
  color: #fff;
  background-color: transparent;
}

.hero_contact {
  border: 1px solid #fe381e;
  transition: 0.3s;
}
.hero_contact span {
  color: #fe381e;
  background-color: transparent;
}
.hero_contact:hover {
  background-color: #fe381e;
}
.hero_contact:hover span,
.hero_contact:hover svg {
  color: #fff !important;
}
.home_about_container {
  max-width: 500px;
  width: fit-content;
  position: relative;
}
.home_about_exp {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  width: fit-content;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translateX(0%);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 7px 29px 0px #64646f33;
}
.home_about_exp p {
  color: #fe3a20;
  font-size: 26px;
  font-weight: 700;
}
.home_about_exp span {
  font-weight: 500;
}
.home_about_span {
  color: #fe381e;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}
.home_about_para {
  line-height: 34px;
  text-align: justify;
}

.w_fit_m_left {
  width: fit-content;
  min-width: 200px;
}

@media (min-width: 542px) {
  .home_about_exp {
    transform: translateX(10%);
  }
}
@media (min-width: 1200px) {
  .home_about_exp {
    padding: 20px;
  }
  .home_about_exp p {
    font-size: 36px;
  }
  .home_about_exp span {
    font-weight: 500;
  }
}

.home_service {
  position: relative;
  overflow: hidden;
}
.home_service_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  height: 100%;
  z-index: -1;
  border-radius: 0px 20px 20px 0px;
}

.home_service_card_container {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
}
.home_service_card {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home_service_card_div {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38.97%,
    rgba(0, 0, 0, 0.4) 100%
  );
  display: flex;
  align-items: end;
}
.home_service_card_title {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 10px 20px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home_service_card_btn {
  width: 50px;
  height: 50px;
  border-radius: 10000px;
  background-color: #fe381e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.inverted {
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20300%22%3E%3Cpath%20d%3D%22M30%2C0H370A30%2C30%200%2C0%2C1%20400%2C30V200A30%2C30%200%2C0%2C1%20370%2C230H360A30%2C30%200%2C0%2C0%20330%2C260V270A30%2C30%200%2C0%2C1%20300%2C300H30A30%2C30%200%2C0%2C1%200%2C270V30A30%2C30%200%2C0%2C1%2030%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20400%20300%22%3E%3Cpath%20d%3D%22M30%2C0H370A30%2C30%200%2C0%2C1%20400%2C30V200A30%2C30%200%2C0%2C1%20370%2C230H360A30%2C30%200%2C0%2C0%20330%2C260V270A30%2C30%200%2C0%2C1%20300%2C300H30A30%2C30%200%2C0%2C1%200%2C270V30A30%2C30%200%2C0%2C1%2030%2C0Z%22%20fill%3D%22%23fff%22%20%2F%3E%3C%2Fsvg%3E")
    no-repeat center / contain;
  width: 100%;
  background-image: url("/img/services/cus_sofa_service.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 3;
}
.home_project {
  overflow: hidden !important;
}

@media (min-width: 992px) {
  .home_service_card_title {
    font-size: 20px;
    font-weight: 700;
  }
  .home_project_carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}
.home_project_container {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2/1.2;
}
.home_project_card {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: end;
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38.97%,
    rgba(0, 0, 0, 0.4) 100%
  ); */
}
.home_project_card_div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38.97%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.home_project_title_div {
  margin: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home_project_title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_product {
  overflow: hidden;
  position: relative;
}
.home_product_bg {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}
@media (min-width: 992px) {
  .home_product_bg {
    display: block;
  }
}
.home_product_card_1 {
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 7px 29px 0px #64646f33;
  aspect-ratio: 7/4;
  display: flex;
}
.home_product_card_2 {
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 7px 29px 0px #64646f33;
  aspect-ratio: 4/5;
  display: flex;
}

.owl-theme .owl-nav {
  display: flex;
  justify-content: end;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  font-size: 50px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: transparent !important;
  color: inherit !important;
}
/************ Home ************/

/************ Banner ************/
.banner {
  width: 100%;
  aspect-ratio: 7/2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/banner2.png");
  min-height: 250px;
  position: relative;
}
.dark_overlay {
  position: absolute;
  inset: 0;
  background-color: #33333390;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_bread {
  transform: translateY(50%);
}
.banner_bread * {
  color: #fefefe;
}
.banner_bread p,
.banner_bread a {
  font-size: 14px;
}
.banner_bread h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.banner_active {
  color: #fe381e !important;
}

@media (min-width: 992px) {
  .banner {
    min-height: 350px;
  }
  .banner_bread p,
  .banner_bread a {
    font-size: 15px;
  }
}

/************ Banner ************/

/************ About Us ************/
.about_profile_par {
  line-height: 1.6;
  text-align: justify;
}
.about_exp {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: fit-content;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translateX(0%);
  background-color: #fe3a20;
  border-radius: 10px;
  box-shadow: 0px 7px 29px 0px #64646f33;
}
.about_exp h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.about_exp p {
  color: #fff;
  font-weight: 500;
}
.journey_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  box-shadow: 0px 7px 29px 0px #64646f33;
  border-radius: 10px;
  height: 100%;
}
.journey_head {
  font-size: 18px;
  font-weight: 700;
  color: #fe381e;
  font-family: "Poppins";
}
.journey_para {
  font-size: 14px;
  text-align: justify;
  font-family: "Poppins";
}
.cus_about_border {
  border-left: 3px solid #fe381e;
  padding: 10px;
  border-radius: 10px;
  background-color: #faf3ef;
}
.about_fm {
  border-radius: 30px 0px 30px 0px;
}
.about_fm2 {
  border-radius: 0px 30px 0px 30px;
}
.vmc-row {
  margin-top: 2.5rem;
}
.vmc_card {
  width: 100%;
  border-radius: 14px;
  padding: 40px 28px;
  min-height: 420px;
  box-shadow: 0 18px 40px #0f0f0f0a;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.vmc-vision {
  /* background: linear-gradient(180deg, #d04b0a0a, #fff5f405); */
  background: #faf3ef;
}
.vmc-mission {
  background: #faf3ef;
}
.vmc-values {
  /* background: linear-gradient(180deg, #d04b0a0f, #fff5f405); */
  background: #faf3ef;
}
.vmc_icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #d04b0a14;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px #d04b0a0f;
}
.vmc_title {
  font-weight: 600;
  margin: 0;
  font-size: 1.25rem;
  color: #111;
}
.vmc_text {
  color: #6b6b6b;
  max-width: 40ch;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}
.values-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}
.value-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 10px;
  background: #ffffffe6;
  box-shadow: 0 6px 18px #0f0f0f08;
  border-left: 4px solid #d04b0a0f;
}
.value-dot {
  width: 10px;
  height: 10px;
  background: #d04b0a;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}
.value-content strong {
  display: block;
  color: #0f0f0f;
  font-weight: 700;
  margin-bottom: 4px;
}
.value-desc {
  color: #6b6b6b;
  font-size: 0.92rem;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .vmc_card {
    min-height: auto;
    padding: 28px;
  }
  .vmc_text {
    max-width: 60ch;
    text-align: left;
  }
  .values-list .value-item {
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .vmc_icon {
    width: 60px;
    height: 60px;
  }
  .vmc_title {
    font-size: 1.1rem;
  }
  .vmc_text {
    font-size: 0.94rem;
  }
  .vmc_card {
    padding: 20px;
    border-radius: 12px;
  }
}
@media (min-width: 542px) {
  .about_exp {
    transform: translate(10%, 10%);
  }
}
@media (min-width: 1200px) {
  .about_exp {
    padding: 15px;
  }
  .about_exp h4 {
    font-size: 36px;
  }
  .about_exp p {
    font-weight: 500;
  }
  .journey_card {
    gap: 15px;
    padding: 25px;
    border-radius: 15px;
  }
  .journey_head {
    font-size: 24px;
  }
  .journey_para {
    font-size: 15px;
  }
}
/************ About Us ************/

/************ Our Services ************/
.sofa-services {
  padding: 0px;
  position: relative;
  overflow: visible;
}
.service-row {
  margin-bottom: 80px;
}
.badge-since {
  display: inline-block;
  background: #faf3ef;
  color: #fe381e;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 0 0 6px #faf3ef;
  margin-bottom: 18px;
}
h2.sofa-title {
  font-size: 2.8rem;
  line-height: 1.05;
  margin-bottom: 18px;
  font-weight: 600;
}
.lead-desc {
  color: #6b6b6b;
  max-width: 60ch;
  margin-bottom: 18px;
  font-size: 1rem;
}
.feature-list {
  display: grid;
  gap: 12px;
}
.quote-box {
  margin-top: 6px;
  background: #faf3ef;
  padding: 14px 16px;
  border-radius: 10px;
  font-style: normal;
  color: #3b3b3b;
  position: relative;
  border-left: 4px solid #fe381e;
  box-shadow: 0 6px 18px #0f0f0f08;
  font-size: 0.98rem;
}
.mock-area {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  position: relative;
  pointer-events: none;
}
.mock-card {
  width: 360px;
  height: 440px;
  max-width: 88%;
  background: linear-gradient(#eee #eaeaea);
  border-radius: 20px;
  transform: rotate(5deg);
  box-shadow: 0 40px 60px #0f0f0f17, 0 10px 18px #0f0f0f0d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sofa-services {
    padding: 50px 0;
  }
  .service-row:nth-of-type(2) .mock-card {
    transform: rotate(-5deg);
  }
}
.mock-card .placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px dashed #9696961f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 22px;
  background: transparent;
}
.mock-card.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mock-card.has-bg .placeholder {
  display: none;
}
.mock-area::before,
.mock-area::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  filter: blur(28px);
  opacity: 0.65;
  pointer-events: none;
}
.mock-area::before {
  right: 8%;
  top: -2%;
  background: #d04b0a2e;
}
.mock-area::after {
  left: 12%;
  bottom: -6%;
  background: #d04b0a1f;
}
@media (max-width: 991.98px) {
  .mock-card {
    transform: rotate(0deg);
    margin-top: 18px;
    width: 70%;
    height: 340px;
  }
  .service-row {
    margin-bottom: calc(80px / 1.7);
  }
  h2.sofa-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 575.98px) {
  h2.sofa-title {
    font-size: 1.6rem;
  }
  .mock-card {
    max-width: 100%;
    width: 100%;
    height: 280px;
  }
  .service-row {
    margin-bottom: calc(80px / 2.2);
  }
}
/************ Our Services ************/

/************ Our Products ************/

.our_product_card {
  aspect-ratio: 1/1;
  display: flex;
  box-shadow: 0px 7px 29px 0px #64646f33;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.our_product_card img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.our_product_card:hover img {
  scale: 1.05;
}
.our_product_card_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .our_product_card {
    max-width: 300px;
  }
}
/************ Our Products ************/

/************ Our Projects ************/
.project_card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 7px 29px 0px #64646f33;
  padding: 30px;
  overflow: visible;
}
.project_thumb {
  aspect-ratio: 5/4;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.project_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.project_title {
  color: #111;
  transition: 0.3s;
}
.meta_title {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}
.project_meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pill {
  display: inline-block;
  background: #faf3ef;
  border: 1px solid #d04b0a1f;
  color: #8a2b1f;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 999px;
}
.project_location {
  margin-top: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #6b6b6b;
  font-size: 0.95rem;
  margin: 8px 0;
}
.btn-toggle {
  background: transparent;
  color: #8a2b1f;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}
.btn-toggle .caret {
  display: inline-block;
  transition: transform 0.18s ease;
}
.btn-toggle .open .caret {
  transform: rotate(180deg);
}
.project_gallery {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
  /* gap: 15px; */
  padding-top: 15px;
  margin-top: 15px;
  /* border-top: 1px solid #88888888; */
}
.project_gallery_item {
  /* max-width: 110px; */
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.project_gallery_item img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.project_gallery_item:hover img {
  scale: 1.05;
}
@media (min-width: 768px) {
  .project_gallery_item {
    /* max-width: 160px; */
  }
}
@media (min-width: 992px) {
  .project_gallery_item {
    /* max-width: 200px; */
  }
  .project_info {
    padding-left: 20px;
  }
  .project_gallery {
    padding-top: 25px;
    margin-top: 25px;
  }
  .project_gallery_item {
    margin: 0px;
  }
}
/************ Our Projects ************/

/************ Contact Us ************/
.contact-title {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 28px;
}
.contact-info {
  max-width: 520px;
}
.info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.info-badge {
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8f7;
  box-shadow: 0 0 0 6px rgba(201, 58, 48, 0.03);
  color: #c93a30;
  flex-shrink: 0;
}
.info-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.info-text {
  color: #6b6b6b;
  font-size: 0.95rem;
  line-height: 1.5;
}
.contact-actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-call {
  background: #c93a30;
  color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-chat {
  background: transparent;
  border: 1px solid rgba(15, 15, 15, 0.06);
  padding: 10px 18px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #222;
}
.contact-card {
  background: #fff2f0;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(15, 15, 15, 0.04);
}
.contact-card h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 600;
}
.contact-card p.lead {
  color: #6b6b6b;
  margin-bottom: 18px;
  font-size: 0.95rem;
}
.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(201, 58, 48, 0.08);
  border-color: #c93a30;
}
.form-row .form-group {
  margin-bottom: 12px;
}
.btn-submit {
  background: #c93a30;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  width: 100%;
}
label .req {
  color: #c93a30;
  margin-left: 4px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .contact-card {
    padding: 20px;
    border-radius: 12px;
  }
  .contact-title {
    font-size: 1.5rem;
  }
}
/************ Contact Us ************/

/************ Footer ************/
footer {
  background-color: #4c4c4c;
}
footer * {
  font-family: "Poppins";
  color: white;
}
#go-top {
  z-index: 999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 5%;
  background-color: #fe381e;
  border-radius: 10000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_logo_wrapper {
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 30px 30px;
  background-color: white;
  padding: 25px;
}
.small_footer {
  background-color: #fe381e;
  padding: 10px 0px;
}
.small_footer * {
  font-size: 12px;
}
@media (min-width: 992px) {
  .small_footer * {
    font-size: 14px;
  }
}
/************ Footer ************/
