.card-border:after{
    background-color: var(--secondary);
}

.pointer-section {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.point-num {
    width: 50px;
    height: 50px;
    background: var(--primary);
    /* flex-basis: 21%; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 1.5rem;
}



.point-heading h4{
    margin: 0;
}

.mv-col h2 {
    font-size: 20px ;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    line-height: 29px;
}

.mv-col h2 span {
    color: var(--primary);
    font-size: 40px;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 40px 0;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 30px;             /* line position */
  left: 0;
  width: 100%;
  height: 4px;
  background: #ddd;      /* timeline line */
  z-index: 1;
}

.timeline-item {
  position: relative;
  flex: 1;
  text-align: center;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--secondary);   /* dot color */
  z-index: 2;
}

.timeline-content {
  margin-top: 30px;

  padding: 10px;
  border-radius: 8px;

}

.timeline-content h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.timeline-content p{
    font-size: 14px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0 0 !important;
}

ul.list.list-icons.list-icons-style-2.list-icons-lg {
    margin-bottom: 9px;
}

@media (min-width: 992px) {
    #header .header-nav-main-full-width-mega-menu nav > ul > li.dropdown-mega > .dropdown-menu.service-mega-menu {
        border-radius: 8px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        width: 980px;
        max-width: calc(100vw - 40px);
    }
}

.service-mega-menu {
    max-width: 980px;
}

.service-mega-menu .dropdown-mega-content {
    padding: 28px 32px;
}

.service-mega-list {
    margin-left: 0;
    margin-right: 0;
}

.service-mega-menu .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 3px solid transparent;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 12px 28px 12px 14px;
    position: relative;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, padding-left 0.25s ease;
    white-space: normal;
}

.service-mega-menu .dropdown-item::after {
    color: var(--primary);
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.service-mega-menu .dropdown-item:hover,
.service-mega-menu .dropdown-item:focus {
    background: rgba(227, 97, 89, 0.07);
    border-left-color: var(--primary);
    color: var(--primary);
    padding-left: 18px;
}

.service-mega-menu .dropdown-item:hover::after,
.service-mega-menu .dropdown-item:focus::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.service-card-grid > [id] {
    scroll-margin-top: 120px;
}

.service-card .card-body {
    display: flex;
    flex-direction: column;
}

.service-icon {
    align-items: center;
    background: rgba(227, 97, 89, 0.1);
    border-radius: 8px;
    color: var(--secondary);
    display: flex;
    font-size: 26px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.service-card .card-text {
    flex-grow: 1;
    line-height: 1.75;
}

.service-card-vrskd {
    position: relative;
}

.service-badge {
    align-self: flex-start;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
    padding: 7px 11px;
    text-transform: uppercase;
}

.service-detail-visual {
    background: #f7f7f7;
    border-radius: 8px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

.service-detail-visual img {
    border-radius: 6px;
    width: 100%;
}

.service-detail-icon {
    align-items: center;
    background: var(--secondary);
    border-radius: 8px;
    bottom: 28px;
    color: #fff;
    display: flex;
    font-size: 30px;
    height: 72px;
    justify-content: center;
    position: absolute;
    right: 28px;
    width: 72px;
}

.service-detail-point {
    background: #fff;
    border-left: 3px solid var(--secondary);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.service-detail-point > i {
    align-items: center;
    background: rgba(227, 97, 89, 0.1);
    border-radius: 50%;
    color: var(--secondary);
    display: flex;
    height: 34px;
    justify-content: center;
    margin-bottom: 14px;
    width: 34px;
}

.service-detail-sidebar {
    background: #fff;
    border-top: 3px solid var(--secondary);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 24px;
    position: sticky;
    top: 110px;
}

.service-detail-sidebar a {
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #333;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    line-height: 1.35;
    padding: 11px 0;
    text-decoration: none;
}

.service-detail-sidebar a:last-child {
    border-bottom: 0;
}

.service-detail-sidebar a i {
    color: var(--secondary);
    flex: 0 0 18px;
    margin-top: 2px;
    text-align: center;
}

.service-detail-sidebar a.active,
.service-detail-sidebar a:hover {
    color: var(--primary);
}


@media(max-width: 600px){
.timeline::before, .timeline-item::before{
    display: none;
}



.timeline{
    flex-wrap: wrap;
    margin-top: 0;
}

.timeline-item{
    flex: 0 0 100%
}

    .mv-col h2 {
        text-align: left;
        margin: 10px 0;
    }

    .page-header {
    padding-top: 96px;
    padding-bottom: 0;
}
}

@media(max-width: 991px){
    .service-mega-menu {
        max-width: none;
        width: 100%;
    }

    .service-mega-menu .dropdown-mega-content {
        padding: 8px 0;
    }

    .service-mega-menu .dropdown-item {
        border-bottom: 0;
        border-left-width: 2px;
        padding: 9px 24px 9px 12px;
    }

    .service-mega-menu .dropdown-item:hover,
    .service-mega-menu .dropdown-item:focus {
        padding-left: 16px;
    }

    .service-detail-sidebar {
        position: static;
    }
}
