* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 1st section */
.homeSContainer {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(rgba(68, 150, 250, 0.52), rgba(68, 150, 250, 0.52)), url('/img/amitk/bgh.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 140px;
}

.homeSContentWrapper {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  z-index: 2;
}

.homeSLeftContent {
  flex: 1;
  min-width: 300px;
  color: white;
  margin-top: 35px;
  margin-left: 210px;
}

.homeSMainHeading {
  font-size: 40px;
  font-weight: 700;
}

.homeSSubHeading {
  font-weight: 600;
  font-size: 36px;
  margin-top: 20px;
}

.homeSQuoteBox {
  background-color: white;
  border-radius: 0px 15px 15px 15px;
  padding: 20px;
  width: 730px;
  position: relative;
  top: 75px;
  left: -50px;
  z-index: 100000;
}

.homeSQuoteText {
  color: #585858;
  font-family: Poppins;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  text-align: justify;
}

.homeSLawyerCharacter {
  position: absolute;
  bottom: 0;
  top: 15px;
  left: 0;
  height: 610px;
  z-index: 1;
}

.homeSBackgroundElement {
  position: absolute;
  opacity: 0.1;
  z-index: 1;
}

@media (min-width:1800px) and (max-width: 2500px) {
  .homeSContainer {
    width: 100%;
    min-height: 65vh;
  }

  .mna-section-wrapper .mna-content-column {
    padding-right: 0 !important;
    margin-left: auto;
    margin-top: 25px !important;
    width: 77.5% !important;
    max-width: 77.5% !important;
    padding-left: 0 !important;
  }

  .breach-of-contract-case {
    padding: 20px;
    padding-bottom: 100px !important;
  }

  .homeSLeftContent {
    flex: 1;
    max-width: 800px;
    color: white;
    margin-top: 35px;
    margin-left: 0px;
  }

  .homeSMainHeading {
    font-weight: 700;
    font-size: 46px;
  }

}

@media (min-width: 801px) and (max-width: 1068px) {
  .homeSContainer {
    margin-top: 200px;
    min-height: 50vh;
  }

  .homeSLeftContent {
    margin-top: 35px;
    margin-left: 36px;
  }

  .homeSQuoteBox {
    background-color: white;
    border-radius: 0px 15px 15px 15px;
    padding: 20px;
    width: 480px;
    top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .homeSContainer {
    margin-top: 0px;
    min-height: 50vh;
  }

  .homeSLeftContent {
    min-width: 300px;
    margin-left: 0px;
  }

  .homeSQuoteBox {
    width: 440px;
    top: 30px;
    left: -13px;
  }

  .homeSFormSection {
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
  }

  .homeSMainHeading {
    font-size: 42px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .homeSContentWrapper {
    justify-content: center;
    text-align: center;
    max-width: 400px;
    flex-direction: column;
  }

  .homeSQuoteBox {
    margin: 20px auto;
  }

  .homeSLeftContent {
    flex: 1;
    max-width: 315px;
    margin-left: 0;
    text-align: left;
  }

  .homeSMainHeading {
    font-weight: 700;
    font-size: 32px;
  }

  .homeSSubHeading {
    font-weight: 600;
    font-size: 28px;
  }

  .homeSQuoteBox {
    background-color: white;
    border-radius: 0px 15px 15px 15px;
    padding: 20px;
    width: 335px;
    position: relative;
    top: 35px;
    left: -10px;
    z-index: 100000;
  }
}

@media (max-width: 767px) {
  .homeSContainer {
    margin-top: 0;
  }
}

.homeSFormSection {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  height: fit-content;
  box-shadow: 0px 9px 67.2px 0px #00000026;
  margin-top: 40px;
}

.homeSFormTop {
  background-color: #2e8df5;
  padding: 25px;
  text-align: center;
}

.homeSFormHeading {
  color: white;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.homeSContactForm {
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.homeSFormInput {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 15px;
  background: white;
}

.homeSFormInput svg {
  margin-right: 10px;
  color: #a0a0a0;
  flex-shrink: 0;
}

.homeSFormInput input,
.homeSFormInput textarea {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
  resize: none;
}

.homeSSubmitButton {
  background-color: #2e8df5;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.homeSSubmitButton:hover {
  background-color: #1c7ae0;
}

@media (max-width:1024px) {
  .homeSLawyerCharacter {
    display: none;
  }
}

/* 2nd section  */
.second-sec-civil-comercial {
  border-radius: 8px 8px 0px 0px;
}

.breach-content-box {
  background-color: #E8EFFF;
}

.breach-of-contract-case {
  padding: 20px;
  padding-bottom: 100px;
}

.breach {
  display: flex;
  gap: 20px;
}

.breach .l {
  flex: 0 0 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breach .r {
  flex: 0 0 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.breach .r p {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 20px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .breach-of-contract-case {
    padding: 20px;
    padding-bottom: 40px;
  }

  .breach .r p {
    margin-top: 50px;
  }

  .breach .l {
    padding-bottom: 80px;
  }
}

/* 3rd section */
.breach-content-box-thired-sec {
  background-color: #E8EFFF;
  margin-left: 22%;
}

.civil-thired-section-title {
  font-size: 24px;
  font-weight: 600;
  background-color: rgba(51, 141, 251, 0.21);
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eaf0fa;
  width: 100%;
}

.csr-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.csr-circle {
  width: 170px;
  height: 170px;
  background: transparent;
  border-radius: 50%;
  border: 3px dotted rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.csr-circle .inner-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 4px 25px 0px #00000040;
  background: #EEF2F3;
}

.csr-circle p {
  font-size: 13px;
  color: #333;
  margin: 0;
}

.csr-circle::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -4px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  border: 1px solid transparent;
  transform: rotate(45deg);
}

.csr-circle.circle-red::before {
  border-top: 2px solid #AC4345;
  border-right: 2px solid #AC4345;
}

.csr-circle.circle-blue::before {
  border-top: 2px solid #459FC1;
  border-right: 2px solid #459FC1;
}

.csr-circle.circle-green::before {
  border-top: 2px solid #36A49F;
  border-right: 2px solid #36A49F;
}

.csr-circle.circle-yellow::before {
  border-top: 2px solid #5EB18A;
  border-right: 2px solid #5EB18A;
}

.csr-circle.circle-orange::before {
  border-top: 2px solid #0E6698;
  border-right: 2px solid #0E6698;
}

.csr-circle.circle-color-6::before {
  border-top: 2px solid #C96A47;
  border-right: 2px solid #C96A47;
}

.csr-circle.circle-color-7::before {
  border-top: 2px solid #D9973E;
  border-right: 2px solid #D9973E;
}

.csr-circle.circle-color-8::before {
  border-top: 2px solid #E7B560;
  border-right: 2px solid #E7B560;
}

.csr-circle.circle-color-9::before {
  border-top: 2px solid #135F3F;
  border-right: 2px solid #135F3F;
}

/* 4th section */
.breach-process-container-main .row>* {
  padding-left: 0;
  padding-right: 0;
}

.breach-process-container {
  position: relative;
  text-align: center;
}

.breach-process-container-main .row {
  margin-right: 0;
}

.breach-process-container p {
  font-size: 14px;
}

.breach-process-hex {
  width: 122px;
  margin: 0 auto;
  margin-bottom: 15%;
}

.breach-process-hex-1 {
  width: 122px;
  margin: 0 auto;
}

.breach-process-line {
  position: absolute;
  width: 8px;
  height: 100px;
  border-radius: 8px;
  left: 70%;
  top: 162px;
  z-index: 0;
}

.alternative-dispute-line {
  position: absolute;
  width: 8px;
  height: 100px;
  border-radius: 8px;
  right: 20%;
  top: -71px;
  z-index: 0;
}

.breach-process-line-1 {
  background: #E1EBB8;
  transform: rotate(-30deg);
}

.breach-process-line-2 {
  background: #A1DDE6;
  transform: rotate(-30deg);
}

.breach-process-line-3 {
  background: #CCB3D5;
  transform: rotate(-30deg);
}

.breach-process-line-4 {
  background: #BEE1DB;
  transform: rotate(30deg);
}

.breach-process-line-5 {
  background: #B7BDD4;
  transform: rotate(30deg);
}

.breach-process-line-6 {
  background: #DCC2B9;
  transform: rotate(30deg);
}

.bottom-icon {
  margin-top: 60px;
}

.bottom-icon P {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 768px) {
  .breach-process-line {
    display: none;
  }

  .alternative-dispute-line {
    display: none;
  }

  .breach-process-hex {
    margin-bottom: 5%;
  }

  .csr-circle::before {

    top: -3px;
    left: -15px;
    border-radius: 50%;
    border: 1px solid transparent;
  }
}

/* 5th section */
.xyz-container {
  display: flex;
  background-color: #eaf0fa;
  padding: 40px;
  font-family: Arial, sans-serif;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.xyz-left {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xyz-image {
  max-width: 100%;
}

.xyz-right {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.xyz-point {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.xyz-number {
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.xyz-point p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .xyz-container {
    flex-direction: column;
    padding: 20px;
  }

  .xyz-left,
  .xyz-right {
    flex: 0 0 100%;
  }

  .xyz-right {
    padding-top: 20px;
  }

  .xyz-point {
    padding-bottom: 12px;
  }

  .xyz-number {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .xyz-point p {
    font-size: 14px;
  }
}

/* 6th section  */
.six-sec-civil-comercial {
  border-radius: 0 0 8px 8px;
}

.six-sec-civil-breach .row {
  margin-right: 0;
  justify-content: center;
  align-items: center;
}

.contract-breach-benefit-item {
  text-align: center;
}

.contract-breach-benefit-item img {
  width: 120px;
  max-width: 100%;
}

.contract-benfits-text {
  font-size: 14px;
  position: absolute;
}

.contract-benfits-text-1 {
  top: 25%;
  left: 22%;
}

.contract-benfits-text-5 {
  top: 25%;
  left: 9%;
}

.contract-benfits-text-2 {
  top: 25%;
  right: 4%;
}

.contract-benfits-text-4 {
  top: 25%;
  right: 12%;
}

.contract-benfits-text-3 {
  top: 25%;
  left: 3%;
}

.breach-content-box .row {
  align-items: center;
}

.top-thired-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bottom-first-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 140px;
  margin-top: -20px;
  position: relative;
}

.middle-second-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 768px) and (max-width:1068px) {
  .contract-benfits-text-1 {
    top: 10%;
    left: 15%;
    width: 25%;
  }

  .contract-benfits-text-2 {
    top: 5%;
    right: 0%;
    width: 22%;
  }

  .contract-benfits-text-4 {
    top: 25%;
    right: 3%;
    width: 25%;
  }

  .contract-benfits-text-5 {
    top: 32%;
    left: 2%;
    width: 25%;
  }

  .contract-benfits-text-3 {
    top: 25%;
    left: 1%;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .benefit-item {
    margin-bottom: 30px;
  }

  .top-row .benefit-item,
  .bottom-row .benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .middle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .contract-benfits-text-1 {
    top: -34%;
    left: 24%;
  }

  .contract-benfits-text-2 {
    top: -67%;
    right: 0%;
  }

  .contract-benfits-text-3 {
    top: -62%;
    left: 0%;
  }

  .contract-benfits-text-4 {
    top: 98%;
    right: 7%;
  }

  .contract-benfits-text-5 {
    top: 98%;
    left: 5%;
  }

  .contract-benfits-text {
    font-size: 12px;
    position: absolute;
    width: 168px;
  }

}

/* 7th section */
.clr-image-section {
  width: 320px;
  height: 200px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clr-image-section img {
  width: auto;
  height: 240px;
}

.clr-image-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .clr-image-section {
    margin-left: 0;
  }
}

/* 8th section */
.sls-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

.sls-card {
  display: flex;
  align-items: stretch;
  background-color: transparent;
  border-radius: 10px;
}

.sls-left {
  width: 87px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.sls-right {
  width: 87px;
  height: 98px;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-left: 10px;
  border: 2px solid black;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sls-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sls-text {
  color: #333;
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}

.sls-bg1 {
  color: #4543C0;
}

.sls-bg2 {
  color: #0DC0B7;
}

.sls-bg3 {
  color: #AF2275;
}

.sls-bg4 {
  color: #FCB40A;
}

.sls-bg5 {
  color: #FD506A;
}

.sls-bg6 {
  color: #CD72CF;
}

.sls-bg7 {
  color: #0785D4;
}

.sls-bg8 {
  color: #BDC838;
}

.sls-left-bg1 {
  background: #4543C0;
}

.sls-left-bg2 {
  background: #0DC0B7;
}

.sls-left-bg3 {
  background: #AF2275;
}

.sls-left-bg4 {
  background: #FCB40A;
}

.sls-left-bg5 {
  background: #FD506A;
}

.sls-left-bg6 {
  background: #CD72CF;
}

.sls-left-bg7 {
  background: #0785D4;
}

.sls-left-bg8 {
  background: #BDC838;
}

@media (min-width: 768px) and (max-width:1068px) {
  .sls-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .sls-right {
    padding: 2px;
  }
}

@media (max-width: 600px) {
  .sls-wrapper {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .sls-right {
    padding: 20px;
  }

  .sls-text {
    font-size: 16px;
  }
}

/* 9th section */
.process-flow-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  gap: 50px;
}

.process-flow-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: -9%;
  margin-left: 14%;
}

.process-flow-step {
  position: relative;
  text-align: center;
}

.process-flow-step img {
  width: 240px;
  max-width: 100%;
}

.last-flow-step img {
  width: 200px;
  max-width: 100%;
}

.process-flow-step p {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translate(-15%, -50%);
  margin: 0;
  padding: 10px;
  font-size: 0.95rem;
  max-width: 180px;
}

@media (min-width:1800px) and (max-width:2500px) {
  .process-flow-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .process-flow-2 {
    gap: 50px;
    margin-top: 0%;
    margin-left: -3%;
  }
}

@media (min-width: 768px) and (max-width:1068px) {
  .process-flow-1 {
    gap: 30px;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
  }

  .process-flow-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 5%;
    margin-left: 5%;
  }

  .process-flow-step.last-flow-step {
    margin-left: -30px;
  }

}

@media (max-width: 768px) {
  .process-flow {
    flex-direction: column;
  }

  .process-flow-1 {
    gap: 10px;
    margin-left: 18%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
  }

  .process-flow-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 5%;
    margin-left: 5%;
  }

  .process-flow-step.last-flow-step {
    margin-left: -50px;
  }
}

/* 10th section */
.xyz-left1 {
  flex: 0 0 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xyz-image2 {
  max-width: 100%;
  height: 274px;
  width: 543px;
}

/* 11th section */
.eleventh-sec-breach {
  border-radius: 0 0 8px 8px;
}

.whyy-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  position: relative;
}

.whyy-img,
.whyy-img2,
.whyy-img3 {
  width: 400px;
  height: 156px;
}

.whyy-img img,
.whyy-img2 img,
.whyy-img3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whyy-sp1 {
  position: relative;
  top: -390px;
  left: 130px;
}

.whyy-sp2 {
  position: relative;
  top: -390px;
  left: 130px;
  margin-bottom: -300px;
}

.eleventh-sec-breach p {
  padding-bottom: 8px;
  font-size: 16px;
  width: 230px;
  color: #333;
  position: absolute;
}

.p1-whyy {
  left: 124px;
  top: 54px;
}

.p2-whyy {
  right: 10px;
  top: 140px;
}

.p3-whyy {
  left: 124px;
  top: 220px;
}

.p4-whyy {
  right: 10px;
  top: 310px;
}

.p5-whyy {
  left: 124px;
  bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .whyy-outer {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 992px) {
  .whyy-outer {
    transform: scale(0.8);
    transform-origin: top center;
  }

  .eleventh-sec-breach p {
    width: 170px;
  }

  .p1-whyy {
    top: 50px;
  }

  .p3-whyy {
    top: 210px;
  }

  .p5-whyy {
    bottom: -25px;
  }

  .p1-whyy,
  .p3-whyy,
  .p5-whyy {
    left: 40px;
  }

  .p2-whyy {
    right: -74px;
    top: 52px;
  }

  .p4-whyy {
    right: -75px;
    top: 275px;
  }
}

@media screen and (max-width: 768px) {
  .whyy-outer {
    transform: scale(0.6);
    transform-origin: top center;
  }

  .p2-whyy,
  .p4-whyy {
    margin-left: 50px;
  }

  .p1-whyy,
  .p3-whyy,
  .p5-whyy {
    margin-left: -95px;
  }
}

@media screen and (max-width: 576px) {
  .whyy-outer {
    transform: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
  }

  .whyy-img,
  .whyy-img2,
  .whyy-img3 {
    width: 135px;
    height: 80px;
    margin: 10px 0;
  }

  .whyy-sp1,
  .whyy-sp2 {
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }

  .p2-whyy {
    right: 130px;
    top: 140px;
  }

  .p4-whyy {
    right: -77px;
    top: 310px;
  }

  section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* 12th section */
.wsss-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.wsss-image-wrapper {
  flex-shrink: 0;
  padding: 20px;
}

.wsss-image {
  width: 350px;
  height: 245px;
}

.wsss-text p {
  font-size: 18px;
  margin: 0;
  padding-right: 20px;
  text-align: justify;
}

@media (max-width: 640px) {
  .wsss-container {
    flex-direction: column;
    padding: 20px;
    text-align: justify;
  }
}

/* 13th section */
.representation-arrow-box {
  display: flex;
  align-items: center;
  background: url(../img/amitk/Rectangle\ 8451.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px;
  margin-bottom: 1.5rem;
  border-radius: 45px;
  position: relative;
  width: 420px;
}

.hexagon-img {
  width: 65px;
  margin-right: 5px;
}

.section-thirteenth-right {
  margin-right: 40px;
}

.section-thirteenth-left {
  margin-left: 40px;
}

.representation-arrow-box::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 16%;
  width: 40px;
  height: 58px;
}

.representation-arrow-box p {
  font-size: 16px;
  margin: 0;
  padding-right: 20px;
}

.arrow-yellow::after {
  background: url(../img/amitk/Vector\ 334.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-green::after {
  background: url(../img/amitk/Vector\ 336.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-blue::after {
  background: url(../img/amitk/Vector\ 338.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-pink::after {
  background: url(../img/amitk/Vector\ 340.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-purple::after {
  background: url(../img/amitk/Vector\ 342.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-red::after {
  background: url(../img/amitk/Vector\ 335.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-violet::after {
  background: url(../img/amitk/Vector\ 337.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-orange::after {
  background: url(../img/amitk/Vector\ 339.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-teal::after {
  background: url(../img/amitk/Vector\ 341.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-navy::after {
  background: url(../img/amitk/Vector\ 343.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .representation-arrow-box {
    width: 320px;
  }

  .representation-arrow-box {
    flex-direction: column;
    text-align: end;
  }

  .section-thirteenth-right {
    margin-right: 0px;
  }

  .section-thirteenth-left {
    margin-left: 0px;
  }

  .representation-arrow-box::after {
    top: 12%;
    width: 29px;
    height: 58px;
  }

  .representation-arrow-box p {
    font-size: 14px;
    width: 260px;
    margin-top: -60px;
    padding-right: 0;
    margin-left: 30px;
  }

  .hexagon-img {
    width: 65px;
    margin-right: 278px;
  }
}

/* 14th section */
.high-court-representation {
  background: #eaf2ff;
}

.high-court-representation .row {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
  gap: 30px;
}

.high-court-representation .col-md-3 {
  width: 24%;
}

.representation-step-wrapper {
  display: flex;
  justify-content: center;
}

.representation-step {
  position: relative;
  background: white;
  padding: 1rem;
  height: 150px;
  width: 150px;
  transform: rotate(45deg);
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 10px solid rgba(0, 79, 255, 0.11), ;
  border-radius: 16px;
}

.representation-step::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -68px;
  left: 66px;
  z-index: 1;
}

.representation-step p {
  transform: rotate(-45deg);
  margin: 0;
  font-size: 13px;
  width: 160%;
  margin-left: -28px;
  margin-top: 20px;
}

.arrow-research::after {
  background: url(../img/amitk/Vector\ 345.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
}

.arrow-strategy::after {
  background: url(../img/amitk/Vector\ 348.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
}

.arrow-drafting::after {
  background: url(../img/amitk/Vector\ 344.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
}

.arrow-filing::after {
  background: url(../img/amitk/Vector\ 347.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
}

.arrow-appearance::after {
  background: url(../img/amitk/Vector\ 350.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
}

.arrow-coordination::after {
  background: url(../img/amitk/Vector\ 346.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
}

.arrow-enforcement::after {
  background: url(../img/amitk/Vector\ 349.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(315deg);
}

.step-number {
  position: absolute;
  top: 30px;
  left: -38px;
  font-weight: bold;
  font-size: 18px;
  transform: rotate(-45deg);
}

.step-number-1 {
  position: absolute;
  top: 30px;
  left: -38px;
  font-weight: bold;
  font-size: 18px;
  transform: rotate(-45deg);
}

.step-number-2 {
  position: absolute;
  bottom: -50px;
  left: 90px;
  font-weight: bold;
  font-size: 18px;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .representation-step::after {
    display: none;
  }
}

@media (max-width: 768px) {

  .representation-step p {
    font-size: 14px;
    transform: rotate(0deg);
    width: 200px;
    margin-left: -7px;
    margin-top: 10px;
  }

  .step-number {
    position: absolute;
    top: 14px;
    left: 100px;
    font-weight: bold;
    font-size: 18px;
    transform: rotate(0deg);
  }

  .high-court-representation .row {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }

  .high-court-representation .col-md-3 {
    width: 100% !important;
  }

  .representation-step {
    padding: 1.5rem;
    transform: rotate(0deg);
    width: 250px;
  }

  .representation-step::after {
    top: -70px;
    left: 120px;
    display: none;
  }

  .step-number-1,
  .step-number-2 {
    background: #fff !important;
    color: #000 !important;
    padding: 5px 18px;
    font-size: 20px !important;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    top: -4px;
    left: -20px;
  }
}

/* 16th section */
.whyy-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px 0;
  background: #e6f0ff;
  flex-wrap: wrap;
  align-items: flex-end;
  border-radius: 0 0 8px 8px;
}

.whyy-wrapper {
  position: relative;
  width: 180px;
  height: calc(var(--height) + 60px);
}

.whyy-box {
  background-color: var(--color);
  height: var(--height);
  border-radius: 0 0 0 0;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
}

.whyy-triangle {
  position: absolute;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 80px solid var(--color);
  z-index: 0;
}

.whyy-circle {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 25px 0px #00000040;
  z-index: 1;
}

.whyy-circle img {
  width: 28px;
  height: 28px;
}

.whyy-text {
  font-size: 16px;
  padding: 5px;
}

@media (max-width: 768px) {
  .whyy-box {
    height: 200px;
  }
}

/* 18th section */
.csr-container {
  padding: 0px 0px;
}

.csr-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.csr-timeline-item {
  position: relative;
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
}

.csr-timeline-block {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: relative;
  margin: 0 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.csr-timeline-item:nth-child(even) .csr-timeline-block {
  transform: translateX(-40px);
}

.csr-timeline-item:nth-child(odd) .csr-timeline-block {
  transform: translateX(40px);
}

.csr-timeline-item p {
  position: absolute;
  width: 385px;
}

.csr-timeline-item p:nth-child(1) {
  position: absolute;
  right: 0;
  top: 35px;
  transform: translateX(-180px);
  text-align: end;
}

.csr-timeline-item p:nth-child(2) {
  position: absolute;
  right: -239px;
  top: 25px;
  transform: translateX(180px);
}

.csr-number {
  font-size: 24px;
  font-weight: bold;
}

.csr-block-dark {
  background-color: #333333;
}

.csr-block-purple {
  background-color: #9c3d88;
}

.csr-block-coral {
  background-color: #ff6b5b;
}

.csr-block-orange {
  background-color: #ffa500;
  margin-top: -40px;
}

.csr-block-blue {
  background-color: #0096d6;
}

.csr-block-teal {
  background-color: #00b3a4;
}

.csr-block-darkgray {
  background-color: #555555;
}

.csr-block-gray {
  background-color: #999999;
}

.csr-timeline-item2 {
  margin-bottom: -40px;
}

@media (max-width: 1068px) {
  .csr-timeline-item p:nth-child(2) {
    position: absolute;
    right: 75px;
    width: 125px;
    top: 25px;
    transform: translateX(234px);
    font-size: 12px;
  }

  .csr-timeline-item p:nth-child(1) {
    position: absolute;
    right: 0;
    top: 0px;
    transform: translateX(-180px);
    text-align: end;
    font-size: 12px;
    width: 138px;
  }

  .csr-timeline-item p {
    position: absolute;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .csr-timeline-block {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
  }

  .csr-number {
    font-size: 20px;
  }

  .csr-timeline-item:nth-child(even) .csr-timeline-block {
    transform: translateX(20px);
  }

  .csr-timeline-item:nth-child(odd) .csr-timeline-block {
    transform: translateX(-20px);
  }
}

@media screen and (max-width: 480px) {
  .csr-timeline-block {
    width: 70px;
    height: 70px;
  }

  .csr-number {
    font-size: 18px;
  }

  .csr-timeline-item:nth-child(even) .csr-timeline-block,
  .csr-timeline-item:nth-child(odd) .csr-timeline-block {
    transform: translateX(0);
  }

  .csr-timeline {
    gap: 15px;
  }
}

/* 19th section */
.nova-container {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 20px;
  gap: 20px;
}

.nova-left {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nova-list-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px 16px;
  height: 68px;
  width: auto;
  border-radius: 60px;
  margin-top: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.g1 {
  height: 90px;
  width: 100px;
  margin-left: 10px;
}

.nova-icon {
  font-size: 20px;
  margin-right: 12px;
}

.nova-text {
  font-size: 16px;
  color: #333;
}

.nova-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nova-image {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .nova-container {
    flex-direction: row;
  }

  .nova-list-item {
    width: auto;
  }
}

@media (max-width: 768px) {
  .nova-image {
    width: auto;
    height: auto;
    object-fit: cover;
  }
}

/* 21 section */
.lpw-outer {
  display: flex;
  justify-content: center;
  padding: 90px 30px;
}

.lpw-circle-container {
  display: flex;
  justify-content: center;
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
}

.lpw-center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}

.lpw-center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpw-logo {
  position: absolute;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.lpw-logo img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.lpw-logo p {
  width: 140px;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #333;
  margin: 0;
}

.lpw-logo1 {
  top: -50px;
  left: 65%;
  transform: translateX(-50%);
}

.lpw-logo2 {
  top: 30%;
  left: 85%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lpw-logo3 {
  bottom: 18%;
  right: -40px;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lpw-logo4 {
  bottom: -20px;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lpw-logo5 {
  bottom: 18%;
  left: -40px;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lpw-logo6 {
  top: 40%;
  left: -50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

@media (min-wdith: 768px) and (max-width: 1068px) {
  .lpw-logo p {
    width: 140px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .lpw-outer {
    padding: 115px 30px;
  }

  .lpw-circle-container {
    width: 220px;
    height: 220px;
  }

  .lpw-center-image {
    width: 60px;
    height: 60px;
  }

  .lpw-logo p {
    width: 120px;
    font-size: 12px;
  }

  .lpw-logo {
    width: 50px;
    height: 30px;
    gap: 8px;
  }

  .lpw-logo1 {
    top: -22px;
    left: 0;
    transform: translateX(160%);
  }

  .lpw-logo2 {
    right: -10px;
  }

  .lpw-logo3 {
    right: -10px;
  }

  .lpw-logo4 {
    left: 50%;
    top: 102%;
  }

  .lpw-logo5 {
    left: -10px;
  }

  .lpw-logo6 {
    left: -10px;
    top: 23%;
  }
}

/* 22 section  */
.cssclas-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e8efff;
  border-radius: 1rem;
}

.cssclas-image-wrapper {
  overflow: hidden;
  height: 292px;
  width: 384px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cssclas-image {
  width: 120%;
  height: auto;
  border-radius: 100px 0 0 100px;
  object-fit: cover;
  object-position: 20% center;
  margin-left: -30%;
}

.cssclas-text {
  max-width: 600px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  font-size: 18px;
  padding-right: 40px;
}

@media (min-width: 640px) {
  .cssclas-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .cssclas-text {
    padding-left: 1.5rem;
  }
}

/* 23 section */
.milf-outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.milf-inner {
  padding: 10px;
}

.milf-img-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.milf-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.milf-outer>.milf-inner:last-child:nth-child(2n + 1) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 55%;
}

.milf-caption {
  position: absolute;
  max-width: 400px;
  box-sizing: border-box;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 16px;
}

.milf-caption1 {
  top: 35%;
  left: 22%;
}

.milf-caption2 {
  top: 25%;
  left: 27%;
}

.milf-caption3 {
  top: 25%;
  right: 27%;
  text-align: right;
}

.milf-caption4 {
  top: 25%;
  left: 27%;
}

.milf-caption5 {
  top: 25%;
  right: 27%;
  text-align: right;
}

.milf-caption6 {
  top: 25%;
  left: 27%;
}

.milf-caption7 {
  top: 3%;
  left: 3%;
}

@media (min-width: 768px) and (max-width: 1068px) {
  .milf-caption {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .milf-outer {
    grid-template-columns: 1fr;
  }

  .milf-outer>.milf-inner:last-child:nth-child(2n + 1) {
    width: 100%;
    justify-self: stretch;
  }
}

/* 24th section */
.circle-layout {
  position: relative;
  width: 440px;
  height: 475px;
  margin: 0 auto;
  background: #e9f0fb;
}

.circle-item {
  position: absolute;
  width: 160px;
  font-size: 14px;
  color: #222;
}

.circle-item img {
  margin-bottom: 10px;
}

.circle-item.top-center {
  top: 0;
  left: 50%;
  transform: translateX(-54%);
}

.circle-item.top-right {
  top: 20%;
  right: 0;
  transform: translateX(26px);
}

.circle-item.bottom-right {
  bottom: 20%;
  right: 0;
  transform: translate(35px, 35px);
}

.circle-item.bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate(-54%, 20px);
}

.circle-item.bottom-left {
  bottom: 20%;
  left: 0;
  transform: translate(0px, 30px);
}

.circle-item.top-left {
  top: 20%;
  left: 0;
  transform: translate(-5px, -10px);
}

.circle-item.top-center p {
  position: absolute;
  top: 0;
  left: 160px;
  width: 250px;
}

.circle-item.top-right p {
  position: absolute;
  top: 40px;
  left: 130px;
  width: 240px;
}

.circle-item.top-left p {
  position: absolute;
  top: 40px;
  right: 170px;
  width: 270px;
  text-align: end;
}

.circle-item.bottom-right p {
  position: absolute;
  top: 40px;
  left: 130px;
  width: 240px;
}

.circle-item.bottom-center p {
  position: absolute;
  top: 40px;
  right: 170px;
  width: 270px;
  text-align: end;
}

.circle-item.bottom-left p {
  position: absolute;
  top: 40px;
  right: 170px;
  width: 270px;
  text-align: end;
}

@media (min-width: 768px) and (max-width: 1068px) {
  .circle-layout {
    position: relative;
    width: 337px;
    height: 350px;
  }

  .circle-item.top-left p {
    position: absolute;
    top: 12px;
    right: 140px;
    width: 156px;
  }

  .circle-item.bottom-left p {
    right: 156px;
    width: 170px;
  }

  .circle-item.bottom-center p {
    width: 240px;
  }

  .circle-item.top-center p {
    width: 190px;
  }

  .circle-item.bottom-right p {
    width: 130px;
  }

  .circle-item.top-right p {
    position: absolute;
    top: 40px;
    left: 124px;
    width: 145px;
  }
}

@media screen and (max-width: 767px) {
  .circle-layout {
    width: 100%;
    height: 400px;
  }

  .circle-item {
    font-size: 13px;
  }

  .circle-item.top-center p {
    position: absolute;
    top: 0;
    left: 107px;
    width: 115px;
  }

  .circle-item.top-center {
    top: 20px;
  }

  .circle-item.bottom-center {
    bottom: 20px;
  }

  .circle-item.top-right p {
    position: absolute;
    top: 40px;
    left: -60px;
    width: 95px;
  }

  .circle-item.bottom-right p {
    position: absolute;
    top: 188px;
    left: -24px;
    width: 140px;
  }

  .circle-item.bottom-center p {
    position: absolute;
    top: 23px;
    right: 100px;
    width: 110px;
    text-align: end;
  }

  .circle-item.bottom-left p {
    position: absolute;
    top: 16px;
    right: -68px;
    width: 150px;
    text-align: end;
  }

  .circle-item.top-left p {
    position: absolute;
    top: -85px;
    right: -58px;
    width: 167px;
    text-align: left;
  }

  .circle-item {
    position: absolute;
    width: 116px;
  }

  .circle-item.top-right {
    top: 20%;
    right: 0;
    transform: translateX(0px);
  }

  .circle-item.bottom-right {
    bottom: 20%;
    right: 0;
    transform: translate(0px, 35px);
  }
}

/* 26th section */
.vcs-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 20px;
}

.vcs-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vcs-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.vcs-text {
  flex: 1;
}

.vcs-title {
  font-size: 1.2rem;
  margin: 0 0 8px;
  font-weight: bold;
}

.vcs-desc {
  margin: 0;
  color: #000000;
}

.vcs-desc1 {
  margin-left: 50px;
  width: 80%;
  text-align: right;
  font-size: 18px;
}

.vcs-desc2 {
  margin-left: 10px;
  width: 80%;
  font-size: 18px;
}

.cssclas-image2 {
  width: 120%;
  height: auto;
  object-fit: cover;
  object-position: 20% center;
  margin-left: 20%;
}

@media (min-width: 768px) and (max-width: 1068px) {
  .vcs-desc1 {
    margin-left: -1px;
    font-size: 16px;
    width: 100%;
  }

  .vcs-desc2 {
    margin-left: 0px;
    width: 113%;
    font-size: 18px;
  }

  .cssclas-image-wrapper {
    overflow: hidden;
    height: auto;
  }
}

@media (min-width: 768px) {
  .vcs-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .vcs-desc1 {
    margin-left: 25px
  }

  .cssclas-image2 {
    margin-left: 5%;
  }

  .cssclas-image-wrapper {
    height: 292px;
    width: 320px;
  }
}

/* 28th section  */
.infographic-container {
  width: 800px;
  height: 950px;
  position: relative;
  margin: auto;
}

.diamond {
  width: 115px;
  height: 115px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  transform: rotate(45deg);
  border-radius: 10px;
}

.diamond-content {
  transform: rotate(-45deg);
}

.infographic-container .label {
  position: absolute;
  width: 220px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.label-right {
  text-align: left;
}

.connector {
  position: absolute;
  border-top: 2px dashed;
  width: 120px;
}

/* Diamond colors */
.diamond-1 {
  background-color: #4040C0;
  top: 42px;
  left: 360px;
}

.diamond-2 {
  background-color: #20B2AA;
  top: 130px;
  left: 275px;
}

.diamond-3 {
  background-color: #B01080;
  top: 218px;
  left: 360px;
}

.diamond-4 {
  background-color: #FFA500;
  top: 305px;
  left: 275px;
}

.diamond-5 {
  background-color: #FF6060;
  top: 395px;
  left: 360px;
}

.diamond-6 {
  background-color: #E080E0;
  bottom: 350px;
  left: 275px;
}

.diamond-7 {
  background-color: #1080C0;
  bottom: 260px;
  left: 360px;
}

.diamond-8 {
  background-color: #C0C030;
  bottom: 170px;
  left: 275px;
}

.diamond-9 {
  background-color: #50C080;
  bottom: 85px;
  left: 365px;
}

/* Labels */
.label-1 {
  top: 135px;
  left: 20px;
}

.label-2 {
  top: 330px;
  left: 10px;
}

.label-3 {
  bottom: 400px;
  left: 20px;
}

.label-4 {
  bottom: 178px;
  left: 20px;
}

.label-5 {
  top: 105px;
  left: 530px;
}

.label-6 {
  top: 280px;
  left: 530px;
}

.label-7 {
  top: 435px;
  left: 530px;
}

.label-8 {
  top: 610px;
  left: 530px;
}

.label-9 {
  bottom: 110px;
  left: 530px;
}

/* Connectors */
.connector-1 {
  top: 115px;
  left: 135px;
  width: 150px;
  border-color: #008080;
}

.connector-2 {
  top: 320px;
  left: 138px;
  width: 130px;
  border-color: #FFA500;
}

.connector-3 {
  bottom: 432px;
  left: 138px;
  width: 130px;
  border-color: #C080C0;
}

.connector-4 {
  bottom: 255px;
  left: 138px;
  width: 130px;
  border-color: #C0C030;
}

.connector-5 {
  top: 85px;
  left: 505px;
  width: 130px;
  border-color: #4040C0;
}

.connector-6 {
  top: 265px;
  left: 505px;
  width: 130px;
  border-color: #B01080;
}

.connector-7 {
  top: 425px;
  left: 505px;
  width: 130px;
  border-color: #FF6060;
}

.connector-8 {
  top: 595px;
  left: 505px;
  width: 130px;
  border-color: #0082D2;
}

.connector-9 {
  bottom: 170px;
  left: 505px;
  width: 130px;
  color: #50C080;
  border-top: 2px dashed;
}

/* Connector dots */
.dot {
  width: 10px;
  height: 10px;
  background-color: white;
  border: 2px solid;
  border-radius: 50%;
  position: absolute;
}

.dot-left {
  left: 125px;
}

.dot-right {
  left: 638px;
}

.dot-1 {
  top: 112px;
  border-color: #008080;
}

.dot-2 {
  top: 316px;
  border-color: #FFA500;
}

.dot-3 {
  bottom: 428px;
  border-color: #C080C0;
}

.dot-4 {
  bottom: 250px;
  border-color: #C0C030;
}

.dot-5 {
  top: 82px;
  border-color: #4040C0;
}

.dot-6 {
  top: 262px;
  border-color: #B01080;
}

.dot-7 {
  top: 421px;
  border-color: #FF6060;
}

.dot-8 {
  top: 590px;
  border-color: #0082D2;
}

.dot-9 {
  bottom: 166px;
  left: 638px;
  border-color: #50C080;
}

@media (max-width: 1024px) {
  .infographic-container {
    max-width: 100%;
    width: 470px;
    padding: 20px;
  }

  .infographic-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .diamond {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }

  .diamond-1 {
    top: 20px;
    left: 120px;
  }

  .diamond-2 {
    top: 110px;
    left: 222px;
  }

  .diamond-3 {
    top: 200px;
    left: 110px;
  }

  .diamond-4 {
    top: 295px;
    left: 230px;
  }

  .diamond-5 {
    top: 390px;
    left: 120px;
  }

  .diamond-6 {
    bottom: 370px;
    left: 230px;
  }

  .diamond-7 {
    bottom: 275px;
    left: 100px;
  }

  .diamond-8 {
    bottom: 175px;
    left: 225px;
  }

  .diamond-9 {
    bottom: 55px;
    left: 100px;
  }

  .connector {
    width: 90px !important;
  }

  .connector-1 {
    top: 115px;
    left: 108px;
  }

  .connector-2 {
    top: 320px;
    left: 100px;
  }

  .connector-3 {
    bottom: 432px;
    left: 110px;
  }

  .connector-4 {
    bottom: 253px;
    left: 110px;
  }

  .connector-5 {
    top: 35px;
    left: 224px;
    width: 130px;
  }

  .connector-6 {
    top: 220px;
    left: 220px;
  }

  .connector-7 {
    top: 425px;
    left: 230px;
  }

  .connector-8 {
    top: 620px;
    left: 230px;
  }

  .connector-9 {
    bottom: 130px;
    left: 230px;
  }

  .dot {
    width: 8px;
    height: 8px;
  }

  .dot-right {
    left: 314px;
  }

  .dot-left {
    left: 104px;
  }

  .dot-5 {
    top: 32px;
    border-color: #4040C0;
  }

  .dot-6 {
    top: 217px;
  }

  .dot-8 {
    top: 616px;
  }

  .dot-9 {
    bottom: 127px;
    left: 320px;
    border-color: #50C080;
  }

  .label {
    font-size: 12px;
    width: 150px;
  }

  .label-1,
  .label-2,
  .label-3,
  .label-4 {
    left: -16px;
  }

  .label-5 {
    top: 45px;
    left: 210px;
  }

  .label-6 {
    top: 230px;
    left: 210px;
  }

  .label-7 {
    top: 435px;
    left: 210px;
  }

  .label-8 {
    top: 625px;
    left: 210px;
  }

  .label-9 {
    bottom: 85px;
    left: 210px;
  }
}


/* 29th section */
.infographics-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infographics-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infographics-row.last {
  margin-left: 44%;
}

.infographics-row.left {
  margin-left: 50px;
}

.infographics-row.right {
  margin-right: 50px;
}

.infographics-row img {
  width: 245px;
  height: 115px;
}

.infographics-row p {
  width: 250px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1068px) {
  .infographics-row img {
    width: 190px;
    height: 90px;
  }

  .infographics-row p {
    width: 250px;
    margin: 0;
    font-size: 14px;
  }

  .infographics-row.infographics-row.last {
    margin-left: 10%;
    flex-direction: column-reverse;
  }

  .infographics-container {
    display: block;
  }
}

@media (min-width:1600px) {
  .infographics-row.last {
    margin-left: 25%;
  }
}

@media (max-width: 768px) {
  .infographics-container {
    display: flex;
    margin-top: 50px;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .infographics-row p {
    width: auto;
    margin: 0;
  }

  .infographic-container.first {
    margin-top: 0;
  }

  .infographics-row.right.middle {
    margin-top: 0px;
  }

  .infographics-row img {
    width: auto;
    height: 90px;
  }

  .infographics-row.last {
    margin-left: -1%;
  }

  .infographics-row.left {
    margin-left: 0px;
  }

  .infographics-row.right {
    margin-right: 0px;
  }

}

/* 31st section */
.nclat-matters-benefits-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 210px;
  flex-wrap: wrap;
  position: relative;
}

.nclat-matters-second-benefits-row {
  margin-top: -150px;
  margin-bottom: 50px;
}

.nclat-matters-benefit-item {
  position: relative;
  width: 140px;
  height: 165px;
}

.nclat-matters-benefit-shape {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.nclat-matters-benefit-top-text,
.nclat-matters-benefit-bottom-text {
  position: absolute;
  width: 260px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  font-size: 17px;
  font-weight: 400;
}

.nclat-matters-benefit-top-text {
  top: -74px;
}

.nclat-matters-benefit-bottom-text {
  bottom: -70px;
}

@media (min-width: 768px) and (max-width: 1068px) {
  .nclat-matters-benefits-container {
    gap: 100px;
  }

  .nclat-matters-second-benefits-row {
    margin-top: -100px;
  }

  .nclat-matters-benefit-item {
    width: 120px;
    height: 140px;
  }

  .nclat-matters-benefit-top-text,
  .nclat-matters-benefit-bottom-text {
    width: 188px;
    font-size: 15px;
  }

  .nclat-matters-benefit-top-text {
    top: -60px;
  }

}

@media (max-width: 768px) {
  .nclat-matters-benefits-container {
    gap: 74px;
  }

  .nclat-matters-second-benefits-row {
    margin-top: 20px;
  }

  .nclat-matters-benefit-top-text,
  .nclat-matters-benefit-bottom-text {
    width: 210px;
  }

  .nclat-matters-benefit-top-text {
    top: -101px;
  }
}

/* 32 section */
.rera-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: #f0f4f8; */
}

.rera-image-wrapper {
  position: relative;
  width: 750px;
}

.rera-main-image {
  width: 100%;
  display: block;
}

.rera-info-box {
  position: absolute;
  top: 13%;
  left: 56%;
  width: 70%;
  background-color: #4285f4;
  color: white;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.rera-info-text {
  font-size: 1.1rem;
  text-align: justify;
}

.rera-accent-block {
  position: absolute;
  bottom: 13%;
  left: 62%;
  width: 66%;
  height: 74px;
  background-color: #90CAF9;
  z-index: 0;
}

@media (min-width: 768px) and (max-width:1068px) {
  .rera-image-wrapper {
    position: relative;
    width: 660px;
  }

  .rera-info-text {
    font-size: 1rem;
    font-weight: 300;
  }

  .rera-info-box {
    position: absolute;
    top: 13%;
    left: 25%;
  }

  .rera-accent-block {
    position: absolute;
    bottom: 12%;
    left: 29%;
  }

  .rera-benefit-text {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .rera-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rera-info-box {
    position: relative;
    width: 99%;
    margin: -2rem auto 2rem;
    right: auto;
    left: 0%;
    top: 44px;
  }

  .rera-accent-block {
    display: none;
  }

  .rera-image-wrapper {
    position: relative;
    width: 320px;
  }
}

/* 33 section */
.rera-services-container {
  padding: 0 1rem;
  margin: 0 auto;
}

.rera-service-item {
  margin-bottom: 3rem;
  text-align: center;
}

.rera-hexagon-container {
  position: relative;
  width: 100px;
  margin: 0 auto 0;
}

.rera-hexagon {
  position: relative;
  width: 90px;
  height: 97px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  clip-path: polygon(100% 50%, 87.5% 70%, 77% 90%, 50% 90.2%, 24.7% 90%, 12.2% 70%, 0% 50%, 12.2% 30%, 24.7% 10%, 50% 9.8%, 77% 10%, 87.8% 30%);
  z-index: 2;
}

.rera-hex-content {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 3;
}

.rera-hex-bracket-left,
.rera-hex-bracket-right {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 15px;
  height: 60px;
  z-index: 1;
}

.rera-hex-bracket-left {
  left: -10px;
}

.rera-hex-bracket-right {
  right: 0;
}

.rera-service-text {
  font-size: 16px;
  line-height: 1.4;
  max-width: 200px;
  margin: 0 auto;
}

.rera-service-01 .rera-hex-content {
  color: #8084c8;
}

.rera-service-01 .rera-hex-bracket-left,
.rera-service-01 .rera-hex-bracket-right {
  border-color: #8084c8;
}

.rera-service-02 .rera-hex-content {
  color: #e27d88;
}

.rera-service-02 .rera-hex-bracket-left,
.rera-service-02 .rera-hex-bracket-right {
  border-color: #e27d88;
}

.rera-service-03 .rera-hex-content {
  color: #f9a76c;
}

.rera-service-03 .rera-hex-bracket-left,
.rera-service-03 .rera-hex-bracket-right {
  border-color: #f9a76c;
}

.rera-service-04 .rera-hex-content {
  color: #f4ca64;
}

.rera-service-04 .rera-hex-bracket-left,
.rera-service-04 .rera-hex-bracket-right {
  border-color: #f4ca64;
}

.rera-service-05 .rera-hex-content {
  color: #b2c979;
}

.rera-service-05 .rera-hex-bracket-left,
.rera-service-05 .rera-hex-bracket-right {
  border-color: #b2c979;
}

.rera-service-06 .rera-hex-content {
  color: #3eb5d1;
}

.rera-service-06 .rera-hex-bracket-left,
.rera-service-06 .rera-hex-bracket-right {
  border-color: #3eb5d1;
}

.rera-service-07 .rera-hex-content {
  color: #837cad;
}

.rera-service-07 .rera-hex-bracket-left,
.rera-service-07 .rera-hex-bracket-right {
  border-color: #837cad;
}

.rera-service-08 .rera-hex-content {
  color: #24b9c3;
}

.rera-service-08 .rera-hex-bracket-left,
.rera-service-08 .rera-hex-bracket-right {
  border-color: #24b9c3;
}

@media (max-width: 767px) {
  .rera-service-text {
    max-width: 300px;
  }
}

/* 34 section */
.rera-infographic-wrapper {
  position: relative;
  width: 100%;
  max-width: 830px;
  margin: auto;
  background: url('../img/amitk/rera-process.webp') no-repeat center center;
  background-size: contain;
  aspect-ratio: 1107 / 596;
}

.rera-infographic {
  position: relative;
  width: 100%;
  height: 100%;
}

.block {
  position: absolute;
  max-width: 200px;
  font-size: 14px;
  color: #333;
}

.block-1 {
  top: 10%;
  left: 42%;
  transform: translate(-32%, 0);
  text-align: end;
}

.block-2 {
  top: 20%;
  left: 74%;
  transform: translate(23%, 45px);
}

.block-3 {
  top: 32%;
  left: 50%;
  transform: translate(-118%, 0);
  text-align: end;
}

.block-4 {
  top: 42%;
  left: 15%;
  transform: translate(-25%, 55px);
  text-align: end;
}

.block-5 {
  top: 42%;
  left: 77%;
  transform: translate(-44%, 63px);
}

.block-6 {
  top: 60%;
  left: 5%;
  transform: translate(-34%, 78px);
  text-align: end;
}

.block-7 {
  top: 60%;
  left: 60%;
  transform: translate(-25%, 76px);
}

@media (min-width: 768px) and (max-width: 1068px) {
  .block {
    font-size: 12px;
    max-width: 160px;
    line-height: 1.2rem;
  }

  .block-2 {
    top: 20%;
    left: 78%;
    transform: translate(0%, 26px);
  }

  .block-6 {
    top: 60%;
    left: 5%;
    transform: translate(-35%, 60px);
    text-align: end;
  }

}

@media (max-width: 768px) {
  .block {
    font-size: 10px;
    max-width: 140px;
    line-height: 0.8rem;
  }

  .block-1 {
    top: 7%;
    left: 28%;
  }

  .block-2 {
    top: 0;
    left: 77%;
    transform: translate(0%, 122%);
  }

  .block-3 {
    top: 28%;
    left: 53%;
  }

  .block-4 {
    top: 29%;
    left: 8%;
  }

  .block-5 {
    top: 0;
    left: 69%;
    transform: translate(-10%, 128px);
  }

  .block-6 {
    top: 29%;
    left: 68%;
    transform: translate(-244%, 108px);
  }

  .block-7 {
    top: 43%;
    left: 63%;
  }
}


/* 36th section */
.rera-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.rera-benefits-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.rera-benefit-card {
  position: relative;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 4, 4, 0.05);
  padding: 0.5rem 1rem 0.5rem 5rem;
  width: 100%;
  max-width: 282px;
  margin-left: 35px;
  display: flex;
  align-items: center;
}

.rera-benefit-icon-wrapper {
  position: absolute;
  left: -25%;
  top: 50%;
  transform: translateY(-50%);
  width: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rera-benefit-text {
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

.rera-custom-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  z-index: 2;
  transform: rotate(-45deg);
}

.rera-custom-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #00b3b0;
  stroke-width: 2;
}

@media (max-width: 991px) {
  .rera-benefits-row {
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .rera-benefit-card {
    padding: 6rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
    margin-left: 0;
  }

  .rera-benefit-icon-wrapper {
    left: 50%;
    top: -50px;
    transform: translate(-50%, 20%);
  }
}

/* 38 section */
.relevant-law-acts-contains {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 860px;
  padding: 40px 0;
}

.relevant-law-acts-contains .act-row-2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.relevant-law-acts-contains .act-row {
  position: relative;
  width: 446px;
  border-radius: 8px;
  overflow: hidden;
}

.relevant-law-acts-contains .act-image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
}

.relevant-law-acts-contains .act-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 17px;
  width: 80%;
  padding: 0 15px;
  line-height: 1.2;
}

.relevant-law-acts-contains .act-text.left {
  left: -34px;
  text-align: right;
}

.relevant-law-acts-contains .act-text.right {
  right: -34px;
  text-align: left;
}

@media (min-width:992px) and (max-width: 1068px) {
  .relevant-law-acts-contains .act-row {
    position: relative;
    width: 395px;
    border-radius: 8px;
    overflow: hidden;
  }

  .relevant-law-acts-contains .act-text {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .relevant-law-acts-contains {
    flex-direction: column;
    align-items: center;
  }

  .relevant-law-acts-contains .act-row {
    width: 100%;
    max-width: 315px;
  }

  .relevant-law-acts-contains .act-text.left {
    left: -20px;
  }

  .relevant-law-acts-contains .act-text.right {
    right: -18px;
  }
}

/* 39 section */
.sc-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 20px;
}

.sc-service-grid .sc-service-item:nth-child(5) {
  grid-column: 2 / span 1;
  margin-left: -110px;
}

.sc-service-grid .sc-service-item:nth-child(6) {
  grid-column: 3 / span 1;
  margin-left: -105px;
}

.sc-service-grid .sc-service-item:nth-child(7) {
  grid-column: 4 / span 1;
  margin-left: -105px;
}

.sc-visual-section.col-md-6 {
  width: 46%;
}

.sc-custom-container {
  border-radius: 10px;
  border-width: 2px !important;
  position: relative;
  border: 2px solid #338dfb;
}

.sc-box-shadow {
  width: 295px;
  height: 15px;
  background: radial-gradient(rgba(0, 0, 0, 0.3), transparent 80%);
  margin: -10px auto 0;
  border-radius: 50%;
  filter: blur(1px);
  z-index: 0;
  margin-top: 30px;
}

.sc-service-box {
  border-radius: 12px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 10px;
}

.sc-blue-1 {
  background-image: url('../img/amitk/reprasentation-process-1.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-blue-2 {
  background-image: url('../img/amitk/reprasentation-process-2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-blue-3 {
  background-image: url('../img/amitk/reprasentation-process-3.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-blue-4 {
  background-image: url('../img/amitk/reprasentation-process-4.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-blue-5 {
  background-image: url('../img/amitk/reprasentation-process-5.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-blue-6 {
  background-image: url('../img/amitk/reprasentation-process-6.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-blue-7 {
  background-image: url('../img/amitk/reprasentation-process-7.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1199px) {
  .sc-services-section {
    width: 100%;
    margin-left: 0;
  }

  .sc-service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-service-grid .sc-service-item:nth-child(5),
  .sc-service-grid .sc-service-item:nth-child(6),
  .sc-service-grid .sc-service-item:nth-child(7) {
    grid-column: auto;
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .sc-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sc-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .sc-service-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .sc-service-box {
    width: 100%;
    max-width: 300px;
    padding: 20px;
  }

  .sc-services-section h2 {
    font-size: 20px;
  }

  .sc-services-section h5 {
    font-size: 18px;
    text-align: center;
  }

  .sc-services-section .d-flex.justify-content-around.align-items-center {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 0px;
  }

  .sc-visual-section.col-md-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .sc-box-shadow {
    display: none;
  }
}

/* 41 section */
.court-benefits-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 992px) {
  .court-benefits-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.court-illustration {
  flex: 1;
  text-align: center;
}

.illustration-img {
  max-width: 100%;
  height: auto;
  width: 480px;
}

.hex-benefits-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 620px;
}

.hex-row {
  display: flex;
  align-items: center;
  text-align: end;
}

.hex-row:nth-child(1) {
  position: absolute;
  top: 75px;
  left: -120px;
}

.hex-row:nth-child(2) {
  position: absolute;
  top: 208px;
  left: -200px;
}

.hex-row:nth-child(3) {
  position: absolute;
  top: 328px;
  left: -110px;
}

.hex-row:nth-child(4) {
  position: absolute;
  left: 0;
  bottom: 45px;
}

.hex-img {
  width: 160px;
  height: auto;
  flex-shrink: 0;
}

.hex-text {
  max-width: 165px;
  font-size: 14px;
  color: #333;
  margin: 0;
  margin-top: -30px;
}

@media (max-width: 1068px) {
  .breach {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .breach-content-box-thired-sec {
    background-color: #E8EFFF;
    width: 78%;
    max-width: 78%;
    margin-left: auto;
  }

  .relevant-law-acts-contains {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
  }

  .hex-row:nth-child(1) {
    top: 80px;
    left: 70px;
  }

  .hex-row:nth-child(2) {
    left: 70px;
  }

  .hex-row:nth-child(3) {
    top: 334px;
    left: 70px;
  }

  .hex-row:nth-child(4) {
    left: 70px;
    bottom: 15px;
  }

  .hex-row:nth-child(5) {
    position: absolute;
    left: 70px;
    top: -50px;
  }
}

@media (max-width: 992px) {
  .xyz-image {
    max-width: 60%;
  }

  .xyz-image2 {
    max-width: 100%;
    height: 274px;
    width: auto;
  }

  /* .contract-benfits-text-1 {
    top: -34%;
    left: 38%;
  }

  .contract-benfits-text-2 {
    top: 23%;
    right: 3%;
  }

  .contract-benfits-text-3 {
    top: 29%;
    left: 3%;
  }

  .contract-benfits-text-4 {
    top: 26%;
    right: 7%;
  }

  .contract-benfits-text-5 {
    top: 30%;
    left: 7%;
  } */

  .process-flow-1 {
    gap: 10px;
    margin-left: 5%;
  }

  .eleventh-sec-breach p {
    padding-bottom: 8px;
    font-size: 20px;
  }

  .wsss-image-wrapper {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .breach-content-box-thired-sec {
    width: 100%;
    max-width: 100%;
  }
}