/* .section-py {
    padding-block: 100px;
} */


.about-us h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #3751a1;
    position: relative;
}


.about-us .about-content {
    gap: 20px;
    margin-bottom: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important
;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}

.about-us .about-content h5, .about-us .about-content h5 span {
    font-size: 36px;
    font-weight: 700;
    color: #132028;
    margin-bottom: 10px;
}

.about-us .about-content img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.about-us .about-content h5, .about-us .about-content h5 span {
    font-size: 36px;
    font-weight: 700;
    color: #132028;
    margin-bottom: 10px;
}

.about-us .about-content span {
    font-size: 16px;
    font-weight: 500;
    color: #44464a;
}

.about-us .about-content:last-child {
    margin-bottom: 0;
}

.about-us .globe-container {
    background-image: url(../../assets/images/home/globle.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 84%;
}


.about-us .globe-container #globeViz {
    max-width: 100%;
    height: 700px;
    /* margin: -145px 0 -28px; */
    cursor: -webkit-grab;
    cursor: grab;
    display: flex
;
    justify-content: center;
}

.about-us .globe-container .client-slider {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.about-us .globe-container .client-slider .client-detail {
    display: flex
;
    align-items: center;
    gap: 20px;
    animation: scroll-slider 30s linear infinite;
}

.about-us .globe-container .client-slider .client-detail img {
    width: 120px;
    border-radius: 10px;
}
.about-us .globe-container .client-slider .client-detail {
    display: flex
;
    align-items: center;
    gap: 20px;
    animation: scroll-slider 30s linear infinite;
}
.about-us .about-content {
    gap: 20px;
    margin-bottom: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


.about-us .about-content:last-child {
    margin-bottom: 0;
}

.about-us .about-content {
    gap: 20px;
    margin-bottom: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.about-us p {
  color: #44464a;
  font-size: 16px;
  font-weight: 500;
}
@keyframes scroll-slider {
  0% {
    transform:translateX(0)
  }
  to {
    transform:translateX(-100%)
  }
}

.what-do {
    /* background-color: #3751a1; */
}
.what-do .section-heading {
  /* margin-bottom:35px */
}
.what-do .section-heading h2 {
  line-height:62px
}
.section-heading .section-title, .section-heading h2 {
  color: #3751a1;
  font-size: 44px;
  font-weight: 700;
  /* text-shadow: 0 2px 0 #0094ee; */
  line-height: 1;
}
.what-do .section-heading .vertical-line {
  border-left:1.36px solid #9293a5;
  height:73px
}
.what-do .tab-sidebar {
  height:650px;
  overflow-y:auto;
  padding-right:10px
}
.what-do .tab-sidebar::-webkit-scrollbar {
  width:4px;
  background-color:#1b1b1b
}
.what-do .tab-sidebar::-webkit-scrollbar-thumb {
  background-color:#262626
}
.what-do .nav-item {
  margin-bottom:25px
}
.what-do .nav-item:last-child {
  margin-bottom:0
}
.what-do .nav-item .nav-link {
  padding:0
}
.what-do .nav-item .nav-link.active .what-do-tab,
.what-do .nav-item .nav-link:hover .what-do-tab {
  opacity:1
}
.what-do .nav-item .nav-link.active .what-do-tab span:after,
.what-do .nav-item .nav-link:hover .what-do-tab span:after {
  top:0
}
.what-do .nav-item .nav-link.active .what-do-tab h6,
.what-do .nav-item .nav-link:hover .what-do-tab h6 {
  font-weight:600
}
.what-do .what-do-tab {
  display:flex;
  align-items:center;
  gap:22px;
  opacity:.5;
  transition:all .4s
}
.what-do .what-do-tab h6 {
  color:#000;
  font-size:20px;
  font-weight:500;
  transition:all .4s
}
.what-do .what-do-tab span {
  height:64px;
  width:2px;
  flex-shrink:0;
  border-right:1px solid #a0a1b5;
  position:relative
}
.what-do .what-do-tab span:after {
  content:"";
  width:3px;
  height:10px;
  position:absolute;
  border-radius:10px;
  left:0;
  top:16px
}
.what-do .what-do-tab .icon-bg {
  width:55px;
  height:55px;
  border-radius:9px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px)
}
.what-do .what-do-tab .icon-bg .icon-circle {
  width:36px;
  height:36px;
  border-radius:100%;
  display:flex;
  align-items:center;
  justify-content:center
}
.what-do .what-do-info {
  display:flex;
  flex-wrap:wrap;
  --bs-gutter-x:22px;
  --bs-gutter-y:22px
}
.what-do .what-do-info .what-do-content {
  background-color:rgb(19 81 216 / 5%);
  /* background-color:#4865bd; */
  padding:55px 22px;
  text-align:center;
  border-radius:90px 90px 0 90px;
  height:100%
}
.what-do .what-do-info .what-do-content.content-2 {
  border-radius:90px 90px 90px 0
}
.what-do .what-do-info .what-do-content.content-3 {
  border-radius:90px 0 90px 90px
}
.what-do .what-do-info .what-do-content.content-4 {
  border-radius:0 90px 90px 90px
}
.what-do .what-do-info .what-do-content h5 {
  color:#000;
  font-weight:700;
  font-size:18px;
  margin-block:15px;
}
.what-do .what-do-info .what-do-content p {
  color:#000;
  font-weight:500;
  font-size:14px;
  margin-bottom:0
}
.why-we {
  background-color:#f9fbfe
}
.why-we .badge {
  background-color:#fff;
  color:#0094ee;
  font-weight:500;
  font-size:14px;
  padding:8px 15px;
  border-radius:70px
}
.why-we h2 {
  font-size:36px;
  color:#132028;
  font-weight:700;
  margin-top:15px;
  margin-bottom:15px;
  font-family:Urbanist
}
.why-we p {
  color:#44464a;
  font-size:16px;
  font-weight:500;
  margin-bottom:0
}
.why-we .why-part {
  margin-bottom:30px;
  border-bottom:1px solid #eee;
  padding-bottom:25px
}
.why-we .why-part p+p {
  margin-top:10px
}
.why-we .why-we-content h6 {
  font-size:18px;
  font-weight:700;
  color:#132028;
  margin-top:14px;
  margin-bottom:8px;
  font-family:Urbanist
}
.why-we .why-we-content p {
  font-size:14px
}
.section-heading p {
  color: #132028;
  font-size: 18px;
  font-weight: 400;
}
.tab-bg-1 .icon-bg .icon-circle {
  background-color: #ff6d35;
}
.tab-bg-2 .icon-bg {
  background-color: rgba(85,147,241,.2);
}
.tab-bg-4 .icon-bg {
  background-color: rgba(188,107,255,.2);
}
.tab-bg-1 span:after {
  background-color:#ff6d35
}
.tab-bg-1 .icon-bg {
  background-color:rgba(255,109,53,.2)
}
.tab-bg-1 .icon-bg .icon-circle {
  /*! background-color:#ff6d35; */
}
.tab-bg-1 svg {
  fill:#ff6d35
}
.tab-bg-2 span:after {
  background-color:#5593f1
}
.tab-bg-2 .icon-bg {
  background-color:rgba(85,147,241,.2)
}
.tab-bg-2 .icon-bg .icon-circle {
  background-color:#5593f1
}
.tab-bg-2 svg {
  fill:#5593f1
}
.tab-bg-3 span:after {
  background-color:#78ef99
}
.tab-bg-3 .icon-bg {
  background-color:rgba(120,239,153,.2)
}
.tab-bg-3 .icon-bg .icon-circle {
  background-color:#78ef99
}
.tab-bg-3 svg {
  fill:#78ef99
}
.tab-bg-4 span:after {
  background-color:#bc6bff
}
.tab-bg-4 .icon-bg {
  background-color:rgba(188,107,255,.2)
}
.tab-bg-4 .icon-bg .icon-circle {
  background-color:#bc6bff
}
.tab-bg-4 svg {
  fill:#bc6bff
}
.tab-bg-5 span:after {
  background-color:#f18fd7
}
.tab-bg-5 .icon-bg {
  background-color:rgba(241,143,215,.2)
}
.tab-bg-5 .icon-bg .icon-circle {
  background-color:#f18fd7
}
.tab-bg-5 svg {
  fill:#f18fd7
}
.tab-bg-6 span:after {
  background-color:#fa9189
}
.tab-bg-6 .icon-bg {
  background-color:hsla(4,92%,76%,.2)
}
.tab-bg-6 .icon-bg .icon-circle {
  background-color:#fa9189
}
.tab-bg-6 svg {
  fill:#fa9189
}
.tab-bg-7 span:after {
  background-color:#d6f6ff
}
.tab-bg-7 .icon-bg {
  background-color:rgba(214,246,255,.2)
}
.tab-bg-7 .icon-bg .icon-circle {
  background-color:#d6f6ff
}
.tab-bg-7 svg {
  fill:#d6f6ff
}
.tab-bg-8 span:after {
  background-color:#d1bdff
}
.tab-bg-8 .icon-bg {
  background-color:rgba(209,189,255,.2)
}
.tab-bg-8 .icon-bg .icon-circle {
  background-color:#d1bdff
}
.tab-bg-8 svg {
  fill:#d1bdff
}
.tab-bg-9 span:after {
  background-color:#8bc0a2
}
.tab-bg-9 .icon-bg {
  background-color:rgba(139,192,162,.2)
}
.tab-bg-9 .icon-bg .icon-circle {
  background-color:#8bc0a2
}
.tab-bg-9 svg {
  fill:#8bc0a2
}
.tab-bg-10 span:after {
  background-color:#dfefc2
}
.tab-bg-10 .icon-bg {
  background-color:hsla(81,58%,85%,.2)
}
.tab-bg-10 .icon-bg .icon-circle {
  background-color:#dfefc2
}
.tab-bg-10 svg {
  fill:#dfefc2
}
.tab-bg-11 span:after {
  background-color:#fed0af
}
.tab-bg-11 .icon-bg {
  background-color:hsla(25,98%,84%,.2)
}
.tab-bg-11 .icon-bg .icon-circle {
  background-color:#fed0af
}
.tab-bg-11 svg {
  fill:#fed0af
}
.tab-bg-12 span:after {
  background-color:#9ca3d6
}
.tab-bg-12 .icon-bg {
  background-color:rgba(156,163,214,.2)
}
.tab-bg-12 .icon-bg .icon-circle {
  background-color:#9ca3d6
}
.tab-bg-12 svg {
  fill:#9ca3d6
}
.tab-bg-13 span:after {
  background-color:#943c2e
}
.tab-bg-13 .icon-bg {
  background-color:rgba(148,60,46,.2)
}
.tab-bg-13 .icon-bg .icon-circle {
  background-color:#943c2e
}
.tab-bg-13 svg {
  fill:#943c2e
}


[data-wpr-lazyrender] {
    content-visibility: auto;
}

.h2-title.title-back {
    /* padding-bottom: 60px; */
    margin-bottom: 0;
}

.title-back {
    position: relative;
    display: inline-block;
}
.title-back:before {
    content: '';
    position: absolute;
    width: 67px;
    height: 65px;
    background-image: url(https://visioninfotech.net/wp-content/themes/visioninfotech/assets/image/title-background-shape.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -22px;
    /* left: -39px; */
    z-index: -1;
    background-size: contain;
    margin-left: -39px;
}
.choose-vision-part1 {
    padding-right: 50px;
    border-right: 2px solid;
    border-image: linear-gradient(to bottom, #9C578900, #3751a1, #9C578900) 1 100%;
}
.choose-vision-part1 ul.introduction-title {
    margin: 0;
    padding: 0;
}
.choose-vision-part1 ul.introduction-title li {
    list-style: none;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px;
    cursor: pointer;
}
.choose-vision-tab-box {
    margin-bottom: 15px;
}
.choose-vision-part1 ul.introduction-title li

 {
    list-style: none;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px;
    cursor: pointer;
}

.choose-vision-tab-box:hover, .choose-vision-tab-box.active-box {
    background-color: #E9F4FF80;
    border-left: 7px solid #3751a1;
    transition: 0.3s;
}
.choose-vision-tab-box {
    margin-bottom: 15px;
}
.choose-vision-part2 {
    padding-left: 69px;
}

.faq-accordion-main-box {
    padding-right: 30px;
}
.choose-vision-part2.faq-accordion-main-box ul.introduction-data {
    margin: 0;
    padding: 0;
}
.choose-vision-part2.faq-accordion-main-box ul.introduction-data li {
    list-style: none;
}

.choose-vision-part2 .accordion-box {
    padding-bottom: 24px !important;
}
.accordion-box .accordion-title {
    display: flex
;
    gap: 55px;
    padding-bottom: 26px;
    border-bottom: 1px solid #0000001A;
    cursor: pointer;
    align-items: center;
}
.accordion-img-title {
    display: flex
;
    gap: 20px;
}
img {
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.vision-icon-box {
    padding-right: 20px;
}
.accordion-box .accordion-title .open-icon {
    display: none;
    line-height: 0;
}
.accordion-box .accordion-title .close-icon {
    line-height: 0;
}
.choose-vision-sec .accordion-box .accordion-content.choose-vision-content {
    padding: 20px 0 0 66px;
}

.accordion-box .accordion-content {
    display: none;
    padding: 0 85px;
    color: #555555;
    padding-top: 20px;
}
.accordion-content p:last-child {
    margin-bottom: 0;
}
.accordion-box .open-icon1 {
    display: none;

}
.accordion-box.active-accordion .close-icon1 {
    display: none;
}
.accordion-box.active-accordion .open-icon1{
    display: block;

}

  

@media(max-width:991px) {
    .accordion .accordion-item .accordion-body p{
            color: #000 !important;
    }
  .policy-banner h1 {
    font-size:35px
  }
  .latest-sub-card .blog-img {
    height:170px
  }
  .blog-details .blog-content .badge {
    margin-bottom:0;
    white-space:wrap
  }
  
  .about-us-slider .about-box {
    padding:12px
  }
  .about-us-slider .about-box h5 {
    font-size:20px
  }
  .about-us-slider .about-box h6 {
    font-size:14px
  }
  .about-us-slider .sub-img {
    height:100px
  }
  .about-us-slider .swiper-button-next,
  .about-us-slider .swiper-button-prev {
    top:86%
  }
  .innovative-development h2 {
    font-size:25px;
    width:100%;
    margin-bottom:7px
  }
  .we-do-banner h1 {
    width:100%
  }
  .we-do-banner .design-arrow {
    display:none
  }
  .support-optimization-services h4 {
    font-size:18px
  }
  .support-optimization-services p {
    font-size:14px
  }
  .support-optimization-services .services-border:nth-child(-n+3)>div {
    padding-bottom:20px
  }
  .support-optimization-services .services-border:nth-last-child(-n+3)>div {
    padding-top:20px
  }
  .business-success h5 {
    font-size:30px;
    padding-bottom:15px;
    margin-bottom:10px
  }
  .business-success p {
    font-size:14px
  }
  .developer-process .next-design-one:after,
  .developer-process .next-design-two:after {
    display:none
  }
  .fix-design h4 {
    font-size:18px;
    margin-bottom:4px
  }
  .fix-design p {
    margin-bottom:15px
  }
  .fix-design .main-card,
  .fix-design .step-one,
  .fix-design .step-two {
    padding:15px 15px 0
  }
  .key-features .section-heading h2,
  .our-development .section-heading h2 {
    font-size:30px
  }
  .sample-screens .swiper-button-next,
  .sample-screens .swiper-button-prev {
    width:35px;
    height:35px
  }
  .latest-work .work-list:nth-child(odd) {
    margin-bottom:70px
  }
  .latest-work .work-list:nth-child(2n) {
    margin-top:70px
  }
  .latest-work .work-list .work-items span {
    font-size:14px
  }
  .latest-work .work-list .work-items h6 {
    font-size:16px
  }
  .latest-work .work-list .work-items .more-icon {
    width:30px;
    height:30px
  }
  .latest-work .work-list .work-items .more-icon svg {
    width:10px;
    height:10px
  }
  .portfolio-banner {
    padding-top:100px
  }
  .portfolio-banner .design-one {
    width:100px;
    height:100px;
    left:5%;
    top:8%
  }
  .portfolio-banner .design-two {
    width:70px;
    right:10%
  }
  .portfolio-banner .design-three {
    width:80px;
    right:20%
  }
  .lg-container .lg-next,
  .lg-container .lg-prev {
    background-color:#0094ee;
    color:#fff
  }
  .technology-banner {
    padding:25px 50px
  }
  .technology-banner img {
    right:30%
  }
  .blog-tags {
    margin-top:0;
    margin-bottom:10px
  }
  .blog-list .category-tab {
    gap:10px;
    margin-bottom:25px!important
  }
  
  .about-banner h6 {
    margin-bottom:15px
  }
  .about-banner h1 {
    width:70%
  }
  .about-banner p {
    width:70%;
    margin-top:20px;
    margin-bottom:30px
  }
  .about-banner .image-one {
    width:120px;
    left:2%
  }
  .about-banner .image-two {
    width:150px;
    top:unset;
    bottom:20px
  }
  .contact-form .react-tel-input .country-list {
    left:0;
    transform:translateX(0)
  }
  .what-next .next-design-one:after,
  .what-next .next-design-two:after {
    display:none
  }

  .what-do .section-heading {
    text-align:center
  }
  .what-do .section-heading h2 {
    margin-bottom:20px
  }
  .what-do .section-heading .vertical-line {
    display:none
  }
  .what-do .accordion .accordion-item {
    background-color:transparent;
    border:0;
    margin-bottom:20px
  }
  .what-do .accordion .accordion-item:last-child {
    margin-bottom:0
  }
  .what-do .accordion .accordion-item .accordion-header .accordion-button {
    background-color:transparent;
    box-shadow:none;
    padding:0
  }
  .what-do .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .what-do-tab {
    opacity:1
  }
  .what-do .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .what-do-tab span:after {
    top:0
  }
  .what-do .accordion .accordion-item .accordion-header .accordion-button:after {
    display:none
  }
  .what-do .accordion .accordion-item .accordion-header .accordion-button .what-do-tab {
    width:100%
  }
  .what-do .accordion .accordion-item .accordion-header .accordion-button .what-do-tab svg {
    width:15px;
    flex-shrink:0
  }
  .what-do .accordion .accordion-item .accordion-body {
    padding:20px 0 0
  }
  .gallery-success .nav-tabs {
    gap:10px
  }
  .latest-thinking .blog-slider {
    margin-top:20px;
    padding-bottom:40px
  }
  .latest-thinking .blog-slider .swiper-pagination {
    display:block
  }
  .latest-main-card {
    display:none
  }
 
  .about-us .globe-container #globeViz {
    margin:-105px 0 0
  }
  .about-us h2 {
    margin-bottom:25px;
    font-size:28px;
    z-index: 1;
  }
  .about-us .about-content,
  .about-us .about-content:last-child {
    margin-bottom:30px
  }
  .section-heading .section-title,
  .section-heading h2 {
    font-size:35px
  }

}
.custom-container {
    overflow: hidden;
}


@media (max-width: 400px) {
    .hero-content h2 {
        font-size: 38px;
    }
        .about-us h2 {
        margin-bottom: 25px;
        font-size: 20px;
        z-index: 1;
    }
    .title-back{
        font-size: 20px;

    }
    .choose-vision-part1{
      padding-right: 0px;
    }
   .choose-vision-part2 {
    padding-left: 25px;
  }
}
@media (min-width: 1700px) {
    .how-we-do-area .custom-container > .custom-row {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.how-we-do-area .custom-container > .custom-row {
    background: var(--dark1);
    border-radius: 10px;
    padding: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.custom-row {
    display: flex
;
    width: 100%;
}
.how-we-do-area .custom-row .how-we-do-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.slide-left {
    animation: slideLeft 1s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}

[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
    transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
.how-we-do-area .how-we-do-left-content {
    flex: none;
    width: 255px;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
@media (min-width: 1700px) {
    .how-we-do-area .how-we-do-left-content .top .section-subtitle {
        margin-bottom: 8px;
    }
}
.how-we-do-area .how-we-do-left-content .top .section-subtitle {
    margin-bottom: 20px;
    color: #4F8DFF;
}
@media (min-width: 1700px) {
    .section-subtitle {
        font-size: 15px;
    }
     .how-we-do-area .how-we-do-left-content .theme-btn {
        padding-top: 14px;
        padding-bottom: 14px;
    }
      .theme-btn, .theme-btn2, .header-area .header-contact-info .phone-number, .header-area .navbar-wrapper ul li a {
        font-size: 13px;
    }
     .theme-btn2, .theme-btn {
        font-size: 14px;
        padding: 10px 22px;
    }
}


.theme-btn2, .theme-btn {
    font-size: 18px;
    font-weight: 400;
    color: #F9F9F9;
    background: #3751a1;
    display: inline-flex;
    align-items: center;
    padding: 13px 26px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    gap: 10px;
}
.how-we-do-area .how-we-do-left-content .theme-btn::before, .how-we-do-area .how-we-do-left-content .theme-btn::after {
    background: #ffffff;
}
.theme-btn2::after, .theme-btn2::before, .theme-btn::after, .theme-btn::before {
    content: '';
    width: 51%;
    height: 0;
    background: var(--dark1);
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.how-we-do-area .how-we-do-left-content .theme-btn::before, .how-we-do-area .how-we-do-left-content .theme-btn::after {
    background: #ffffff;
}

.theme-btn2::after, .theme-btn::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    border-radius: 0 30px 30px 0;
}
.theme-btn2::after, .theme-btn2::before, .theme-btn::after, .theme-btn::before {
    content: '';
    width: 51%;
    height: 0;
    background: var(--dark1);
    border-radius: 30px 0 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .3s;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:first-child .how-we-do-card:first-child .circle-shape {
    display: none;
}

.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .circle-shape {
    position: absolute;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    margin-top: -10px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .line-shape {
    position: absolute;
    background-image: url(https://axoneit.com/Content/images/linenew.png);
    background-repeat: no-repeat;
    height: 1px;
    width: 268px;
    background-size: cover;
    z-index: -1;
    right: -100px;
    top: 50%;
}
.how-we-do-card .how-we-do-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex: none;
        background: rgb(255 255 255) !important;
}
.how-we-do-card .how-we-do-content {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}
.how-we-do-card .how-we-do-content .h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card .circle-shape {
    left: auto;
    right: -10px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .circle-shape {
    position: absolute;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    top: 50%;
    margin-top: -10px;
}
.how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .circle-shape:before {
    content: '';
    border-radius: 50%;
    background: #1351D8;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.how-we-do-card {
    display: flex;
    align-items: center;
    background: #3751a1 !important;
    border-radius: 10px;
    padding: 15px 32px 15px 15px;
    gap: 26px;
    position: relative;
    min-width: 255px;
}

.how-we-do-card .how-we-do-content .h4 {
    color: #fff !important;
    margin-bottom: 0px !important;
}
.how-we-do-card .how-we-do-content p {
    margin: 0;
    /* color: rgb(28 28 28 / 85%); */
    color: #fff !important;
}
    .how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
        height: 135px;
        left: -60px;
        width: 190px;
    }
    .how-we-do-card .how-we-do-content {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}
@media (min-width: 1700px) {
        .how-we-do-card {
        min-width: 191px;
        padding: 11px;
        gap: 20px;
    }
    .how-we-do-area .how-we-do-right-content .how-we-do-items + .how-we-do-items {
        margin-top: 60px;
    }
        .how-we-do-card .how-we-do-content p, .how-we-do-card .how-we-do-content .h4 {
        font-size: 12px;
    }
    .how-we-do-area .how-we-do-right-content .how-we-do-items {
        gap: 68px;
    }
        .how-we-do-card {
        min-width: 191px;
        padding: 11px;
        gap: 20px;
    }
    .how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .line-shape
    {
        width: 100px;
    }
        .how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .line-shape {
        width: 168px;
    }
    .how-we-do-card .how-we-do-icon {
        width: 52px;
        height: 52px;
    }
    .how-we-do-card .how-we-do-icon img {
        width: 20px;
    }
}
.how-we-do-card .how-we-do-content p, .how-we-do-card .how-we-do-content .h4{
      line-height: 1;
    margin-bottom: 0px;
}

@media (max-width: 820px) {
    .how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape, .how-we-do-area .how-we-do-right-content .how-we-do-items:first-child .how-we-do-card:last-child .line-shape {
        height: 105px !important;
    }
}

@media (max-width: 699px) {
    .how-we-do-area .how-we-do-right-content .how-we-do-items .how-we-do-card .line-shape {
        height: 131px;
        background-image: url(https://axoneit.com/Content/images/line-shape-3.png) !important;
        background-repeat: round;
        width: 200px;
        right: -30px;
    }
        .how-we-do-area .how-we-do-right-content .how-we-do-items:first-child .how-we-do-card:nth-child(even) .line-shape {
        right: auto;
        left: -30px;
        transform: rotate(180deg) !important;
    }
        .how-we-do-area .how-we-do-right-content .how-we-do-items:nth-child(2) .how-we-do-card:first-child .line-shape {
        right: auto;
        left: -30px;
        transform: rotate(180deg) !important;
    }
}
  
   #globeViz {
    width: 686px;
    height: 700px;
    margin: 0 auto;
    position: relative;
  }

  #globeViz canvas {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    background-color: transparent !important;
  }
  .scene-container{
    width: inherit !important;
    height: inherit !important;
  }

  #threeGlobe {
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        canvas {
            display: block;
        }

.hero-section {
    background-size: cover;
    background-position: center;
    padding: 20px 20px;
    border-radius: 15px;
    color: #fff;
}
.btn-home{
       padding: 18px 28px !important;
}
  .bg-color {
      background: rgb(19 81 216 / 5%);
  }

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

.hero-content {
    flex: 1 1 500px;
    max-width: 600px;
}

.hero-content .subtitle {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.hero-content h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 45px;
    margin-bottom: 15px;
    color: #ffffff;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-primary {
    background-color: #384bff;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #2e3ed1;
}

.btn-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.hero-image {
    flex: 1 1 400px;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-slider-wrapper {
    position: relative;
    width: 550px;
    height: 550px;
    margin: auto;
}

.slider-img {
    width: 100%;
    height: auto;

    object-fit: cover;
    border-radius: 10%;
    border: 6px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    animation: zoomIn 1s ease;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.video-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 2;
}

.video-btn.video-pulse::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.video-btn.video-pulse::after, .video-btn.video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid #3751a1;
    opacity: 0.7;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.banner-three__video-btn a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    color: #3751a1;
    font-size: 16px;
}

.video-btn a {
    position: relative;
    color: #3751a1 !important;
    font-size: 20px;
    align-content: center;
    z-index: 1;
    background: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 60px !important;
    border-radius: 50%;
    display: block;
}
.video-btn.video-pulse::after, .video-btn.video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid #3751a1;
    opacity: 0.7;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: video-animation;
    animation-name: video-animation;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.orbit-container {
    position: relative;
    /* width: 100%; */
    /* max-width: 500px; */
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}

.main-img {
    /* width: 60%; */
    /* height: 60%; */
    object-fit: contain;
    /* border-radius: 50%; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.icon-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: rotateIcon 20s linear infinite;
  /* z-index: 3; */
}


/* Icon style */
.orbit-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* Icon position (placed in circle) */
.icon1 { top: 0%; left: 50%; transform: translate(-50%, 0); }
.icon2 { top: 25%; left: 85%; transform: translate(-50%, -50%); }
.icon3 { top: 75%; left: 85%; transform: translate(-50%, -50%); }
.icon4 { top: 100%; left: 50%; transform: translate(-50%, -100%); }
.icon5 { top: 75%; left: 15%; transform: translate(-50%, -50%); }
.icon6 { top: 25%; left: 15%; transform: translate(-50%, -50%); }

.orbit-icon img {
  width: 24px;
  height: 24px;
}

/* Rotation animation */
@keyframes rotateIcon {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.service-three__shape {
    position: absolute;
    top: 9% !important;
    right: inherit !important;
    transform: rotate(-181deg) !important;
    overflow: hidden;
}
.sway__animationX {
    animation: inherit !important;
}
 .homepage .service-area {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

      .section-spacing {
            margin-top: 100px !important;
            margin-bottom: 100px !important;
            /* padding-top: 140px !important; */
            /* padding-bottom: 135px !important; */
        }

        section {
            padding: 0px 0 !important;
        }

        .first-section{
              padding: 20px 20px;
        }
        @media (max-width: 592px) {
    .about-content {
        flex-direction: column-reverse !important;
        text-align: center;
    }

    .about-content .flex-shrink-0 {
        margin-bottom: 15px;
    }
}

/* how we do */
/* .lb-bg-primary {
    background-color: #151522 !important;
} */

.text-white {
    --bs-text-opacity: 1;
    color: rgba(255,255,255, var(--bs-text-opacity)) !important;
}
.lb-text-secondary {
    color: #3751a1 !important;
}
.section-content {
    text-align: justify;
    line-height: 1.8rem;
}
.lb-text-muted {
    color: #FFFFFFB2;
}
.lb-carousel {
    overflow: hidden;
}
.benefits-carousel::before {
    content: "";
    position: absolute;
    top: 36PX;
    left: 0;
    height: 1px;
    width: 100%;
   background: #12121233;
    margin: 0 2rem;
}
.lb-carousel-container {
    transition: transform 0.5s ease;
}
.d-flex {
    display: flex !important
;
}
.lb-item {
    margin: 0 0.43rem;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(255,255,255, var(--bs-text-opacity)) !important;
}

/* .how-we-do-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background: #3751a1 !important;
    border-radius: 50%;
    margin-top: -24px;
} */


.owl-carousel .owl-item img {
            width: inherit !important;

}
    .how-we-do-card .how-we-do-icon img {
        width: 20px !important;
    }
    /* Style the dots */
.benefits-carousel .owl-dots {
    text-align: center;
    margin-top: 2rem;
}

.benefits-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    transition: background 0.3s;
    border: 2px solid #3751a1;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px !important;
}
.tab-bg-1 svg {
    fill: #ff6d35;
}

.tab-bg-1 svg,
.tab-bg-2 svg,
.tab-bg-3 svg,
.tab-bg-4 svg,
.tab-bg-5 svg {
        fill: #3751a1;

}
.tab-bg-1 span::after,
.tab-bg-2 span::after,
.tab-bg-3 span::after,
.tab-bg-4 span::after,
.tab-bg-5 span::after {
    background-color: #3751a1;
}

  .homepage {
      overflow-x: hidden;
      }

.lb-bg-light-secondary {
    background-color: #F4F6FF !important;
    border-radius: 15px;
}
.section-content {
    text-align: justify;
    line-height: 1.8rem;
}
.lb-text-gray {
    color: #707078;
} 
.logo {
    max-height: 100%;
    max-width: 100%;
}

.our-wordpress-services-row {
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

 .our-wordpress-services-row .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.our-wordpress-services-sec .our-wordpress-services-part-box {
      border: 1px solid #3751a140 !important;
    border-radius: 20px;
    height: 100%;
    padding: 25px;
}
.our-wordpress-services-sec .our-wordpress-services-part-box:hover{
    background-color: #ffffff !important;
}
.our-wordpress-services-sec .our-wordpress-services-part-box:hover .our-wordpress-services-part-title h6{
      color: #3751a1 !important;
}
.our-wordpress-services-part-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    align-items: center;
    text-align: center;
    align-content: center;
    background: rgb(19 81 216 / 10%);
    border-radius: 50px;
}
.our-wordpress-services-part-icon img {
      width: 50px;
    height: 50px;
}
.why-partner-details-sec {
    background-color: #ffffff !important;
    margin-bottom: 100px;
}

/* .why-partner-details-sec .leaders-back-img {
    position: relative;
}
.why-partner-details-sec .why-partner-details-row {
    padding-top: 60px;
}
.why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image {
    display: flex
;
    justify-content: right;
}
.why-partner-details-sec .row.why-partner-details-row:nth-child(odd) .leaders-details-image img {
      padding-left: 25% !important;
          padding-bottom: 0px !important;
}
.why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image img {
    padding-right: 25% !important;
          padding-bottom: 0px !important;

}
.text-align-center {
    text-align: center;
}
.align-items-center {
    align-items: center;
}
.why-partner-details-sec .leaders-details-image:before {
    content: '';
    position: absolute;
    bottom: calc(50% + -4px);
    right: -8px;
    background-image: url(https://visioninfotech.net/wp-content/themes/visioninfotech/assets/image/industry-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    vertical-align: middle;
    z-index: 1;
    height: 16px;
    width: 16px;
}
.why-partner-details-sec .leaders-details-image:after {
    content: '';
    position: absolute;
    left: 75%;
    bottom: 51%;
    z-index: 1;
    width: 25%;
    border-bottom: 1px dashed #cae0f5;
}
.leaders-details-content-part {
    padding-left: 90px;
}
.why-partner-details-row .leaders-details-title {
    margin-bottom: 15px;
}
.why-partner-details-sec .row.why-partner-details-row:nth-child(even) .leaders-details-image {
    display: flex
;
    justify-content: left;
}
.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:before {
    left: -25px !important;
}
.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image:after {
    right: 75%;
    left: unset;
}
.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-content-part {
    padding-left: 0;
    padding-right: 90px;
} */
/* .why-partner-details-sec .leaders-details-image::before,
.why-partner-details-sec .leaders-details-image::after {
    content: '';
    position: absolute;
    z-index: 1;
}

.why-partner-details-sec .leaders-details-image::before {
    width: 16px;
    height: 16px;
    background-image: url(https://visioninfotech.net/wp-content/themes/visioninfotech/assets/image/industry-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-partner-details-sec .leaders-details-image::after {
    height: 1px;
    border-bottom: 1px dashed #cae0f5;
    width: 80px;
}

.why-partner-details-sec .why-partner-details-row:nth-child(odd) .leaders-details-image::before {
    right: -20px;
    bottom: 50%;
    transform: translateY(50%);
}
.why-partner-details-sec .why-partner-details-row:nth-child(odd) .leaders-details-image::after {
    left: 75%;
    bottom: 50%;
    transform: translateY(50%);
}

.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image::before {
    left: -20px;
    bottom: 50%;
    transform: translateY(50%);
}
.why-partner-details-sec .why-partner-details-row:nth-child(even) .leaders-details-image::after {
    right: 100%;
    bottom: 50%;
    transform: translateY(50%);
}
.why-partner-details-sec .leaders-details-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.why-partner-details-sec .leaders-details-image {
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
} */

 .timeline-wrapper {
            position: relative;
            /* padding: 2rem 0; */
        }

        .timeline-line {
            position: absolute;
            left: 50%;
              top: 57px;
    height: 88%;
            bottom: 170px;
            width: 4px;
            background-image: radial-gradient(circle, rgb(202, 224, 245) 2px, transparent 2.5px);
            background-size: 2px 6px;
            /* dot spacing */
            background-repeat: repeat-y;
            transform: translateX(-50%);
        }


        .timeline-block {
            position: relative;
            width: 50%;
            display: flex;
            margin-bottom: 3rem;
        }

        .timeline-block.left {
            flex-direction: row-reverse;
            left: 0;
            padding-right: 2rem;
        }

        .timeline-block.right {
            left: 50%;
            padding-left: 0rem;
        }

        .timeline-icon {
            flex-shrink: 0;
               background: rgb(19 81 216 / 10%);
            /* border: 3px solid #e0e0e0; */
            border-radius: 50%;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            position: relative;
              top: 11px;
        }

        /* .timeline-icon::after {
                                    content: '';
                                    position: absolute;
                                    top: 40px;

                                    left: -93px;
                                    width: 0px;

                                    height: 8px;
                                    border-radius: 50%;
                                    border: 9px solid #cae0f5;

                                    z-index: -1;
                                } */

        .timeline-icon img {
            width: 130px;
            height: 130px;
        }

        .timeline-content {
            background: transparent;
            padding: 0 1rem;
            max-width: 500px;
        }

        .timeline-content h6 {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

        .timeline-content p {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #555;
        }

        .timeline-block::before {
            content: '';
            position: absolute;
            top: 3rem;
            height: 4px;
            background-image: radial-gradient(circle, rgb(202, 224, 245) 2px, transparent 2.5px);
            background-size: 6px 2px;
            /* width controls spacing, height is dot size */
            background-repeat: repeat-x;

        }


        .timeline-block.left::after {
            content: '';
            position: absolute;
            top: 40px;
            /* adjust based on desired spacing */
            left: 639px;
            width: 0px;
            /* original width + padding */
            height: 8px;
            border-radius: 50%;
            border: 9px solid #cae0f5;
            /* light blue dashed border */
        }

        .timeline-block.left::before {
            right: -10rem;
            width: 26%;
        }

        .timeline-block.right::after {
            content: '';
            position: absolute;
            top: 40px;
            /* adjust based on desired spacing */
            right: 640px;
            width: 0px;
            /* original width + padding */
            height: 8px;
            border-radius: 50%;
            border: 9px solid #cae0f5;
            /* light blue dashed border */
        }

        .timeline-block.right::before {
            left: -21%;
            width: 20%;
            /* top: 30%; */
        }

        .icon-right {
            left: -32%;
        }

        .icon-left {
            right: -40%;
        }
                .timeline-block.right .timeline-content,
.timeline-block.left .timeline-content {
    margin-left: 135px;
        margin-right: 87px; /* Adjust this value to match your icon+gap width */
}

@media (max-width: 1399px) {
  .timeline-block.left::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 551px;
    width: 0px;
    height: 8px;
    border-radius: 50%;
    border: 9px solid #cae0f5;
}
.timeline-block.right::after {
    content: '';
    position: absolute;
    top: 40px;
    right: 551px;
    width: 0px;
    height: 8px;
    border-radius: 50%;
    border: 9px solid #cae0f5;
}
.icon-left {
    right: -46%;
}

}


        /* Medium devices (tablets, 768px and up) */
        @media (max-width: 1199px) {
              .timeline-line {
        left: 33px;
        top: 26px;
        bottom: 0;
        transform: none;
        /* display: none; */
    }
          .timeline-block.right .timeline-content, .timeline-block.left .timeline-content{
                margin-left: 0px;
                 margin-right: 0px;
          }
            .timeline-wrapper {
                max-width: 720px;
            }

            .timeline-block {
                width: 100%;
                padding: 0 2rem;
                margin-bottom: 4rem;
            }

            /* Stack blocks vertically */
            .timeline-block.left,
            .timeline-block.right {
                flex-direction: row;
                left: 0 !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                justify-content: flex-start;
            }

            /* Position icon to left */
            .timeline-icon {
                width: 70px;
                height: 70px;
                top: 0;
                margin-right: 1.5rem;
            }
            .timeline-wrapper{
              justify-self: center;
            }
            .timeline-icon img {
                width: 100px;
                height: 100px;
            }

            /* Timeline line repositioned */
            .timeline-line {
                left: 20px;
                top: 0;
                bottom: 0;
                transform: none;
                display: none;
            }

            /* Remove pseudo elements */
            .timeline-block::before,
            .timeline-block::after {
                display: none;
            }

            .timeline-block.left::after {
                content: '';
                position: absolute;
                top: 40px;
                /* adjust based on desired spacing */
                left: 458px;
                width: 0px;
                /* original width + padding */
                height: 8px;
                border-radius: 50%;
                border: 9px solid #cae0f5;
                /* light blue dashed border */
            }

            .icon-right {
                left: 0%;
            }

            .icon-left {
                right: 0%;
            }

        }

        /* Small devices (mobiles, less than 768px) */
        @media (max-width: 767px) {
            .timeline-wrapper {
                padding: 2rem 1rem;
            }

            .timeline-icon {
                width: 80px;
                height: 80px;
                margin-right: 1rem;
            }

            .timeline-icon img {
                width: 80px;
                height: 80px;
            }

            .timeline-content h6 {
                font-size: 1rem;
            }

            .timeline-content p {
                font-size: 0.9rem;
            }

            /* Timeline line */
            .timeline-line {
                left: 15px;
                display: none;
            }

            .icon-right {
                left: 0%;
            }

            .icon-left {
                right: 0%;
            }

        }
