.container {
  max-width: 1280px;
  padding: 0 1.5rem;
  margin: auto;
  overflow: hidden; }

.btn-main, .btn-light, .btn-dark {
  display: inline-block;
  padding: 0.8rem 2rem;
  transition: all 0.5s;
  border: none;
  cursor: pointer; }

.btn-main {
  color: #333;
  background-color: #ff601e; }

.btn-light {
  color: #333;
  background-color: #f4f4f4; }

.btn-dark {
  color: #f4f4f4;
  background-color: #333; }

button[class^="btn-"]:hover,
a[class^="btn-"]:hover,
input[class^="btn-"]:hover {
  background-color: #ff601e; }

.lead {
  font-size: 1.3rem;
  margin-bottom: 2rem; }

.text-center {
  text-align: center; }

.py-1 {
  padding: 1rem 0; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.my-1 {
  margin: 1rem 0; }

.my-2 {
  margin: 2rem 0; }

.my-3 {
  margin: 3rem 0; }

.my-4 {
  margin: 4rem 0; }

.bottom-line {
  width: 3rem;
  border-bottom: 3px solid #ff601e;
  margin: auto;
  margin-bottom: 3rem; }

.section-title {
  font-size: 2rem;
  display: block;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase; }

* {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Dosis", sans-serif;
  line-height: 1.6;
  background: #fff; }

a {
  text-decoration: none;
  color: #333; }

ul {
  list-style: none; }

h2,
h3,
h4 {
  text-transform: uppercase; }

h3 {
  border-bottom: solid 1px #ff601e; }

img {
  width: 100%; }

#logo {
  width: 70px;
  height: 70px;
  color: #fff;
  text-transform: uppercase; }

#main-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem; }
  #main-nav ul {
    display: flex; }
  #main-nav li {
    padding: 1rem 1rem; }
  #main-nav a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 3px transparent solid;
    padding-bottom: 0.5rem;
    transition: border-color 0.5s; }
    #main-nav a:hover {
      border-color: #ccc; }
    #main-nav a.current {
      border-color: #ff601e; }

#header-home {
  background: url("../img/showcase.jpg") no-repeat center right/cover;
  height: 100vh;
  color: #fff; }
  #header-home .header-content {
    text-align: center;
    padding-top: 20%; }
    #header-home .header-content h1 {
      font-size: 4rem;
      line-height: 1.2; }

#about-section .specials {
  margin-top: 3rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr); }
  #about-section .specials .fas {
    color: #ff601e;
    padding-bottom: 0.4rem; }

#certification-section .process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  text-align: center; }
  #certification-section .process-step {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    background: #ff601e;
    color: #000;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    padding: 1rem;
    transition: all 1s; }
  #certification-section .process-icon {
    border-radius: 50%;
    background: #333;
    color: #fff;
    padding: 2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    transition: all 1s; }
    #certification-section .process-icon:hover {
      background: #ff601e;
      width: 90px;
      height: 90px;
      line-height: 90px; }
      #certification-section .process-icon:hover .process-step {
        background: #333;
        color: #fff; }

#main-footer {
  background: #333;
  color: #fff;
  height: auto;
  /* Change height to auto to accommodate content */ }
  #main-footer .footer-content {
    display: flex;
    flex-direction: column;
    /* Change to column layout on mobile */
    align-items: center;
    /* Center content */ }
    #main-footer .footer-content .footer-link {
      color: #fff;
      margin-bottom: 1rem;
      /* Add spacing between links */ }
    #main-footer .footer-content .social .fab {
      margin: 0.5rem;
      /* Adjust spacing around social icons */ }
  @media screen and (min-width: 768px) {
    #main-footer .footer-content {
      flex-direction: row;
      /* Revert to row layout on larger screens */
      justify-content: space-between;
      /* Distribute items evenly */
      padding: 0.5rem 1rem;
      /* Add padding to the sides */ } }

.certificates {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.certificates h2 {
  font-size: 24px;
  margin-bottom: 20px; }

.certificate-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  /* Negative margin to counteract the padding on certificate-box */ }

.certificate-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 10px;
  flex: 1 0 23%;
  /* Adjust the width of the boxes to fit four per row */ }

.certificate-link {
  text-decoration: none;
  color: #333;
  font-size: 18px; }
  .certificate-link:hover {
    color: #ff601e; }

.services {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

.services ul {
  list-style-type: none;
  padding: 0;
  text-align: left; }
  .services ul li {
    margin-bottom: 10px; }

.services p {
  margin-bottom: 10px;
  line-height: 1.6; }

@media screen and (max-width: 768px) {
  .specials {
    display: flex !important;
    flex-direction: column;
    align-items: center; }
  .about-item {
    margin-bottom: 20px;
    width: 90%; } }

.line {
  padding: 0 5px;
  color: #ff601e; }

.blog-link {
  color: #ff601e;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 700; }
  .blog-link:hover {
    color: #cc4d00; }
