.hero_bottom_image {
  position: absolute;
  display: inline-block;
  margin-left: auto;
  border-radius: 50%;
  overflow: hidden;
  width: 196px;
  height: 196px;
  animation: vibrant 3s ease 0s infinite;
  bottom: -60px;
  right: 60px;
}

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

.hero_bottom_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes vibrant {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-2px, 2px);
  }

  40% {
    transform: translate(-2px, -2px);
  }

  60% {
    transform: translate(2px, 2px);
  }

  80% {
    transform: translate(2px, -2px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes bgMove {
  0% {
    background-position: 50% 3000px;
  }

  100% {
    background-position: 50% 0;
  }
}

@keyframes bgMoveTwo {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.hero_lp_shape_four {
  position: absolute;
  right: 10%;
  top: 130px;
  width: 80px;
  height: 80px;
  animation: rotated2 10s infinite linear;
  background-size: cover;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-about-style {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-style {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-about-style .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.cr-about-thumb {
  border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-thumb {
    margin-bottom: 40px;
  }
}

.cr-about-thumb img {
  border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-thumb img {
    width: 100%;
  }
}

.cr-about-thumb.sm {
  border-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-title-box {
    padding-bottom: 0px;
  }
}

.cr-about-box .tp-section-title.text-case-int br {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-box .tp-section-title.text-case-int br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-text {
    margin-bottom: 0;
  }
}



@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-text p br {
    display: none;
  }
}

.cr-about-shape {
  top: 16%;
  right: 2%;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .cr-about-shape {
    display: none;
  }
}

.cr-about-shape img {
  animation: rotated 3s linear infinite;
  opacity: .05;
}


.tp-progress-bg {
  position: relative;
  margin-left: -140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-progress-bg {
    margin-left: 0;
  }
}

.tp-progress-bg::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -40px;
  left: 60px;
  height: 40px;
  width: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -17px 0 0 #FFF;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-progress-bg::before {
    display: none;
  }
}

.tp-progress-bg::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -40px;
  left: 60px;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 18px 0 0 #FFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-progress-bg::after {
    left: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .tp-progress-bg::after {
    display: none;
  }
}

.tp-progress-bar-wrap {
  margin-right: 50px;
  padding: 35px 30px;
  padding-right: 0;
  border-radius: 20px;
  background-color: var(--tp-common-white);
}

.tp-progress-bar-item {
  margin-bottom: 30px;
}


.cr-choose-list-title {
  position: relative;
  display: flex;
  font-weight: 500;
  padding-left: 46px;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 20px;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
(max-width: 767px) {
  .cr-choose-list-title {
    font-size: 16px;
  }
}

.cr-choose-list-title i {
  position: absolute;
  top: 5px;
  left: 0;
  display: grid;
  height: 30px;
  width: 30px;
  place-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bnc-video-item {
  width: 374px;
}


/* Incorporation */

.st-portfolio-ptb {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-ptb {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-ptb {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-heading {
    margin-bottom: 0;
  }
}

.st-portfolio-item h4 {
  font-weight: 500;
}

.st-portfolio-item:hover .st-portfolio-item-thumb img {
  transform: scale(1.1) rotate(-2deg);
}

@media (max-width: 767px) {
  .st-portfolio-item {
    margin-bottom: 30px;
  }
}

.st-portfolio-item-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.st-portfolio-item-thumb img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.st-portfolio-item-content {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(69, 48, 48, 0.15);
}

.st-portfolio-item-btn a {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-brown);
}

.st-portfolio-item-btn a span {
  display: inline-block;
  margin-left: 4px;
}

.st-portfolio-item-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.44px;
  color: var(--tp-common-brown);
  font-family: var(--tp-ff-poppins);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .st-portfolio-item-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-title br {
    display: none;
  }
}

.st-portfolio-item-1 {
  margin-right: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-1 {
    margin-right: 0;
  }
}

.st-portfolio-item-1 .st-portfolio-item-thumb img {
  /* height: 315px; */
  object-fit: cover;
}

.st-portfolio-item-2 {
  margin-top: 230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-2 {
    margin-top: 0;
  }
}

.st-portfolio-item-2 .st-portfolio-item-thumb img {
  /* height: 264px; */
  object-fit: cover;
}

.st-portfolio-item-3 {
  margin-top: -90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-3 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-3 {
    width: 100%;
  }
}

.st-portfolio-item-3 .st-portfolio-item-thumb img {
  /* height: 306px; */
  object-fit: cover;
}

.st-portfolio-item-4 {
  /* width: 364px; */
  margin-top: -210px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-4 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-4 {
    width: 100%;
  }
}

.st-portfolio-item-4 .st-portfolio-item-thumb img {
  /* height: 290px; */
  object-fit: cover;
}

.st-portfolio-item-5 {
  margin-top: 230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-5 {
    margin-top: 0;
  }
}

.st-portfolio-item-5 .st-portfolio-item-thumb img {
  /* height: 230px; */
  object-fit: cover;
}

.st-portfolio-item-6 {
  /* width: 364px; */
  margin-top: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-portfolio-item-6 {
    margin-top: 0;
  }
}

.st-portfolio-item-6 .st-portfolio-item-thumb img {
  /* height: 430px; */
  object-fit: cover;
}

.oneapp-block-item {
  border: 4px solid #f6f6f9;
}

/* end */


.blend-text {
  mix-blend-mode: exclusion;
}

.st-choose-thumb {
  height: 416px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .st-choose-thumb {
    height: inherit;
  }
}

.st-choose-bg::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7%;
  height: 340px;
  width: 945px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-choose-bg::after {
    width: 100%;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .st-choose-shape {
    display: none;
  }
}

.service-one__line {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  animation: 10s bgMove infinite linear;
  background-repeat: repeat-y;
  background-position: top center;
  pointer-events: none;
}

.choose-one-image {
  position: relative;
  z-index: 2;
}

.choose-one-image::after {
  position: absolute;
  right: 180px;
  top: 50px;
  width: 312px;
  height: 312px;
  background-color: var(--ogoni-white, #ffffff);
  border-radius: 50%;
  content: "";
  z-index: -1;
  animation: zoomsIn 2s infinite alternate;
}

@keyframes zoomsIn {

  100%,
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }
}

.ai-choose-shape {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
  /* filter: invert(1); */
  opacity: .5;
}


.tp-responsive-icon {
  margin-bottom: 40px;
}

/* card tp pins */
@media (max-width: 767px) {
  .tp-work-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tp-work-item {
  border: 4px solid #f2f2f2;
  padding: 45px 40px 45px 50px;
  background-color: #fff;
  border-radius: 12px;
}

.crp-project-right {
  padding-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .crp-project-right {
    padding-left: 0;
  }
}

.st-choose-shape2 {
  position: relative;
  opacity: 0.05 !important;
}

.st-choose-shape2 img {
  animation: rotated 10s infinite linear;
}

.st-choose-shape3 {
  position: relative;
  opacity: 0.08 !important;
  margin-top: 60px;
}

.st-choose-shape3 img {
  animation: zoomsIn 2s infinite alternate;
}

@keyframes zoomsIn {

  100%,
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }
}

.st-choose-thumb .big-text {
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 99;
}

.st-choose-thumb .big-text h2 {
  font-size: 100px;
  letter-spacing: -5px;
  opacity: 0.5;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}

.bg-thirteen-line {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: repeat-y;
  background-position: top center;
  pointer-events: none;
  z-index: -1;
}

/* cta */
.app-cta-wrap {
  background: linear-gradient(180deg, #ebebff 16.29%, #ffffff 84.71%);
}



.app-image1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all .4s;
}

.app-cta-thumb-1 {
  bottom: -20px;
  right: 12%;
  z-index: 22;
  position: relative;
}

.app-cta-thumb-2 {
  position: absolute;
  bottom: -50px;
  right: 0%;
  z-index: 1;
}

.white-one-image {
  position: absolute;
  right: 20px;
  margin: auto;
  top: 20px;
  width: 372px;
  height: 372px;
  background-color: var(--ogoni-white, #ffffff);
  border-radius: 50%;
  content: "";
  z-index: -1;
  animation: zoomsIn 2s infinite alternate;
  mix-blend-mode: exclusion;
  opacity: .5;
}

.shape-three {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 0;
  top: 0;
  z-index: 2;
  animation: rotated 10s infinite linear;
  opacity: .1;
}

.tp-project-5-2-shape {
  position: absolute;
  bottom: 0;
  left: 50px;
  top: -30px;
}

.tp-project-5-2-shape span {
  filter: invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%);
}

/* incoropora */

.ar-step-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* .ar-step-bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.5);
} */

.ar-step-title-box {
  padding-top: 165px;
  padding-left: 90px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-step-title-box {
    padding-top: 120px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-step-title-box {
    padding-top: 80px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .ar-step-title-box {
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
  }
}

.ar-step-icon {
  height: 60px;
  width: 60px;
  line-height: 56px;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #222;
  font-size: 20px;
}

.ar-step-icon svg {
  margin-left: 1px;
}

.ar-step-number {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
}

.ar-step-title-sm {
  /* font-size: px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase; */
  /* color: var(--tp-common-white); */
}

.ar-step-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  /* color: rgba(255, 255, 255, 0.6); */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ar-step-content span {
    font-size: 14px;
  }
}

.ar-step-item {
  height: 100%;
  padding: 60px 40px 60px 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ar-step-right-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* end incoropora */
.about-two__circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto;
}

.about-two__circle__icon {
  width: 30px;
  height: 30px;
  font-size: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: var(--ogoni-black, #131313);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
}



.about-two__circle__icon i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about-two__circle__icon:hover i {
  animation: iconTranslate_Y 0.4s forwards;
}

.curved-circle {
  /* position: absolute; */
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 130px !important;
  height: 130px !important;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}

.curved-circle .curved-circle--item {
  width: 130px !important;
  height: 130px !important;
}

.curved-circle span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #131313;
  letter-spacing: 4.5px;
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes iconTranslate_Y {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

/* text rotate */

.al-video-play-btn2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 22;
  text-align: center;
  transform: translateY(-50%);
}

.al-video-play-btn2 .link {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  /* font: 300 1.55rem/1.4 "Josefin Sans"; */
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.3em;
  text-decoration: none;
  font-size: 1.55rem;
  color: #fff;
}

.al-video-play-btn2 .link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.al-video-play-btn2 .link__cloud {
  transform-origin: 45% 45%;
  -webkit-animation: rotate normal infinite 60s linear;
  animation: rotate normal infinite 60s linear;
  fill: rgba(255, 255, 255, 0.15);
  transform: scale(0.08);
}

.al-video-play-btn2 .link__face,
.al-video-play-btn2 .link__arrow {
  transform-origin: 45% 45%;
  transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
  transform: scale(0.08);
}

.al-video-play-btn2 .link:hover .link__face,
.al-video-play-btn2 .link:hover .link__arrow {
  transform: scale(1.1);
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(0.08);
  fill: #fff;
}

.al-video-play-btn2 .link__arrow {
  stroke-width: 0.075em;
}

.al-video-play-btn2 .link__text {
  -webkit-animation: rotate normal infinite 20s linear;
  animation: rotate normal infinite 20s linear;
  transform-origin: 50% 50%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.al-video-play-btn2 .link:hover .link__text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.al-video-play-btn2 .link--alt {
  font-size: 1.15rem;
  letter-spacing: 0;
  word-spacing: 0;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 574.98px) {
  .tp-hero-spacing {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .bnc-video-item {
    padding: 50px 30px;
    width: 100%;
    left: 0;
  }

  .tp-progress-bar-wrap {
    padding: 0;
  }

  .cr-choose-list-title i {
    height: 20px;
    width: 20px;
    top: 0;

  }

  .cr-choose-list-title {
    padding-left: 36px;
    font-size: 14px;
  }

  .crp-project-area .pt-140 {
    padding-top: 60px;
  }

  .tp-work-item {
    padding: 20px;
  }

  .tp-responsive-icon {
    margin-bottom: 20px;
  }

  .tp-responsive-layout {
    margin-bottom: 40px;
  }

  .st-choose-thumb .big-text h2 {
    font-size: 50px;
  }

  .cr-about-title-box.mb-60 {
    margin-bottom: 30px;
  }

  .app-cta-wrap.pt-120 {
    padding-top: 60px;
  }

  .app-cta-thumb-1 {
    right: 0;
  }

  .tp-project-5-2-shape {
    position: absolute;
    bottom: 0;
    left: -100px;
    top: -50px;
  }

  .hero-main-right-content .tp-btn-theme {
    width: 100%;
  }
}



/* incoporation */
/* ===== INCORPORATION SECTION ===== */
.inc-section {
  padding: 140px 0 150px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
}

.inc-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 32px;
}

/* Header */
.inc-header {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.inc-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  color: #111;
}

.inc-subtitle {
  font-size: 18px;
  color: #5f6368;
  max-width: 520px;
  line-height: 1.6;
}

.text-primary {
  color: #2e36fd !important;
}


/* Content */
.inc-content {
  display: flex;
  gap: 60px;
  align-items: stretch;
}

.inc-left,
.inc-right {
  flex: 1;
  min-width: 360px;
}

/* List Items */
.inc-item {
  display: flex;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 18px;
  transition: border-color 0.3s ease, transform 0.3s ease;
  align-items: center;
  background: #fff;
}

.inc-item:hover {
  border-color: #2e36fd;
  transform: translateY(-2px);
}



.inc-icon {
  width: 42px;
  height: 42px;
  background: #f3f4f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e36fd;
  font-size: 18px;
  flex-shrink: 0;
}

.inc-text {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 1.4;
}

.inc-text strong {
  font-weight: 500;
}

/* Image */
.inc-image-box {
  background: #f4f6ff;
  border-radius: 28px;
  position: relative;
  height: 100%;
  min-height: 520px;
  max-width: 590px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}


.bottom-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 78%;
  height: auto;
}

/* Footer */
.inc-footer {
  margin: 0 auto;
  padding: 16px 32px;
  font-size: 14px;
  color: #6b7280;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: fit-content;
}

/* Responsive */
@media (max-width: 991px) {
  .inc-title {
    font-size: 32px;
  }

  .inc-header {
    gap: 24px;
    margin-bottom: 50px;
  }

  .inc-content {
    gap: 40px;
  }

  .inc-image-box {
    min-height: 420px;
  }
}


/* llp vs pvt ltd */
.compare-section {
  padding: 80px 0;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
}

.compare-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #111;
}

.compare-title span {
  color: #2e36fd;
}

.compare-table-wrap {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

.compare-table th,
.compare-table td {
  border: 1px solid #e5e7eb;
  padding: 18px 50px 18px 20px;
  padding-right: 50px;
  vertical-align: top;
}

.compare-table thead th {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.feature-col {
  color: #2e36fd;
  width: 28%;
}

.compare-table td {
  font-size: 14px;
  color: #1c1c1c;
  line-height: 1.5;
}

.tick {
  color: #2e36fd;
  font-weight: 600;
  margin-right: 8px;
}

.compare-table tbody td:first-child {
  background: #FAFAFA;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

/* Hover only the feature cell */
.compare-table tbody td:first-child:hover {
  background: #ffffff;
  box-shadow: inset 3px 0 0 #0000000d;
}

/* Other columns (LLP & Pvt Ltd) */
.compare-table tbody td:not(:first-child) {
  font-size: 14px;
  font-weight: 400;
  /* regular */
  color: #444;
}

/* Hover only the (LLP & Pvt Ltd */
.compare-table tbody td:not(:first-child):hover {
  background: #fafafa;
  box-shadow: inset 3px 0 0 #0000000d;
}


/* tab above */
.compare-tabs {
  display: flex;
  gap: 40px;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}

.compare-tabs .tab {
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  position: relative;
}

.compare-tabs .tab.active {
  color: #5B5BFF;
  /* purple underline */
}

.compare-tabs .tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #2e36fd;
  border-radius: 2px;
}

/* 2-column layout (Feature + Single Entity) */
.compare-table.single th:first-child,
.compare-table.single td:first-child {
  width: 40%;
}

.compare-table.single th:not(:first-child),
.compare-table.single td:not(:first-child) {
  width: 60%;
}







.table-header-content .nav-underline {
  justify-content: center;
  font-size: 16px;
  gap: 39px;
  border-bottom: 1px solid #f2f2f2;
}

.table-header-content .nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  color: #2e36fd;
  border-bottom: 3px solid #2e36fd;
  border-radius: 2px;
}

.table-header-content .nav-link {
  color: #000;
}

.tp-service-details-content.serv-big-list ul li {
  margin-bottom: 20px;
  gap: 6px;
}

.tp-service-details-content.serv-big-list ul li p {
  font-size: 18px;
  line-height: 144%;
  margin-bottom: 0;
}

.tp-service-details-content.serv-big-list ul li i {
  font-size: 14px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  color: var(--tp-theme-primary);
}

.absolute-middle-left {
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.absolute-middle-right {
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}