.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Hero Section */
.service-page-hero {
  background-size: cover;
  background-position: left;
  height: 350px;
  position: relative;
}

@media (max-width: 768px) {
  .service-page-hero {
    height: 200px;
  }
}

@media (max-width: 472px) {
  .service-page-hero {
    height: 120px;
  }
}

.service-page-hero .container-1200 {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 0;
}

/* First Content Section - Working Process Design */
.first-content-section {
  padding: 40px 10px;
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.first-content-section > div:first-child > p:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #662d91;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.first-content-section > div:first-child > p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.first-content-section > div:first-child > p:first-of-type::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.first-content-section > div:first-child > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.first-content-section > div:first-child > p:nth-of-type(2) {
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 30px;
}
.first-content-section > div:first-child > ul > li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  border: 2px solid #e8e8e8;
  background: white;
  transition: all 0.3s ease;
  margin: 12px 0px;
}

.first-content-section > div:first-child > ul > li:hover {
  border: 2px solid #662d91;
}

.first-content-section > div:first-child > ul > li > span {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: radial-gradient(#fff1dd, #fcb041);
  color: black;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
}

.first-content-section > div:first-child > ul > li > h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0; /* Reset default browser margins */
}

.first-content-section > div:first-child > ul > li > p {
  grid-column: 2;
  grid-row: 2;
  margin: 0; /* Reset default browser margins */
}

.first-content-section > div:first-child > ul > li > div > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

.first-content-section > div:first-child > ul > li > div > p {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

.first-content-section > div:last-child {
  position: relative;
}

.first-content-section > div:last-child > img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  border: 2px solid #fcb041;
  margin: 20px 0px;
}

.first-content-section > div:last-child > div {
  position: absolute;
  bottom: -59px;
  background: #662d91;
  padding: 20px 40px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  right: -20px;
}

@media (max-width: 1200px) {
  .first-content-section > div:last-child > div {
    right: -10px;
  }
}

.first-content-section > div:last-child > div > span:first-child {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 4px;
}

.first-content-section > div:last-child > div > span:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.first-content-section > div:last-child > div > span:last-child {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
}

/* Second Content Section - Why Choose Us */
.second-content-section {
  margin-top: 10px;
  padding: 80px 10px;
  background: #fff5e6;
  text-align: center;
}

.second-content-section > .container-1200 > p:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #662d91;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.second-content-section > .container-1200 > p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.second-content-section > .container-1200 > p:first-of-type::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.second-content-section > .container-1200 > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
}

.second-content-section > .container-1200 > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: choose-step;
}

.second-content-section > .container-1200 > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  padding: 30px 25px;
  padding-top: 100px;
  border-radius: 20px;
  text-align: left;
  border: 2px solid transparent;
  overflow: hidden;
}

.second-content-section > .container-1200 > ul > li:hover {
  border: 2px solid #662d91;
}

.second-content-section > .container-1200 > ul > li::before {
  counter-increment: choose-step;
  content: counter(choose-step, decimal-leading-zero);
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  font-weight: 700;
  color: #f0f0f0;
  line-height: 1;
}
/* 
.second-content-section > .container-1200 > ul > li::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 25px;
  width: 50px;
  height: 50px;
  background: radial-gradient(#F3E2FF, #662D91);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23662d91'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
} */

.second-content-section > .container-1200 > ul > li > i {
  position: absolute;
  top: 30px;
  /* content: ""; */
  /* padding: 15px 17px; */
  width: 61px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
  z-index: 1;
  background: radial-gradient(circle, #f3e2ff, #662d91);
}

.second-content-section > .container-1200 > ul > li > h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.second-content-section > .container-1200 > ul > li > p {
  font-size: 14px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Third Content Section - Steps */
.third-content-section {
  padding: 40px 10px;
  background: white;
}

.third-content-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.third-content-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}

/* Fourth Content Section */
.forth-content-section {
  padding: 40px 10px;
  background: white;
}

.forth-content-section > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.forth-content-section > div > div:first-child > p:first-of-type,
.forth-content-section > div > div:last-child > p:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #662d91;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.forth-content-section > div > div:first-child > p:first-of-type::before,
.forth-content-section > div > div:last-child > p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.forth-content-section > div > div:first-child > p:first-of-type::after,
.forth-content-section > div > div:last-child > p:first-of-type::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.forth-content-section > div > div:first-child > h2,
.forth-content-section > div > div:last-child > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.forth-content-section > div > div:first-child > p:nth-of-type(2),
.forth-content-section > div > div:last-child > p:nth-of-type(2) {
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 20px;
}

.forth-content-section > div > div:first-child > ul,
.forth-content-section > div > div:last-child > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.forth-content-section > div > div:last-child > ul {
  margin-bottom: 25px;
}

.forth-content-section > div > div:first-child > ul > li,
.forth-content-section > div > div:last-child > ul > li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.forth-content-section > div > div:first-child > ul > li::before,
.forth-content-section > div > div:last-child > ul > li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #000;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forth-content-section > div > div:nth-child(2) {
  position: relative;
}

.forth-content-section > div > div:nth-child(2) > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #662d91;
  display: block;
}

.forth-content-section > div > div:last-child > p:last-child {
  border: 1px solid #662d91;
  border-radius: 12px;
  padding: 20px;
  background: white;
}

.forth-content-section
  > div
  > div:last-child
  > p:last-child
  > span:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.forth-content-section > div > div:last-child > p:last-child > span:last-child {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.5;
  display: block;
}

/* Fifth Content Section - Purple Banner */
.fifth-content-section {
  padding: 50px 10px;
  background: #662d91;
  margin-bottom: 40px;
}

.fifth-content-section > .container-1200 > div {
  display: flex;
  align-items: center;
  gap: 30px;
}

.fifth-content-section > .container-1200 > div > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  /* background: #fdebd0; */
  background: radial-gradient(#fff1dd, #fcb041);
  border-radius: 50%;
  position: relative;
}

.fifth-content-section > .container-1200 > div > i::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #662d91;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.fifth-content-section > .container-1200 > div > h2 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  line-height: 1.4;
  margin: 0;
  min-width: 200px;
  position: relative;
}

.fifth-content-section > .container-1200 > div > h2::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}

.fifth-content-section > .container-1200 > div > p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding-left: 15px;
}

/* FAQ Section */
.sd-faq-section {
  padding: 80px 0;
  background: white;
}

.sd-faq-section > p:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #662d91;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.sd-faq-section > p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.sd-faq-section > p:first-of-type::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.sd-faq-section > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.sd-faq-section > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  counter-reset: faq-step;
}

.sd-faq-section > ul > li {
  background: white;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sd-faq-section > ul > li:first-child,
.sd-faq-section > ul > li[data-active] {
  border: 1px solid #662d91;
}

.sd-faq-section > ul > li > button {
  width: 100%;
  padding: 20px 25px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 50px;
}

.sd-faq-section > ul > li > button::before {
  counter-increment: faq-step;
  content: counter(faq-step) ".";
  position: absolute;
  left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* .sd-faq-section > ul > li:first-child > button::after, */
.sd-faq-section > ul > li[data-active] > button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f5a623;
}

.sd-faq-section > ul > li:not(:first-child):not([data-active]) > button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f5a623;
  border-bottom: none;
}

.sd-faq-section > ul > li > p {
  padding: 0 25px 20px 50px;
  color: #000000;
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
  display: none;
}

/* .sd-faq-section > ul > li:first-child > p,
.sd-faq-section > ul > li[data-active] > p {
  display: block;
} */

/* Responsive */
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }

  .first-content-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .first-content-section > div:last-child > div {
    /* bottom: 20px; */
    /* right: 20px; */
    position: static;
    padding: 15px 25px;
  }

  .second-content-section > .container-1200 > ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .forth-content-section > div {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .forth-content-section > div > div:nth-child(2) > img {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .first-content-section > div:first-child > h2,
  .second-content-section > .container-1200 > h2,
  .third-content-section h2,
  .forth-content-section > div > div:first-child > h2,
  .forth-content-section > div > div:last-child > h2,
  .fifth-content-section > .container-1200 > div > h2,
  .sd-faq-section > h2 {
    font-size: 26px;
  }

  .fifth-content-section > .container-1200 > div {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .fifth-content-section > .container-1200 > div > h2::after {
    display: none;
  }

  .fifth-content-section > .container-1200 > div > p {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .service-page-hero {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 24px;
  }

  .first-content-section,
  .second-content-section,
  .third-content-section,
  .forth-content-section,
  .fifth-content-section,
  .sd-faq-section {
    padding: 60px 0;
  }

  .first-content-section > div:first-child > h2 {
    font-size: 26px;
  }

  .first-content-section > div:last-child > div > span:nth-child(2) {
    font-size: 24px;
  }

  .second-content-section > .container-1200 > ul {
    grid-template-columns: 1fr;
  }

  .sd-faq-section > ul > li > button {
    font-size: 14px;
    padding: 15px 20px;
    padding-left: 45px;
  }

  .sd-faq-section > ul > li > button::before {
    left: 15px;
  }

  .sd-faq-section > ul > li > p {
    padding: 0 20px 15px 45px;
    font-size: 14px;
  }
}
.sd-faq-section {
  padding: 80px 10px;
  background: white;
}

.sd-faq-section > p:first-of-type {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #662d91;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.sd-faq-section > p:first-of-type::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.sd-faq-section > p:first-of-type::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #f5a623;
  border-radius: 2px;
}

.sd-faq-section > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.sd-faq-section > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  counter-reset: faq-step;
}

.sd-faq-section > ul > li {
  background: white;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* .sd-faq-section > ul > li:first-child, */
.sd-faq-section > ul > li[data-active] {
  border: 1px solid #662d91;
}

.sd-faq-section > ul > li > button {
  width: 100%;
  padding: 20px 25px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 50px;
}

.sd-faq-section > ul > li > button::before {
  counter-increment: faq-step;
  content: counter(faq-step) ".";
  position: absolute;
  left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* .sd-faq-section > ul > li:first-child > button::after, */
.sd-faq-section > ul > li[data-active] > button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #f5a623;
}

.sd-faq-section > ul > li:not([data-active]) > button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f5a623;
  border-bottom: none;
}

.sd-faq-section > ul > li > p {
  padding: 0 25px 20px 50px;
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
  display: none;
}

/* .sd-faq-section > ul > li:first-child > p, */
.sd-faq-section > ul > li[data-active] > p {
  display: block;
}

@media (max-width: 480px) {
  .sd-faq-section {
    padding: 60px 0;
  }

  .sd-faq-section > h2 {
    font-size: 26px;
  }

  .sd-faq-section > ul > li > button {
    font-size: 14px;
    padding: 15px 20px;
    padding-left: 45px;
  }

  .sd-faq-section > ul > li > button::before {
    left: 15px;
  }

  .sd-faq-section > ul > li > p {
    padding: 0 20px 15px 45px;
    font-size: 14px;
  }
}
