@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.hero-section {
    position: relative;
    height: 82vh;
    overflow: hidden;
}
.hero-section2 {
  position: relative;
  height: 40vh;
  overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #273240 !important;
}

.hero-background2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #273240a9 !important;
}

.hero-background.active {
    opacity: 1;
}
.hero-background2.active {
  opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
    position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 1rem;
    width: 90%;
    max-width: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #fff;
}
.hero-title2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #fff;
}


.hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    color: #fff;

}


.hero-cta {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #ff4136;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-cta:hover {
    background-color: #ff725c;
    transform: translateY(-2px);
}

.hero-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.hero-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.hero-indicator.active {
    background-color: white;
}

@media (min-width: 576px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-cta {
        padding: 1rem 2rem;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 4rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .hero-content {
        max-width: 1000px;
    }

    .hero-title {
        font-size: 4.5rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }
}
/* ABOUT US SECTION STYLES */
.about-us-section {
    padding: 60px 0;
    background-color: #f9fafc;
  }
  
  .about-us-grid {
    display: grid;
    align-items: center;
    gap: 40px;
  }
  
  /* Header Styles */
  .about-content h5 {
    font-size: 1.125rem; /* Responsive size */
    color: #fe6600;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .about-content h2 {
    font-size: 2.25rem; /* Responsive size */
    font-weight: 700;
    margin: 20px 0;
  }
  
  .about-content h2 span {
    color: #fe6600;
  }
  
  /* Paragraph Styles */
  .about-content p {
    font-size: 1rem; /* Responsive size */
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  
  /* Button Styles */
  .about-content .btn-custom {
    padding: 12px 40px; /* Responsive padding */
    min-width: 300px;
    background-color: #fe6600;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    transition: background-color 0.3s;
    white-space: nowrap;
    display: flex; /* Use flexbox */
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    margin: 0 auto; /* Center the button in its container */
  }
  
  .about-content .btn-custom:hover {
    background-color: #cc5200;
  }
  
  /* Image Styles */
  .about-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Highlights Styles */
  .about-highlights {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 40px;
  }
  
  .highlight {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    flex: 1; /* Allow highlights to grow and shrink */
  }
  
  .highlight i {
    font-size: 2.5rem; /* Responsive size */
    color: #fe6600;
    margin-bottom: 10px;
  }
  
  .highlight h3 {
    font-size: 1.375rem; /* Responsive size */
    margin-bottom: 15px;
  }
  
  .highlight p {
    font-size: 1rem; /* Responsive size */
    color: #666;
    line-height: 1.6;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 1024px) {
    .about-us-grid {
      grid-template-columns: 1fr; /* Stack the grid items */
    }
  
    .about-content h2 {
      font-size: 2rem; /* Adjust for smaller screens */
    }
  
    .about-content p {
      font-size: 0.9rem; /* Adjust paragraph size */
    }
  
    .about-content .btn-custom {
      padding: 12px 20px; /* Reduce padding */
    }
    
    .highlight {
      margin-bottom: 20px; /* Space between highlights */
    }
  }
  
  @media (max-width: 768px) {
    .about-content h5 {
      font-size: 1rem; /* Adjust for smaller screens */
    }
  
    .about-content h2 {
      font-size: 1.75rem; /* Adjust for smaller screens */
    }
  
    .about-highlights {
      flex-direction: column; /* Stack highlights vertically */
    }
  }
  
  @media (max-width: 480px) {
    .highlight i {
      font-size: 2rem; /* Further adjust icon size */
    }
  
    .highlight h3 {
      font-size: 1.25rem; /* Further adjust heading size */
    }
  
    .highlight p {
      font-size: 0.9rem; /* Further adjust paragraph size */
    }
  }
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
    
  body, html {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #ffffff;
  }

  .services-section {
      padding: 6rem 1rem;
  }

  .container {
      max-width: 1200px;
      margin: 0 auto;
  }

  .section-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #2c3e50;
  }

  .section-subtitle {
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 3rem;
      color: #7f8c8d;
  }

  .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
  }

  .service-category {
      background-color: #f8f9fa;
      border-radius: 12px;
      padding: 2rem;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-category:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .service-category h3 {
      font-size: 1.5rem;
      color: #3498db;
      margin-bottom: 1rem;
  }

  .service-list {
      list-style-type: none;
      padding: 0;
  }

  .service-item {
      margin-bottom: 1rem;
      display: flex;
      align-items: flex-start;
  }

  .service-icon {
      margin-right: 0.5rem;
      color: #ffffff;
      font-size: 1.2rem;
  }

  .service-name {
      font-weight: 600;
      margin-bottom: 0.25rem;
  }

  .service-description {
      font-size: 0.9rem;
      color: #7f8c8d;
  }

  @media (max-width: 768px) {
      .services-grid {
          grid-template-columns: 1fr;
      }
  }

  @media (max-width: 480px) {
      .section-title {
          font-size: 2rem;
      }
      .section-subtitle {
          font-size: 1rem;
      }
  }
  .Projects-section {
    padding: 80px 0; /* Space around the Projects section */
    background-color: #f9f9f9; /* Light background for contrast */
  }
  
  .header-text {
    margin-bottom: 40px; /* Space below the header */
    text-align: center;
  }
  
  .header-text h5 {
    margin-bottom: 40px; /* Space below the header */
    text-align: center;
  }
  
  .Projects-subtitle {
    font-size: 1.5rem; /* Smaller subtitle */
    color: #ff6f3c; /* Accent color */
    text-align: center;
    ali
  
  }
  
  .Projects-title {
    font-size: 2.5rem; /* Main title size */
    font-weight: bold;
    margin: 10px 0; /* Space above and below */
    color: #333;
    text-align: center;
  
  }
  
  .Projects-description {
    font-size: 1.1rem; /* Description font size */
    color: #555; /* Description color */
    max-width: 600px; /* Limit description width */
    margin: 0 auto 30px; /* Center align and space below */
  
  }
  
  .featured-project {
    position: relative; /* For overlay positioning */
    margin-bottom: 40px; /* Space below featured project */
  }
  
  .featured-project img {
    width: 100%; /* Full width of container */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Rounded corners */
  }
  
  .featured-overlay {
    position: absolute; /* Overlay on top of image */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: white; /* Text color */
    display: flex; /* Flex to center text */
    flex-direction: column; /* Column layout */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Fade effect */
  }
  
  .featured-project:hover .featured-overlay {
    opacity: 1; /* Show overlay on hover */
  }
  
  .Projects-gallery {
    display: flex; /* Flex container for Projects items */
    flex-wrap: wrap; /* Wrap items to new line */
    gap: 20px; /* Space between items */
  }
  
  .Projects-item {
    position: relative; /* Position for overlay */
    overflow: hidden; /* Hide overflow for rounded corners */
    border-radius: 8px; /* Round corners */
    flex: 1 1 calc(33.33% - 20px); /* Responsive item width */
    transition: transform 0.3s; /* Animation for hover effect */
  }
  
  .Projects-item img {
    width: 100%; /* Full width of item */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove bottom space */
    border-radius: 8px; /* Rounded corners */
  }
  
  .Projects-overlay {
    position: absolute; /* Position overlay on top of image */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    color: white; /* Text color */
    display: flex; /* Flex to center text */
    flex-direction: column; /* Column layout */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Fade effect */
  }
  
  .Projects-item:hover {
    transform: scale(1.05); /* Slight zoom on hover */
  }
  
  .Projects-item:hover .Projects-overlay {
    opacity: 1; /* Show overlay on hover */
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .Projects-item {
      flex: 1 1 calc(50% - 20px); /* Adjust for smaller screens */
    }
  }
  
  @media (max-width: 480px) {
    .Projects-item {
      flex: 1 1 100%; /* Full width for very small screens */
    }
  }
   /* ABOUT US SECTION */
   .about-us-section {
    padding: 80px 0;
    background-color: #f9f9f9;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .text-center {
    text-align: center;
  }

  .about-header h5 {
    font-size: 1.2rem;
    color: #fe6600;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .about-header h2 {
    font-size: 2.5rem;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
  }

  .about-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
  }

  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 60px;
  }

  .about-content h3 {
    font-size: 1.75rem;
    color: #333;
    margin-bottom: 20px;
  }

  .about-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .btn-custom {
    padding: 12px 40px;
    background-color: #fe6600;
    color: white;
    border-radius: 50px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    display: inline;
  }

  .btn-custom:hover {
    background-color: #cc5200;
  }

  /* Image Styling */
  .about-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }

  .about-image img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
  }

  /* Highlights Section */
  .about-highlights {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
  }

  .highlight {
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
  }

  .highlight:hover {
    transform: translateY(-5px); /* Slight lift on hover */
  }

  .highlight i {
    font-size: 3rem;
    color: #fe6600;
    margin-bottom: 15px;
  }

  .highlight h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
  }

  .highlight p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
  }

  /* Responsive Styling */
  @media (max-width: 1024px) {
    .about-grid {
      grid-template-columns: 1fr; /* Stack content in one column */
      text-align: center;
    }

    .about-image {
      margin-top: 40px; /* Add margin on smaller screens */
    }

    .about-highlights {
      flex-direction: column; /* Stack highlights vertically */
    }

    .highlight {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 768px) {
    .about-header h2 {
      font-size: 2rem; /* Adjust heading size */
    }

    .about-header p {
      font-size: 1rem; /* Adjust paragraph size */
    }

    .about-content h3 {
      font-size: 1.5rem;
    }

    .highlight i {
      font-size: 2.5rem;
    }

    .highlight h3 {
      font-size: 1.3rem;
    }

    .highlight p {
      font-size: 0.9rem;
    }
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

  body, html {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f9fa;
  }

  .Projects-section {
      padding: 6rem 1rem;
  }

  .container {
      max-width: 1200px;
      margin: 0 auto;
  }

  .section-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #2c3e50;
  }

  .section-subtitle {
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 3rem;
      color: #7f8c8d;
  }

  .Projects-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
  }

  .Projects-item {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
  }

  .Projects-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .Projects-item img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      display: block;
      transition: transform 0.3s ease;
  }

  .Projects-item:hover img {
      transform: scale(1.1);
  }

  .Projects-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1.5rem;
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .Projects-item:hover .Projects-overlay {
      opacity: 1;
  }

  .Projects-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      transform: translateY(20px);
      transition: transform 0.3s ease;
  }

  .Projects-category {
      font-size: 1rem;
      font-weight: 300;
      transform: translateY(20px);
      transition: transform 0.3s ease 0.1s;
  }

  .Projects-item:hover .Projects-title,
  .Projects-item:hover .Projects-category {
      transform: translateY(0);
  }

  .Projects-filters {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 2rem;
  }

  .filter-btn {
      background-color: transparent;
      border: 2px solid #3498db;
      color: #3498db;
      padding: 0.5rem 1rem;
      margin: 0.5rem;
      border-radius: 30px;
      cursor: pointer;
      transition: background-color 0.3s, color 0.3s;
      font-weight: 600;
  }

  .filter-btn:hover,
  .filter-btn.active {
      background-color: #3498db;
      color: white;
  }

  @media (max-width: 768px) {
      .Projects-grid {
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      }
  }

  @media (max-width: 480px) {
      .section-title {
          font-size: 2rem;
      }
      .section-subtitle {
          font-size: 1rem;
      }
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

  body, html {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #ffffff;
  }

  .services-section {
      padding: 6rem 1rem;
  }

  .container {
      max-width: 1200px;
      margin: 0 auto;
  }

  .section-title {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #2c3e50;
  }

  .section-subtitle {
      text-align: center;
      font-size: 1.1rem;
      margin-bottom: 3rem;
      color: #7f8c8d;
  }

  .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 2rem;
  }

  .service-category {
      background-color: #f8f9fa;
      border-radius: 12px;
      padding: 2rem;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-category:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .service-category h3 {
      font-size: 1.5rem;
      color: #3498db;
      margin-bottom: 1rem;
  }

  .service-list {
      list-style-type: none;
      padding: 0;
  }

  .service-item {
      margin-bottom: 1rem;
      display: flex;
      align-items: flex-start;
  }

  .service-icon {
      margin-right: 0.5rem;
      color: #ffffff;
      font-size: 1.2rem;
  }

  .service-name {
      font-weight: 600;
      margin-bottom: 0.25rem;
  }

  .service-description {
      font-size: 0.9rem;
      color: #ffffff;
  }

  @media (max-width: 768px) {
      .services-grid {
          grid-template-columns: 1fr;
      }
  }

  @media (max-width: 480px) {
      .section-title {
          font-size: 2rem;
      }
      .section-subtitle {
          font-size: 1rem;
      }
  }




   .nav-item1 .nav-link1 {

    color: #ffffff;
    padding: 15px 15px !important;
    font-weight: 600;
    transition: 0.4s;
}


  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      sans-serif;
    line-height: 1.6;
  }

  .a { /* trigger-button */
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .a:hover {
    background-color: #298efa;
    transform: translateY(-2px);
}

  .b { /* modal-overlay */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .c { /* modal */
    background: white;
    border-radius: 12px;
    width: 95%;
    max-width: 900px;
    max-height: 85vh;  /* Reduced from 90vh */
    position: relative;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  
  .d { /* modal-sidebar */
    width: 35%;
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    color: white;
    padding: 30px;  /* Reduced from 40px */
    border-radius: 12px 0 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .e h2 { /* sidebar-content */
    font-size: 28px;
    margin-bottom: 20px;
  }

  .e p {
    opacity: 0.9;
    margin-bottom: 20px;
  }

  .f { /* testimonial */
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-top: auto;
  }

  .g { /* modal-content */
    width: 65%;
    padding: 40px;
    overflow-y: auto;
  }

  .h { /* close-button */
    position: absolute;
    right: 16px;
    top: 16px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    z-index: 2;
  }

  .i { /* form-row */
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
  }

  .j { /* form-group */
    flex: 1;
    margin-bottom: 16px;
  }

  .j label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
  }

  .j input,
  .j select {
    width: 100%;
    padding: 12px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
  }

  .j input:focus,
  .j select:focus {
    outline: none;
    border-color: #1a73e8;
  }

  .k { /* services-grid */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 24px 0;
  }

  .l { /* service-card */
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }

  .l:hover {
    transform: translateY(-2px);
    border-color: #1a73e8;
  }

  .m { /* service-card.selected */
    border-color: #1a73e8;
    background: #f8f9ff;
  }

  .l input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }

  .n { /* service-icon */
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
  }

  .o { /* service-title */
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
  }

  .p { /* service-description */
    font-size: 13px;
    color: #666;
    line-height: 1.4;
  }

  .q { /* submit-button */
    width: 100%;
    padding: 14px;
    background: #1a73e8;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 24px;
  }

  .q:hover {
    background: #1557b0;
  }

  .r { /* success-message */
    display: none;
    text-align: center;
    padding: 40px;
  }

  .s { /* success-icon */
    font-size: 48px;
    color: #28a745;
    margin-bottom: 16px;
  }

  .t { /* contact-preferences */
    display: flex;
    gap: 16px;
    margin-top: 24px;
  }

  @media (max-width: 768px) {
    .c {
      flex-direction: column;
      max-height: 95vh;
    }

    .d {
      width: 100%;
      padding: 24px;
      border-radius: 12px 12px 0 0;
    }

    .g {
      width: 100%;
      padding: 24px;
    }

    .k {
      grid-template-columns: repeat(2, 1fr);
    }

    .i {
      flex-direction: column;
    }

    .f {
      display: none;
    }
  }

  .form-group {
    margin: 0.5rem 0;  /* Reduced from 0.75rem */
    width: 100%;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 0.2rem;  /* Reduced from 0.25rem */
    font-weight: 500;
    color: #333;
    font-size: 0.875rem;  /* Slightly smaller from 0.9rem */
  }
  
  .form-group textarea {
    width: 100%;
    min-height: 60px;  /* Reduced from 80px */
    padding: 0.375rem;  /* Reduced from 0.5rem */
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    resize: vertical;
    font-family: inherit;
    font-size: 0.875rem;  /* Slightly smaller */
    line-height: 1.3;  /* Tighter line height from 1.4 */
    transition: border-color 0.2s ease;
  }
  
  .form-group textarea:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.1);
  }