/* xxxxxxxxxxxxxx Services: Home xxxxxxxxxxxx */

/* =====Services: Banner===== */
.services-banner{
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 170px;
    background: -webkit-gradient(linear, left top, right top, from(#1D2350), to(#303872));
    background: -o-linear-gradient(left, #1D2350, #303872);
    background: linear-gradient(to right, #1D2350, #303872);
    position: relative;
}
.services-banner-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    background: -webkit-gradient(linear, left top, right top, from(#1D2350), to(#303872));
    background: -o-linear-gradient(left, #1D2350, #303872);
    background: linear-gradient(to right, #1D2350, #303872);
}
.services-banner-h{
    font-size: 25px;
    color: #fff;
}
.services-banner-img{
    position: absolute;
    /* top: 155px; */
    left: 16px;
    right: 16px;
    bottom: -120px;
    height: 180px;
    width: calc(100% - 32px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
}
@media(min-width: 744px) {
    .services-banner{
        padding-top: 50px;
        padding-bottom: 65px;
        margin-bottom: 50px;
    }
    .services-banner-h{
        max-width: 420px;
        font-size: 31.25px;
    }
    .services-banner-bg{
        right: 59%;
    }
    .services-banner-img{
        top: 0;
        bottom: 0;
        right: 0;
        left: unset;
        width: 40%;
        height: 100%;
    }
}
@media(min-width: 1024px) {
    .services-banner{
        padding-bottom: 40px;
    }
    .services-banner-h{
        max-width: 550px;
        font-size: 39.06px;
    }
}
@media(min-width: 1200px) {
    .services-banner{
        margin-bottom: 45px;
    }
    .services-banner-h{
        max-width: 750px;
        font-size: 48.83px;
    }
    .services-banner-img{
        width: 30%;
    }
}
@media(min-width: 1512px) {
    .services-banner{
        margin-bottom: 80px;
    }
    .services-banner .container{
        max-width: 1400px;
    }
}
@media(min-width: 1728px) {
    .services-banner-img {
        width: 35%;
    }
}

/* =====Services: Text Section===== */
.services-sec_txt{
    margin-top: 50px;
    margin-bottom: 50px;
}
.services-sec_txt-content-h{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}
.services-sec_txt-content-para{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.services-sec-img{
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.services-sec_txt .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}
.services-sec_txt-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media(min-width: 744px) {
    .services-sec_txt .container{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 1024px) {
    .services-sec_txt .container{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 40px;

        max-width: unset;
        margin-left: 32px;
        margin-right: 32px;
    }
    .services-sec-img{
        height: 400px;
        width: 440px;
    }
    .services-sec_txt-content-h{
        font-size: 31.25px;
        margin-bottom: 20px;
    }
    .services-sec_txt-content-para{
        margin-bottom: 30px;
        gap: 15px;
    }

    .services-sec_txt.sec_rev .container{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
@media(min-width: 1200px) {
    .services-sec_txt{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .services-sec1{
        margin-top: 45px;
    }
    .services-sec3{
        margin-bottom: 80px;
    }
    .services-sec_txt .container{
        gap: unset;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .services-sec_txt-content{
        max-width: 580px;
    }
    .services-sec_txt-content-h{
        font-size: 39.06px;
    }
    .services-sec-img {
        height: 450px;
        width: 540px;
    }
}

/* =====Services: Portfolio Section===== */
.services-sec4{
    margin-bottom: 40px;
    padding-bottom: 50px;
    position: relative;
}
.services-sec4 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.services-sec4-h{
    margin-bottom: 30px;
}
.services-sec4-p_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-bottom: 35px;
    width: 100%;
}

/* Portfolio Box */
.services-sec4-pbox-a{
    width: 100%;
    height: 100%;
}
.services-sec4-pbox{
    padding: 20px 15px 25px;
    height: 400px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.services-sec4-pbox-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}
.services-sec4-pbox-bg-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(2, 4, 4, 0.75)));
    background: -o-linear-gradient(top, transparent 50%, rgba(2, 4, 4, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(2, 4, 4, 0.75) 100%);
    z-index: -5;
}
.services-sec4-pbox-bg-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: -6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-sec4-pbox:hover{
    cursor: pointer;
}
.services-sec4-pbox:hover .services-sec4-pbox-bg-img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.services-sec4-pbox-service_cat{
    font-size: 13px;
    font-family: "Avenir", "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.8);
    font-style: normal;

    padding: 4px 10px;
    border-radius: 15px;
    background-color: rgba(29, 35, 80, 0.6);
    border: 1px solid #8D91C7;
}
.services-sec4-pbox-title{
    font-family: "gelica", sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    line-height: 1.25;
}
.services-sec4 .primary_btn{
    padding: 15px;
}
.services-sec4-bg{
    position: absolute;
    background-color: #E6E8F4;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    z-index: -15;
}
.services-sec4-pbox-a:nth-of-type(5),
.services-sec4-pbox-a:nth-of-type(6) {
    display: none;
}
.services-sec4-pbox-service_cat-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    row-gap: 15px;
}
@media(min-width: 744px) {
    .services-sec4-pbox-a:nth-of-type(5),
    .services-sec4-pbox-a:nth-of-type(6) {
        display: inline;
    }
    .services-sec4-h {
        margin-bottom: 40px;
    }
    .services-sec4-p_wrap{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: unset;
        row-gap: 20px;
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
        margin-bottom: 40px;
    }
}
@media(min-width: 1024px) {
    .services-sec4 {
        margin-bottom: 60px;
        padding-bottom: 80px;
    }
    .services-sec4-pbox{
        height: 520px;
    }
    .services-sec4-p_wrap{
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .services-sec4-pbox {
        padding: 20px 20px 30px;
    }
    .services-sec4-pbox-service_cat {
        font-size: 15px;
    }
    .services-sec4-bg{
        height: 400px;
    }
    .services-sec4-pbox-service_cat-wrap{
        gap: 7px;
    }
}
@media(min-width: 1200px) {
    .services-sec4-pbox {
        height: 450px;
    }
    .services-sec4-p_wrap {
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
        grid-template-columns: repeat(3, 1fr);
        row-gap: unset;
        -webkit-column-gap: unset;
           -moz-column-gap: unset;
                column-gap: unset;
        gap: 16px;
    }
}
@media(min-width: 1512px) {
    .services-sec4 .container{
        max-width: 1350px;
    }
    .services-sec4-p_wrap {
        gap: 30px;
    }
}

/* =====Process: Services===== */
.services-sec6{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.services-sec6-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -5;
    background-color: rgba(230, 232, 244, 0.5);
}
.services-sec6 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.services-sec6-h{
    font-weight: 400;
    margin-bottom: 40px;
}
.services-sec6-box_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    position: relative;
}
/* Box */
.services-sec6-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 255px;
}
.services-sec6-box-icon{
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}
.services-sec6-box-h{
    font-size: 20px;
    margin-bottom: 12px;
}
.services-sec6-box-p{
    font-family: "Avenir", "Lato", sans-serif;
    font-weight: 300;
    line-height: 1.25;
    color: rgba(2, 4, 4, 0.8);
    font-style: normal;
    font-size: 16px;
    text-align: center;
}
@media(min-width: 1024px) {
    .services-sec6{
        padding-bottom: 80px;
    }
    .services-sec6-box_wrap{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 16px;
    }
    .services-sec6-box{
        max-width: unset;
        width: 100%;
    }
}
/* BG Effect */
.services-sec6-bgline{
    display: none;
    position: absolute;
    top: 40px;
    left: 80px;
    right: 80px;

    height: 2px;
    background: -o-repeating-linear-gradient(
        left,
        rgba(2, 4, 4, 0.2) 0px,
        rgba(2, 4, 4, 0.2) 6px, /* Dash length */
        transparent 6px,
        transparent 12px /* Dash length + Gap length */
    );
    background: repeating-linear-gradient(
        to right,
        rgba(2, 4, 4, 0.2) 0px,
        rgba(2, 4, 4, 0.2) 6px, /* Dash length */
        transparent 6px,
        transparent 12px /* Dash length + Gap length */
    );
    z-index: -3;
}
.services-sec6-arrow{
    display: none;
    height: 18px;
    position: absolute;
    top: 32px;
}
.services-sec6-arrow:nth-of-type(1){
    left: 220px;
}
.services-sec6-arrow:nth-of-type(2){
    left: 50%;  
    -webkit-transform: translateX(-50%);  
        -ms-transform: translateX(-50%);  
            transform: translateX(-50%);
}
.services-sec6-arrow:nth-of-type(3){
    right: 220px;
}
@media(min-width: 1200px) {
    .services-sec6-arrow{
        display: block;
    }
    .services-sec6 {
        padding-bottom: 70px;
        margin-bottom: 60px;
    }
    .services-sec6-h {
        margin-bottom: 60px;
    }
    .services-sec6-box_wrap{
        gap: 58px;
    }
    .services-sec6-bgline {
        display: block;
        left: 120px;
        right: 120px;
    }
    .services-sec6-arrow:nth-of-type(1) {
        left: 270px;
    }
    .services-sec6-arrow:nth-of-type(3) {
        right: 270px;
    }
}

/* xxxxxxxxxxx Individual Services xxxxxxxxxxx */

/* =====Banner===== */
.service-banner{
    padding-top: 50px;
    padding-bottom: 120px;
    margin-bottom: 230px;
    position: relative;
}
.service-banner-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    background: -webkit-gradient(linear, left top, right top, from(#1D2350), to(#303872));
    background: -o-linear-gradient(left, #1D2350, #303872);
    background: linear-gradient(to right, #1D2350, #303872);
}
.service-banner-h{
    color: #fff;
    margin-bottom: 15px;
}
.service-banner-p{
    font-family: "Avenir", "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.8);
    font-style: normal;
    font-size: 18px;
    margin-bottom: 20px;
}
.service-banner-img{
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -180px;
    height: 280px;
    width: calc(100% - 32px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
}
@media(min-width: 744px) {
    .service-banner{
        padding-bottom: 180px;
        margin-bottom: 360px;
    }
    .service-banner .container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .service-banner-p{
        max-width: 515px;
    }
    .service-banner-img{
        height: 460px;
        bottom: -310px;
    }
}
@media(min-width: 1024px) {
    .service-banner{
        padding-top: 70px;
        padding-bottom: 80px;
        margin-bottom: 50px;
    }
    .service-banner-bg{
        right: 49%;
    }
    .service-banner-h{
        max-width: 450px;
        font-size: 39.06px;
        margin-bottom: 20px;
    }
    .service-banner-p{
        margin-bottom: 30px;
        max-width: 430px;
    }
    .service-banner-img{
        top: 0;
        bottom: 0;
        right: 0;
        left: unset;
        width: 50%;
        height: 100%;
    }
    .service-banner .banner-breadcrumb{
        margin-bottom: 40px;
    }
}
@media(min-width: 1200px) {
    .service-banner{
        padding-bottom: 90px;
    }
    .service-banner-h{
        max-width: 550px;
        font-size: 45px;
    }
    .service-banner-p{
        font-size: 22px;
        max-width: 530px;
    }
}
@media(min-width: 1512px) {
    .service-banner{
        margin-bottom: 80px;
    }
    .service-banner .container{
        max-width: 1400px;
    }
    .service-banner-h{
        max-width: 650px;
    }
    .service-banner-p{
        max-width: 600px;
    }
}

/* =====Service: Gallery Section===== */
.service-sec1{
    margin-top: 50px;
    margin-bottom: 50px;
}
.service-sec1 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service-sec1-h{
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
}
.service-sec1 .primary_btn{
    margin-top: 30px;
    border-left: 3px solid #8D91C7;
}

/* Gallery */
.service-sec1-gallery_wrap {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; /* Divide into 2 columns */
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; /* Space between the columns */
    width: 100%;
}
.service-sec1-gallery-a{
    display: inline-block; /* Ensure the images behave like block elements */
    margin-bottom: 6px;
    width: 100%;
}
.service-sec1-gallery-img {
    width: 100%; /* Ensure images fit within their containers */
    height: 100%;
    height: auto; /* Maintain aspect ratio */
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0); /* Optional shadow effect */
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s; /* Smooth hover effect */
}
.service-sec1-gallery-img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
@media(min-width: 744px) {
    .service-sec1-gallery_wrap {
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
    }
    .service-sec1-gallery-a{
        margin-bottom: 12px;
    }
}
@media(min-width: 1200px) {
    .service-sec1-gallery_wrap {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
    }
}

/* =====Section 2: Individual Service===== */
.service-sec2{
    position: relative;
    padding-top: 40px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.service-sec2-sub-container{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.service-sec2-bg_mini,
.service-sec2-bg_mega{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 150px;
    background-color: rgba(230, 232, 244, 0.5);
    z-index: -2;
}
.service-sec2-bg_mega{
    display: none;
}
.service-sec2-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}
.service-sec2-h{
    font-weight: 400;
}
.service-sec2-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.service-sec2-img{
    position: relative;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-top: 20px;
}
@media(min-width: 744px) {
    .service-sec2{
        margin-top: 60px;
    }
    .service-sec2-img {
        height: 340px;
    }
    .service-sec2-bg_mini{
        bottom: 215px;
    }
}
@media(min-width: 1024px) {
    .service-sec2{
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: unset;
    }
    .service-sec2-sub-container {
        max-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 50px 0 50px 30px;
    }
    .service-sec2-content{
        max-width: 480px;
    }
    .service-sec2-text{
        margin-right: 20px;
    }
    .service-sec2-img{
        height: 320px;
        width: 400px;
        margin-top: unset;
    }
    .service-sec2-bg_mini{
        display: none;
    }
    .service-sec2-bg_mega{
        display: block;
        bottom: 0;
        right: 60px;
    }
}
@media(min-width: 1200px) {
    .service-sec2-sub-container{
        padding: 60px 0 60px 50px;
    }
    .service-sec2-h{
        font-size: 39.06px;
    }
    .service-sec2-content {
        max-width: 620px;
        gap: 20px;
    }
    .service-sec2-text{
        gap: 15px;
    }
    .service-sec2-img {
        width: 500px;
        height: 370px;
        left: 20px;
    }
    .service-sec2-bg_mega{
        right: 0;
    }
}
@media(min-width: 1512px) {
    .service-sec2-img {
        width: 520px;
        left: 60px;
    }
    .service-sec2-sub-container {
        padding: 60px 0 60px 60px;
    }
}

/* =====Service: Pricing Section===== */
.service-sec3{
    margin-top: 60px;
    margin-bottom: 40px;
}
.service-sec3 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service-sec3-h{
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}
.service-sec3-box_wrap{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
/* Pricing Box */
.service-sec3-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    gap: 40px;

    border: 1px solid rgba(2, 4, 4, 0.1);
    border-top: 6px solid #E6E8F4;
    padding: 15px 20px 195px;
}
.service-sec3-box-img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: -1;
}
.service-sec3-box-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
}
.service-sec3-box-h{
    font-size: 25px;
}
.service-sec3-box-p{
    font-size: 18px;
}
.service-sec3-box-foot{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.service-sec3-box-foot-text1{
    font-size: 16px;
    color: rgba(2, 4, 4, 0.6);
}
.service-sec3-box-foot-price{
    font-size: 39px;
    color: #020404;
    font-weight: 700;
}
/* Discount Toast */
.service-sec3-discount_toast{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;

    padding: 8px 10px;
    border: 1px solid #B1DDF3;
    background-color: rgba(177, 221, 243, 0.15);

    margin-bottom: 25px;
}
.service-sec3-discount_toast-icon{
    height: 15px;
    width: 15px;
}
.service-sec3-discount_toast-text{
    font-size: 14px;
    color: rgba(2, 4, 4, 0.8);
}
/* 'Popular' Text */
.service-sec3-box.popular{
    margin-top: 35px;
}
.service-sec3-box.popular::before {
    content: "popular";
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 15px;
    background-color: #E6E8F4;
    color: #020404;
    text-transform: uppercase;
    letter-spacing: 1px;

    top: -35px;
    left: -1px;
}

.service-sec3 .primary_btn{
    padding: 15px 20px;
}
@media(min-width: 744px) {
    .service-sec3 {
        margin-bottom: 50px;
    }
    .service-sec3-box_wrap{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: unset;
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px;
        row-gap: 30px;
    }
    .service-sec3-box.popular{
        height: unset;
    }
}
@media(min-width: 1024px) {
    .service-sec3 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .service-sec3-h{
        margin-bottom: 60px;
    }
    .service-sec3-box_wrap{
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }
    .service-sec3-box.popular{
        margin-top: 0;
    }
    
    .service-sec3-discount_toast{
        margin-bottom: 40px;
        gap: 8px;
        font-size: 16px;
    }
    .service-sec3-discount_toast-icon {
        height: 20px;
        width: 20px;
    }
}
@media(min-width: 1200px) {
    .service-sec3 {
        margin-bottom: 100px;
    }
    .service-sec3-box{
        max-width: 360px;
    }
    .service-sec3-box_wrap{
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
}

/* =====Service: Process Section===== */
.service-sec5{
    margin-top: 50px;
    margin-bottom: 60px;
}
.service-sec5 .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service-sec5-h{
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
}
.service-sec5-steps{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
}
.service-sec5-steps::before{
    content: "";
    position: absolute;
    width: 2px;
    top: 5px;
    bottom: 5px;
    left: 9px;
    background-color: #E4E6F2;
    z-index: -10;
}

/* Step */
.service-sec5-step{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 8px;
}
.service-sec5-step:nth-of-type(1)::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 25px;
    top: 0;
    left: 8px;
    background-color: #fff;
    z-index: -9;
}
.service-sec5-step:nth-of-type(6)::after{
    content: "";
    position: absolute;
    width: 4px;
    top: 15px;
    bottom: 0;
    left: 8px;
    background-color: #fff;
    z-index: -9;
}
.service-sec5-step-no{
    font-size: 14px;
    font-weight: 900;
    color: rgba(2, 4, 4, 0.8);
    line-height: 1;
    background-color: #B1DDF3;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    margin-top: 13px;
}
.service-sec5-step-subwrap1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}
.service-sec5-triangle{
    height: 8px;
    margin-top: 18px;
}
.service-sec5-step-subwrap2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 12px 15px;
    border-left: 2px solid #1D2350;
    background-color: #fff;
    -webkit-box-shadow: 0 0 80px 0 rgba(29, 35, 80, 0.06);
            box-shadow: 0 0 80px 0 rgba(29, 35, 80, 0.06); /* Add a shadow */
}
.service-sec5-step-img{
    height: 60px;
    border-radius: 50%;
}
.service-sec5-step-subwrap3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.service-sec5-step-subwrap3-h{
    font-weight: 500;
}
@media(min-width: 1024px) {
    .service-sec5 {
        margin-bottom: 160px;
    }
    .service-sec5-h{
        margin-bottom: 100px;
    }
    .service-sec5-steps{
        gap: 75px;
    }
    .service-sec5-steps::before{
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .service-sec5-step-subwrap2{
        max-width: 440px;
    }
    .service-sec5-step {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 18px;
        position: relative;
    }
    .service-sec5-step-subwrap1{
        position: absolute;
        width: unset;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .service-sec5-step:nth-of-type(odd) .service-sec5-step-subwrap1 {
        left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .service-sec5-step:nth-of-type(odd) .service-sec5-triangle{
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .service-sec5-step:nth-of-type(odd) .service-sec5-step-subwrap2{
        border-right: 3px solid #1D2350;
        border-left: 0;
    }
    .service-sec5-step:nth-of-type(even) .service-sec5-step-subwrap1 {
        right: 0;
    }
    .service-sec5-step-no{
        font-size: 18px;
        height: 25px;
        width: 25px;
        border-radius: 25px;
        margin-top: unset;
    }
    .service-sec5-triangle {
        height: 10px;
        margin-top: unset;
    }
    .service-sec5-step-subwrap2 {
        gap: 15px;
        padding: 20px;
        border-left: 3px solid #1D2350;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .service-sec5-step-img {
        height: 100px;
    }
    .service-sec5-step-subwrap3-h{
        font-size: 20px;
    }
    .service-sec5-step-subwrap3-p{
        font-size: 18px;
    }
    .service-sec5-step:nth-of-type(1)::before,
    .service-sec5-step:nth-of-type(6)::after{
        display: none;
    }
}
@media(min-width: 1200px) {
    .service-sec5-steps{
        max-width: 1165px;
    }
    .service-sec5-step-subwrap2 {
        max-width: 540px;
        padding: 20px 30px;
    }
}
@media(min-width: 1512px) {
    .service-sec5 .container{
        max-width: 1245px;
    }
    .service-sec5-steps{
        max-width: 100%;
    }
    .service-sec5-step-subwrap2 {
        max-width: 570px;
    }
}

/* =====Graphic Design Service: Pricing Section===== */
@media (min-width: 1024px) {
    .gdservice-sec3 .service-sec3-h {
        margin-bottom: 40px;
    }
}
/* Special */
.gdservice-box_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
    width: 100%;
}
.gdservice-box-img{
    position: relative;
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
/* BOX */
.gdservice-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;

    border: 1px solid rgba(2, 4, 4, 0.1);
    border-top: 6px solid #E6E8F4;
    padding: 15px 20px 20px;
}
.gdservice-box-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
}
.gdservice-box-h{
    font-size: 25px;
}

.gdservice-box-ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.gdservice-box-ul-li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.gdservice-box-ul-li-tick{
    height: 20px;
    margin-top: 1px;
}
.gdservice-box-ul-li-p{
    font-size: 18px;
}
.gdservice-box-foot{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.gdservice-box-foot-text1{
    font-size: 16px;
    color: rgba(2, 4, 4, 0.6);
}
.gdservice-box-foot-price{
    font-size: 39px;
    color: #020404;
    font-weight: 700;
}
@media(min-width: 744px) {
    .gdservice-box_wrap{
        max-width: 518px;
    }
}
@media(min-width: 1024px) {
    .gdservice-box_wrap{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        width: unset;
        max-width: unset;
    }
    .gdservice-box{
        max-width: 400px;
        width: 100%;
        gap: 120px;
        padding: 15px 30px 20px 20px;
    }
    .gdservice-box-img {
        height: 100%;
        width: 400px;
    }
}