/* temp51 css start here */
.temp51,
.temp51-img,
.temp51-img img,
.temp51-content,
.temp51-content-inner {
  width: 100%;
  float: left;
}

.temp51-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  .container {
    height: 100%;
    position: relative;
  }
}

.temp51-content-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.temp51-txt {
  width: 64%;
  float: left;

  h1 {
    line-height: 1.2;
  }

  h4 {
    padding-right: 40%;
    margin-top: 24px;
  }
}

.temp51-form {
  width: calc(36% - 90px);
  padding: 42px;
  float: left;
  border-radius: 12px;
  background: #FFF;
}

/* temp52 css start here */
.temp52,
.temp52-img-d img,
.temp52-img-m img,
.temp52-content,
.temp52-txt ul,
.temp52-txt li,
.temp52-link,
.temp52-logo {
  width: 100%;
  float: left;
}

.temp52-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.temp52-txt {
  width: calc(60% - 90px);
  float: left;
}

.temp52-logo {
  margin-bottom: 10px;
}

.temp52-txt ul {
  margin-block: 24px;
}

.temp52-txt li {
  padding-left: 25px;
  float: left;
  margin-bottom: 16px;
  font-size: 24px;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  list-style: none;
  position: relative;

  &:last-child {
    margin-bottom: 0;
  }
}

.temp52-txt li:before {
  width: 10px;
  height: 10px;
  content: '';
  background: #333;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

.temp52-img-d {
  width: 40%;
  float: left;

  img {
    border-radius: 24px;
  }
}

.temp52-img-m {
  display: none;

  img {
    border-radius: 24px;
  }
}

/* temp53 css start here */
.temp53,
.temp53-img img,
.temp53-content,
.temp53-list,
.temp53-txt,
.temp53-itemTxt {
  width: 100%;
  float: left;
}

.adcBg {
  padding-block: 80px;
  background-color: rgba(255, 245, 243, 0.6);
  background-image:
    url('../img/adc/adc-service-bg1.webp'),
    url('../img/adc/adc-service-bg2.webp');
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
}

/* .temp53-txt {
  h2 {
    margin-bottom: 24px;
  }
} */

.temp53-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 42px;
}

.temp53-list li {
  width: calc(50% - 21px);
  float: left;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.temp53-itemTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;

  h6 {
    font-size: 24px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  p {
    font-size: 20px;
    color: #FFF;
  }
}

/* temp54 css start here */
.temp54,
.temp54-img,
.temp54-imgLg,
.temp54-content,
.temp54-txt,
.temp54-rTxt {
  width: 100%;
  float: left;
}

.temp54-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
}

.temp54-txt {
  width: calc(63% - 90px);
  float: left;

  h2,
  h4 {
    margin-bottom: 24px;
  }
}

.temp54-right {
  width: 37%;
  float: left;
}

.temp54-img {
  position: relative;
}

.temp54-imgLg {
  margin-bottom: 24px;
  border-radius: 24px;
}

.temp54-imgLink {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #EE4223;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40px;
  right: 40px;
}

.temp54-rTxt h6 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

/* temp53 css start here */
.temp57,
.temp57-head,
.temp57-slider,
.temp57Swiper,
.temp57-item {
  width: 100%;
  float: left;
}

.adcCasestudiesBg {
  padding-block: 80px;
  background-color: rgba(255, 245, 243, 0.6);
  background-image:
    url('../img/adc/adc-casestudies-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
}

.temp57-slider {
  position: relative;
}

.temp57Swiper {
  padding-block: 20px;
  overflow: initial;
}

.temp57Swiper .swiper-slide {
  max-width: 840px;
  min-width: 840px;
  padding: 40px 40px 40px 0;
}

.temp57-item {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 6.478px 54.897px 0 rgba(51, 51, 51, 0.10);

  &:hover {
    box-shadow: 0 12px 64px 0 rgba(51, 51, 51, 0.15);
  }

  h6 {
    width: 69%;
    float: left;
    padding: 32px;
    color: #333;
    font-size: 32px;
    font-style: normal;
    line-height: 1.3;
  }
}

.temp57-itemIcon {
  width: 31%;
  float: left;
  display: flex;
  align-items: center;

  img {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 24px 0 0 24px;
  }
}

.temp57-progNav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.temp57-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  width: auto;
}

.temp57-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  float: left;
  background-color: #c7c7c7;
}

.temp57-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE4223;
}

.temp57-prev span,
.temp57-next span {
  font-size: 36px;
  float: left;
  cursor: pointer;
  color: #EE4223;
}

.temp57-progNav .swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}


/* temp65 css start here */
.temp65,
.temp65-img,
.temp65-content,
.temp65-link {
  width: 100%;
  float: left;
}

.adcMapBg {
  padding-block: 80px;
  background-color: rgba(255, 245, 243, 0.6);
  background-image:
    url('../img/adc/adc-map-bg.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.temp65-txt {
  h2 {
    margin-bottom: 24px;
  }
}

.temp65-img {
  margin-block: 32px;
  display: flex;
  justify-content: center;
}

.temp65-img img {
  max-width: 100%;
}

.temp65-link {
  display: flex;
  justify-content: center;
}

/* temp66 css start here */
.temp66,
.temp66-content,
.temp66-acc,
.temp66-accItem,
.temp66-accItemHead,
.temp66-accItemTxt {
  width: 100%;
  float: left;
}

.temp66-acc {
  padding: 32px 42px;
  border-radius: 16px;
  border: 1px solid rgba(51, 51, 51, 0.20);
}

.temp66-accItem {
  border-bottom: 1px solid rgba(219, 220, 221, .40);
  transition: all 0.4s ease-in;
}

.temp66-accItemHead {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;

  h6 {
    width: calc(100% - 60px);
    font-size: 24px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    transition: all 0.3s ease-in;
  }

  .temp66-accItemIcon {
    font-size: 36px;
    color: #000;
    transition: all 0.3s ease-in;
  }
}

.temp66-accItemTxt {
  margin-bottom: 24px;
  display: none;

  p {
    padding-bottom: 16px;
    font-size: 20px;
    color: #333;
    line-height: 1.5;

    &:last-child {
      padding-bottom: 0;
    }
  }
}

.temp66-accItemActive {

  .temp66-accItemHead {
    h6 {
      color: #EE4223;
    }

    .temp66-accItemIcon {
      transform: rotate(180deg);
      color: #EE4223;
    }
  }
}

/* Media Queries start here */
@media only screen and (max-width: 1700px) {

  .temp51-content-inner,
  .temp54-content {
    gap: 42px;
  }

  .temp51-txt {
    h4 {
      padding-right: 36%;
    }
  }

  .temp51-form {
    width: calc(36% - 42px);
    padding: 32px;
  }

  .temp52-txt li,
  .temp54-rTxt h6 {
    font-size: 22px;
  }

  .temp52-txt li:before {
    width: 8px;
    height: 8px;
  }

  .temp54-txt {
    width: calc(63% - 42px);
  }

  .temp53-list {
    gap: 32px;
  }

  .temp53-list li {
    width: calc(50% - 16px);
  }

  .temp53-itemTxt {

    h6 {
      font-size: 22px;
    }

    p {
      font-size: 18px;
    }
  }

  .temp57-item {

    h6 {
      padding: 24px;
      font-size: 28px;
    }
  }
}

@media only screen and (max-width: 1600px) {
  .temp51-form {
    padding: 24px;
  }

  .temp52-txt li,
  .temp54-rTxt h6 {
    font-size: 20px;
  }

  .temp52-content {
    gap: 42px;
  }

  .temp52-txt {
    width: calc(60% - 42px);
  }

  .temp52-txt li:before {
    width: 6px;
    height: 6px;
    top: 11px;
  }

  .temp53-itemTxt {
    h6 {
      font-size: 20px;
    }
  }
}

@media only screen and (max-width: 1500px) {
  .temp51-txt {
    h4 {
      margin-top: 16px;
    }
  }

  .temp51-content-inner,
  .temp54-content {
    gap: 32px;
  }

  .temp51-form {
    width: calc(36% - 32px);
  }

  .temp52-logo {
    img {
      height: 48px;
    }
  }

  .adcBg,
  .adcCasestudiesBg,
  .adcMapBg {
    padding-block: 60px;
  }

  .temp54-imgLink {
    width: 62px;
    height: 62px;
    top: 24px;
    right: 24px;

    img {
      height: 30px;
    }
  }

  .temp57-item {
    h6 {
      font-size: 22px;
    }
  }

  .temp57Swiper .swiper-slide {
    max-width: 700px;
    min-width: 700px;
    padding: 32px 32px 32px 0;
  }

  .temp65-img {
    margin-block: 24px;
  }

  .temp66-accItemHead {
    padding: 24px 0;

    h6 {
      font-size: 20px;
    }

    .temp66-accItemIcon {
      font-size: 32px;
    }
  }

  .temp66-accItemTxt {
    p {
      font-size: 18px;
    }
  }
}

@media only screen and (max-width: 1366px) {

  .temp52-txt li,
  .temp54-rTxt h6 {
    font-size: 18px;
  }

  .temp53-itemTxt {
    h6 {
      font-size: 18px;
    }

    p {
      font-size: 16px;
    }
  }
}

@media only screen and (max-width: 1100px) {
  .temp52-logo {
    img {
      height: 42px;
    }
  }

  .temp53-list {
    gap: 24px;
  }

  .temp53-list li {
    width: calc(50% - 12px);
  }

  .temp53-itemTxt {
    padding: 24px;
  }

  .temp57Swiper .swiper-slide {
    max-width: 600px;
    min-width: 600px;
  }

  .temp66-acc {
    padding: 24px 32px;
  }

  .temp66-accItemHead {
    padding: 16px 0;
  }

  .temp66-accItemTxt {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 680px) {
  .temp51-content-inner {
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .temp51-txt {
    width: 100%;

    h4 {
      padding-right: 0;
      margin-top: 12px;
    }
  }

  .temp51-form {
    width: 100%;
    padding: 32px 16px;
  }

  .temp52 {
    padding: 0 20px;
  }

  .temp52-content {
    gap: 24px;
    flex-direction: column;
  }

  .temp52-txt {
    width: 100%;
  }

  .temp52-logo {
    img {
      height: 36px;
    }
  }

  .temp52-img-d {
    display: none;
  }

  .temp52-img-m {
    display: block;
    float: left;
    margin-top: 24px;
  }

  .temp53 {
    padding: 0 20px;
  }

  .temp53-list {
    gap: 16px;
  }

  .temp53-list li {
    width: 100%;
    border-radius: 12px;
  }

  .temp53-itemTxt {
    padding: 16px;

    h6 {
      font-size: 20px;
      margin-bottom: 8px;
    }
  }

  .temp54 {
    padding: 0 20px;
  }

  .temp54-content {
    gap: 24px;
    flex-direction: column;
  }

  .temp54-txt,
  .temp54-right {
    width: 100%;
  }

  .temp54-imgLg {
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .temp54-rTxt h6 {
    font-size: 20px;
  }

  .temp57 {
    padding: 0 20px;
  }

  .temp57Swiper {
    padding-block: 16px 0;
  }

  .temp57Swiper .swiper-wrapper {
    flex-direction: column;
  }

  .temp57Swiper .swiper-slide {
    max-width: 100%;
    min-width: 100%;
    padding: 8px 0;
  }

  .temp57-progNav {
    display: none;
  }

  .temp57-item {
    border-radius: 12px;
    box-shadow: 0 6.478px 54.897px 0 rgba(51, 51, 51, 0.10);

    h6 {
      font-size: 20px;
      padding: 16px;
    }
  }

  .temp57-itemIcon {
    padding: 0;
    border-radius: 12px 0 0 12px;

    img {
      border-radius: 12px 0 0 12px;
    }
  }

  .temp65-txt,
  .temp66 {
    padding: 0 20px;
  }

  .temp66-acc {
    padding: 24px 16px;
  }

  .temp66-accItemTxt {
    p {
      font-size: 16px;
    }
  }

  .temp66-accItemHead {
    align-items: flex-start;

    h6 {
      width: calc(100% - 40px);
    }
  }

}