@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", serif;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Inter", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.first-section-tax-advisory {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 999;
  justify-content: space-between;
  max-width: fit-content;
  top: 70px !important;
}

.tax-advisory-right-content {
  margin-left: 50px;
}

.taxes-advispry-three-points {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -70px;
  gap: 20px;
  color: #fff;
}

.taxes-advispry-three-points p {
  min-width: 100px !important;
  max-width: 150px !important;
  text-align: center;
}

.tax-advisory-left-side {
  margin-left: 50px;
  margin-right: 40px;
}

.tax-advisory-left-side p {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.taxes-advispry-three-points p {
  font-size: 18px !important;
  font-weight: 400 !important;
}

#IncomeTaxFilings .row {
  margin-right: 0 !important;
}

.chooseus-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.chooseus-title h5 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.chooseus-title p {
  font-size: 18px;
  color: #444;
  margin-bottom: 32px;
  font-weight: 400;
}

.chooseus-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.chooseus-info-item:last-child {
  margin-bottom: 0;
}

.chooseus-info-item h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.chooseus-info-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5f5f5f;
  margin: 0;
}

.chooseus-icon-box {
  background-color: #90caff;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.chooseus-icon-box i {
  color: white;
  font-size: 35px;
}

.chooseus-img-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 488px;
  height: auto;
  aspect-ratio: 6 / 7;
}

.chooseus-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.chooseus-bg-box {
  position: absolute;
  top: -40px;
  right: -50px;
  width: 100%;
  max-width: 488px;
  height: 650px;
  background-color: #90caff;
  border-radius: 12px;
  z-index: 0;
}

@media (min-width: 1800px) and (max-width: 2500px) {
  .first-section-tax-advisory {
    max-width: 85%;
  }

}

@media (max-width: 991.98px) {
  .chooseus-img-wrapper {
    margin-top: 0px;
    aspect-ratio: 3 / 2;
  }

  .chooseus-bg-box {
    top: -20px;
    right: 0;
    height: 100%;
    max-height: 500px;
  }
}

@media (max-width: 767.98px) {
  .chooseus-title h5 {
    font-size: 34px;
  }

  .chooseus-title p {
    font-size: 18px;
  }

  .chooseus-info-item h6 {
    font-size: 18px;
  }

  .chooseus-info-item p {
    font-size: 16px;
  }

  .chooseus-icon-box {
    width: 60px;
    height: 60px;
  }

  .chooseus-icon-box i {
    font-size: 28px;
  }

  .chooseus-bg-box {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .first-section-tax-advisory {
    justify-content: center;
  }
  .tax-advisory-right-content {
    margin-left: 0px;
  }

  .chooseus-info-item {
    align-items: flex-start;
  }

  .chooseus-icon-box {
    margin-bottom: 10px;
  }

  .chooseus-img-wrapper img {
    height: auto !important;
  }

  .taxes-advispry-three-points {
    margin-left: 25px;
    gap: 0px;
    max-width: 300px;
  }

  .tax-advisory-left-side {
    margin-left: 10px;
    margin-right: 0px;
  }
}

/* third section with side bar  */
.mna-sidebar-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.mna-sidebar {
  background-color: #e8efff;
  border-radius: 10px;
  min-height: 100%;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.mna-sidebar.fixed {
  position: fixed;
  top: 80px;
  width: 231px;
}

.mna-sidebar.unfixed {
  position: absolute;
  bottom: 0px;
}

.mna-sidebar h5 {
  font-size: 18px;
  font-weight: 700;
  color: #267cff;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 15px;
}

.mna-sidebar a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.mna-sidebar a.active {
  background-color: #267cff;
  color: #fff;
  position: relative;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.mna-sidebar a.active::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 15px solid #267cff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.mna-content-column {
  width: 78%;
}

.mna-content-box {
  background-color: #e8efff;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 #00000040;
}

.mna-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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mna-title-text {
  display: inline-block;
  border-bottom: 5px solid #338dfb;
  padding-bottom: 5px;
  color: #000;
  border-radius: 5px;
}

.mna-section-title span {
  color: #000;
  margin-left: 3px;
}

.mna-section-after-title {
  padding: 40px;
  padding-bottom: 80px;
}

.mna-description {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  width: 50%;
  color: rgba(0, 0, 0, 0.7);
}

.mna-offset-top {
  margin-top: -5% !important;
}

.mna-feature-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 85px;
  border-radius: 20px;
  z-index: 1;
}

.mna-feature-grid::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 45px;
  right: 45px;
  bottom: 0px;
  border: 5px solid #338dfb;
  border-radius: 20px;
  transform: rotate(45deg);
  z-index: -1;
}

.mna-diamond {
  width: 140px;
  height: 140px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  border-radius: 15px;
  padding: 10px;
}

.mna-feature-grid .mna-diamond:nth-child(1) {
  text-decoration: underline;
  font-weight: 600;
  position: absolute;
  top: 30%;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
}

.mna-feature-grid .mna-diamond:nth-child(2),
.mna-feature-grid .mna-diamond:nth-child(5) {
  background-color: #99c6fd;
  color: #000;
}

.mna-feature-grid .mna-diamond:nth-child(3),
.mna-feature-grid .mna-diamond:nth-child(4) {
  background-color: #267cff;
  color: #fff;
}

.mna-diamond-inner {
  transform: rotate(-45deg);
  width: 100%;
}

.mna-diamond-inner p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.mna-diamond-inner small {
  font-size: 10px;
  font-weight: 400;
}

.mna-image {
  width: 373px;
  max-width: 100%;
  height: 295px;
}

.mna-section-wrapper .row {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .mna-section-wrapper .row {
    flex-direction: column;
  }

  .mna-section-wrapper .col-lg-3,
  .mna-section-wrapper .mna-content-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  .mna-sidebar-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
  }

  .mna-section-title {
    font-size: 20px;
    height: auto;
    padding: 20px 10px;
  }

  .mna-description {
    width: 100%;
    font-size: 15px;
  }

  .mna-section-after-title {
    padding: 20px;
  }

  .mna-offset-top {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .mna-feature-grid {
    gap: 60px;
    border: none;
  }

  .mna-feature-grid::before {
    display: none;
  }

  .mna-feature-grid .mna-diamond {
    width: 130px;
    height: 130px;
    transform: rotate(45deg);
  }

  .mna-diamond-inner {
    font-size: 11px;
  }

  .mna-diamond-inner p {
    font-size: 11px;
  }

  .mna-diamond-inner small {
    font-size: 9px;
  }

  .mna-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

/* 4th section  */
.incometax-section {
  position: relative;
  z-index: 1;
  background: #eff4ff;
  width: 77%;
  margin-left: 22%;
}

.Incometax-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.saving-title {
  text-align: start;
  font-size: 28px;
  font-weight: 600;
  padding: 5px 0px;
}

.Incometax-subtitle span {
  color: #338dfb;
}

.Incometax-title::after {
  content: "";
  display: block;
  width: 270px;
  height: 3px;
  background-color: #338dfb;
  margin: 5px auto 10px auto;
}

.saving-title::after {
  content: "";
  display: block;
  width: 270px;
  height: 3px;
  background-color: #338dfb;
  margin: 5px auto 10px auto;
}

.Incometax-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.income-cards {
  width: 980px;
  padding-bottom: 80px;
}

.income-cards .col-lg-2 {
  width: 21%;
}

.res-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 10px 40px;
  text-align: center;
  max-height: 190px;
  max-width: 190px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.res-card .icon-circle {
  width: 66px;
  height: 66px;
  border: 6px solid #a3d0ff;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.res-card.icon-bottom .icon-circle {
  top: unset;
  bottom: 0;
  transform: translate(-50%, 50%);
  border: 6px solid rgba(51, 141, 251, 1);
}

.res-card h5 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.4;
}

.res-card p {
  font-size: 15px;
  font-weight: 300;
  margin-top: 8px;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .incometax-section {
    width: 100%;
    margin-left: 0;
  }

  .income-cards {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }

  .income-cards .col-lg-2 {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .income-cards .col-lg-2 {
    width: 45%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .income-cards .col-lg-2 {
    width: 100%;
  }

  .res-card {
    max-width: 100%;
    margin: 0 auto;
  }

  .Incometax-subtitle {
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .Incometax-title {
    font-size: 20px;
  }

  .Incometax-subtitle {
    font-size: 16px;
  }

  .res-card h5 {
    font-size: 15px;
  }

  .res-card p {
    font-size: 13px;
  }
}

/* 5th section  */
.insolvency-section {
  width: 986px;
  border-radius: 10px;
  margin-left: 22%;
  background-image: url(../img/bankruptcy-banner.webp);
  position: relative;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background-color: rgba(51, 141, 251, 0.21);
  padding: 10px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}

.section-title span {
  color: #338dfb;
}

.section-title::after {
  content: "";
  display: block;
  width: 410px;
  height: 5px;
  background-color: #338dfb;
  margin: 5px auto 10px auto;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}

.circular-wrapper {
  position: relative;
  width: 288px;
  height: 288px;
  margin: 100px auto 100px;
  border-radius: 50%;
  border: 50px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-label {
  width: 80px;
  height: 75px;
}

.info-icon {
  position: absolute;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-position: center;
  background-size: contain;
}

.info-icon img {
  width: 50px;
}

.icon-cirp {
  top: -135px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/bg-icon-1.webp);
}

.icon-liquidation {
  bottom: -135px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/bg-icon-3.webp);
}

.icon-nclt {
  left: -135px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/bg-icon-4.webp);
}

.icon-bankruptcy {
  right: -135px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/bg-icon-2.webp);
}

.info-content {
  display: flex;
  margin-top: 40px;
  width: 980px;
}

.info-box {
  position: absolute;
  width: 280px !important;
  margin-bottom: 30px;
}

.info-box h6 {
  font-size: 20px;
  font-weight: 500;
}

.info-box:nth-child(1) h6,
.info-box:nth-child(3) h6 {
  color: #338dfb;
}

.info-box:nth-child(2) h6,
.info-box:nth-child(4) h6 {
  color: #90caf9;
}

.info-box p {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
}

.text-cirp {
  top: 155px;
  left: 22%;
  transform: translateX(-50%);
  text-align: end;
}

.text-liquidation {
  bottom: 1%;
  left: 78%;
  transform: translateX(-50%);
}

.text-nclt {
  left: 8%;
  top: 86%;
  transform: translateY(-50%);
  text-align: end;
}

.text-bankruptcy {
  right: 8%;
  top: 35%;
  transform: translateY(-50%);
  text-align: start;
}

.cube {
  position: relative;
  width: 71px;
  transform-style: preserve-3d;
  transform: rotateX(-25deg) rotateY(45deg);
  margin: auto;
}

.cube .face {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #8ecdfc;
  color: #000;
  font-size: 2em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}

.cube .top {
  transform: rotateX(90deg) translateZ(40px);
  border-radius: 5px;
}

.cube .left {
  transform: rotateY(-90deg) translateZ(38px);
  border-radius: 5px;
}

.cube .right {
  transform: rotateY(0deg) translateZ(38px);
  border-radius: 5px;
}

.xyz {
  position: absolute;
  right: -210px;
  top: 0;
  width: 350px;
  transform: scaleX(-1);
}

@media (max-width: 992px) {
  .insolvency-section {
    width: 100%;
    margin-left: 0%;
  }

  .circular-wrapper {
    width: 220px;
    height: 220px;
    margin: 100px auto 100px;
    border: 40px solid #ccc;
  }
}

@media (max-width: 768px) {
  .section-title::after {
    content: "";
    display: block;
    width: 280px;
  }

  .info-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: static;
    margin-top: 20px;
  }

  .insolvency-position .row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    gap: 40px;
  }

  .info-box {
    position: static;
    width: 90% !important;
    margin-bottom: 0px;
  }

  .text-cirp {
    transform: translate(0, 0);
  }

  .text-liquidation {
    transform: translate(0, 0);
  }
}

/* 6th section  */
.structure-conversion {
  position: relative !important;
  z-index: 1 !important;
  background-color: #e8efff !important;
  width: 77% !important;
  border-radius: 10px !important;
}

.structure-conversion h2 {
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  background-color: rgba(51, 141, 251, 0.21);
  padding: 10px 0px !important;
  margin-bottom: 20px !important;
}

.Incometax-title span {
  color: #338dfb;
}

.structurex-conversion h2::after {
  content: "";
  display: block !important;
  width: 270px !important;
  height: 5px !important;
  background-color: #338dfb !important;
  margin: 5px auto 10px auto !important;
  border-radius: 2px !important;
}

.structure-conversion .row {
  margin-right: 0 !important;
}

.hexagon-classes {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 900px !important;
  margin: 10px auto !important;
  height: 420px !important;
}

.hexa-roww {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.hexaa {
  width: 180px !important;
  height: 145px !important;
  background: #ccc !important;
  clip-path: polygon(25% 0%,
      75% 0%,
      100% 50%,
      75% 100%,
      25% 100%,
      0% 50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: #fff !important;
  padding: 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  transition: transform 0.3s ease !important;
  position: relative !important;
  z-index: 1 !important;
}

.hexaa::before {
  content: "";
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  right: 8px !important;
  bottom: 8px !important;
  background-color: inherit !important;
  clip-path: inherit !important;
  z-index: -1 !important;
  border-radius: 4px !important;
}

.hexa-green {
  background: linear-gradient(180deg, #9ac7ff 0%, #338dfb 100%) !important;
  font-weight: 700 !important;
  letter-spacing: 0% !important;
  text-align: center !important;
}

.hexa-orange {
  background: rgb(150, 193, 246) !important;
  box-shadow: 0px 4px 12.5px 0px #00000040 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-align: center !important;
  color: #000 !important;
}

@media (max-width: 1024px) {
  .structure-conversion {
    width: 100% !important;
    margin-left: 0% !important;
  }
  .hexaa {
    width: 150px !important;
    height: 140px !important;
  }
}

@media (max-width: 768px) {
  .structure-conversion .text-muted {
    margin: 0 30px !important;
  }

  .hexagon-classes {
    height: auto !important;
    margin-left: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
    position: static !important;
    margin-bottom: 30px !important;
  }

  .hexaa {
    width: 180px !important;
    height: 140px !important;
    font-size: 12px !important;
    /* padding: 10px; */
    position: static !important;
  }

  .hexaa::before {
    top: 5px !important;
    left: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
  }

  .hexa-green,
  .hexa-blue,
  .hexa-orange,
  .hexa-red {
    top: auto;
    left: auto;
  }

  .structure-conversion .row {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
}

/* 7th section  */
.asset-incometax-section {
  width: 986px;
  border-radius: 10px;
  margin-left: 22%;
  background-image: url(../img/assest-restructuring.webp);
  position: relative;
}

.asset-incometax-section .row {
  margin-right: 0;
}

.asset-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background-color: rgba(51, 141, 251, 0.21);
  padding: 10px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}

.asset-title::after {
  content: "";
  display: block;
  width: 220px;
  height: 5px;
  background-color: #338dfb;
  margin: 5px auto 10px auto;
  border-radius: 2px;
}

.asset-highlight {
  color: #3b91ff;
}

.asset-circle {
  width: 298px;
  height: 298px;
  border: 10px solid #3b91ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background: white;
}

.asset-info-box {
  border-radius: 100px;
  padding: 20px 25px;
  margin-bottom: 45px;
  background: white;
  height: 105px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}

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

.asset-info-box img {
  margin-right: 20px;
  position: absolute;
}

.sale-icon {
  width: 150px;
  height: 140px;
  top: 12%;
  left: 40%;
}

.debt-icon {
  width: 160px;
  top: 44%;
  left: 40%;
}

.npa-icon {
  top: 64%;
  left: 40%;
  width: 150px;
}

.debt-capital {
  margin-left: 34%;
}

.asset-info-title {
  font-weight: 500;
  color: #3b91ff;
  font-size: 16px;
}

.asset-info-description {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .asset-incometax-section {
    width: 100%;
    margin-left: 0;
    /* padding: 20px; */
    background-size: cover;
  }

  .asset-circle {
    width: 220px;
    height: 220px;
    padding: 15px;
  }

  .asset-circle img {
    width: 50px;
  }

  .asset-info-box {
    flex-direction: column;
    align-items: flex-start !important;
    text-align: center;
    padding: 10px;
    height: auto;
    gap: 0px;
    border-radius: 30px;
  }

  .asset-info-box img {
    position: static;
    margin: 0 auto 10px;
    display: block;
  }

  .debt-capital {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .sale-icon,
  .debt-icon,
  .npa-icon {
    width: 80px;
    height: auto;
  }

  .asset-info-title {
    font-size: 15px;
  }

  .asset-info-description {
    font-size: 14px;
  }

  .row.align-items-center {
    flex-direction: column;
  }

  .col-md-7 {
    margin-top: 20px;
  }

  .asset-incometax-section .row {
    margin-right: 0;
    margin: 0 20px;
  }
}

/* 8th section */
.case-container {
  position: relative;
  height: 469px;
  margin-left: 22%;
}

.case-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 8px;
}

.case-gray-strip {
  position: absolute;
  top: 127px;
  width: 100%;
  height: 221px;
  background: #f2f2f2;
}

.case-card {
  position: absolute;
  width: 580px;
  border-radius: 15px;
}

.case-challenge-card {
  top: 41px;
  left: 400px;
  height: 101px;
  background: #067181;
}

.case-solution-card {
  top: 171px;
  left: 400px;
  height: 137px;
  background: #0dadc5;
}

.case-outcome-card {
  top: 323px;
  left: 400px;
  height: 112px;
  background: #058da1;
}

.case-icon {
  position: absolute;
  width: 63px;
  height: 63px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.case-icon-challenge {
  top: 60.5px;
  left: 370px;
}

.case-icon-challenge,
.case-icon-solution,
.case-icon-outcome {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-icon-challenge img,
.case-icon-solution img,
.case-icon-outcome img {
  width: 35px;
}

.case-icon-solution {
  top: 208.5px;
  left: 370px;
}

.case-icon-outcome {
  top: 347.5px;
  left: 370px;
}

.case-title {
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: white;
}

.case-title-challenge {
  top: 56px;
  left: 450px;
}

.case-title-solution {
  top: 186px;
  left: 450px;
}

.case-title-outcome {
  top: 338px;
  left: 450px;
}

.case-text {
  position: absolute;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: white;
}

.case-text-challenge {
  top: 83px;
  left: 450px;
  line-height: 22px;
}

.case-text-solution {
  top: 218px;
  left: 450px;
}

.case-text-outcome {
  top: 370px;
  left: 450px;
}

.case-left-box {
  position: absolute;
  top: 279px;
  left: 15px;
  width: 330px;
  height: 156px;
  background: #e7f4ff;
  border-radius: 15px;
}

.case-left-badge {
  position: absolute;
  top: 237px;
  left: 35px;
  width: 285px;
  height: 77px;
  background: #90caf9;
  border-radius: 15px;
}

.case-left-title {
  position: absolute;
  top: 339px;
  left: 65px;
  width: 248px;
  font-size: 20px;
  font-weight: 600;
  color: black;
  line-height: 27px;
}

.case-left-subtitle {
  position: absolute;
  top: 265px;
  left: 80px;
  font-size: 20px;
  font-weight: 500;
  color: black;
  text-align: center;
  line-height: 22px;
}

.case-shape {
  position: absolute;
  background: #058da1;
}

.shape-1 {
  top: 364.87px;
  left: 512.49px;
  width: 25.51px;
  height: 19.3px;
}

.shape-2 {
  top: 367.88px;
  left: 503px;
  width: 32.72px;
  height: 27.84px;
}

.shape-3 {
  top: 363px;
  left: 510.4px;
  width: 20.95px;
  height: 6.05px;
}

.shape-4 {
  top: 367.86px;
  left: 507.87px;
  width: 20.42px;
  height: 17.23px;
}

.shape-5 {
  top: 375.88px;
  left: 511.22px;
  width: 19.64px;
  height: 15.4px;
}

.slide-indicators-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.slide-indicators {
  display: flex;
  gap: 10px;
  margin-left: 250px;
}

.indicator {
  cursor: pointer;
  font-size: 52px;
  line-height: 0px;
  user-select: none;
  transition: color 0.3s;
}

@media (max-width: 992px) {
  .case-left-title {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
  }

  .case-left-subtitle {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
  }
}

/* Responsive styles for the eighth section */
@media (max-width: 992px) {
  .case-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    margin-left: 0;
    padding: 20px;
    position: relative;
  }

  .case-background,
  .case-gray-strip {
    position: static;
    height: auto;
    border-radius: 0;
    width: 100%;
  }

  .case-left-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .case-left-box,
  .case-left-badge {
    position: static;
    width: 90%;
    max-width: 330px;
    padding: 20px;
    margin-bottom: 10px;
  }

  .case-card {
    position: static;
    width: 90%;
    max-width: 580px;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 20px;
  }

  .case-title,
  .case-text {
    /* position: static; */
    color: white;
    text-align: center;
    padding: 10px 0;
  }

  .case-icon {
    position: static;
    width: 63px;
    height: 63px;
    margin: 10px auto;
  }

  .case-icon img {
    width: 30px;
  }

  .shape-1,
  .shape-2,
  .shape-3,
  .shape-4,
  .shape-5 {
    display: none;
  }

  .slide-indicators {
    margin-left: 0;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .case-text {
    font-size: 14px;
    line-height: 22px;
  }

  .case-left-title,
  .case-left-subtitle {
    font-size: 16px;
  }

  .case-card {
    padding: 15px;
  }

  .indicator {
    font-size: 36px;
  }

  .case-container {
    padding: 20px 10px;
    height: auto;
    overflow: hidden;
  }

  .case-background,
  .case-gray-strip {
    height: auto;
  }

  .case-card {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }

  .case-title,
  .case-text {
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .case-title {
    font-weight: 600;
  }

  .case-left-subtitle {
    left: 195px;
    top: 19%;
    font-size: 16px;
    line-height: 20px;
  }

  .case-left-title {
    left: 223px;
    top: 75px;
    font-size: 16px;
  }

  .case-icon {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }

  .case-icon img {
    width: 28px;
  }

  .case-title-challenge,
  .case-title-solution,
  .case-title-outcome {
    left: 14px;
    top: 30%;
  }

  .case-text-challenge,
  .case-text-solution,
  .case-text-outcome {
    left: 14px;
    top: 32%;
  }

  .case-text-solution {
    left: 14px;
    top: 44%;
  }
}

/* Contract Drafting Page CSS  */
/* ===== Desktop Header ===== */
.header-legal-container {
  background-color: #fff;
  width: 100%;
  height: 80px;
}

.header-legal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}

.header-legal-logo {
  height: 55px;
}

.header-legal-search-auth {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.header-legal-search {
  padding: 7px 10px 7px 45px;
  border: 1.5px solid rgba(51, 141, 251, 0.4);
  border-radius: 25px;
  width: 330px;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 500;
  background-color: #eff6ff;
}

.header-legal-search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 5px;
}

.header-legal-login {
  background-color: #1877f2;
  color: white;
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.header-legal-signup {
  color: #1877f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.header-legal-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

.header-legal-nav {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #f5f9ff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.09);
}

.header-legal-nav ul {
  list-style: none;
  display: flex;
  gap: 50px;
  margin-bottom: 0;
}

.header-legal-nav ul li a {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}

.header-legal-nav ul li a:hover {
  color: #1877f2;
}

.header-legal-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-legal-nav .menu>li {
  position: relative;
  display: inline-block;
}

/* Mobile Header */
.mobile-header {
  display: none;
  background-color: white;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.top-row,
.bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-logo img {
  height: 40px;
}

.profile-wrapper {
  position: relative;
}

.profile-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}

.login-signup {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.login-signup button,
.login-signup a {
  display: block;
  margin: 6px 0;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
  color: #1877f2;
  font-weight: 600;
  text-decoration: none;
}

.mobile-search {
  flex: 1;
  margin-right: 10px;
}

.mobile-search input {
  width: 100%;
  padding: 8px 12px 8px 35px;
  border: 2px solid #dce7f6;
  border-radius: 18px;
  font-size: 16px;
  background-color: #f1f6ff;
  background-image: url("https://img.icons8.com/ios-glyphs/30/search--v1.webp");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.hamburger-menu {
  font-size: 28px;
  cursor: pointer;
}

.mobile-nav {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.mobile-nav li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
}

.mobile-nav li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.has-submenu>a::after {
  content: "\f107";
  float: right;
  font-size: 12px;
  content: "\f107";
  /* font-family: 'Font Awesome 5 Free'; */
  font-weight: 900;
  font-size: 18px;
  color: #333;
  transition: transform 0.3s ease;
  color: #fff;
}

.mobile-nav li.active>a::after {
  content: "\f106";
}

.submenu {
  display: none;
  width: 318px;
  padding-left: 0px;
  background-color: #f5f9ff;
  color: #000;
  list-style-type: none;
}

.mobile-nav li.active>.submenu {
  display: block;
  margin-top: 27px;
}

.submenu-heading {
  font-weight: bold;
  padding: 8px 0 4px;
  display: block;
  background-color: #f5f9ff;
  margin-bottom: 10px;
}

.sub-submenu {
  padding-left: 0px;
  background-color: #f5f9ff;
  color: #000;
}

.sub-submenu li {
  padding: 5px 0;
  list-style-type: none;
}

.sub-submenu li a {
  font-size: 14px;
  font-weight: 400;
  color: #1877f2;
  text-decoration: none;
  list-style-type: none;
}

.sub-submenu li a:hover {
  text-decoration: underline;
}

.submenu-heading1 {
  background-color: #f5f9ff;
  color: black;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 5px 0;
  display: block;
}

.submenu-heading1 .heading-sub {
  color: black;
  text-decoration: none;
}

.submenu-heading1 .heading-sub:hover {
  color: #1877f2;
  text-decoration: underline;
}

.mobile-main-nav {
  background-color: #1877f2;
}

@media (max-width: 768px) {

  .header-legal-container,
  .header-legal-nav {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

/* first section Contact Drafting page */
.cd-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(51, 141, 251, 0.78)),
    url("../img/contract-drafting-banner.webp") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 110vh;
  margin: 0;
  padding: 20px 40px;
}

.cd-section h2 {
  color: #fff;
  font-size: 40px;
  width: 480px;
  margin-top: -50px;
}

.cd-section p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
  width: 650px;
}

.cd-section p::after {
  content: "";
  display: block;
  width: 230px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0 10px 0;
  border-radius: 6px;
}

.cd-section h5 {
  font-size: 1rem;
  color: #fff;
}

.cd-btn {
  background-color: #ffffff;
  color: #407bff;
  border-radius: 12px;
  padding: 10px 30px;
  font-weight: 600;
  border: none;
}

.cd-info-box {
  background-color: #fff;
  border-radius: 16px;
  color: #000;
  padding: 5px 25px 15px 25px;
}

.cd-info-box span {
  margin-top: 25px;
}

.cd-icon {
  width: 105px;
  height: auto;
}

.cd-form-wrapper {
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.cd-form-header {
  background: #007bff;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.cd-form-body {
  padding: 20px;
}

.cd-form-control {
  border-radius: 5px;
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #a19e9e;
}

.cd-submit-btn {
  background: #007bff;
  color: white;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border: none;
}

@media (max-width: 768px) {
  .cd-section {
    height: 130vh;
    padding: 20px 20px;
  }

  .cd-character-img {
    display: none;
  }

  .cd-section h2 {
    font-size: 1.75rem;
    width: 350px;
    margin-top: 0;
  }

  .cd-section p {
    font-size: 0.95rem;
    width: 350px;
  }

  .cd-info-box {
    padding: 15px;
  }

  .cd-info-box .d-flex {
    gap: 10px !important;
  }

  .cd-icon {
    width: 100px;
  }

  .cd-info-box span {
    margin-top: 0px;
    font-size: 13px;
  }

  .cd-form-wrapper {
    margin-top: 20px;
  }
}

/* Second section Contact Drafting page  */
.contract-services-section {
  background: #fff;
}

.contract-services-section h2 {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  text-align: center;
}

.contract-services-section h2::after {
  content: "";
  display: block;
  width: 260px;
  height: 5px;
  background: #338dfb;
  margin: 8px auto 0;
  border-radius: 4px;
}

.contract-services-description {
  color: #111;
  font-size: 20px;
  font-weight: 500;
}

.contract-service-item .service-heading {
  position: relative;
}

.heading-text {
  background: #338dfb;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 2px;
  font-size: 20px;
  position: relative;
  z-index: 2;
  width: 950px;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
}

.heading-arrows {
  display: flex;
  margin-left: -10px;
}

.service-features {
  max-width: 945px;
  margin-left: 10%;
}

.service-features li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .contract-services-section {
    background: #fff;
    margin-top: 180px;
  }

  .heading-text {
    width: 350px;
  }

  .service-features {
    margin-left: 3%;
  }
}

/* thired section of contract drafting page */
.contracts-section {
  position: relative;
}

.contracts-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.highlight-bar {
  display: block;
  width: 335px;
  height: 6px;
  background-color: #4285f4;
  margin: 8px auto 0;
  border-radius: 4px;
}

.contract-card.left {
  background-image: url("../img/left-massage-shape.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  width: 320px;
  height: 140px;
}

.contract-card.right {
  background-image: url("../img/right-massage-shape.webp");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 15px;
  border-radius: 20px;
  position: relative;
  width: 320px;
  height: 140px;
}

.contract-card h3 {
  font-size: 18px;
  font-weight: 600;
  width: 210px;
}

.contract-card p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  width: 210px;
}

.contract-card.right h3 {
  margin-left: 90px;
}

.contract-card.right p {
  margin-left: 90px;
}

.business-man-mna {
  height: 450px;
}

@media (max-width: 768px) {
  .business-man-mna {
    height: 250px;
  }
}

/* Fourth section of contract drafting page */
.cdp-process-section {
  padding: 40px 0;
  text-align: center;
}

.cdp-highlight-bar {
  display: block;
  width: 130px;
  height: 6px;
  background-color: #4285f4;
  margin: 0 auto 20px;
  border-radius: 3px;
}

.cdp-process-section .cpd-para {
  font-size: 20px;
  font-weight: 500;
}

.cdp-step-box {
  padding: 40px 50px;
  border-radius: 20px;
  position: relative;
  transition: transform 0.3s ease;
  width: 315px;
  height: 266px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row>div:nth-child(1) .cdp-step-box {
  background-image: url("../img/our-process-div-contract-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row>div:nth-child(2) .cdp-step-box {
  background-image: url("../img/our-process-div-contract-2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row>div:nth-child(3) .cdp-step-box {
  background-image: url("../img/our-process-div-contract-3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row>div:nth-child(4) .cdp-step-box {
  background-image: url("../img/our-process-div-contract-4.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cdp-step-box:hover {
  transform: translateY(-10px);
}

.cdp-step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 15px;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cdp-step-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

.cdp-step-desc {
  color: #6b7280;
  font-size: 16px;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .cdp-step-box {
    margin: auto;
  }

  .cdp-process-section .row {
    padding-right: 0 !important;
  }
}

/* 5th section */
.shareholder-section-after-title {
  padding: 20px;
}

.shareholders-head {
  font-size: 22px;
  font-weight: 600;
}

.shareholders-para {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
}

.important-clauses {
  font-size: 20px;
  font-weight: 600;
}

.clauses-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.clauses-bg {
  width: 760px;
  height: auto;
  display: block;
}

.clauses-bg-phone {
  display: none;
}

.clause-text {
  position: absolute;
  color: #000;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 500;
  width: 18%;
}

.clause-1 {
  top: 4%;
  left: 20%;
}

.clause-2 {
  top: 4%;
  left: 40%;
}

.clause-3 {
  top: 4%;
  left: 59%;
}

.clause-4 {
  top: 4%;
  right: 4%;
}

.clause-5 {
  bottom: 8%;
  left: 29%;
}

.clause-6 {
  bottom: 12%;
  left: 49%;
}

.clause-7 {
  bottom: 12%;
  right: 14%;
}

@media (max-width: 991px) {
  .clause-text {
    width: 22%;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .clauses-wrapper {
    padding: 10px 20px;
    align-items: stretch;
    max-width: 450px;
    height: 1010px;
  }

  .clauses-bg {
    display: none;
  }

  .clauses-bg-phone {
    display: block;
    margin-bottom: 20px;
    width: 330px;
    position: absolute;
  }

  .clause-text {
    display: block;
    width: 30%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
  }

  .clause-1 {
    top: 1%;
    left: 27%;
  }

  .clause-2 {
    top: 1%;
    left: 65%;
  }

  .clause-3 {
    top: 27%;
    left: 28%;
  }

  .clause-4 {
    top: 24%;
    right: 4%;
  }

  .clause-5 {
    bottom: 39%;
    left: 28%;
  }

  .clause-6 {
    bottom: 41%;
    left: 66%;
  }

  .clause-7 {
    bottom: 14%;
    right: 41%;
  }
}

/* 6th section */
.founder-agreement-section {
  position: relative;
  z-index: 1;
  background-color: #e8efff;
  width: 986px;
  border-radius: 10px;
  margin-left: 22%;
}

.founder-agreement-section h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background-color: rgba(51, 141, 251, 0.21);
  padding: 10px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 20px;
}

.founder-agreement-section h2::after {
  content: "";
  display: block;
  width: 245px;
  height: 5px;
  background-color: #338dfb;
  margin: 5px auto 10px auto;
  border-radius: 2px;
}

.founder-agreement-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

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

/* Clause Boxes */
.clause-box {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gradient-blue {
  border: 2px solid transparent;
  background-image: linear-gradient(white, white),
    linear-gradient(135deg, #00d2ff, #3a7bd5);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.gradient-purple {
  border: 2px solid transparent;
  background-image: linear-gradient(white, white),
    linear-gradient(135deg, #8e2de2, #4a00e0);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.rotated-bg-box {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fff 100%);
  box-shadow: inset 0px 4px 12.5px 0px #00000040 !important;
  padding: 30px;
  overflow: hidden;
}

.rotated-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../img/tax_advisory/taxfilling/image1.jpg"); */
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  z-index: 0;
  opacity: 0.2;
}

.content {
  position: relative;
  z-index: 1;
}

.Expertise-bg-box {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fff 100%);
  overflow: hidden;
}

.Expertise-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../img/tax_advisory/advantage/image1.jpg"); */
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.2;
}

.Advantage-bg-box {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fff 100%);
  box-shadow: inset 0px 4px 12.5px 0px #00000040 !important;
  overflow: hidden;
  margin: 30px;
}

.Advantage-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../img/tax_advisory/service/image1.jpg"); */
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.2;
}

.map-bg-box {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fff 100%);
  box-shadow: inset 0px 4px 12.5px 0px #00000040 !important;
  overflow: hidden;
}

.map-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/tax_advisory/map.webp");
  background-color: rgb(232, 239, 255);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.2;
}

.bssh {
  margin-top: 60px;
}