.common-page-back {
  height: 70vh; 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-containers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 85px;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.centered-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #ddd;
  line-height: 40px !important;
}

.common-para {
  color: #616161;
  font-weight: 500;
  text-align: center;
  padding-left: 90px; /* Default padding for larger screens */
  padding-right: 90px; /* Default padding for larger screens */
}

@media (max-width: 767px) {
  .common-para {
    padding-left: 20px; /* Adjusted padding for mobile devices */
    padding-right: 20px; /* Adjusted padding for mobile devices */
    text-align: justify;
  }
  .section-common{
    padding: 60px 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .common-para {
    padding-left: 40px; /* Adjusted padding for tablets */
    padding-right: 40px; /* Adjusted padding for tablets */
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .common-para {
    padding-left: 70px; 
    padding-right: 70px; 
  }
}

@media (min-width: 1441px) {
  .common-para {
    padding-left: 5px; 
    padding-right: 5px; 
  }
}



/* What is Section */

.unique-section {
  padding: 10px;
}
.unique-row {
  margin-bottom: 20px;
}
.unique-para {
  font-size: 16px;
  color: white;
}
.unique-button {
  text-align: center;
}
.unique-button a {
  text-decoration: none;
  color: white;
  background-color: #b70040ff;
  padding: 10px 20px;
  border-radius: 5px;
}

.unique-seo-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #b70040ff; /* Background color matching the image */
}

.unique-seo-content {
  flex: 1 1 50%;
  color: white;
  padding: 60px;
  padding-left: 90px;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.unique-seo-content h2 {
  color: white; /* Set the paragraph text color to white */
  padding: 10px;
  font-size: 25px;
  font-weight: bold;

}
.unique-seo-content p {
  color: white; /* Set the paragraph text color to white */
  padding: 10px;
  font-size: 14px;
}

.unique-seo-image {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  padding-left: 30px;
  box-sizing: border-box;
}

.unique-seo-image img {
  max-width: 100%;
  height: 250px;
  border: 2px solid white ; 
  border-radius: 30px;
  object-fit: cover
}

@media (max-width: 768px) {
  .unique-seo-section {
      flex-direction: column;
  }
  .unique-seo-content {
      flex: 1 1 100%;
      padding: 40px; 
      padding-top: 60px;
      padding-bottom: 0px;
  }
  .unique-seo-content h2{
    text-align: left;
  }
  .unique-seo-image {
    flex: 1 1 100%;
    padding: 40px;
    padding-bottom: 60px;
  }
}

/* Our Services */
.unique-services-section {
  text-align: center;
  padding: 70px 120px;
}

.unique-services-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.unique-services-section p {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
  font-weight: normal;
  padding: 0px 300px 0px 300px !important;
}

.unique-services-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Ensure cards are centered */
  gap: 20px; /* Added gap to handle spacing between cards */
}

.unique-service-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 30px;
  width: calc(33.333% - 60px); /* Ensure cards are equal width */
  height: 300px; /* Fixed height to ensure cards are equal */
  box-sizing: border-box;
  margin: 10px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.unique-service-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.unique-service-card p {
  font-size: 14px;
  text-align: center;
  color: #616161;
  font-weight: normal;
  padding: 0px 0px 0px 0px !important;
  margin-bottom: 0px;
}

.unique-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .unique-service-card {
      width: calc(100% - 40px); /* Ensure full width on small screens */
      padding: 5px;
  }

  .unique-services-section {
      padding: 60px 20px; /* Adjusted padding for smaller screens */
  }

  .unique-services-section h2 {
      font-size: 1.2em; /* Reduced font size for smaller screens */
  }

  .unique-services-section p {
      font-size: 0.9em; /* Reduced font size for smaller screens */
      padding: 0px 20px !important; /* Adjusted padding for smaller screens */
  }
}

/* Our Approaches */

.unique-approach-section {
  padding: 40px 20px;
  background-color: #F2F2F2;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unique-approach-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-right: 20px;
}

.unique-approach-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.unique-approach-text {
  width: 100%;
  flex: 1 1 50%;
  max-width: 600px;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unique-approach-text h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: justify;
}

.unique-approach-text h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: justify;
}

.unique-approach-text p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 10px;
  color: #333;
}

.unique-approach-image {
  flex: 1 1 50%;
  max-width: 600px;
  padding: 20px;
  padding-left: 30px;
  box-sizing: border-box;
  text-align: center; /* Center align the image */
}

.unique-approach-image img {
  max-width: 100%;
  height: auto;
  width: 400px; 
  border: 2px solid #ddd;
  border-radius: 10px;
}

.unique-approach-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

.unique-approach-arrow {
  border: 2px solid #ddd;
  color: black;
  font-size: 1em;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  margin: 6px;
  transition: background-color 0.3s, color 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unique-approach-arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.unique-approach-arrow#prev-step::before {
  border-width: 6px 6px 6px 0;
  border-color: transparent #646464 transparent transparent;
}

.unique-approach-arrow#next-step::before {
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #646464;
}

.unique-approach-arrow:hover {
  background-color: #ddd;
  color: white;
}

.unique-approach-arrow:focus {
  outline: none; /* Remove default focus outline */
}

.unique-approach-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.unique-approach-steps {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unique-step {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #ddd;
  border-radius: 50%;
  line-height: 40px;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s, color 0.3s;
  color: #333; /* Darker gray color */
  font-weight: bold; /* Make numbers bold */
}

.unique-step.active {
  background-color: #b70040ff;
  color: white;
  border-color: #b70040ff;
  font-weight: bold;
}

.unique-step:hover {
  background-color: #b70040ff;
  color: white;
  transform: scale(1.1);
}

.unique-step span {
  color: #333; /* Darker gray color */
}

.unique-step:hover span {
  color: white; /* White color on hover */
}

.unique-step.active span {
  color: white; /* Ensure the span color is white when active */
}

@media (max-width: 768px) {
  .unique-approach-text, .unique-approach-image {
      flex: 1 1 100%;
      padding: 0px; /* Adjusted padding for smaller screens */
      /* padding-bottom: 60px; */
  }

  .unique-approach-arrow {
    width: 30px; /* Adjust arrow size for smaller screens */
    height: 30px;
  }

  .unique-step {
    width: 30px;
    height: 30px;
    font-size: 0.8em;
    line-height: 30px;
  }

  .unique-approach-image img {
      height: auto; /* Adjusted height for smaller screens */
      margin-top: 20px;
      margin-bottom: 40px;
  }

  .unique-approach-section {
      padding: 40px; /* Adjusted padding for smaller screens */
      
  }

  .unique-approach-section h2 {
      font-size: 1.2em; /* Adjusted font size for smaller screens */
      text-align: start;
  }
}

/* Get Connected */
.unique-contact-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #b70040ff; 
  padding: 20px 50px;
}

.unique-contact-content {
  flex: 1 1 50%;
  color: white;
  padding: 60px;
  padding-left: 40px;
  padding-right: 10px;
  box-sizing: border-box;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.unique-contact-content h2 {
  color: white; /* Set the paragraph text color to white */
  padding: 10px;
  font-size: 28px;
  font-weight: bold;
}

.unique-contact-content p {
  color: white; /* Set the paragraph text color to white */
  padding: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  margin: 0px 340px 0px 340px;
  text-align: center;
}

.hero-button-two a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #ffffff !important;
  text-align: center;
  transition: all .3s;
  border-radius: 40px;
  color: #B70040;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .unique-contact-section {
    padding: 20px; /* Adjusted padding for smaller screens */
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .unique-contact-content {
    flex: 1 1 100%;
    padding: 20px; /* Adjusted padding for smaller screens */
  }

  .unique-contact-content p {
    margin: 0px 20px 0px 20px; /* Adjusted margin for smaller screens */
  }
}

@media (max-width: 480px) {
  .unique-contact-content h2 {
    font-size: 1.2em; /* Reduced font size for smaller screens */
  }

  .unique-contact-content p {
    font-size: 0.9em; /* Reduced font size for smaller screens */
    margin: 0px 10px 0px 10px; /* Adjusted margin for smaller screens */
  }

  .unique-contact-content {
    padding: 10px; /* Adjusted padding for smaller screens */
  }

  .hero-button-two a {
    font-size: 12px; /* Adjusted font size for smaller screens */
    padding: 8px 16px; /* Adjusted padding for smaller screens */
    margin-top: 9px;
  }
}

