
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      color: #1e1e1e;
      background: #ffffff;
      line-height: 1.6;
    }

    /* Header */
    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 1rem 2rem;
      background: #fff;
      color: #fff;
      position: sticky;
      top: 0;
      z-index: 999;
    }

    .logo {
     
    }

    .nav-right {
      display: flex;
      flex: 2;
      justify-content: flex-end;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .nav-right a {
      text-decoration: none;
      color: white;
      font-weight: 500;
      white-space: nowrap;
      transition: color 0.3s;
    }

    .nav-right a:hover {
      color: #ff7a00;
    }

    .hire-btn {
      padding: 0.4rem 1rem;
      background: #ff7a00;
      color: #0b1f3a;
      border: 2px solid #ff7a00;
      border-radius: 5px;
      font-weight: bold;
      transition: all 0.3s ease;
    }

    .hire-btn:hover {
      background: #ff7a00;
      color: #fff;
    }

    /* Sections */
    section {
      padding: 3rem 2rem;
    }

    /* First Section */
    .first-section {
      display: flex;
      flex-wrap: wrap;
      background-color: #f4f6fa;
      align-items: center;
      justify-content: center;
    }

    .form-section {
      flex: 1;
      min-width: 300px;
      max-width: 500px;
      padding: 1rem;
    }

    .form-section h2 {
      color: #0b1f3a;
      margin-bottom: 1rem;
    }

    form input,
    form textarea {
      width: 100%;
      margin-bottom: 1rem;
      padding: 0.7rem;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    form button {
      padding: 0.7rem 1.2rem;
      background: #ff7a00;
      color: white;
      border: none;
      border-radius: 5px;
      font-weight: bold;
      cursor: pointer;
    }

    .image-section {
      flex: 1;
      text-align: center;
      padding: 1rem;
    }

    .image-section img {
      max-width: 100%;
      border-radius: 10px;
      border: 4px solid #0b1f3a;
      max-width: 585px;
    }

    /* Goal Buttons */
    .goal-btn {
          padding: 0.5rem 1rem;
    background: #f3f3f3;
    border: 2px solid #0b1f3a;
    border-radius: 5px;
    cursor: pointer;
    color: #0b1f3a;
    transition: background 0.3s ease;
    }

    .goal-btn:hover {
      background: #d0d0d0;
    }

    /* Why Section */
    .why-section {
      background-color: #fff;
    }

    .why-section h2 {
      margin-bottom: 1rem;
      text-align: center;
      color: #0b1f3a;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 1rem;
    }

    table, th, td {
      border: 1px solid #ccc;
    }

    th, td {
      padding: 1rem;
      text-align: left;
    }

    th {
      background-color: #ff7a00;
      color: white;
    }

    /* FAQ Section */
    .faq-section {
      background: #f4f6fa;
    }

    .faq-section h2 {
      text-align: center;
      margin-bottom: 2rem;
      color: #0b1f3a;
    }

    .faq {
      margin-bottom: 1.5rem;
    }

    .faq h4 {
      margin-bottom: 0.5rem;
      color: #ff7a00;
    }

    /* Footer */
    footer {
      padding: 1.5rem 2rem;
      text-align: center;
      background: #1d4632;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 768px) {
      header {
        flex-direction: column;
        align-items: center;
      }

      .logo {
        width: 100%;
        text-align: center;
        
      }

      .nav-right {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 1.5rem;
      }
       .nav-right {
    margin-top: 1.5rem;
    transition: margin-top 0.3s ease; /* smooth margin animation */
  }

      .first-section {
        flex-direction: column;
      }

      .form-section,
      .image-section {
        max-width: 90%;
      }

      .nav-right a,
      .hire-btn {
        font-size: 1rem;
      }
    }
  


    .first-section {
padding-bottom: 0px;
}
.image-section {
padding: 1rem;
padding: 0px;

}
.image-section img {
border-radius: 0px;
position: relative;
border:none ;
bottom: -5px;
}
.image-section {
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.image-section img {
  position: static;
  bottom: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  border: none;
}

/* Radio-like circle in goal buttons */
.goal-btn {
  position: relative;
  padding-left: 2.2rem;
  text-align: left;
}

.goal-btn::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #0b1f3a;
  border-radius: 50%;
  background: #fff;
}
#hire{
  margin-bottom: 0px;
}
.slider-section{
  border-radius: 0px;
}



section {
 margin-bottom:0px !important;
}


.value-section {
  background: #fffaf5;
}


.quote-section {
  background: #fffaf5;
}

  


    /* Image Slider Section */
.slider-section {
  background-color: #630; /* navy base */
  padding: 2rem 0;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: calc(250px * 10); /* Adjust based on total slides */
  animation: slideScroll 40s linear infinite;
}

.slide {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.slide img {
  max-width: 100%;
  max-height: 224px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem;
}

@keyframes slideScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
  


    /* Services Section */
.services-section {
  background: #f2f6ff; /* light blue to contrast navy */
  padding: 4rem 2rem;
  text-align: center;
}

.services-section h2 {
  color: #630;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;       /* Center content vertically */
  align-items: center;           /* Center content horizontally */
  background: white;
  padding: 1.2rem 1rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-top: 4px solid #ff851b;
  min-height: 220px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.service-card h3 {
  color: #630;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.service-card p {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  max-width: 90%;
}

.service-btn {
  margin-top: auto;
  padding: 0.45rem 1.2rem;
  background-color: #630;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.service-btn:hover {
  background-color: #ff851b;
  color: #630;
}

  


  .about-section {
  background: #fffaf5; /* subtle light background */
  padding: 4rem 2rem;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.about-text {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.about-text h2 {
  font-size: 2rem;
  color: #630;
}

.about-text hr {
  width: 60px;
  border: 2px solid #ff851b;
  margin: 1rem 0;
}

.about-text h4 {
  color: #ff851b;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-text p {
  color: #333;
  line-height: 1.7;
  font-size: 1rem;
}

.about-image {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}



  .pricing-section {
  background: #f8fbff;
  padding: 4rem 2rem;
  text-align: center;
}

.pricing-header h2 {
  font-size: 2rem;
  color: #630;
  margin-bottom: 0.5rem;
}

.pricing-header p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 3rem;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
}

.pricing-card {
  background: #ffffff;
  border-top: 5px solid #ff851b;
  border-radius: 10px;
  padding: 2rem;
  width: 300px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card.highlighted {
  border-top-color: #630;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.pricing-card h3 {
  font-size: 1.5rem;
  color: #630;
  margin-bottom: 0.5rem;
}

.pricing-card .price {
  font-size: 1.3rem;
  color: #ff851b;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.pricing-card ul {
  text-align: left;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.pricing-card ul li {
  margin-bottom: 0.7rem;
  color: #333;
  list-style-type: disc;
}

.pricing-btn {
  background-color: #630;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
  align-self: center;
}

.pricing-btn:hover {
  background-color: #ff851b;
  color: #630;
}




  /* General Styles */
.section-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center;
}

section {
  background-color: #f9f9f9;
  margin-bottom: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

h2 {
  font-size: 2rem;
  color: #630;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
}

ul li {
  margin: 0.5rem 0;
  font-size: 1rem;
  color: #444;
}

/* Buttons */
.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background-color: #630;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
  margin-top: 1rem;
}

.btn-primary:hover {
  background-color: #ff851b;
  color: #630;
}

.btn-secondary {
  background-color: #ff851b;
  color: #630;
}

.btn-secondary:hover {
  background-color: #630;
  color: #fff;
}

/* Grid Stats */
.stats-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.stats-grid div {
  font-size: 1.2rem;
  color: #630;
  margin: 1rem;
}

/* Form */
.quote-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.quote-form input,
.quote-form textarea {
  margin: 0.5rem 0;
  padding: 0.8rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
}

.quote-form button {
  margin-top: 1rem;
}




.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal-content {
  background: white;
  padding: 2rem;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  text-align: left;
}

.goal-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
}

.goal-option {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  color: #0b1f3a;
  cursor: pointer;
  user-select: none;
}

.goal-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #0b1f3a;
  border-radius: 50%;
}

.goal-option input:checked ~ .custom-radio {
  background-color: #0b1f3a;
  box-shadow: inset 0 0 0 4px white;
}

.modal-content input,
.modal-content button {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.modal-content button {
  background-color: #0b1f3a;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.modal-content button:hover {
  background-color: #ff7a00;
  color: #0b1f3a;
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 1001;
  transition: color 0.3s;
  position: relative;
top: -28px;
left: 97%;
color: #0b1f3a;
}

.close-popup:hover {
  color: #ff7a00;
}


#step1 {
margin-top: -43px;
}

#nextStepBtn {
margin-top: 12px;
}



  .fixed-icons {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
  }

  .fixed-icons a {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s;
  }

  .fixed-icons a:hover {
    transform: scale(1.1);
  }

  .fixed-icons svg {
    width: 24px;
    height: 24px;
  }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-image img {
  width: 100%;
  height: 200px !important;
  display: block;
  object-fit: cover;
}
.service-card {
  border: 1px solid #eee;
  padding: 1.5rem;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.service-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.first-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem 1rem;
}

.first-section .form-text {
  flex: 1 1 50%;
  color: #4d3b2f;
}

.first-section .form-text h1 {
  color: #663300;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.first-section .form-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.first-section .form-container {
  flex: 1 1 400px;
}

#hireForm {
  background: #fff7e6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#hireForm h3 {
  color: #b35c00;
  margin-bottom: 15px;
}

#hireForm input,
#hireForm select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#hireForm button {
  width: 100%;
  padding: 10px;
  background: #663300;
  color: white;
  border: none;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .first-section {
    flex-direction: column;
  }

  .first-section .form-text,
  .first-section .form-container {
    flex: 1 1 100%;
  }
}

.video-section {
  padding: 3rem 2rem;
  background: #fffaf5; /* light background to match your theme */
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1; /* Makes it a square */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fill the square nicely */
  border-radius: 10px;
  display: block;
}