:root {
    --spacing: 80px;
}

html{
    scroll-padding-top: 100px !important;
}

.al-safar-main .main-heading{
    font-weight: 600;
}

.alsafar-banner{
    text-align: center;
    position: relative;
    padding-top: 120px;
}

.alsafar-banner .as-logo{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
}

.al-safar-main .hero-heading{
    font-size: 60px;
    font-weight: 700;
    color: #010101;
    margin: -20px auto 0;
}

.al-safar-main .hero-heading span{
    color: #014fc5;
}

.hero-content .container{
    position: relative;
}

.navigator-wrapper{
    position: sticky;
    top: 74px;
    background-color: #fff;
    z-index: 111;
    margin: 40px auto 0;
    padding: 0 20px;
}

.page-navigator{
    width: 100%;
    max-width: 1240px;
    border-top: 1px solid #cccccc;
    padding: 20px 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto !important;
    text-transform: uppercase;
}

.page-navigator li a{
    color: #010101;
}

.page-navigator li a:hover{
    color: #014fc5;
    font-weight: 500;
}

.objective-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: var(--spacing) 0;
    background-image: -moz-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    background-image: -webkit-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    background-image: -ms-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%); color: #fff;
  }

.objective-wrapper p, 
.features-section p{
    color: #fff;
}    

.the-challenges-section .container{
    padding: var(--spacing) 0;
    border-bottom: 1px solid #cccccc;
}  

.the-challenges-image{
    margin-top: -150px;
    z-index: 9;
    position: relative;
}

.process-summary{
    position: relative;
    padding: var(--spacing) 0;    
}

.process-summary .container{
    background: url(../../../../uploads/2024/10/step-line-image.webp) no-repeat center;
}

.top-spacing{
    margin-top: 150px;
}

.process-summary h5{
    margin: 20px 0;
}

.process-wrapper{
    margin-top: var(--spacing);
    row-gap: 30px;
}

.process-wrapper p{
    margin-bottom: 0;
}

.technology-section{
    background: url(../../../../uploads/2024/10/technology-background.webp) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center; 
    padding: 80px 0 130px;
}

.technology-section h2{
    margin-bottom: 30px;
    color: #fff;
}

.technology-section .tech{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    padding: 0 20px;
}

.technology-box {
    width: 100%;
    max-width: 220px;
}

.technology-box .image-wrapper{
    height: 190px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 22px -9.5px rgba(0, 198, 241, 0.3), inset 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
    padding: 20px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.technology-section h2 span, 
.technology-section h3{
    color: #00c6f1;
}

.our-solution-section {
    padding: var(--spacing) 0 0;
    margin-bottom: -250px;
}

.features-section{
    padding: var(--spacing) 0;
    background-image: -moz-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    background-image: -webkit-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    background-image: -ms-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    color: #fff;                          
}

ul.features-box{
    list-style: none;
}

ul.features-box li{
    display: inline-block;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 36px;     margin: 4px;     min-width: 165px;
}

ul.features-box li p{
    color: #010101;
    margin: 20px 0 0;
    font-weight: 600;
    font-size: 18px;
}

section.walkthrough{
    background: #021927;
    padding: var(--spacing) 0; text-align: center;
}

section.walkthrough p, section.walkthrough h2{
    color: #fff;
}

section.achievement{
    padding: var(--spacing) 0;
}

.testimonial-carousel{
    position: relative;
}

.testimonial-carousel::before,
.testimonial-carousel::after{
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.testimonial-carousel::before{
    background-image: linear-gradient(to right, #fff , rgba(0,0,0,0));
    left: 0;
}

.testimonial-carousel::after{
    background-image: linear-gradient(to left, #fff, rgba(0,0,0,0));
    right: 0;
}

.testimonial-client-box{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(217, 217, 217);
    border-radius: 22px;      
    padding: 20px;
}

.testimonial-client-box h5{
    font-size: 18px;
}

.client-bio p{
    font-size: 15px;
}

.owl-item.center .testimonial-client-box,
.testimonial-client-box:hover{
    background-image: -moz-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    background-image: -webkit-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    background-image: -ms-linear-gradient( 151deg, rgb(0,198,241) 0%, rgb(9,111,203) 100%);
    border-color: #00c6f1;

}

.owl-item.center .testimonial-client-box p,
.testimonial-client-box:hover p, 
.owl-item.center .testimonial-client-box h5,
.testimonial-client-box:hover h5{
    color: #fff;
}

.testimonial-client-box .fa-star{
    color: #f8bc0f;
    font-size: 12px;
    margin-bottom: 10px;
}

.testimonial-carousel .owl-nav{
    margin-top: 30px;
}

.testimonial-carousel .owl-nav button[class*=owl-]{
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
}

.testimonial-carousel .owl-nav button[class*=owl-]:hover{
    background: var(--blue-gradient-background);
    background-size: cover;
}


@media only screen and (max-width: 1299px){
    ul.features-box li {
        padding: 25px;
        min-width: 145px;
    }
}

@media only screen and (max-width: 1199px){
    .process-summary .container {
        background: url(../../../../uploads/2024/10/step-line-image.webp) no-repeat center;
        background-size: 80%;
    }
    ul.features-box{
        text-align: center;
    }        
}

@media only screen and (max-width: 991px){
    .alsafar-banner{
        padding-top: 60px;
    }
    .al-safar-main .hero-heading{
        font-size: 36px;
        margin: -5px auto 0;
    }
    .navigator-wrapper{
        position: unset;
        top: unset;
        margin: 40px auto 0;
        padding: 0 10px;
    }
    .page-navigator{
        justify-content: center;
        column-gap: 20px;
    }
    .process-summary .container {
        background: url(../../../../uploads/2024/10/step-line-image.webp) no-repeat left var(--spacing) top 204px;
        background-size: 80%;
    }    
    .the-challenges-section .row{
        align-items: center;
        margin: 0 auto;
    }
    .our-solution-section {
        margin-bottom: -100px;
    }
}

@media only screen and (max-width: 767px){
    :root {
        --spacing: 35px;
    }
    ul.features-box li {
        min-width: 135px;
    } 
    .technology-section{
        padding: 60px 0;
    }
    .technology-box .image-wrapper{
        height: 150px;
    }
    .technology-box img{
        max-height: 60px;
    }
    .top-spacing{
        margin-top: 0;
    }
    .process-summary .container{
        background: none;
    }
    .process-summary{
        text-align: center;
    }
    .the-challenges-image{
        margin-top: 0;
    }
    .process-wrapper {
        margin-top: 30px;
    }
    .testimonial-carousel::before,
    .testimonial-carousel::after{
        display: none;
    }
}

@media only screen and (max-width: 575px){
    .technology-section{
        padding: 40px 0;
    }
    .technology-box .image-wrapper{
        height: unset;
    }
    .our-solution-section {
        margin-bottom: -50px;
    } 
}

@media only screen and (max-width: 425px){
    .technology-box .image-wrapper{
        min-height: 100px;
        margin-bottom: 20px;
    }
    .technology-box h3{
        font-size: 18px;
    }
    .process-wrapper img{
        transform: scale(0.8);
    }
    .process-wrapper h5{
        padding: 0 10px;
        margin: 10px 0;
    }
}