@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --white: #fff;
  --smoke: #f8f9fa;
  --black: #000;
  --red: #ffb400;
  --font: "Inter", sans-serif;
}
* {
  margin: 0;
  padding: 0;
}

h5 {
  margin-bottom: 0;
}

body {
  font-family: var(--font);
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  /* background-image: url(../img/bg.jpg); */
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}

.phoneHeader a {
  color: var(--white);
  text-decoration: none;
  font-size: 26px;
}

.livehiring {
  background-color: var(--smoke);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.livehiring marquee {
  min-height: 250px;
}

.m-height-425 {
  min-height: 424px;
}

.livehiring .title {
  background: linear-gradient(
    360deg,
    rgba(235, 209, 151, 1) 0%,
    rgba(180, 136, 17, 1) 50%,
    rgba(187, 155, 73, 1) 100%
  );
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.livehiring .hiringlist {
  padding: 10px;
}

.livehiring .hiringlist ul {
  margin-bottom: 0;
}

#demo img,
#demo video {
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.livehiring .hiringlist ul li {
  line-height: 1.5;
}

.m-height-240 {
  min-height: 300px;
  max-height: 300px;
}

.m-height-240 .hiringlist {
  min-height: 250px;
  max-height: 250px;
  overflow-y: scroll;
}

.draftman img {
  height: 140px;
  object-fit: cover;
}

.br-no-shadow {
  border-radius: 10px;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 20px;
}



form {
  padding: 10px;
  background: linear-gradient(
    360deg,
    rgba(235, 209, 151, 1) 0%,
    rgba(180, 136, 17, 1) 50%,
    rgba(187, 155, 73, 1) 100%
  );
  border-radius: 10px;
}

form input {
  border: none;
  border-radius: 10px;
}

.smart-search {
  background: #f9f9f9;
}

.testimonial ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 5px;
}

.testimonial {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 10px;
  background: #fff9;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.testimonial h6 {
  font-weight: 600;
}

.testimonial ul li i {
  color: #ffb400;
}

.slick-slide {
  margin: 0 5px; /* left-right gap */
}

.slick-list {
  margin: 0 -5px; /* outer alignment fix */
}

.client-card__avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.flexbox h1 {
  font-size: 28px;
  font-weight: 900;
}

footer {
  padding: 100px 0;
}

ul.footer-links {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding-left: 0;
}

ul.footer-links-red {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

ul.footer-links li,
ul.footer-links-red li {
  list-style: none;
}

ul.footer-links li a {
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
  font-size: 20px;
  border-right: 1px solid var(--white);
}

ul.footer-links-red li a {
  color: var(--red);
  text-decoration: none;
  padding: 0 15px;
  border-right: 1px solid var(--red);
}

ul.footer-links li:nth-child(5) a,
ul.footer-links-red li:nth-child(4) a {
  border-right: 0;
}

ul.footer-social {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  padding-left: 0;
}

ul.footer-social li {
  list-style: none;
  margin: 0 15px;
}

ul.footer-social li a {
  color: var(--white);
  font-size: 28px;
  text-decoration: none;
}

ul.footer-social li:nth-child(1) {
  background: #3b5998;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(2) {
  background: #1da1f2;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(3) {
  background: #0a66c2;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(4) {
  background: #d62976;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:nth-child(5) {
  background: #ff0000;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

ul.footer-social li:hover {
  transform: rotate(360deg);
  transition: 0.5s ease-in-out;
}

table td.thumb-success i {
  color: #28a745;
}

table td.thumb-danger i {
  color: #dc3545;
}

span.typed-text {
  font-weight: normal;
  color: #ffb400;
}

span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}

.fs-14 {
  font-size: 14px;
}

/* —— Draftsman corner forum —— */
.dc-forum .letter-spacing {
  letter-spacing: 0.08em;
}

.dc-forum__hero-stat {
  border-radius: 12px;
}

.dc-forum__hero-icon {
  font-size: 2.5rem;
  color: #b48811;
}

.dc-forum__form {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.dc-forum__ask {
  border-radius: 12px;
  position: sticky;
  top: 1rem;
}

.dc-forum__thread-card {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.dc-forum__thread-card:hover {
  border-color: rgba(180, 136, 17, 0.35);
  box-shadow: rgba(100, 100, 111, 0.15) 0px 8px 24px;
}

.dc-forum__thread-title a:hover {
  color: #b48811 !important;
}

.dc-forum__post {
  border-radius: 12px;
}

.dc-forum__post-body {
  line-height: 1.65;
}

.dc-forum__answer {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.dc-forum__share .dropdown-toggle::after {
  margin-left: 0.2em;
}

.dc-forum__toast {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 1080;
  background: #212529;
  color: #fff;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.dc-forum__toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* —— Contact page —— */
.contact-page__hero {
  background: linear-gradient(145deg, #1a1a1a 0%, #2d2410 45%, #1a1a1a 100%);
  border-bottom: 3px solid #b48811;
}

.contact-page__eyebrow {
  color: #e8c96b;
  letter-spacing: 0.12em;
}

.contact-page__hero .py-md-6 {
  padding-bottom: 3.5rem !important;
  padding-top: 3.5rem !important;
}

@media (min-width: 768px) {
  .contact-page__hero .py-md-6 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
}

.contact-page__hero-card {
  border-radius: 14px;
}

.contact-page__hero-list .contact-page__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(235, 209, 151, 0.35) 0%,
    rgba(180, 136, 17, 0.45) 100%
  );
  color: #3d2f06;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-page__body {
  background: #f4f5f7;
}

.contact-page__panel {
  border-radius: 14px;
}

.contact-page__form {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.contact-page__form .form-control {
  border-radius: 0px;
  background: #f4f5f7;
}

.contact-page__form .form-control:focus {
  border-color: #b48811;
  box-shadow: 0 0 0 0.2rem rgba(180, 136, 17, 0.2);
}

.contact-page__submit {
  background: linear-gradient(180deg, #d4b24a 0%, #b48811 55%, #9a7410 100%);
  border: none;
  color: #1a1204;
  font-weight: 600;
  border-radius: 10px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.contact-page__submit:hover,
.contact-page__submit:focus {
  color: #1a1204;
  filter: brightness(1.05);
}

.contact-page__icon--muted {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #f0f1f3;
  color: #b48811;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-page__cta {
  border-radius: 14px;
  overflow: hidden;
}

/* —— Careers page —— */
.career-page__hero {
  background: linear-gradient(160deg, #121212 0%, #1e2a1a 40%, #121212 100%);
  border-bottom: 3px solid #b48811;
}

.career-page__eyebrow {
  color: #e8c96b;
  letter-spacing: 0.12em;
}

.career-page__hero-pad {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
  .career-page__hero-pad {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.career-page__hero-btn {
  background: linear-gradient(180deg, #d4b24a 0%, #b48811 55%, #9a7410 100%);
  border: none;
  color: #1a1204;
  font-weight: 600;
  border-radius: 12px;
}

.career-page__hero-btn:hover,
.career-page__hero-btn:focus {
  color: #1a1204;
  filter: brightness(1.06);
}

.career-page__body {
  background: #f4f5f7;
}

.career-page__value,
.career-page__job {
  border-radius: 14px;
}

.career-page__value-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(235, 209, 151, 0.45) 0%,
    rgba(180, 136, 17, 0.55) 100%
  );
  color: #3d2f06;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.career-page__badge {
  background: rgba(180, 136, 17, 0.12);
  color: #6b5210;
  font-weight: 500;
}

.career-page__apply {
  background: #212529;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 600;
}

.career-page__apply:hover,
.career-page__apply:focus {
  background: #000;
  color: #fff;
}

.career-page__job {
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  border: 1px solid transparent !important;
}

.career-page__job:hover {
  border-color: rgba(180, 136, 17, 0.35) !important;
  box-shadow: rgba(100, 100, 111, 0.18) 0px 10px 28px !important;
}

.career-page__link {
  color: #b48811;
}

.career-page__link:hover {
  color: #8a6910;
}

.career-page__banner {
  border-radius: 14px;
  background: linear-gradient(120deg, #1a1a1a 0%, #2a2210 50%, #1a1a1a 100%);
  border: 1px solid rgba(180, 136, 17, 0.35);
}

.bg_form {
  background: linear-gradient(145deg, #1a1a1a 0%, #2d2410 45%, #1a1a1a 100%);
  padding: 40px;
}

table tr th {
  text-align: center;
}

.w-24 {
  width: 24%;
}

.flexbox .card-body h5.card-title {
  font-size: 16px;
}

.whatsapp-btn {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
}

.whatsapp-btn img {
  width: 230px;
}
