
      body {
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        color: #333;
      }

      nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 40px;
        font-size: 1rem;
        background-color: rgba(231, 231, 229, 0); /* Transparent background */
        /* backdrop-filter: blur(10px); Subtle blur effect */
        position: sticky;
        top: 0;
        z-index: 1000;
        transition: transform 0.3s ease-in-out;
      }

      .header-left span {
        margin-right: 10px;
        font-weight: 500;
        position: relative;
        display: inline-flex;
        align-items: center;
      }

      .header-left .fa-solid {
        cursor: pointer;
        margin-left: 8px;
        color: #666;
        transition: color 0.3s;
      }

      .header-left .fa-solid:hover {
        color: #000;
      }

      .header-right a {
        color: #666;
        text-decoration: none;
        transition: color 0.3s;
      }

      .header-right a + a::before {
        content: " / ";
        color: #666;
        margin: 0 10px;
      }

      .header-right a:hover {
        color: #000;
      }

      .profile-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #e7e7e5;
        background-image: radial-gradient(#ccc 1px, transparent 1px);
        background-size: 20px 20px; /* Dot grid pattern */
        height: 80vh;
        position: relative;
        margin-top: -80px; /* Allow section to extend above nav */
        padding-top: 80px; /* Adjust content to avoid overlap with nav */
        border-radius: 0 0 100px 100px;
      }

      .profile-placeholder {
        font-size: 4rem;
        font-weight: bold;
        color: #fff;
        background-color: #333;
        padding: 20px 40px;
        border-radius: 10px;
        margin-bottom: 15px;
        text-align: center;

      }
      .profile-placeholder span {
        display: block;
        background: linear-gradient(to right, white, #afafaf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .profile-tag {
        position: absolute;
        top: 60%;
        background-color: #fff;
        padding: 5px 20px;
        border-radius: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        font-size: 0.9rem;
        transform: translate(-50%, -50%);
        left: 50%;
      }

      .main-heading {
        font-size: 2.8rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
        background: linear-gradient(to right, black, #868686);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .main-heading span {
        display: block;
      }

      .latest-shots .btn {
        background-color: #000;
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 0.9rem;
        border-radius: 20px;
        transition: background-color 0.3s;
      }

      .latest-shots .btn:hover {
        background-color: #444;
      }

      .badge {
        background-color: #fff;
        color: #333;
        font-size: 0.8rem;
        padding: 5px 10px;
        border-radius: 20px;
        margin-left: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      }

      .services-section {
        background-color: #ffffff;
        padding: 50px 20px;
        text-align: center;
      }

      .services-placeholder {
        font-size: 2.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 30px;
      }

      .services-section h2 {
        font-size: 2.5rem;
        margin-bottom: 30px;
        color: #333;
      }

      .card {
        border: none;
        border-radius: 50px; /* Increased radius for a softer look */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s, box-shadow 0.3s;
        padding: 20px;
        text-align: center;
      }

      .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
      }

      .card-icon {
        font-size: 3rem;
        color: #333;
        margin-bottom: 15px;
      }

      .card-title {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
      }

      .card-text {
        color: #555;
      }

      .contact-placeholder {
        font-size: 2.5rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 30px;
      }

      .contact-item {
        font-size: 1.2rem;
        color: #555;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }

      .contact-item i {
        color: #333;
        font-size: 1.5rem;
      }

      .services-section {
    background-color: #ffffff;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    border-radius: 0 0 100px 100px; /* Rounded bottom corners */
    margin-bottom: -50px; /* Overlap contact section */
    z-index: 1;
    overflow: hidden; /* Ensures the background doesn't spill */
  }

      .contact-section {
      background-color: #e7e7e5;
      padding: 60px 20px 0; /* Remove bottom padding for footer alignment */
      text-align: center;
      position: relative;
      border-radius: 110px 100px 100px 100px; /* Rounded bottom corners */
      margin-top: -50px; /* Overlap services section */
      z-index: 1;
      overflow: hidden; /* Ensures the background doesn't spill */
      background-image: radial-gradient(#ccc 1px, transparent 1px);
      background-size: 20px 20px; /* Dot grid pattern */
    }

      .contact-btn {
        margin-top: 20px;
      }

      .contact-btn .btn {
        margin: 0 10px;
        padding: 10px 20px;
        border-radius: 20px;
        font-size: 1rem;
        border: none;
        transition: background-color 0.3s, color 0.3s;
      }

      .contact-btn .btn-primary {
        background-color: #000;
        color: #fff;
      }

      .contact-btn .btn-primary:hover {
        background-color: #444;
      }

      .contact-btn .btn-secondary {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
      }

      .contact-btn .btn-secondary:hover {
        background-color: #000;
        color: #fff;
      }

      .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 40px;
        border-top: 1px solid #cccccce5;
      }

      .footer p {
        margin: 0;
        font-size: 0.9rem;
        color: #333;
      }

.footer hr {
  width: 40%;
  margin: auto;
  border-top: 1px solid #ccc;
}

.handshake-icon {
        font-size: 3rem;
        color: #333;
        margin-bottom: 10px;
      }
.footer a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a + a::before {
  content: " / ";
  margin: 0 10px;
  color: #666;
}

.footer a:hover {
  color: #000;
}