/* Create Company Page CSS Start*/

.bg1 {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url(../../images/resources/startcompany.jpg) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
}

.main-timeline {
  overflow: hidden;
  position: relative;
}
.main-timeline:before,
.main-timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #d6d5d5;
  position: absolute;
  top: 30px;
  left: 50%;
}
.main-timeline .timeline {
  width: 50%;
  float: left;
  padding-right: 30px;
  position: relative;
}
.main-timeline .timeline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fe6847;
  position: absolute;
  top: 5.5%;
  right: -17.5px;
}
.main-timeline .year {
  display: block;
  margin: 0;
  font-size: 30px;
  color: #fff;
  border-radius: 0 50px 50px 0;
  background: #f18c35;
  text-align: center;
  position: relative;
  padding: 10px 0px 10px 0px;
}
.main-timeline .year:before {
  content: "";
  border-top: 35px solid #fa9049c4;
  border-left: 35px solid transparent;
  position: absolute;
  bottom: -35px;
  left: 0;
}
.main-timeline .timeline-content {
  padding: 30px 20px;
  margin: 0 45px 0 35px;
  background: #f2f2f2;
}
.main-timeline .title {
  font-size: 19px;
  font-weight: bold;
  color: #504f54;
  margin: 0 0 10px 0;
}
.main-timeline .description {
  font-size: 14px;
  color: #7d7b7b;
  margin: 0;
}
.main-timeline .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
  right: auto;
  left: -14.5px;
}
.main-timeline .timeline:nth-child(2n) .year {
  border-radius: 50px 0 0 50px;
}
.main-timeline .timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 35px solid transparent;
  left: auto;
  right: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
  text-align: right;
  margin: 0 35px 0 45px;
}
.main-timeline .timeline:nth-child(2) {
  margin-top: 170px;
}
.main-timeline .timeline:nth-child(odd) {
  margin: -175px 0 0 0;
}
.main-timeline .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f18c35;
}
.main-timeline .timeline:nth-child(2n) .year {
  background: #f18c35;
}
.main-timeline .timeline:nth-child(2n) .year:before {
  border-top-color: #fa90499e;
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #0778a5;
}
.main-timeline .timeline:nth-child(3n) .year {
  background: #0778a5;
}
.main-timeline .timeline:nth-child(3n) .year:before {
  border-top-color: #0778a587;
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #0778a5;
}
.main-timeline .timeline:nth-child(4n) .year {
  background: #0778a5;
}
.main-timeline .timeline:nth-child(4n) .year:before {
  border-top-color: #0778a58c;
}
@media only screen and (max-width: 767px) {
  .main-timeline {
    overflow: visible;
  }
  .main-timeline:before {
    top: 0;
    left: 0;
  }
  .main-timeline .timeline:nth-child(2),
  .main-timeline .timeline:nth-child(odd),
  .main-timeline .timeline:nth-child(even) {
    margin: 0;
  }
  .main-timeline .timeline {
    width: 100%;
    float: none;
    padding: 0 0 0 30px;
    margin-bottom: 20px !important;
  }
  .main-timeline .timeline:last-child {
    margin: 0 !important;
  }
  .main-timeline .timeline-icon {
    right: auto;
    left: -14.5px;
  }
  .main-timeline .year {
    border-radius: 50px 0 0 50px;
  }
  .main-timeline .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0;
  }
  .main-timeline .timeline-content {
    margin: 0 35px 0 45px;
  }
}

.icon-advantage {
  font-size: 25px;
  padding: 12px 12px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid white;
  color: white;
}

.p-ad {
  font-size: 25px;
  color: #f18c35 !important;
  font-weight: 800;
  padding-top: 10px;
}

/* Create Company Page CSS End*/

/* Lets Get Started CSS Start */

.bg2 {
  padding: 40px 7px;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.8) 100%
    ),
    url(../../images/resources/Business-solution.jpg) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
}

.nvestments-wrap {
  padding-bottom: 15px;
}
.contact-form {
  width: 100%;
  padding: 30px 0;
}

.page-submit-button1 {
  width: 100%;
  padding: 12px 18px;
  border: 2px solid #f18c35;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.page-submit-button1:focus,
.page-submit-button1:hover {
  border-color: #ff9f50;
  background-color: rgba(241, 140, 53, 0.2);
}

.custom-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: var(--itzone-white);
  padding: 12px 25px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  overflow: hidden;
  gap: 10px;
  text-align: center;
  background-color: var(--itzone-base);
  z-index: 1;
}

.custom-button:hover {
  background-color: #fff;
  color: #f18c35;
  border-color: #f18c35;
}

/* Responsive Spacing */
@media (max-width: 992px) {
  .contact-form {
    padding: 20px 0;
  }

  .page-submit-button1,
  .custom-button {
    font-size: 15px;
    padding: 10px 16px;
  }
}

@media (max-width: 768px) {
  .row {
    gap: 15px !important;
  }

  .custom-button {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .page-submit-button1 {
    font-size: 14px;
  }

  .custom-button {
    font-size: 14px;
  }
}

/* Lets Get Started CSS End */

/* Whitelabel Solution CSS Start */
.bg3 {
  padding: 40px 7px;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(241, 140, 53, 0.2) 40%,
      rgba(255, 255, 255, 0.15) 100%
    ),
    url(../../images/resources/whitelabel.jpg) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
}

.white-label-logos {
    text-align: center;
    padding: 20px 0;
}

.logo-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.logo-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.logo-card:hover img {
    transform: scale(1.08);
    opacity: 0.8;
}

.logo-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(241, 140, 53, 0.8); /* theme orange tint */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 10px;
}

.logo-card:hover .overlay {
    opacity: 1;
}

.hover-btn {
    background: #fff;
    color: #f18c35;
    border: none;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}

.hover-btn:hover {
    background: #fff;
    color: #f18c35;
}

/* Whitelabel Solution CSS End */

