/*
*  Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/
* {
  font-size: 16px;
  color: #000;
}
/* @import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Oleo+Script:wght@400;700&display=swap");
 */

/* html {
  scroll-behavior: smooth;
} */
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
section,
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 200px;
}
@media (min-width: 992px) {
  section,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    scroll-margin-top: 160px;
  }
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: black;
}
* {
  color: black;
  margin: 0px;
  padding: 0px;
  font-family: "Instrument Sans", serif !important;
  line-height: 1.42857143 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Instrument Sans", sans-serif;
  line-height: 1.42857143 !important;
}
.head_container {
  position: absolute;
  top: 0;
  padding: 9px 80px;
  clip-path: none !important;
  width: 100% !important;
  right: 0% !important;
  background: linear-gradient(45deg, blue, red) !important;
  /* background: linear-gradient(
    45deg,
    transparent 0%,
    transparent 48%,
    #2C2C2C 48%,
    #2c2c2c 100%
  ) !important; */
  background: linear-gradient(45deg, transparent 48%, #2c2c2c 48%) !important;
}

p,
a {
  margin: 0px;
  line-height: 1.42857143 !important;
}
.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 {
    width: 1170px;
  }
} */
.w-fit {
  width: fit-content;
}

/* 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: "Instrument Sans";
  font-weight: 800;
  font-size: 23px;
}

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

/************ Header ************/
header {
  z-index: 10000;
  position: relative;
}
.top-header {
  padding: 15px 0px;
}
.web_logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

/* .web_logo img {
  width: 100%;
} */
@media (min-width: 992px) {
  .web_logo {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.nav-link {
  color: #000000;
  font-weight: 500;
  font-size: 16px !important;
  position: relative;
  color: #e4deda;
  padding: 10px 2px;
  background: transparent;
}
.nav-link.active {
  background: transparent !important;
  color: #b69259 !important;
}

.navbar-default .navbar-nav .open,
.navbar-default .navbar-nav .open:hover,
.navbar-default .navbar-nav .open:focus,
.navbar-default .navbar-nav .open:active {
  color: #000;
}

.nav-link:hover::before,
.nav-link:focus::before,
.nav-link:active::before {
  display: block;
}
.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  color: #000;
}
.navbar-nav > li.dropdown.shops {
  position: unset;
}
.forshopmenu {
  column-count: 2;
  left: -25%;
  top: 40px;
  padding: 20px 0;
}
.cus_hei {
  height: auto;
}
/* .head_container {
  display: none;
  position: absolute;
  top: 0;
  right: -50%;
  width: 1000px;
  padding: 9px 80px;
  background-color: #2c2c2c;
  clip-path: path("M0 0H1169V68H46.1068L0 0Z");
} */
.head_container p,
.head_container a,
.head_container span {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .cus_hei {
    height: 50px;
  }
  /*   .head_container {
    right: -15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding: 9px 100px;
  } */
}
/* @media (min-width: 1500px) {
  .head_container {
    width: 1000px;
    right: -10%;
  }
}
@media (min-width: 1700px) {
  .head_container {
    width: 1200px;
    right: -10%;
  }
} */

.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 {
  background-color: transparent;
  color: #b69259;
}
@media only screen and (min-width: 992px) {
  .forshopmenu {
    column-count: 3;
    left: -30%;
  }
}
@media only screen and (min-width: 1200px) {
  .forshopmenu {
    left: -5%;
  }
}
.navbar-nav > li > .dropdown-menu {
  /* margin-top: 5px;*/
  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: #b69259;
}
.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: #000;
}
.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  background: #000;
}

.br_branch {
  user-select: none;
  pointer-events: none;
}
.background_header {
  background-image: url("/wp-content/themes/ns-zland/images/breadcrumb.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: calc(100% + 200px) center;
  position: relative;
  height: auto;
}
.background_header .container {
  height: 100%;
  min-height: 300px;
}
.background_header_breadcrumb {
  font-size: 16px;
  font-weight: 700;
  color: white;
  display: flex;
  justify-content: end;
  align-items: end;
  padding: 20px 0px;
  height: 100%;
  min-height: 300px;
  margin-right: 100px;
}
@media (min-width: 992px) {
  .background_header {
    background-position: center;
    min-height: 400px;
  }
  .background_header .container {
    height: 100%;
    min-height: 400px;
  }
  .background_header_breadcrumb {
    font-size: 24px;
    font-weight: 700;
    min-height: 400px;
  }
}

.page_breadcrumb {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page_breadcrumb * {
  color: white !important;
  font-size: 14px;
}
.page_breadcrumb .breadcrumb_div {
  transform: translateY(90px);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
  content: ">" !important;
}
.page_breadcrumb .breadcrumb-item.active {
  color: white;
}
.breadcrumb_title {
  text-wrap: nowrap;
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.42857143 !important;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 999;
  position: relative;
  font-size: 24px;
  margin-bottom: 0px;
  word-spacing: 10px;
}
.breadcrumb_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .breadcrumb_inner {
    gap: 10px;
  }
}
.br_current {
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .breadcrumb_inner {
    gap: 15px;
  }
  .page_breadcrumb * {
    font-size: 16px;
  }
  .page_breadcrumb .breadcrumb_div {
    transform: translateY(50px);
  }
  .breadcrumb_title {
    font-size: 30px;
    line-height: 1.42857143 !important;
    width: 100%;
  }
}
.page_head {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: start;
}
.page_sub_head {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: start;
}
@media (min-width: 992px) {
  .page_head {
    font-size: 36px;
  }
  .page_sub_head {
    font-size: 28px;
  }
}
/************ Header ************/

/************ Home ************/
.hero_slider {
  overflow: hidden;
  background: #0f1215;
}
.hero_slider_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero_slider_overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero_slide {
  position: relative;
  min-height: 78vh;
  background-image: var(--bg);
  background-size: contain;
  background-position: right;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .hero_slide {
    min-height: 68vh;
  }
}
.hero_slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    120% 120% at 25% 50%,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.2) 45%,
    rgba(0, 0, 0, 0) 70%
  );
}
.hero_slide_content {
  position: relative;
  z-index: 20;
  color: #fff;
  max-width: 720px;
}
.hero_kicker {
  margin: 0 0 10px;
  letter-spacing: 0.06em;
  color: #b99142;
  font-weight: 800;
  font-size: 12px;
}
.hero_title {
  margin: 0 0 12px;
  font-weight: 900;
  line-height: 1.05;
  font-size: 24px;
  color: white;
}
.hero_sub {
  margin: 0 0 20px;
  color: #dfe5ea;
  font-size: 12px;
}
@media (min-width: 992px) {
  .hero_kicker {
    font-size: 16px;
  }
  .hero_title {
    font-size: 40px;
  }
  .hero_sub {
    font-size: 14px;
  }
}
.hero_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 18px;
  border: 1px solid #a4b9d9;
  color: #e7eef8;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
}
.hero_btn:hover {
  background: #a4b9d9;
  color: #111;
}
.carousel {
  position: relative;
  z-index: 2;
}

.about-split__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  aspect-ratio: 13/14;
  position: relative;
  z-index: 10;
}
.about-split__dots {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 150px;
  aspect-ratio: 1/1;
  pointer-events: none;
  z-index: 0;
}
.about-split__kicker {
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #b99142;
}
.about-split__title {
  font-weight: 900;
  color: #1b2330;
  font-size: 20px;
  line-height: 1.15;
  margin: 0;
}
.about-split__content,
.about-split__content * {
  color: #3b4658;
  line-height: 1.9 !important;
  text-align: justify;
}
.about-split__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: #b99142;
  color: #fff;
  font-weight: 600;
  padding: 13px 20px;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: 0.3s;
}
.about-split__btn:hover {
  opacity: 0.7;
  color: white;
}
@media (min-width: 992px) {
  .about-split__dots {
    right: -60px;
    bottom: -30px;
    width: 250px;
  }
  .about-split__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .about-split__title {
    font-size: 36px;
    line-height: 1.2;
  }
}

.cus_m_p {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.black_bg {
  position: absolute;
  background-color: #2c2c2c;
  inset: 0;
  z-index: -1;
}
.service_top {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}
.services_block_title {
  font-weight: 900;
  color: white;
  font-size: 20px;
  line-height: 1.15;
  margin: 0;
  max-width: 500px;
}
.service_card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  transition: 0.3s;
  height: 100%;
}
.service_card_div {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.service_card_overlay_1 {
  background-color: #00000099;
  inset: 0;
  position: absolute;
  z-index: 0;
  transition: 0.3s;
}
.service_card_overlay_2 {
  background-color: #fff;
  inset: 0;
  position: absolute;
  z-index: 0;
  transition: 0.3s;
}
.service_card:hover .service_card_overlay_2 {
  display: none;
  transition: 0.3s;
}
.service_card:hover .service_card_overlay_1 {
  display: block;
  transition: 0.3s;
}
.service_card:hover .service_card_div * {
  color: white;
  transition: 0.3s;
}
/* .service_card_icon {
  background-color: #b6925933;
  border-radius: 10000px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
} */
.service_card_icon_div {
  width: 70px;
  height: 70px;
}
.service_card_title {
  color: black;
  font-size: 22px;
  font-weight: 700;
  height: 70px;
}
.service_card_excerpt,
.service_card_excerpt * {
  color: #2c2c2c;
  /*   text-align: justify; */
  line-height: 1.9 !important;
}
.service_card_link {
  color: #b69259;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .services_block_title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .services_block_title {
    font-size: 36px;
    line-height: 1.2;
  }
  .black_bg {
    aspect-ratio: 5/3.1;
    width: 1100px;
    left: 0px;
    top: 0px;
  }
  .services_block_bg {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 900px;
    aspect-ratio: 6/5;
    right: 0;
    top: -100px;
    z-index: -1;
  }
}

.home_project_span {
  color: #b69259;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  margin: 0px;
  text-align: center;
}
.home_project_head {
  font-size: 36px;
  font-weight: 900;
  margin: 0px;
  text-transform: capitalize;
  text-align: center;
}
.home_project_filter_div {
  border-bottom: 1px solid #b69259;
  display: flex;
}

.status_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  position: relative;
  border-bottom: 1px solid #b9965a;
}
.status_tabs {
  display: flex;
  gap: 8px;
}
.status_tab {
  appearance: none;
  border: 1px solid #b9965a;
  background: #fff;
  color: #b9965a;
  padding: 6px 12px;
  border-radius: 2px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s;
  font-size: 14px;
}
.status_tab.is_active {
  background: #b9965a;
  color: #fff;
  border-color: #b9965a;
}
.status_current {
  color: #b9965a;
  font-size: 18px;
  line-height: 1;
}
.status_total {
  color: #bfbfbf;
  font-size: 18px;
  line-height: 1;
}
.status_sep {
  color: #bfbfbf;
  font-size: 16px;
}
@media (min-width: 992px) {
  .status_tab {
    padding: 10px 24px;
    border-radius: 2px;
    font-weight: 600;
    transition: 0.15s;
    font-size: 16px;
  }
  .status_current {
    font-size: 22px;
  }
  .status_total {
    font-size: 22px;
  }
  .status_sep {
    font-size: 20px;
  }
}
.status_rule_fill {
  position: absolute;
  inset: 0 0 0 0;
  background: linear-gradient(90deg, #b9965a 0%, #b9965a 20%, transparent 20%);
  pointer-events: none;
}
.status_counter {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
}

.home_project_card {
  aspect-ratio: 3/2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
.home_project_card_div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
  z-index: 10;
}
.home_project_card_overlay {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 36.68%,
    rgba(0, 0, 0, 0.5) 73.11%
  );
}
.home_project_card_title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.home_project_card_content,
.home_project_card_content * {
  color: white;
  max-width: 400px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .home_project_carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .home_project_card_title {
    color: white;
    font-size: 24px;
  }
  .home_project_card_content,
  .home_project_card_content * {
    font-size: 16px;
  }
}
/************ Home ************/

/************ About Us ************/
/* .floataboutimage {
    position: absolute;
    margin-top: 280px;
} */
.about-hero {
  background-color: #2c2c2c;
  color: #e9eef4;
  padding: 100px 0px;
  margin-bottom: 200px;
}
.about-hero__inner {
  max-width: 800px;
}
.about-hero h1 {
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin: 0 0 15px;
  color: #fff;
}
.about-hero__subtitle {
  margin: 0 0 30px;
  color: #b69259;
  font-weight: 600;
}
.about-hero__desc,
.about-hero__desc * {
  margin: 0;
  color: #f5f5f5eb;
  line-height: 1.8 !important;
}
.mission {
  background: #fff;
  padding: 72px 0;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin: 250px 0px 100px 0px;
  position: relative;
}
.mission__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}
.mission__title {
  font-size: 40px;
  line-height: 1.2 !important;
  font-weight: 800;
  color: #0d1320;
  margin: 0 0 15px;
}
.mission__underline {
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 8px;
  background: #b69259;
  margin: 0 0 18px;
}
.mission__text p {
  color: #2b3445;
  line-height: 2 !important;
  margin: 0 0 15px;
}
.mission__highlight {
  background-color: #b69259;
  color: #fff;
  border-radius: 14px;
  padding: 48px 28px;
  text-align: center;
  box-shadow: 0 14px 40px #b6925940;
  /* position: absolute;
    top: -50%;
    left: 55%; */
}
.mission__highlight {
  background-color: #b69259;
  color: #fff;
  border-radius: 0;
  padding: 48px 28px;
  text-align: center;
  box-shadow: 0 14px 40px #b6925940;
  display: flex;
  width: 57%;
  margin: 0px auto;
  margin-top: 45px;
  align-items: center;
}
.mission-icon {
  width: 50%;
}

.mission__year {
  font-size: 54px;
  font-weight: 800;
  line-height: 1 !important;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
img.img-fluid.growth {
  width: 100px;
  margin-bottom: 15px;
}

.mission__caption {
  font-size: 15px;
  line-height: 1.6 !important;
  opacity: 0.95;
  color: #ffffffba;
}

@media (max-width: 992px) {
  .mission__grid {
    grid-template-columns: 1fr;
  }
  .mission__highlight {
    order: 2;
  }
}

.sec-title {
  text-align: center;
  font-size: clamp(26px, 2.6vw, 40px);
  font-weight: 800;
  color: #0d1320;
  margin: 0;
}
.sec-underline {
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 8px;
  background: #b69259;
  margin: 12px auto 28px;
}
.gp-section {
  background: #f7f9fb;
  padding: 64px 0;
}
.gp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.gp-card {
  position: relative;
  background: #fff;
  border: 1px solid #eaeef3;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.1);
}
.gp-badge {
  position: absolute;
  top: -12px;
  left: 18px;
  background: #b69259;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px #b6925959;
}
.gp-card-title {
  margin: 15px 0px;
  font-weight: 800;
  color: #0d1320;
  font-size: 20px;
}
.gp-card-text {
  margin: 0;
  color: #445168;
  line-height: 1.7 !important;
  font-size: 15px;
}
.why-section {
  background: #fff;
  padding: 72px 0;
  border-radius: 18px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 36px;
  margin-top: 8px;
}
.why-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}
.why-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #b69259;
  position: relative;
  box-shadow: 0 6px 16px #b6925959;
}
.why-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24"><path fill="white" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>')
    center / 60% no-repeat;
  background: #fff;
}
.why-copy h4 {
  margin: 0 0 6px;
  font-weight: 800;
  color: #0d1320;
  font-size: 16px;
}
.why-copy p {
  margin: 0;
  color: #445168;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .gp-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/************ About Us ************/

/************ Services ************/
.svc_kicker {
  color: #b9965a;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.svc_title {
  font-weight: 800;
  color: #1b1f23;
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}
.svc_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .svc_title {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .svc_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .svc_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .svc_grid {
    grid-template-columns: 1fr;
  }
}
.svc_tile {
  position: relative;
  min-height: 380px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  background: #111;
}
.svc_tile_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.35s ease, filter 0.35s ease;
}
.svc_tile_scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  transition: background 0.35s ease, opacity 0.35s ease;
}
.svc_tile_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
  color: #fff;
}

/* icon & titles */
.svc_icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 14px;
  filter: brightness(0) saturate(100%) invert(92%) sepia(92%) saturate(31%)
    hue-rotate(62deg) brightness(106%) contrast(109%);
}
.svc_card_title {
  font-weight: 500;
  font-size: 20px;
  margin: 15px 0px;
  color: white;
}
.svc_excerpt {
  margin-top: 12px;
  color: #e8edf2;
  line-height: 1.6;
  font-size: 14px;
  max-width: 90%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}
.svc_tile.is_active .svc_tile_bg,
.svc_tile:hover .svc_tile_bg {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.05);
}
.svc_tile.is_active .svc_tile_scrim,
.svc_tile:hover .svc_tile_scrim {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.svc_tile.is_active .svc_excerpt,
.svc_tile:hover .svc_excerpt {
  opacity: 1;
  height: auto;
}
.svc_corner {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 22px;
  height: 22px;
  opacity: 0;
  border-right: 3px solid rgba(255, 255, 255, 0.85);
  border-bottom: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  transition: opacity 0.25s ease;
}
.svc_tile.is_active .svc_corner,
.svc_tile:hover .svc_corner {
  opacity: 1;
}

/************ Services ************/

/************ Projects ************/
.project_card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 3/2;
  width: 100%;
}
.project_card_bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.35s;
}
.project_card_scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #00000000 36.68%, #00000080 73.11%);
}
.project_card:hover .project_card_bg {
  transform: scale(1.06);
}
.project_card_body {
  height: 100%;
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  align-items: end;
}
.project_title {
  color: #fff;
  font-size: 20px;
}
.project_subtitle {
  color: #b69259;
  font-size: 14px;
  font-weight: 700;
}

.sidebar .project_sub_title {
  font-weight: 400;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.projects_content {
  padding: 10px;
}
.project_detail_cover {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 15px;
  object-fit: cover;
}
.yt_link iframe {
  width: 100% !important;
  aspect-ratio: 3/2;
}
.gallery_item {
  overflow: hidden;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.gallery_item a {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.gallery_item:hover a {
  scale: 1.05;
}

.project_sub_title {
  font-weight: 400;
}
.other_projects_div {
  background-color: #f1f2f3;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  /* position: sticky;
  top: 130px; */
}
.other_project_cover {
  max-width: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.other_project {
  background-color: #c7c7c733;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.other_project_title {
  padding-right: 15px;
  color: #000;
  transition: 0.3s;
}
.other_project:hover .other_project_title {
  color: #b69259;
}
.project_list_img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #1987541f;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .projects_content {
    padding: 15px;
  }
}
/************ Projects ************/

/************ Contact Us ************/
.py-lg-6 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.btn_warning {
  background: #b69259;
  color: #fff;
  border: none;
  border-radius: 0.6rem;
}
.btn_warning:hover {
  background: #b69259;
  color: #fff;
}
.contact_icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #b69259;
  display: inline-grid;
  place-items: center;
  flex: 0 0 44px;
}
.contact_icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}
.link_underline {
  color: #000;
  transition: 0.3s;
}
.link_underline:hover {
  color: #b69259;
  text-decoration: none;
}
.form_feedback {
  min-height: 1rem;
}
/************ Contact Us ************/

/************ Footer ************/
.site_footer {
  background: #222;
  color: #dfe3e8;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer_brand_img {
  max-width: 220px;
  height: auto;
  filter: brightness(0.95) contrast(1.05);
}
.footer_heading {
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #e9edf2;
}
.footer_icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  /*   background: #333; */
  color: #d9c7a1;
}
.footer_icon svg {
  width: 16px;
  height: 16px;
  display: block;
}
.footer_kv {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px 12px;
  margin-bottom: 10px;
}
.footer_k {
  font-weight: 700;
  color: white;
  font-size: 17px;
}
.footer_v {
  line-height: 1.6;
  word-break: break-all;
}
.footer_link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer_link:hover {
  color: #d9c7a1;
}
.footer_link:hover {
  text-decoration: underline;
}
.footer_copy {
  border-top: 1px solid #ffffff1f;
  color: #aab3bb;
  padding: 15px;
}
@media (max-width: 767.98px) {
  .footer_kv {
    grid-template-columns: 84px 1fr;
  }
  .footer_brand_img {
    max-width: 180px;
  }
}

#go-top {
  z-index: 999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 85%;
  background-repeat: no-repeat;
  right: 3%;
  background: #af8b52;
  border-radius: 50%;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt201 {
  margin-top: 20px;
}
@-webkit-keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc,
      0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc,
      0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}
@keyframes text-pop-up-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: none;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc,
      0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc,
      0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 30px rgba(0, 0, 0, 0.3);
  }
}
.cus_footer {
  overflow: hidden;
  height: 80px;
  border-top: 1px solid #d0d1d2;
  border-bottom: 1px solid #d0d1d2;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
  transition: 0.3s;
  cursor: pointer;
}
.cus_footer.active {
  height: 580px;
  padding-top: 10px;
  transition: 0.3s;
}

.cus_footer .fa-angle-down {
  color: #d0d1d2;
  transform: rotate(0deg);
  transition: 0.3s;
}

.cus_footer.active .fa-angle-down {
  transform: rotate(180deg);
  transition: 0.3s;
}

.cus_footer .cus_foot_head {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  user-select: none;
}

.cus_footer .cus_foot_head div {
  font-size: 20px;
  color: #d0d1d2;
}

/************ Footer ************/
.other_project_cover {
  max-width: 100px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
