  .ola-clone-hero {
    background-image: url('https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 40px;
    position: relative;
    overflow: hidden;
  }

  .ola-clone-image {
    margin-bottom: -123px;
  }

  .ola-clone-hero .thumbtack-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }

  .ola-clone-title span {
    color: #118BD7;
    font-weight: 600;
  }

  .ola-clone-description {
    max-width: 95%;
  }

  .ola-clone-image {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
  }

  .ola-clone-list {
    list-style: none;
    padding: 0;
    text-align: left;
  }

  .ola-clone-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
  }

  .ola-clone-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .ola-clone-list li:nth-child(1)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
  }

  .ola-clone-list li:nth-child(2)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
  }

  .ola-clone-list li:nth-child(3)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
  }

  .ola-clone-list li:nth-child(4)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
  }

  @media (max-width: 992px) {

    .ola-clone-hero .thumbtack-hero-grid {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .ola-clone-description {
      max-width: 100%;
    }

    .ola-clone-image {
      margin: 0 auto;
      max-width: 450px;
    }

    .ola-clone-list li {
      text-align: left;
      display: inline-block;
    }

  }

  @media (max-width: 786px) {

    .ola-clone-hero {
      padding: 80px 0 20px;
    }

    .ola-clone-hero .thumbtack-hero-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .ola-clone-media {
      order: -1;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
    }

    .ola-clone-image {
      width: 100%;
      max-width: 75%;
      margin: 0 auto;
    }

    .ola-clone-title {
      font-size: 28px;
      line-height: 1.3;
    }

    .ola-clone-description {
      font-size: 16px;
    }

    .ola-clone-list li {
      font-size: 15px;
      padding-left: 28px;
    }

    .ola-clone-btn {
      font-size: 16px;
      padding: 12px 24px;
    }

  }

  .ola-clone-cta-section {
    padding: 20px 0;
  }

  .ola-clone-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, #000000, #000000);
    border-radius: 20px;
    /* padding: 40px; */
  }

  .ola-clone-cta-image {
    flex: 1;
  }

  .ola-clone-cta-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
  }

  .ola-clone-cta-content {
    flex: 1;
    color: #ffffff;
    padding: 0 20px;
  }

  .ola-clone-cta-heading {
    color: #ffffff !important;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .ola-clone-cta-text {
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
    text-align: center;
  }

  .ola-clone-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #22c55e;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .ola-clone-cta-btn:hover {
    background-color: #16a34a;
    transform: translateY(-3px);
  }

  @media (max-width: 1024px) {

    .ola-clone-cta-container {
      flex-direction: column;
      text-align: center;
      gap: 25px;
    }

    .ola-clone-cta-content {
      padding: 20px;
    }

  }

  @media (max-width: 786px) {

    .ola-clone-cta-section {
      padding: 0 15px;
    }

    .ola-clone-cta-container {
      flex-direction: column;
      text-align: center;
      gap: 20px;
      padding: 5px;
    }

    .ola-clone-cta-heading {
      font-size: 24px;
    }

    .ola-clone-cta-btn {
      width: 100%;
      justify-content: center;
    }

  }

  .ola-clone-launch-cta-section {
    padding: 60px 0;
  }

  .ola-clone-launch-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    background: linear-gradient(135deg, #000000, #000000);
    border-radius: 24px;
    padding: 0 50px;
  }

  .ola-clone-launch-content {
    flex: 1;
    color: #ffffff;
  }

  .ola-clone-launch-heading {
    color: #ffffff !important;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .ola-clone-launch-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
  }

  .ola-clone-launch-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #22c55e;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .ola-clone-launch-btn:hover {
    background-color: #16a34a;
    transform: translateY(-3px);
  }

  .ola-clone-launch-form {
    display: flex;
    justify-content: center;
    margin: -50px 0;
  }

  .ola-clone-form-bg {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 520px;
    text-align: center;
  }

  .ola-clone-form-heading {
    font-size: 22px !important;
    color: #111;
    margin-bottom: 10px;
  }

  .ola-clone-form-subtext {
    margin-bottom: 25px;
    line-height: 1.6;
  }

  @media (max-width: 1024px) {

    .ola-clone-launch-cta-container {
      flex-direction: column;
      text-align: center;
      padding: 40px 30px;
    }

    .ola-clone-launch-form {
      margin: 0px 0 0;
    }

  }

  @media (max-width: 786px) {

    .ola-clone-launch-cta-section {
      padding: 30px 0;
    }

    .ola-clone-launch-cta-container {
      flex-direction: column;
      text-align: center;
      padding: 25px 15px 20px;
      gap: 5px;
    }

    .ola-clone-launch-heading {
      font-size: 24px;
    }

    .ola-clone-launch-heading br {
      display: none;
    }

    .ola-clone-launch-text {
      margin-bottom: 0;
    }

    .ola-clone-launch-btn {
      width: 100%;
      justify-content: center;
      display: none;
    }

    .ola-clone-form-bg {
      padding: 25px 20px;
    }

  }

  .ola-clone-impact-section {
    background: linear-gradient(180deg, #000000, #000000);
    padding: 50px 0;
    color: #ffffff;
    margin-bottom: 40px;
  }

  .ola-clone-impact-heading-wrap {
    text-align: center;
    margin-bottom: 60px;
  }

  .ola-clone-impact-heading {
    color: #fff;
  }

  .ola-clone-impact-heading span {
    color: #2196F3;
  }

  .ola-clone-impact-divider {
    width: 25%;
    height: 4px;
    background: #2196F3;
    margin: 15px auto 0;
    border-radius: 10px;
  }

  .ola-clone-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }

  .ola-clone-impact-item {
    text-align: center;
  }

  .ola-clone-circle {
    --value: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    background: conic-gradient(#facc15 0deg, #1f2937 0deg);
  }

  .ola-clone-circle span {
    position: relative;
    z-index: 2;
  }

  .ola-clone-circle::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: #031c17;
    border-radius: 50%;
  }

  .ola-clone-impact-item p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 240px;
    margin: 0 auto;
  }

  @media (max-width: 1024px) {
    .ola-clone-impact-grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }

    .driver-taxi-section {
      padding: 40px 0 !important;
      margin: 40px 0 0 !important;

    }
  }

  @media (max-width: 786px) {

    .ola-clone-impact-section {
      padding: 60px 0;
    }

    .benefit-cards-two {
      margin-top: 0px !important;
    }

    .benefits-section {
      padding: 0px 0px 40px !important;
    }

    .commonsection {
      padding: 30px 0px;
    }

    .commonsection {
      padding: 30px 0px !important;
    }

    .ola-clone-circle {
      width: 80px;
      height: 80px;
      font-size: 20px;
    }

  }

  .ola-clone-features-section {
    padding: 50px 0 10px;
  }

  .ola-clone-heading-wrap {
    text-align: center;
    margin-bottom: 20px;
  }

  .ola-clone-main-heading span {
    color: #2196F3;
  }

  .ola-clone-main-text {

    line-height: 1.7;
  }

  .ola-clone-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .ola-clone-feature-card {
    display: flex;
    gap: 22px;
    padding: 15px;
    border-radius: 7px;
    background: #ffffff;
    transition: all 0.4s ease;
  }

  .ola-clone-feature-card:hover {
    transform: translateY(-8px);
  }

  .ola-clone-feature-icon {
    min-width: 75px;
    height: 75px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }

  .ola-clone-feature-icon img {
    width: 34px;
    transition: 0.4s ease;
  }

  .ola-clone-feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;

  }

  .ola-clone-feature-card p {
    line-height: 1.7;
  }

  .color-1 {
    border-color: #4f8df5;
  }

  .color-1 h3 {
    color: #4f8df5;
  }

  .color-1 .ola-clone-feature-icon {
    background: rgba(79, 141, 245, 0.12);
  }

  .color-1:hover {
    background: #4f8df5;
    box-shadow: 0 20px 45px rgba(79, 141, 245, 0.35);
  }

  .color-1:hover h3,
  .color-1:hover p {
    color: #fff;
  }

  .color-1:hover .ola-clone-feature-icon {
    border: 2px solid #fff;
  }

  .color-1:hover .ola-clone-feature-icon img {
    filter: brightness(0) invert(1);
  }

  .color-2 {
    border-color: #7a5af8;
  }

  .color-2 h3 {
    color: #7a5af8;
  }

  .color-2 .ola-clone-feature-icon {
    background: rgba(122, 90, 248, 0.12);
  }

  .color-2:hover {
    background: #7a5af8;
    box-shadow: 0 20px 45px rgba(122, 90, 248, 0.35);
  }

  .color-2:hover h3,
  .color-2:hover p {
    color: #fff;
  }

  .color-2:hover .ola-clone-feature-icon {
    border: 2px solid #fff;
  }

  .color-2:hover .ola-clone-feature-icon img {
    filter: brightness(0) invert(1);
  }

  .color-3 {
    border-color: #f4a261;
  }

  .color-3 h3 {
    color: #f4a261;
  }

  .color-3 .ola-clone-feature-icon {
    background: rgba(244, 162, 97, 0.15);
  }

  .color-3:hover {
    background: #f4a261;
    box-shadow: 0 20px 45px rgba(244, 162, 97, 0.35);
  }

  .color-3:hover h3,
  .color-3:hover p {
    color: #fff;
  }

  .color-3:hover .ola-clone-feature-icon {
    border: 2px solid #fff;
  }

  .color-3:hover .ola-clone-feature-icon img {
    filter: brightness(0) invert(1);
  }

  .color-4 {
    border-color: #2bb3a3;
  }

  .color-4 h3 {
    color: #2bb3a3;
  }

  .color-4 .ola-clone-feature-icon {
    background: rgba(43, 179, 163, 0.15);
  }

  .color-4:hover {
    background: #2bb3a3;
    box-shadow: 0 20px 45px rgba(43, 179, 163, 0.35);
  }

  .color-4:hover h3,
  .color-4:hover p {
    color: #fff;
  }

  .color-4:hover .ola-clone-feature-icon {
    border: 2px solid #fff;
  }

  .color-4:hover .ola-clone-feature-icon img {
    filter: brightness(0) invert(1);
  }

  .color-5 {
    border-color: #f27059;
  }

  .color-5 h3 {
    color: #f27059;
  }

  .color-5 .ola-clone-feature-icon {
    background: rgba(242, 112, 89, 0.15);
  }

  .color-5:hover {
    background: #f27059;
    box-shadow: 0 20px 45px rgba(242, 112, 89, 0.35);
  }

  .color-5:hover h3,
  .color-5:hover p {
    color: #fff;
  }

  .color-5:hover .ola-clone-feature-icon {
    border: 2px solid #fff;
  }

  .color-5:hover .ola-clone-feature-icon img {
    filter: brightness(0) invert(1);
  }

  .color-6 {
    border-color: #3dbfd9;
  }

  .color-6 h3 {
    color: #3dbfd9;
  }

  .color-6 .ola-clone-feature-icon {
    background: rgba(61, 191, 217, 0.15);
  }

  .color-6:hover {
    background: #3dbfd9;
    box-shadow: 0 20px 45px rgba(61, 191, 217, 0.35);
  }

  .color-6:hover h3,
  .color-6:hover p {
    color: #fff;
  }

  .color-6:hover .ola-clone-feature-icon {
    border: 2px solid #fff;
  }

  .color-6:hover .ola-clone-feature-icon img {
    filter: brightness(0) invert(1);
  }

  @media (max-width: 991px) {
    .ola-clone-features-grid {
      grid-template-columns: 1fr;
    }

    .ola-clone-main-heading {
      font-size: 30px;
    }

    .ola-clone-feature-card {
      padding: 25px;
    }
  }

  .benefits-section {
    padding: 50px 0;

  }

  .benefits-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .benefits-left {
    flex: 1;
  }

  .benefits-left h2 {
    /* font-size: 38px; */
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .underline {
    width: 25%;
    height: 4px;
    background: #2196F3;
    margin-bottom: 25px;
  }

  .benefits-left p {
    max-width: 480px;
    line-height: 1.7;
    color: #555;
  }

  .benefits-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .benefit-card {
    position: relative;
    height: 232px;
    border-radius: 7px;
    overflow: hidden;
  }

  .benefit-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .default-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3), transparent);
  }

  .default-title {
    position: absolute;
    top: 50%;
    left: 29%;
    transform: translate(-20%, -20%);
    z-index: 3;
    text-align: center;
  }

  .default-title h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }

  /* Hover Overlay (Gradient fill from bottom) */
  .hover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.95),
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.3),
        transparent);
    transition: height 0.5s ease;
    z-index: 2;
  }

  /* Hover Content */
  .hover-content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    text-align: center;
    color: #fff;
    z-index: 4;
    opacity: 0;
    transition: 0.4s ease;
  }

  .hover-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .hover-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Hover Effects */
  .benefit-card:hover img {
    transform: scale(1.1);
  }

  .benefit-card:hover .hover-overlay {
    height: 100%;
  }

  .benefit-card:hover .hover-content {
    opacity: 1;
  }

  .benefit-card:hover .default-title {
    opacity: 0;
  }

  /* ZigZag */
  .zigzag {
    margin-top: 40px;
  }

  .benefit-cards-two {
    margin-top: -40px;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .benefits-wrapper {
      flex-direction: column;
    }

    .benefits-right {
      grid-template-columns: 1fr;
      width: 100%;
    }

    .zigzag {
      margin-top: 0;
    }
  }

  .benefits-left span {
    color: #2196F3;
  }

  .driver-taxi-section {
    padding: 50px 0;
    background: #f8fafc;
    margin: 40px 0;
  }

  .driver-taxi-section .container {
    max-width: 1200px;
    margin: auto;
  }

  .dt-tab-buttons {
    text-align: center;
    margin-bottom: 30px;
  }

  .dt-box {
    cursor: pointer;
  }

  .dt-tab-btn {
    padding: 12px 25px;
    border: none;
    background: #e5e7eb;
    margin: 5px;
    border-radius: 30px 5px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
  }

  .dt-tab-btn.active,
  .dt-tab-btn:hover {
    background: #4f46e5;
    color: #fff;
  }

  .dt-icon:hover img {
    filter: brightness(0) invert(1) !important;
  }

  .dt-tab-content {
    display: none;
  }

  .dt-tab-content.active {
    display: block;
  }

  .dt-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .dt-left,
  .dt-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .dt-center {
    width: 40%;
    text-align: center;
  }

  .dt-center img {
    width: 100%;
    transition: 0.4s ease;
    border-radius: 7px;
  }

  .dt-icon img {
    transition: 0.3s ease;
  }

  .dt-box:hover .dt-icon img {
    filter: brightness(0) invert(1) !important;
  }

  .ad-icon img {
    transition: 0.3s ease;
  }

  .ad-box:hover .ad-icon img {
    filter: brightness(0) invert(1) !important;
  }


  .dt-box {
    display: flex;
    gap: 15px;
    padding: 20px;
    /* border-radius: 15px; */
    background: #ffffff;
    transition: 0.4s ease;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #3F51B5;
  }

  .dt-box:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    box-shadow: 0 15px 35px rgba(79, 70, 229, 0.25);
  }

  .dt-box:hover h3,
  .dt-box:hover p {
    color: #fff;
  }

  .dt-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
  }

  .dt-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: none !important;
    filter: none !important;
  }

  .dt-content h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .dt-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
  }

  .admin-dispatcher-wrapper {
    text-align: center;
  }

  .ad-top-image {
    margin-bottom: 50px;
  }

  .ad-top-image img {
    max-width: 80%;
    width: 100%;
    transition: 0.4s ease;
    margin: 0 auto;
  }

  .ad-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .ad-box {
    padding: 25px;
    border-radius: 15px;
    background: #ffffff;
    transition: 0.4s ease;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }

  .ad-box:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    box-shadow: 0 15px 35px rgba(79, 70, 229, 0.25);
  }

  .ad-box:hover h3,
  .ad-box:hover p {
    color: #fff;
  }

  .ad-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }

  .ad-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: none !important;
    filter: none !important;
  }

  .ad-box h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .ad-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
  }

  @media (max-width: 991px) {

    .dt-wrapper {
      flex-direction: column;
      gap: 0px;
    }

    .ad-top-image {
      margin-bottom: 20px;
    }

    .dt-left,
    .dt-right,
    .dt-center {
      width: 100%;
    }

    .dt-center {
      margin: 30px 0;
    }

    .ad-grid {
      grid-template-columns: repeat(2, 1fr);
    }

  }

  @media (max-width: 600px) {

    .ad-grid {
      grid-template-columns: 1fr;
    }

    .dt-box {
      flex-direction: column;
      text-align: center;
      align-items: center;
    }

    .dt-content {
      text-align: center;
    }

  }

  .ola-clone-driver-main {
    text-align: center;
  }

  .commonsection {
    padding: 60px 0px;
  }

  .container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }

  .centerlly-align {
    text-align: center;
  }

  .common-heading {
    margin-bottom: 30px;
  }

  .common-heading h4:before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0px;
  }

  .common-heading h4:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 10px;
    background-color: #128eda;
    left: 0px;
    bottom: -5px;
  }

  .centerlly-align h4:after {
    right: 0px;
    margin: auto;
  }

  .centerlly-align h4:before {
    left: 0px;
    right: 0px;
    margin: auto;
    width: 160px;
  }

  .common-heading h4 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.5;
  }

  .common-heading p {
    line-height: 1.5;
    margin-bottom: 60px;
  }

  .circle-section {
    position: relative;
    padding: 0px 0 50px;
  }

  .circle-section ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    width: 1050px;
    margin: auto;
    position: relative;
  }

  .circle-section ul li {
    float: left;
    width: 350px;
    height: 350px;
    text-align: center;
    position: relative;
    backface-visibility: hidden;
    margin: 10px 0px;
  }

  .circle-section ul li figcaption {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .1s;
    padding: 25px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    z-index: 991;
    backface-visibility: hidden;
  }

  .for-laggy-prob-ver {
    position: absolute;
    width: 475px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
    z-index: 99;
  }

  .circle-section ul li:nth-child(even) figcaption {
    background: #128eda
  }

  .circle-section ul li:nth-child(odd) figcaption {
    background: linear-gradient(270deg, #000000 0%, #000000 100%);
  }

  .circle-section ul li:nth-child(odd) figcaption p,
  .circle-section ul li:nth-child(odd) figcaption h4 {
    color: #fff
  }

  .circle-section ul li figcaption i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 0px;
    right: 0px;
  }

  .circle-section ul li figcaption p,
  .circle-section ul li figcaption h3 {
    opacity: 0;
    visibility: hidden;
    width: 185px;
  }

  .circle-section ul li h4 {
    color: #0C1612;
    font-size: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80%;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    font-weight: bold
  }

  .circle-section ul li figcaption p {
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
  }

  .circle-section ul li figcaption h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
  }

  .circle-section ul li:nth-child(2) h5 {
    top: 45px;
  }

  .circle-section ul li:hover figcaption {
    width: 250px;
    height: 250px;
  }

  .circle-section ul li:hover h5,
  .circle-section ul li:hover figcaption i {
    display: none
  }

  .circle-section ul li:hover figcaption h4,
  .circle-section ul li:hover figcaption p {
    opacity: 1;
    visibility: visible;
    color: white;
  }

  .circle-section ul li:nth-child(1) {
    top: 50px;
    left: 50px;
  }

  .circle-section ul li:nth-child(2) {
    top: -100px;
  }

  .circle-section ul li:nth-child(3) {
    top: 50px;
    right: 50px;
  }

  .circle-section ul li:nth-child(4) {
    bottom: 50px;
    left: 50px;
  }

  .circle-section ul li:nth-child(5) {
    bottom: -100px;
  }

  .circle-section ul li:nth-child(6) {
    bottom: 50px;
    right: 50px;
  }

  .circle-section ul li:before {
    content: ""
  }

  .circle-section ul li:after {
    content: ""
  }

  .circle-section ul li:nth-child(2)::before {
    width: 5px;
    height: 325px;
    position: absolute;
    background-color: #2097e0;
    top: 125px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .circle-section ul li:nth-child(5)::before {
    width: 5px;
    height: 325px;
    position: absolute;
    background-color: #2097e0;
    bottom: 125px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .circle-section ul li:nth-child(1)::before {
    width: 383px;
    height: 5px;
    position: absolute;
    background-color: #2097e0;
    top: 106px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    left: 136px;
    right: 0px;
    transform: rotate(22deg);
  }

  .circle-section ul li:nth-child(6)::before {
    width: 383px;
    height: 5px;
    position: absolute;
    background-color: #2097e0;
    top: -121px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    left: -256px;
    right: 0px;
    transform: rotate(24deg);
  }

  .circle-section ul li:nth-child(3)::before {
    width: 383px;
    height: 5px;
    position: absolute;
    background-color: #2097e0;
    color: #fafafa !important;
    top: 82px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    left: -250px;
    right: 0px;
    transform: rotate(-22deg);
  }

  .circle-section ul li:nth-child(odd)::before {
    background-color: #000;
  }

  .circle-section ul li:nth-child(even)::before {
    background-color: #2097e0;
  }

  .circle-section ul li:nth-child(4)::before {
    width: 383px;
    height: 5px;
    position: absolute;
    top: 0px;
    bottom: 117px;
    margin: auto;
    z-index: 9;
    left: 107px;
    right: 0px;
    transform: rotate(-24deg);
  }

  .circle-overlay {
    position: absolute;
    width: 285px;
    height: 285px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 992;
    background-color: #E9EEEC;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    transition: .1s;
    backface-visibility: hidden;
  }

  .circle-overlay:hover {
    width: 370px;
    height: 370px;
  }

  .circle-overlay p {
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 5px;
  }

  .circle-overlay h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0px;
    line-height: 1;
  }

  .circle-overlay:hover p {
    font-size: 16px;
    font-weight: bold
  }

  .circle-section ul.conjust li h5 {
    opacity: 0;

  }

  .circle-section ul.conjust li figcaption {
    transition: all .3s .5s
  }

  .circle-section ul.conjust li:nth-child(1) figcaption {
    left: 411px;
    top: 210px;
  }

  .circle-section ul.conjust li:nth-child(2) figcaption {
    top: 510px;
  }

  .circle-section ul.conjust li:nth-child(3) figcaption {
    left: -600px;
    top: 210px;
  }

  .circle-section ul.conjust li:nth-child(4) figcaption {
    left: 413px;
    top: -210px;
  }

  .circle-section ul.conjust li:nth-child(5) figcaption {
    top: -510px;
  }

  .circle-section ul.conjust li:nth-child(6) figcaption {
    top: -210px;
    left: -600px;
  }

  .for-laggy-prob {
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 10;
    opacity: 0;
  }

  .circle-section ul li figcaption i {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
  }

  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .circle-overlay:before {
    width: 90%;
    height: 90%;
    border: 6px solid #000;
    position: absolute;
    content: "";
    border-radius: 50%;
    display: block;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
  }

  .circle-overlay:after {
    width: 90%;
    height: 90%;
    border: 8px solid #040404;
    border-right: 6px solid #128eda;
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    display: block;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
  }

  .setting-hover {
    position: absolute;
    top: 160px;
    transition: .5s;
    bottom: 0px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .setting-hover p {
    transition: .5s;
    width: 100%;
    display: block;
    line-height: 1;
    margin: 5px;
  }

  .circle-overlay:hover .setting-hover {
    top: 0px;
  }

  .circle-overlay:hover .setting-hover p {
    opacity: 1;
    visibility: visible;
  }

  .setting-hover p a {
    background-color: #128eda;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    padding: 6px 10px;
    margin-top: 13px;
    cursor: pointer;
    transition: .4s
  }

  .setting-hover p a:hover {
    background-color: #000;
    color: #fff
  }

  loading-5 animation {
    transform: rotate(180deg);
  }

  .circle-section ul li h4 {
    color: #0C1612;
    font-size: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80%;
    bottom: 0px;
    margin: auto;
    z-index: 9;
    font-weight: bold;
  }

  p.ola-clone-cta-text {
    text-align: left;
  }

  .dt-tab-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  @media (max-width: 768px) {

    .dt-tab-buttons {
      overflow-x: auto;
      flex-wrap: nowrap;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 8px;
      border-bottom: 2px solid #e5e5e5;
    }

    .dt-tab-buttons {
      display: flex;
      gap: 10px;
      justify-content: unset;
    }

    .ola-clone-impact-section {

      margin-bottom: 0px !important;
    }

    .dt-tab-buttons::-webkit-scrollbar {
      height: 4px;
    }

    .dt-tab-buttons::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    .dt-tab-buttons::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 10px;
    }

    .dt-tab-btn {
      flex: 0 0 auto;
    }
  }

  .mobile-ola-cards {
    display: none;
  }

  @media(max-width:991px) {

    .circle-section {
      display: none;
    }

    .mobile-ola-cards {
      display: block;
      margin-top: 30px;
    }

    .ola-card {
      background: #ffffff;
      border-radius: 18px;
      padding: 25px 20px;
      margin-bottom: 18px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: all .3s ease;
      border: 1px solid #000;
    }

    .ola-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    }

    .ola-card img {
      width: 55px;
      height: auto;
      margin-bottom: 15px !important;
      padding: 15px;
      background: linear-gradient(135deg, #000000, #000000);
      border-radius: 14px;
      margin: 0 auto;
    }

    .common-heading p {
      margin-bottom: 0px !important;
    }

    .ola-card h4 {
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #111;
    }

    .ola-card p {
      font-size: 16px;
      color: #000;
      line-height: 1.7;
      margin-bottom: 0;
    }

    .ola-card-btn {
      margin-top: 25px;
      text-align: center;
    }

    .ola-card-btn .blue_btn {
      padding: 12px 28px;
      border-radius: 50px;
      font-size: 15px;
      transition: all .3s ease;
    }

    .ola-card-btn .blue_btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

  }

  .btn-center {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
