﻿body {
}

.section-box-spacing {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-activetitlebtn {
    border-radius: 10px;
    background: var(--Primary-Color, #007BFC);
}

.btn-titlebtnborder {
    border-radius: 12px;
    background: var(--Primary-Color, #007BFC);
}

.blinked {
    color: #007BFC;
}

.banner-section-box {
    /*background: linear-gradient(180deg, #EDF0FF 0%, rgba(237, 240, 255, 0.71) 0.01%, rgba(237, 240, 255, 0.00) 100%) !important;*/
    background-image: linear-gradient(0deg, rgba(237, 240, 255, 70%), rgba(237, 240, 255, 0%));
}

.banner-section-two .ui-banner-text {
    font-weight: 600 !important;
}

.hiring-section-subtittle {
    color: var(--Avidclan_CLR-Black-black-300, #6A6D70);
    /* Typography/H5/Bold 700 */
    font-family: Poppins;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 24px !important; /* 133.333% */
    align-self: stretch;
}

h2.hiring-section-subtittle {
    margin-bottom: 15px
}

a.dot-net-dev-link {
    font-weight: 700;
}

.divavidclansection {
    display: flex;
    /*padding: 20px 24px;*/
    flex-direction: column;
    align-items: center;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.sectionAvidclan {
    display: flex;
    margin-top: 50px !important;
    background-color: #0E1734 !important;
    height: 136px;
}

.custom-bg {
    background-color: #0E1734 !important;
}

.center-block {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.divavidclansection img {
    margin-left: 100px;
    margin-top: 25px;
}

.sectitle {
    color: #0E1011;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
}

.hr-cls {
    width: 282px;
    background: #BABBBD;
}
/*------------------------------------------------------------------------------------
|  Banner Section mobile view  |
-----------------------------------------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .banner-section-two {
        margin-bottom: 20px; /* Adjust as per your needs */
    }

        .banner-section-two .btn-tech-title,
        .banner-section-two .btn-banner-title {
            margin-bottom: 16px 32px; /* Add margin for buttons on mobile */
        }

    .hiringprocess-text-box-mobile-ui {
        font-weight: 400 !important;
        font-size: 16px !important;
    }

    #lets_talk_section_mobileUI {
        display: block !important;
    }

    #lets_talk_section_webUI {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hiringprocess-text-box-mobile-ui {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .our-pricing-tab-ui {
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    ...
}
/*------------------------------------------------------------------------------------
| who we are section  tablet view |
-----------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    /* Tablet view adjustments */
    .about-us-img-box {
        order: 2;
    }

    .about-us-text-box {
        order: 1;
    }

    .about-us-dark-box, .about-us-light {
        order: 3;
    }

    #develoment-process-div {
        display: none !important;
    }

    #about-us-section-tablet {
        display: block !important;
    }

    #about-us-section {
        display: none !important;
    }

    #about-us-section-for-mobile-ui {
        display: none !important;
    }
}

/*------------------------------------------------------------------------------------
|  service Section  |
-----------------------------------------------------------------------------------*/
.servicesubtitle {
    color: #007BFC;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    padding-bottom: 16px;
}

.service-card-subtitle {
    color: var(--color-primary);
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0px;
}

.servicecontent {
    width: 270px;
    height: 192px;
    color: #212529;
    /* Typography/H6/Regular 400 */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.inner-boxcontent {
    height: 330px !important;
    margin: 4px;
}

.service-content-box {
    margin-bottom: 5px;
    width: 100%;
}

.sec-title p {
    color: #4D5154 !important;
    font-family: Poppins, sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 32px;
}

.custom-card-content {
    color: var(--Avidclan_CLR-Black-black-500, #212529);
    /* Typography/H6/Regular 400 */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    align-self: stretch;
}

.tech-li-text {
    color: var(--Avidclan_CLR-Black-black-500, #212529);
    /* Typography/H2/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
}

.custom-card-box {
    height: auto;
    display: flex;
    /* width: 310px;*/
    min-height: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    border: 2px solid var(--Avidclan_CLR-Black-black-50, #E9E9EA);
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.ourservices-section {
    margin-bottom: -122px;
}
/*------------------------------------------------------------------------------------
|  CTA Section  |
-----------------------------------------------------------------------------------*/
.ctasection .container {
    display: flex;
    padding: 36px 50px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    /* width: 1300px;
    height: 243px;*/
}

.ctasection-inner-block {
    background-color: #142149 !important;
    display: flex;
    /*flex-direction: column;
    align-items: center;
    align-self: stretch;*/
}

.ctasection .content-col {
    height: 80%;
    display: grid;
    align-items: stretch;
    /* width: fit-content;*/
}



/*  .ctasection .innere-block {
        width: 214px;
        height: 240px;
        border-radius: 25px;
        overflow: hidden;
        object-fit: cover;
    }*/

.ctasection .sec-title {
    display: contents;
    row-gap: 25px;
    padding-bottom: 0px !important;
    text-align: center;
}

.ctasection .inner-block .sec-title p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.ctasectiontexct {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
}

.ctasection .inner-block a {
    border-radius: 50px;
    width: auto;
    height: 100%;
    flex-shrink: 0;
}

.cta-content-text {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-self: stretch;
}

.cta-btn-div {
    margin-top: 5px;
}

.cta-btn-title {
    color: #142149;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 13px;
    margin-bottom: 13px;
}

.cta-btn-box {
    margin-top: 32px !important;
    border-radius: 50px;
    /*width: auto;
    height: 100%;*/
    text-align: center;
    margin-top: 14px;
    margin: 5px;
}

.techsection .container {
    margin-top: 100px;
}

.sec-title-h2 {
    margin-bottom: -43px;
    font-family: Poppins !important;
    position: absolute;
}
/*------------------------------------------------------------------------------------
|  ourservices Section mobile view  |
-----------------------------------------------------------------------------------*/

.experties-btn .btn-custom {
    border: 1px solid var(--Avidclan_CLR-Black-black-50, #E9E9EA);
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 14px;
    color: #5e7290;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: default;
}

/*------------------------------------------------------------------------------------
|  Technology Section  |
-----------------------------------------------------------------------------------*/
.tech-box {
    margin: 0px;
    height: 100%;
}

.sec-tech-titlediv {
    display: flex;
    /*padding: 30px 32px;*/
    padding: 18px 32px;
    gap: 8px;
    margin-top: 15px !important;
    border-radius: 12px;
    background: var(--Avidclan_CLR-Light-Blue-light-blue-50, #E6F2FF);
}

.tech-title-box {
    /*display: flex;*/
    width: auto;
    /*padding: 54px 32px;*/
    /* gap: 8px;*/
}

    .tech-title-box h3 {
        color: #0057B3;
        /* Typography/H2/Bold 700 */
        font-family: Poppins;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 150% */
        margin-bottom: 0px;
    }

.sec-content-box {
    display: flex;
    width: 1023px !important;
    height: 100px;
    /*padding: 54px 32px;*/
    margin-left: 10px;
    align-items: center;
    align-content: center;
    gap: 12px 48px;
    flex-wrap: wrap;
    border-radius: 12px;
    background: var(--Avidclan_CLR-Dark-Blue-dark-blue-50, #E8E9ED);
    color: var(--Avidclan_CLR-Black-black-500, #212529);
    text-align: center;
    /* Typography/H2/Medium 500 */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.inline-list {
    display: flex;
    max-height: 60%;
    max-width: 100%;
    list-style-type: none;
    padding: 6px;
    margin: 0;
}

    .inline-list li {
        margin: 6px 8px; /* Adjust the spacing as needed */
    }

.inline-list-li {
    display: flex;
    padding: 4px 6px;
    align-items: center;
    gap: 12px;
    border-radius: 6px;
    background: #FFF;
}


.btn-tech-title {
    /* margin-top: 48px !important;*/
    padding: 16px 32px;
    gap: 8px;
    border-radius: 12px;
    background: #007BFC;
    margin-top: 20px;
    width: 100%;
}

.btn-tech-btn {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: #007BFC;
    margin-top: 48px;
}

.btn-techtitle-font {
    color: #FFF;
    /* Typography/H6/SemiBold 600 */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /*line-height: 18px;*/ /* 150% */
}

.btn-banner-title {
    margin-left: 10px;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 25px;
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /*margin-top: 20px;*/
    border: 2px solid var(--Primary-Color, #007BFC);
}

.btn-title-font {
    color: var(--Avidclan_CLR-Black-black-500, #212529);
    text-align: center;
    /* Typography/H6/SemiBold 600 */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

label.error {
    font-family: Poppins;
    color: red; /* This sets the font color of the error message to red */
    font-size: 14px; /* This defines the font size of the error messages */
    margin-top: 3px; /* Adds spacing between the input field and error message */
    margin-left: 4px !important;
    display: block; /* Forces error message to appear on a new line */
}

.form-control {
    width: 100%;
    /*margin-bottom: 10px;*/ /* Add some margin to separate each input field from the next */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .tech-row-mobile-ui {
        padding: 0px !important;
    }
}
/*------------------------------------------------------------------------------------
|  company success detail Section  |
-----------------------------------------------------------------------------------*/
.detail-section-div {
    padding: 24px;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.detail-title {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H1/Bold 700 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
}

.detail-content {
    color: var(--Avidclan_CLR-Black-black-400, #4D5154);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px; /* 160% */
    align-self: stretch;
}

.detail-content-img {
    align-self: stretch;
    border-radius: 16px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #007BFC;
    /* Dropshadow/Timeline */
    /* box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);*/
}

.detail-contentbox-dark {
    width: auto;
    height: 100%;
    /* display: flex;*/
    padding: 40px;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.c-number {
    color: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Typography/H1/Bold 700 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
    gap: 12px;
}

.detail-contentbox-dark-p {
    color: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.detail-contententbox-light {
    width: auto;
    height: 100%;
    padding: 40px;
    margin-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
    border-radius: 16px;
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

    .detail-contententbox-light img {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.number-style {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H1/Bold 700 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
    gap: 12px;
}

.about-avidclan-text {
    margin-bottom: 27px;
}

.detail-contententbox-light-p {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.hireavidclanImg {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .detail-title {
        font-size: 28px; /* Smaller font size for mobile */
        line-height: 1.4;
    }

    .detail-content {
        font-size: 16px; /* Smaller font size for mobile */
        line-height: 1.5;
    }
}

/*------------------------------------------------------------------------------------
|  hire from avidclan detail Section  |
-----------------------------------------------------------------------------------*/
.hire-avidclan-card {
    display: flex;
    /*width: 310px;*/
    height: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    border: 2px solid var(--Avidclan_CLR-Black-black-50, #E9E9EA);
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
    margin-bottom: 8px;
}

.hire-avidclan-card-tittle {
    color: var(--Avidclan_CLR-Light-Blue-light-blue-500, #007BFC);
    /* Typography/H2/SemiBold 600 */
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    align-self: stretch;
}

.hire-avidclan-card-content {
    color: var(--Avidclan_CLR-Black-black-400, #4D5154);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    align-self: stretch;
}

.hire-section-icon-box {
    display: inline-block;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Avidclan_CLR-Light-Blue-light-blue-50, #E6F2FF);
}

/*------------------------------------------------------------------------------------
| pricing Section  |
-----------------------------------------------------------------------------------*/
.pricing-card-light {
    display: flex;
    width: auto;
    height: 100%;
    padding: 28px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 20px !important;
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.pricing-card-light-heading {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    text-align: center;
}

.pricing-card-light li {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H4/Regular 400 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    flex: 1 0 0;
}

.pricing-card-dark {
    display: flex;
    width: auto;
    height: 100%;
    padding: 28px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 20px !important;
    background-color: #142149 !important;
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.pricing-card-dark-heading {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    flex: 1 0 0;
}

.pricing-card-dark li {
    color: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Typography/H4/Regular 400 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    flex: 1 0 0;
}
/*------------------------------------------------------------------------------------
| pricing Section  |
-----------------------------------------------------------------------------------*/
.benefits-of-hiring-box {
    display: flex;
    max-width: 1300px;
    align-items: center;
    align-content: center;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.benefits-of-hiring-img {
    width: 60px;
    height: 60px;
    align-items: center;
}

.benefits-of-hiring-text {
    color: var(--Avidclan_CLR-Black-black-400, #4D5154);
    text-align: center;
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    align-self: stretch;
}
/*------------------------------------------------------------------------------------
| development process Section  |
-----------------------------------------------------------------------------------*/
.development-process-imgbox {
    display: flex;
    width: 1300px;
    height: 790px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
/*------------------------------------------------------------------------------------
| development process Section  |
-----------------------------------------------------------------------------------*/
.hiringprocess-content-box {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: center;
    /*gap: 23px;*/
    margin-bottom: 15px;
}

.hiringprocess-img-box {
    width: 115px;
    height: 115px;
}

.hiringprocess-text-box {
    color: var(--Secondary, #142149);
    text-align: center;
    /* Typography/H3/SemiBold 600 */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
    flex: 1 0 0;
}

.arrow-icon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 75px;
    align-self: stretch;
    background-color: white;
}
/* Hide the arrow SVG on small screens (less than 768px width) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .arrow-icon {
        display: none;
    }
}

@media (max-width: 768px) {
    .hiringprocess-content-box {
        width: auto;
    }

    .arrow-icon {
        width: 50px;
    }

    .hiringprocess-img-box {
        width: 100px;
    }

    .tailor-solution-box {
        margin-top: 0.75rem !important;
    }

    .benefits-icon-box {
        margin-top: 1.25rem !important;
    }
}

/* Ensure image is vertical on small screens */
@media (max-width: 768px) {
    .development-process-imgbox {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}
/*------------------------------------------------------------------------------------
|  Industries we serve Section  |
-----------------------------------------------------------------------------------*/
.industries-img-box {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.industries-text {
    color: var(--Avidclan_CLR-Black-black-400, #4D5154);
    text-align: center;
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    align-self: stretch;
}
/*------------------------------------------------------------------------------------
| our works Section  |
-----------------------------------------------------------------------------------*/
.project-block-five .image {
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

    .project-block-five .image img {
        width: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

.project-block-five .lower-content {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    padding-bottom: 40px
}

.project-block-five .link-btn {
    position: absolute;
    left: 0;
    top: 30px;
    -webkit-transform: translateX(20px) rotate(-360deg);
    -ms-transform: translateX(20px) rotate(-360deg);
    transform: translateX(20px) rotate(-360deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

    .project-block-five .link-btn a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        display: inline-block;
        color: #fff;
        border-radius: 50%
    }

.contact-info-block ul li a, .more-less, .panel-title > a, .project-block-five .content a, .style-two .service-block-five .icon, .team-block-four .inner-box .lower-content ul li a {
    color: #142149
}

.project-block-five h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500
}

.project-block-five h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.project-block-five .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
/*------------------------------------------------------------------------------------
| frequent asked question Section  |
-----------------------------------------------------------------------------------*/
.technologies-sub .icon-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .technologies-sub .icon-content .icon {
        position: relative;
        min-width: 50px
    }

    .technologies-sub .icon-content .txt-content {
        position: relative;
        margin-left: 8px
    }

        .technologies-sub .icon-content .txt-content h3 {
            font-size: 18px;
            margin-top: 5px
        }

    .technologies-sub .icon-content .icon .i-block {
        background-color: #f3f5ff;
        width: 42px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #007bfc
    }

.expertise-section {
    padding: 160px 0 90px
}

    .expertise-section .expertise-block {
        background-color: #fff;
        border: 1px solid #007bfc;
        border-radius: 10px;
        padding: 25px;
        text-align: center;
        position: relative;
        margin-top: 40px;
        height: calc(100% - 40px)
    }

        .expertise-section .expertise-block span.title {
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 15px;
            display: block
        }

        .expertise-section .expertise-block .ex-ic {
            background-color: #fff;
            border-radius: 50%;
            display: block;
            height: 78px;
            width: 78px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
            position: absolute;
            top: -37px;
            left: 0;
            right: 0;
            margin: 0 auto;
            border: 10px solid #007bfc
        }

.tech-services-section {
    padding: 90px 0;
    position: relative
}

    .tech-services-section .tech-service-block {
        background-color: #fff;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
        margin-bottom: 40px;
        border-bottom: 5px solid #007bfc;
        height: calc(100% - 40px)
    }

        .tech-services-section .tech-service-block .content {
            padding: 10px 0
        }

            .tech-services-section .tech-service-block .content p {
                font-size: 14px;
                margin-top: 23px;
                padding: 0 15px
            }

        .tech-services-section .tech-service-block .title {
            font-weight: 700;
            color: #007bfc;
            font-size: 18px;
            margin-top: 18px
        }

        .tech-services-section .tech-service-block.CTA .btn-style-one .btn-title {
            padding: 8px 20px
        }

.key-benefit-section .key-block {
    background-color: #f2f5fe;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    height: calc(100% - 40px);
    margin-bottom: 40px
}

    .key-benefit-section .key-block img {
        margin-bottom: 25px;
        width: 45px;
        height: 45px
    }

    .key-benefit-section .key-block .title {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 10px
    }

    .key-benefit-section .key-block p, .portfolio-general .case-block-one p {
        font-size: 14px;
        margin: 0
    }
/*------------------------------------------------------------------------------------
| blog Section  |
-----------------------------------------------------------------------------------*/
.blog-content-section {
    padding-top: 20px;
    /*  padding-bottom: 100px*/
}

.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 75px auto;
    position: relative;
    color: #007bfc; /* Primary color */
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

.blog-box {
    display: flex;
    width: 410px;
    height: 586px;
    flex-direction: column;
    align-items: flex-start;
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.blog-content-box {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 0px 0px 12px 12px;
    background: var(--Avidclan_CLR-White-white-500, #FFF);
}

.blog-title-text {
    color: var(--Primary-Color, #007BFC);
    /* Typography/H3/Bold 700 */
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 145.455% */
    align-self: stretch;
}

.blog-ref-by-text {
    color: var(--Color-Avidclan-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H7/Bold 700 */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.blog-dt-text {
    color: var(--Color-Avidclan-Dark-Blue-dark-blue-500, #142149);
    text-align: right;
    /* Typography/H7/Medium 500 */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.blog-ref-by-content-box {
    display: flex;
    align-items: center;
    gap: 105px;
    align-self: stretch;
}

.blog-btn-box {
    margin-top: 24px;
    display: flex;
    padding: 16px 32px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 50px;
    background: #007BFC;
}

.blog-btn-text {
    background: #007BFC;
    color: #FFF;
    /* Typography/H6/SemiBold 600 */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

/*------------------------------------------------------------------------------------
| let's talk Section  |
-----------------------------------------------------------------------------------*/
.lets-talk-title {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.lets-talk-content {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 732px;
}

.lets-talk-section {
    margin-bottom: 100px;
}

.sidebar-wrap {
    position: relative;
}

#img-people-grp-leftside.fixed {
    position: fixed;
}
/*------------------------------------------------------------------------------------
| developer interview Section  |
-----------------------------------------------------------------------------------*/
.developer-interview-section {
    margin-top: 172px;
}

.developer-interview-img-box {
    width: 600px;
    height: 600px;
    flex-shrink: 0;
}

.interview-spacing {
    margin-left: 12px;
}

.schedule-interview-title {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H1/Bold 700 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
    align-self: stretch;
}

.enquire-form-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.interview-form-input-control {
    display: flex;
    width: auto;
    padding: 14px;
    align-items: center;
    /*border-radius: 4px;
    border: 1px solid var(--Avidclan_CLR-Dark-Blue-dark-blue-200, #9399AB);*/
}

.btn-enquire-now {
    margin-left: 17px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: #007BFC;
}

.faq-section {
    margin-top: -110px !important;
}

.testimonial-section-two {
    padding: 40px 0;
    background-image: none !important;
    background: none !important;
}

/*sec-tech-titlediv*/

@media (max-width: 768px) {
    .sec-tech-titlediv {
        padding: 0px 0px;
        /* margin-top: 15px !important;*/
    }
    /*.inline-list li{
        margin:0px;
    }*/
    .inline-list-li {
        margin-right: 16px;
        margin-bottom: 12px;
        /* flex-wrap: wrap; */
        padding: 4px 8px;
    }

    .inline-list {
        flex-wrap: wrap;
    }
    /* .tech-box{
        padding :0px;
    }*/


    .btn-check-price {
        margin: 0px 0px 10px 0px !important;
    }
}

@media (max-width: 576px) {
    .btn-check-price {
        /*margin:  0px 0px 10px 0px !important;*/
        margin: 5px 0px 10px -11px !important;
    }
}

@media (max-width: 768px) {
    .order-md-1 {
        order: 1 !important;
    }

    /*.order-md-2 {
        order: 2 !important;
    }*/
}


.custom-about-box {
    border-radius: 16px;
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06) !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #develoment-process-div {
        display: none !important;
    }

    #develoment-process-div-mobile {
        display: block !important;
    }

    .hr-cls-mobile-view {
        width: 243px !important;
    }

    .section-box-spacing-mobile-ui {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }

    .rating-box-mobile-ui {
        margin-top: 10px !important;
    }

    .get-started-btn-mobile-ui {
        width: 225px !important;
    }
}


/* updated css for who are we ? section*/

.about-us-text-box {
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.about-us-text-box-h2 {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H1/Bold 700 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
    align-self: stretch;
}

.about-avidclan-text-span {
    color: var(--Avidclan_CLR-Black-black-400, #4D5154);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    align-self: stretch;
}

.about-us-dark-box {
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.about-us-dark-box-client-span {
    color: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Typography/H1/Bold 700 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
}

.about-us-dark-box-client-p {
    color: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

.about-us-light {
    display: flex;
    height: 100%;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.about-us-light-box-project-icon {
    padding: 2px;
}

.about-us-light-project-span {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H1/Bold 700 */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 155.556% */
}

.about-us-light-project-p {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
}

.about-us-img-box {
    border-radius: 16px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
    height: 100%;
    align-self: stretch;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #about-us-section {
        display: none !important;
    }

    #about-us-section-for-mobile-ui {
        display: block !important;
    }

    .section-hiring-title-p {
        padding: 7px;
    }

    #swiper-next {
        display: block !important;
        right: 23px;
    }

    #swiper-prev {
        display: block !important;
        left: 14px;
    }

    .ctasection .container {
        padding: 20px;
    }

    .developer-interview-section {
        margin-top: 0px;
    }
}

/*why hire from avidclan*/
.why-hire-content-box {
    display: flex;
    height: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    border: 2px solid var(--Avidclan_CLR-Black-black-50, #E9E9EA);
    background: var(--Avidclan_CLR-White-white-500, #FFF);
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.why-hire-content-icon-box {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Avidclan_CLR-Light-Blue-light-blue-50, #E6F2FF);
}

.why-hire-title-box-span {
    color: var(--color-primary);
    /* Typography/H2/SemiBold 600 */
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
}

.why-hire-content-text-p {
    color: var(--Avidclan_CLR-Black-black-400, #4D5154);
    /* Typography/H4/Medium 500 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    align-self: stretch;
}

.why-hire-header-box {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.badges-row {
    display: flex;
    padding: 24px 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.badge-box-img {
    box-sizing: content-box !important;
    border-radius: 8px;
    background: url(<path-to-image>) lightgray 14.465px 20.422px / 85.535% 77.026% no-repeat, #FFF;
    /* Dropshadow/Timeline */
    box-shadow: 0px 12px 24px 0px rgba(33, 37, 41, 0.06);
}

.badge-box-p {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-200, #9399AB);
    text-align: center;
    /* Typography/H5/Regular 400 */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    align-self: stretch;
}

.badgecard-overflow {
    overflow: hidden !important;
}

.badge-card .stretched-link {
    text-decoration: none;
    margin: 10px 20px !important;
    box-shadow: 0 2px 16px -2px rgba(0, 0, 0, .05);
}

.pricing-plan-box {
    display: flex;
    height: 100%;
    padding: 28px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    border: 2px solid var(--Avidclan_CLR-Light-Blue-light-blue-300, #54A7FD);
    background: var(--Avidclan_CLR-White-white-500, #FFF);
}

.pricing-plan-h2-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
    align-self: stretch;
}

.pricing-plan-title {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
}

.pricing-plan-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.pricing-plan-content-span {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    /* Typography/H4/Regular 400 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    flex: 1 0 0;
}

.pricing-plan-detail-box {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    gap: 14px;
    align-self: stretch;
}

.pricing-plan-detail-span {
    color: var(--Avidclan_CLR-Dark-Blue-dark-blue-500, #142149);
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    flex: 1 0 0;
}

.tech-combination-container {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.tech-combination-box {
    display: flex;
    height: 100%;
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    border-radius: 12px;
    background: var(--Avidclan_CLR-Dark-Blue-dark-blue-50, #E8E9ED) !important;
    text-align: left;
}

.tech-box-icon-combination {
    display: flex;
    align-items: flex-start;
    padding: 4px 12px;
    /*align-items: center;*/
    gap: 12px;
    border-radius: 8px;
    background: var(--Secondary, #142149);
}

.badge-card {
    position: relative;
    display: flex;
    align-items: flex-start !important;
    min-height: 125px;
    overflow: hidden;
    border-radius: 10px;
    background-color: transparent;
    margin-top: 24px;
    margin-bottom: 24px;
}

.tech-blog-plus-sign {
    display: flex;
    padding: 0px 8px;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
}

.tech-combination-title {
    color: var(--Secondary, #142149);
    /* Typography/H2/SemiBold 600 */
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
    align-self: stretch;
    align-items: flex-start;
    text-align: left; /* Left-align title text */
}

.tech-combination-span {
    align-items: flex-start !important;
}

.tech-combination-p {
    color: var(--Avidclan_CLR-Black-black-400, #4D5154);
    /* Typography/H4/Regular 400 */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    align-self: stretch;
    align-items: flex-start;
    text-align: left; /* Left-align title text */
}

.tech-combination-h1 {
    color: white;
}

.tech-combination {
    margin-bottom: 15px !important;
}

.tech-combination-text {
    margin-bottom: 79px !important;
}

.left-arrow {
    margin-left: -25px !important;
}

.right-arrow {
    margin-right: 12px !important;
}

.tech-combination-content {
    margin-bottom: 43px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .tech-combination-container {
        display: flex;
        flex-wrap: wrap; /* Allow wrapping of items */
        justify-content: center; /* Center items horizontally */
    }

    .taech-combintion-tab-ui {
        width: 220px !important; /* Fixed width */
        margin-right: 10px !important;
        display: flex; /* Make this a flex container */
        flex-direction: column; /* Stack children vertically */
        flex-grow: 1; /* Allow to grow to fill the height */
        height: 856px !important;
    }

    .badge-card {
        flex: 1; /* Ensure all cards take equal height */
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Space elements evenly */
        min-height: 300px; /* Set a minimum height */
        margin-top: 24px;
        margin-bottom: 24px;
        border-radius: 10px !important;
    }

    .right-arrow {
        margin-right: 3px !important;
    }
}

.pricing-plan-content-box-ul {
    padding-left: 2rem;
}

.pricing-plan-content-box-li {
    list-style-image: url('../../images/hiringpages/tick (1).svg') !important;
    margin-bottom: 12px;
}

    .pricing-plan-content-box-li::marker {
        margin-top: 5px !important;
    }

.pricing-box {
    margin-top: 63px;
}

.pricing-box2 {
    margin-top: 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .why-hire-card {
        margin: 12px;
    }

    .hiring-process-icon-mobile-ui {
        margin-left: 127px !important;
    }

    .why-hire-contentbox-mobileui {
        margin-right: 25px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #swiper-next,
    #swiper-prev {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .taech-combintion-tab-ui {
        width: 220px !important;
        margin-right: 10px !important;
    }
    /*.tech-combination-box {
        padding: 17px 12px !important;
    }
    .tech-combination-span {
        margin-bottom: 41px !important;
    }*/
}

@media (min-width: 1024px) { /* Adjust this breakpoint as needed for laptops and big screens */
    .hiring-process-icon {
        margin-left: 38px !important;
    }
}

.banner-section-margin {
    margin-top: 40px !important;
}

@media (max-width: 767px) {
    #about-us-section-tablet {
        display: none;
    }

    .interview-spacing {
        margin-left: 0px;
    }
}

#hiringform .intl-tel-input {
    width: 100%;
}

#hiringform1 .intl-tel-input {
    width: 100%;
}

    #hiringform1 .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
        padding-left: 14px !important;
    }

.pricing-icon-img-web {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.pricing-p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
}

.pricing-plan-content-li {
    margin-bottom: 12px !important;
    list-style: none;
}

.price-m-top {
    margin-top: 43px;
}

@media only screen and (max-width: 768px) {
    .pricing-plan-detail-span {
        font-size: 34px;
    }

    .why-hire-title-box-span {
        font-size: 21px;
    }

    .why-hire-header-box {
        gap: 6px;
    }

    .hourly-span {
        margin-top: 60px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
    .core-react {
        margin-top: 25px;
    }

    .web-assembly {
        margin-top: -41px;
    }

    .docker-dotnetcore {
        margin-top: 24px;
    }

    .wpf-entity {
        margin-top: -28px;
    }

    .widows-devexp {
        margin-top: -25px;
    }

    .mvc-azure {
        margin-top: -29px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contact-inputbox {
        margin-left: 4px !important
    }
}
