.comprehensive{
    background-color: whitesmoke;
    padding-bottom: 300px;
}
a{
    text-decoration: none;
    
}

.expert-card{
    position:relative;

    width:100%;
    padding:30px;
    height:340px;
    
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 20px;

}
.card-icon{
    position: absolute;
    top:-50px;
    right: 10px;
    height:100px;
    width:100px;
    
    border-radius: 50%;
    background-color:whitesmoke;
}
.ben-img{
    display: block;
    width:100%;
    padding:10px;
    
}
.bottom-margin{
    margin-bottom: 70px;
}
.bottom_cta{
    margin-top:-200px
}

.banner-cnt {
    color: #fff;
}

.location-title{
    font-size:38px;
    font-weight:700;
    margin-bottom:0;
}


.location-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.location-item{
    display:flex;
    align-items:center;
    gap:8px;
    padding:14px 28px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:50px;
    color:#222;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.location-item span{
    font-size:18px;
}

.transform-spc {
    padding-top: 80px;
}

.results-section {
    padding-bottom: 80px;
}

@media (max-width:768px){

    .location-title{
        font-size:28px;
    }

    .location-item{
        padding:12px 20px;
        font-size:15px;
    }
}

.location-spc {
    padding-top: 
}

.faq-spc {
    padding-top: 80px;
    padding-bottom: 80px;
}


.location-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.location-track {
    display: flex;
    gap: 15px;
    width: max-content;
    animation: marquee 60s linear infinite;
}

.location-item {
    white-space: nowrap;
    padding: 12px 20px;
    background: #ffff;
    border-radius: 50px;
    font-weight: 600;
}

.location-item a,
.location-link {
    color: inherit !important;
    text-decoration: none !important;
}

.location-item a:hover,
.location-link:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.transform-spc {
  padding-top: 80px !important;
  padding-bottom: 80px;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (max-width: 768px) {
    .expert-card{
        height:fit-content;
        margin-bottom: 70px;
    }
    .first{
        margin-top: 40px;
    }
    .comprehensive{
        padding-bottom: 80px;
    }
}
@media (min-width: 1024px) {
    .expert-card{
        height:440px;
    }
    .approach_steps .col-md-3{
        height:fit-content !important;
    }
    .approach_steps .col-md-3:not(:last-child) {
        border-right: 1px solid white !important;
    }
}
@media (min-width: 1440px) {
    .expert-card{
        height:360px;
    }
}


@media only screen and (max-width: 480px) {

    .transform-spc {
        padding-top: 50px !important;
    }
    .comprehensive {
        padding-bottom: 0px !important;
    }
     .result-card {
        margin-bottom: 20px !important;
    }
    .card-spc {
        margin-bottom: 50px;
    }
    .faq-spc {
        padding-bottom: 50px;
    }
    .areas-heading {
        padding-bottom: 10px;
    }
    .results-section {
    padding-bottom: 0px;
   }

}

