.awards{
    padding: 0;
}

.purple-gradient{
    background: none !important;
}

.inspiration-by-industry h2, .links-list li a{
    color: #181818 !important;
    padding-left: 25px;
}

.links-list li a::before {
    content: "";
    height: 15px;
    width: 15px;
    background: url(../../../../../uploads/2024/04/bullet.webp) no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}

.row .steps-box {
    position: relative;
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    max-width: 340px;
    width: auto;
    padding: 25px 25px !important;
    margin: 15px;
    text-align: left;
}

.row .steps-box:hover{
    background: #fdee3d;
}

.city-logo-samples-wrapper img{
    display: inline-block;
    margin: 0;
    max-width: 24%;
}

.custom{
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 10px;
}

.steps-box span{
    display: block;
    margin-bottom: 10px;
}

.steps-box h4{
    margin-bottom: 20px;
}

.bridge-banner{
    position: relative;
    width: 100%;
    height: auto;
    background: url(../../../../../uploads/2024/04/logo-design-san-fransisco-section-background.webp) no-repeat center top;
    padding: 100px 0 150px;
    background-size: cover;
}

.bridge-banner h2{
    font-size: 35px;
}

.logo-design-cta{
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0 50px;
    background: url(../../../../../uploads/2024/04/logo-design-cta-banner.webp) no-repeat center top;
    background-size: cover;
}

.logo-design-cta h2, .logo-design-cta p{
    color: #fff;
}

.boost-company-box{
    background: #fff;
    padding: 40px;
    font-size:16px;
    color:#000;
    min-height: 300px;
    box-shadow: 0px 0px 35px 0px rgba(12, 12, 12, 0.3);
    margin-bottom: 30px;
}

.boost-company-box:hover{
    background-image: -moz-linear-gradient( 117deg, rgb(250,114,54) 0%, rgb(255,5,102) 100%);
    background-image: -webkit-linear-gradient( 117deg, rgb(250,114,54) 0%, rgb(255,5,102) 100%);
    background-image: -ms-linear-gradient( 117deg, rgb(250,114,54) 0%, rgb(255,5,102) 100%);
}

.boost-company-box:hover p{
    color: #fff;
}

.boost-company-box:hover h5{
    color: #fff;
}

.boost-company-box p{
    font-size:16px;
  color:#000;
}

.owl-carousel .owl-item .boost-company-box img{
    width: auto;
}

.boost-company-box h5 {
    max-width: 180px;
    font-size: 18px;
}

.city-carousel-heading-wrapper{
    padding: 0 0 30px 0;
    border-bottom: 2px solid #fd3451;
    margin-bottom: 30px;
}

.boost-company-box:hover .city-carousel-heading-wrapper{
    border-bottom: 2px solid #fff;
}

.bottom-city-section .blog-links-wrapper .links-list{
    text-align: center;
    justify-content: center;
}

.bottom-city-section .blog-links-wrapper .links-list li{
    width: auto;
    max-width: none;
}

.inspiration-by-industry{
    border-bottom: 1px solid #ccc;
}
.our-process-logo{
    background-image: url(../../../../../uploads/2024/04/process-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 15px;
}

@media only screen and (max-width: 575px) {
    .blog-links-wrapper .links-list {
        max-height: none;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1440px){
    .logo-design-cta .primary-heading-box .main-heading{
        font-size: 50px;
        line-height: 1.3;
    }
}

@media (min-width: 576px){
.for-mobile{
    display: none;
}
.blog-links-wrapper.by-city .links-list{
    justify-content: center;
}
.logo-design.purple-gradient{
    background: var(--purple-gradient) !important;
}
.inspiration-by-industry.logo-design h2, .inspiration-by-industry.logo-design .links-list li a{
    color: #fff !important;
}    
}

@media (max-width: 575px){
.row .steps-box{
    max-width: 100%;
}
.city-logo-samples-wrapper img {
    max-width: 49%;
}
.logo-design-cta{
    padding: 100px 15px 50px;
}
.links-list li {
    max-width: 100%;
    padding: 0;
}
.links-list li a{
    padding: 0px 15px;
    line-height: 42px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.for-desktop{
    display: none;
}
.links-list li a::before{
    display: none;
}
.inspiration-by-industry .faqs .accordion-item{
    border: none !important;
    margin-bottom: 0;
}
.inspiration-by-industry h2 {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.inspiration-by-industry .custom-container{
    padding: 0 !important;
}
.inspiration-by-industry .faqs .accordion-button[aria-expanded="true"]{
    background: none !important;
    color:#000 !important;
}
.inspiration-by-industry .faqs .accordion-button, .inspiration-by-industry .faqs .accordion-body{
    padding: 8px 0 !important;
}
.inspiration-by-industry .faqs .accordion-button::after{
    background-image: url('../../../../../uploads/2024/05/icon-plus.webp');
}
.inspiration-by-industry .faqs .accordion-button[aria-expanded="true"]::after{
    background-image: url('../../../../../uploads/2024/05/icon-minus-white.webp');
}
.inspiration-by-industry{
    border: none;
    padding: 0 !important;
}
.inspiration-by-industry .px-3{
    padding: 0 !important;
}
.inspiration-by-industry .faqs .accordion-button{
    color: #000;

}
}

@media (max-width: 375px){
    .width-responsive-heading {
        max-width: 70%;
    }
}