/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
  
/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.background-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60vh;
    background-image: url(../images/overview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Hero Banner Section */
.hero-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Hero Overlay */
.hero-overlay {
  position: absolute;
  top: 1px; /* Starts at the top of the hero section */
  left: 0;
  width: 100%;
  height: 100%; /* Covers the full hero section */
  background-color: rgba(0, 0, 0, 0.7); /* Grey overlay with 50% transparency */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 20px;
  z-index: 10;
}

.breadcrumb {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 3.5rem;
    opacity: 0.8;
  }
  
  .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
  }
  
  section.hero-banner + .about-us {
    margin-top: 20px;
  }
  

  .animate-left,
  .animate-right {
    opacity: 0;
  }
  
  .animate-now.animate-left {
    animation: slideInLeft 1s ease-out forwards;
  }
  
  .animate-now.animate-right {
    animation: slideInRight 1s ease-out forwards;
  }


/* ==========================================================================
   COMPANY OVERVIEW SECTION
   ========================================================================== */
   .company-overview-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 100px;
    gap: 40px;
  }
  
  .left-content {
    width: 30%;
  }
  
  .about-us-box {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  
  .about-us-item {
    padding: 15px;
    border: 1px solid rgb(195, 199, 208);
    color: rgb(53, 59, 70);
    margin: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
  }
  
  .about-us-item:hover,
  .about-us-item.active {
    background: red;
    color: white;
    border: none;
  }
  
  .arrow {
    font-size: 14px;
  }
  
  .quote-contact {
    margin-top: 20px;
  }
  
  .contact-box {
    background-color: rgb(53, 59, 70);
    color: white;
    padding: 20px;
    margin: 20px 0;
  }
  
  .contact-title {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    margin: 40px 0 20px 0;
    font-weight: bold;
    text-align: center;
    width: 50%;
  }
  
  .get-in-touch-title {
    margin-top: 20px;
    margin-left: -50px;
    font-weight: bold;
    font-size: 24px;
  }
  
  .get-in-touch-paragraph {
    font-size: 16px;
    margin-left: -50px;
    padding-bottom: 20px;
  }
  
  .contact-box-address,
  .contact-box-tel,
  .contact-box-time {
    padding-left: 50px;
    font-size: 15px;
    padding-bottom: 20px;
  }
  
  .contact-box .icon {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  .contact-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  
  .biz,
  .contact-us-tel,
  .working-time {
    font-size: 20px;
    font-weight: bold;
  }
  
  .contact-box button {
    width: 100%;
    padding: 20px;
    background-color: white;
    color: rgb(53, 59, 70);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
  }
  
  /* ==========================================================================
     RIGHT SIDE CONTENT
     ========================================================================== */
  .right-content {
    width: 70%;
  }
  
  .right-content h1 {
    padding: 20px 0 20px 70px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
  }
  
  .right-content p {
    margin-left: 20px;
    font-size: 18px;
  }
  
  .what-we-do-grid h3 {
    padding: 10px 0 20px 30px;
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
    color: rgb(53, 59, 70);
  }
  
  p {
    padding-left: 50px;
    line-height: 1.6;
  }
  
  /* ==========================================================================
     IMAGE CONTAINER
     ========================================================================== */
  .sculpting-image-container {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
  }
  
  .sculpting-image-container img {
    width: 100%;
    height: auto;
    padding-left: 70px;
  }
  
  /* ==========================================================================
     WHAT WE DO SECTION
     ========================================================================== */
  .what-we-do-container {
    padding: 70px 0 50px 35px;
    width: 100%;
  }
  
  .what-we-do-container h2 {
    margin-top: 40px;
    padding: 0 65px 0 30px;
    line-height: 1.6;
    font-size: 20px;
  }
  
  .what-we-do-container-highlight {
    color: #D02B2F;
  }
  
  .what-we-do-container p {
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
  }
  
  .what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    max-width: 750px;
    margin-left: 35px;
  }
  
  .what-we-do-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 5px;
    height: 450px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
  }
  
  .what-we-do-box img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
  }
  
  .what-we-do-box h3 {
    height: 20%;
    margin: 0;
    padding: 40px 10px 20px;
    background-color: white;
    color: black;
    width: 100%;
    text-align: center;
  }
  
  .what-we-do-box:hover img {
    transform: scale(1.1);
  }
  
  .what-we-do-box:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  /* ==========================================================================
     CALL TO ACTION
     ========================================================================== */
  .about-section-cta {
    padding: 80px 20px;
    text-align: center;
  }
  
  .about-section-cta h2 {
    font-size: 32px;
    padding-bottom: 20px;
  }
  
  .about-section-cta p {
    font-size: 20px;
    padding-bottom: 60px;
  }
  
  .button {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    background-color: #d62828;
    color: white;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
  }
  
  .button:hover {
    background-color: #b71c1c;
  }
  
  /* ==========================================================================
     RESPONSIVE MEDIA QUERIES
     ========================================================================== */
  
    @keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
    }
    
    @keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
    }
    
    .animate-left {
    animation: slideInLeft 1s ease-out forwards;
    }
    
    .animate-right {
    animation: slideInRight 1s ease-out forwards;
    }
  
  
    @media (max-width: 1024px) {
    .company-overview-section {
      flex-direction: column;
      padding: 40px 40px;
    }
  
    .left-content,
    .right-content {
      width: 100%;
    }
  
    .sculpting-image-container img {
      padding-left: 0;
    }
  
    .what-we-do-grid {
      grid-template-columns: 1fr;
      margin-left: 0;
    }
  }
  
  @media (max-width: 768px) {
    .hero-banner {
      height: 200px;
    }
  
    .breadcrumb {
      font-size: 0.9rem;
    }
  
    .page-title {
      font-size: 1.8rem;
    }
  
    .contact-title {
      width: 100%;
    }
  
    .get-in-touch-title,
    .get-in-touch-paragraph {
      margin-left: 0;
    }
  
    .contact-box-address,
    .contact-box-tel,
    .contact-box-time {
      padding-left: 0;
    }
  
    .right-content h1,
    h3,
    p {
      padding-left: 20px;
    }
  
    .what-we-do-container h2 {
      padding: 0 20px;
    }
  }