
.services-page-header-img {
    background-image: url('../images/image49.png');
    height: 392px;
    width: 70%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-page-header {
    position: relative;

    height: 392px;


}

.services-page-header-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    background: rgba(0, 34, 59, 0.76);
}

.services-page-header-bg h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1px;
    font-weight: 800;
    padding-left: 30px;
    border-left: 1px solid #F1592B;
}

.services-page-header-bg p {
    padding-left: 40px;
}

.services-page-header-bg span {
    color: #ccc;
}



/*Services*/

.services-header {
    width: max-content;
    border-bottom: 2px solid #F1592B;
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.services-sub-header {
    font-size: 40px;
    font-weight: 400;
    color: #000B41;
    line-height: 1.4;
    margin-top: 20px;
}






.service-card {
    background: #FAFAFA;
    padding: 30px !important;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    height: 550px;
    transition: all .4s ease-in-out;
    position: relative;
    box-sizing: border-box;
}
.service-img{
    width: 100%;
    height: 232px;
    border-radius: 15px;
    object-fit: cover;
}
.service-card-img{
    position: relative;
    height: 250px;

}
.service-img-icon{
    width: 64px;
    height: 64px;
}
.service-img-icon{
    position: absolute;
    bottom: 0;
    right: 10px;
}

@media(max-width:575px) {
    .services-header {
        font-size: 30px;
    }

    .services-sub-header {
        font-size: 18px;
        max-width: 90%;
    }

}


.service-card-header {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-right: 15px;
}

.service-card-text {
    color: #808380;
}



.service-detail-link {
    text-decoration: none;
    position: absolute;
    bottom: 30px;
    border-radius: 10000px;
    border: 1px solid #fbb216;
    left: 30px;
    color: #fbb216;
    text-transform: capitalize;
    font-weight: 400;
}

@media(max-width:575px) {
   
    
    .service-card-text,
    .service-detail-link {
        font-size: 12px;
    }
    .service-card-header{
        font-size: 16px;
    }
 
    .service-card {
        height: 400px;
        padding: 10px !important;
    }
    .service-img{
        height: 150px;
    }
    .service-card-img{
        height: 170px;
    }
    .service-img-icon{
        width: 40px;
        height: 40px;
    }
    .service-detail-link{
        left: 10px;
        bottom: 10px;
    }
    .service-bg-icon{
        display: none;
    }
}

@media(min-width:575px) and (max-width:991px) {
    .service-bg-icon{
        display: none;
    }
    .service-detail-link{
        left: 20px;
        bottom: 20px;
    }
    .services-header {
        font-size: 40px;
    }

    .services-sub-header {
        font-size: 18px;
        max-width: 90%;
    }


    .service-card-header {
        font-size: 20px;
    }

    .service-card-text,
    .service-detail-link {
        font-size: 14px;
    }

    .service-card {
        height: 420px;
        padding: 20px !important;
    }
    .service-img{
        height: 150px;
    }
    .service-card-img{
        height: 170px;
    }
    .service-img-icon{
        width: 40px;
        height: 40px;
    }
}

@media(min-width:992px) and (max-width:1199px) {

   
    .service-card-header {
        font-size: 20px;
    }

    .service-card-text,
    .service-detail-link {
        font-size: 14px;
    }

    .service-card {
        height: 450px;
        padding: 20px !important;
    }
    .service-img{
        height: 150px;
    }
    .service-card-img{
        height: 170px;
    }
    .service-img-icon{
        width: 40px;
        height: 40px;
    }
    .service-bg-icon{
        width: 140px;
        height: 140px;
        position: absolute;
        bottom: 0;
        right: 0;
       }
}
@media(min-width:992px){
   .service-bg-icon{
    width: 198px;
    height: 198px;
    position: absolute;
    bottom: 0;
    right: 0;
   }
    
}
.service-detail-link{
    transition: all .4s ease-in-out;
}
.service-detail-link:hover{
    background-color: #fbb216;
    color: #fff;
}
.service-card:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}


.service-detail-page-header-img {
    background-image: url('../images/services-header-bg.png');
    height: 392px;
    width: 70%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-detail-page-header {
    position: relative;

    height: 392px;


}

.service-detail-page-header-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0;
    background: rgba(0, 34, 59, 0.76);
}

.service-detail-page-header-bg h3 {
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.1px;
    font-weight: 800;
    padding-left: 30px;
    border-left: 1px solid #F1592B;
}

.service-detail-page-header-bg p {
    padding-left: 40px;
}

.service-detail-page-header-bg span {
    color: #ccc;
}

/*Services*/

.service-detail-header {
    width: max-content;
    border-bottom: 2px solid #F1592B;
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.service-detail-sub-header {
    font-size: 40px;
    font-weight: 400;
    color: #000B41;
    line-height: 1.4;
    margin-top: 20px;
}

@media(max-width:575px) {
    .service-detail-header {
        font-size: 30px;
    }

    .service-detail-sub-header {
        font-size: 18px;
        max-width: 90%;
    }

}
@media(min-width:575px) and (max-width:991px) {

    .service-detail-header {
        font-size: 40px;
    }

    .service-detail-sub-header {
        font-size: 18px;
        max-width: 90%;
    }

}
.services-list{
    border: 1px solid #FFE8E1;
    background: #FAFAFA;
    padding: 60px 60px 25px 40px;
    border-radius: 20px;
}

.services-list-header{
    display: flex;
    align-items: center;
    gap: 14px;
    
}
.services-list-header img{
    width: 24px;
    height: 24px;
}
.services-list-header h3{
    margin-bottom: 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000B41;
}
.list-icon{
    width: 7px;
    height: 7px;
    background: #1075BD;
    border-radius: 100%;
}
.service-list-item{
    padding: 16px 8px 16px 0;
    text-decoration: none;
    color: #000B41;
    width: 100%;


}

.service-item-content{
    width: 93%;
    display: flex;
    align-items: center;
    padding-right: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(241,89,43,0.33);
    padding-bottom: 10px;
    justify-content: space-between;
    transition: all .4s ease-in-out;
}
.service-item-link img{
    width: 44px;
    height: 44px;
}
.service-item-content:hover{
    color: #ff5316;
}
.advertisement{
    height: 500px;
    background-image: url('../images/advertisement.png');
    background-size: cover;
    background-repeat: no-repeat;
    gap: 25px;
    position: relative;
    background-position: center;
    border-radius: 20px;
}
.advertisement-element1{
    text-decoration: none;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
}
.advertisement-bg{
    position: absolute;
    background: rgba(0,34,59,0.74);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 0;
}
.advertisement-header{
    font-size: 32px;
    font-weight: 600;
    z-index: 1;
    text-align: center;
}
.advertisement-header1{
    color: #fbb216;
}
.advertisement-header2{
    color: #fff;
}
.advertisement .contact-btn{
    text-decoration: none;
    padding:20px 40px;
    border-radius: 15px;
    font-size: 20px;
    text-transform: capitalize;
    background: #fbb216;
    color: #fff;
    gap: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05px;
    z-index: 1;
}
.advertisement .contact-btn i{
    -webkit-text-stroke: 1px #F1592B;
}

.service-detail-img{
    width: 100%;
    height: 600px;
    border-radius: 20px;
    object-fit: cover;
}
.service-detail-sec-header{
    font-size: 40px;
    font-weight: 700;
    color: #00041B;
}
.service-detail-text{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: rgba(0,0,0,0.76);
}
.service-detail .line-container {
    display: flex;
    align-items: center;
    gap: 0px;
}

.service-detail .dot {
    width: 8px;
    height: 8px;
    background-color: rgba(16,117,189,0.65);
    border-radius: 50%;
}

.service-detail .line {
    width: 98%;
    height: 2px;
    background-color: rgba(16,117,189,0.65);
}
.service-detail-number{
    font-size: 70px;
    letter-spacing: 1px;
    color: #E6F3FC;
    text-shadow: 3px 3px 5px rgba(64,74,61,0.5);
}
.service-detail-card-header{
    font-size: 20px;
    font-weight: 500;
}
.service-detail-card-text{
    color: #8e8e8e;
    font-size: 14px;
}
.service-detail {
    padding-left: 30px;
}
.service-article-img{
    width: 90%;
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
}
.service-article-content h3{
    font-size: 32px;
    color: #000B41;
    font-weight: 600;
}
.service-article-content p{
    color: #8e8e8e;
    font-size: 20px;
    line-height: 1.6;
}
.service-article-element{
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-article-element{
    color: #000B41;
    font-size: 20px;
}.service-article-element i{
    color: #F1592B;
    font-size: 24px;
}
@media(max-width:767px){
    .services-list{
        padding: 30px 20px 10px 30px;
    }
    .services-list-header img{
        width: 20px;
        height: 20px;
    }
    .services-list-header h3{
        font-size: 18px;
    }
    .service-list-item{
        padding: 8px 0;
    }
    .service-item-link img{
        width: 30px;
        height: 30px;
    }
    .advertisement{
        height: 340px;
    }
    .advertisement-header{
        font-size: 24px;
    }
    .advertisement .contact-btn{
        font-size: 14px;
        padding: 10px 20px;
    }
    .service-detail-img{
        height: 300px;
    }
    .service-detail{
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-top: 50px;
    }
    .service-detail-sec-header{
        font-size: 25px;
    }
    .service-detail-text{
        font-size: 15px;
    }
    .service-detail-number{
        font-size: 50px;
    }
    .service-article-img{
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    .service-article-content h3{
        font-size: 25px;
    }
    .service-article-content p{
        font-size: 15px;
    }
    .service-article-element,.service-article-element i{
        font-size: 15px;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .services-list{
        padding: 30px 20px 10px 30px;
    }
    .services-list-header img{
        width: 20px;
        height: 20px;
    }
    .services-list-header h3{
        font-size: 20px;
    }
    .service-list-item{
        padding: 8px 0;
    }
    .service-item-link img{
        width: 30px;
        height: 30px;
    }
    .advertisement{
        height: 340px;
    }
    .advertisement-header{
        font-size: 24px;
    }
    .advertisement .contact-btn{
        font-size: 14px;
        padding: 10px 20px;
    }
    .service-detail-img{
        height: 300px;
    }
    .service-detail{
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-top: 50px;
    }
    .service-detail-sec-header{
        font-size: 25px;
    }
    .service-detail-text{
        font-size: 16px;
    }
    .service-detail-number{
        font-size: 50px;
    }
    .service-article-img{
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    .service-article-content h3{
        font-size: 28px;
    }
    .service-article-content p{
        font-size: 16px;
    }
    .service-article-element,.service-article-element i{
        font-size: 16px;
    }
}