* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --gold: #d4a44b;
}

.about_us {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.btn-gold {
  background: var(--gold);
  color: #111;
  padding: 12px 28px;
  font-weight: 700;
  border: none;
}

.btn-gold:hover {
  background: #f1c164;
}

body {
  background: #0d0d0d;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-button {
  padding: 12px 28px;
  background-color: transparent;
  border-color: yellow;
  color: #fff;
  font-weight: 700;
}

footer {
  background: #0d0d0d;
}

.hero {
  padding-top: 150px;
  padding-bottom: 100px;
}

.hero-content {
  margin-bottom: 2%;
}

.hero h1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
}

.hero h1 span {
  color: var(--gold);
}

.hero-img {
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
}

.hero p {
  color: #bbb;
  font-size: 18px;
  line-height: 1.8;
}

.html {
  scroll-behavior: smooth;
}

.line {
  width: 20%;
  height: 5px;
  background-color: var(--gold);
  margin: 10px auto 0;
}

.line_left {
  width: 30%;
  height: 5px;
  background-color: var(--gold);
  margin: 10px auto 0;
  float: inline-start;
}

@media(max-width: 992px){
  .line_left {
    width: 41%;
  }
}

@media(min-width: 876px){
  .line_left {
    width: 44%;
  }
}

.nav-link {
  color: #fff !important;
  margin: 0 10px;
  transition: .3s;
}

.nav-link:hover {
  color: var(--gold) !important;
}

.navbar {
  background: #111;
  padding: 15px 0;
  border-bottom: 1px solid #2d2d2d;
}

.project-img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
}

#projects {
  padding-bottom: 70px;
  border-bottom: 1px solid #2d2d2d;
}

.project_row_bottom {
  margin-top: 10px;
}

.project_row_top {
  margin-bottom: 10px;
}

.quality_header {
  margin-bottom: 20px;
  font-weight: bold;
}

.responsive-text {
  font-size: 2rem;
  /* Adjust the font size as needed */
}

.service-box {
  padding: 35px;
  text-align: center;
  border: 1px solid #333;
  transition: .3s;
  height: 100%;
  max-width: 300px;
  /* Adjust this value as needed */
  margin: 0 auto;
  /* Centers the service box */
}

.service-box:hover {
  background: #161616;
  border-color: var(--gold);
  transform: translateY(-8px);
}

.service-box i {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--gold);
}

.service-box img {
  height: 80%;
  width: 80%;
  max-width: 100%;
  /* Ensures the image scales with the box */
}

.service-box h5 {
  font-weight: 600;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

.services {
  padding: 70px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 10px;
}

.tas-text {
  line-height: normal;
}

.text-gold {
  color: var(--gold);
}

.text_underline {
  text-underline-offset: 10px;
  text-decoration: var(--gold) underline;
}

@media (max-width: 768px) {
  .tas-text {
    display: block;
    text-align: center;
  }
}

#why_tas_text {
  border-bottom: 1px solid #2d2d2d;
  padding: 70px 0;
  padding-top: 10px;
}

.why_tas-box {
  padding: 35px;
  text-align: center;
  border: 1px solid #333;
  transition: .3s;
  height: 100%;
  max-width: 300px;
  /* Adjust this value as needed */
  margin: 0 auto;
  /* Centers the service box */
}

.why_tas-box h5 {
  font-weight: 600;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

.why_tas-box:hover {
  background: #161616;
  border-color: var(--gold);
  transform: translateY(-8px);
}

.why_tas-box i {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--gold);
}

.why_tas-box img {
  height: 80%;
  width: 80%;
  max-width: 100%;
  /* Ensures the image scales with the box */
}
