@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --gradient-primary-clr:linear-gradient(to right, #00092F 0%, #004789 100%);
    --theme-main-clr:#1066b1;
    --transparent:transparent;
    --white-clr:#ffffff;
    --bg-banner:transparent;
    --form-bg:#ffffff03;
    --form-clr:#A5CDD3CC;
    --form-br-clr:#1066B1;
    --black-clr:#000;
    --tx-primary-clr:#217EFF;
    --secondary-clr:#EB263B;
    --mtitle-txt:2.25rem;
    --bnrBtnbrClr:#29047B;
    --bnrBtnClr:#29047B;

    /* font-weight */
    --font-fm1:"Poppins", sans-serif;
    /* font-weight */
    --fw-100:100;
    --fw-200:200;
    --fw-300:300;
    --fw-400:400;
    --fw-500:500;   
    --fw-600:600;
    --fw-700:700;
    --fw-800:800;
    --fw-900:900;
    
}
*{
    font-family: var(--font-fm1);
    font-size: 16px;
}
header{
    background-color:var(--theme-main-clr);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.btn-primary{
    background: var(--theme-main-clr)!important;
    border-color:var(--theme-main-clr)!important;
    padding: .5rem 1.5rem!important;
}
.navbrand{
    display: inline-block;
    width: 9.375rem;
}

.pxc2{
    padding:0 2rem!important;
}
.w-max{
    width: max-content;
}

.bg-banner{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.sec-space-py{
    padding:0 2rem;
}
.sec-space-b{
    margin-bottom:3rem;
}

.bgWrapper{
    padding: 5rem 2rem;
    background:var(--bg-banner);
    color: var(--black-clr);
}

.bannerContent .title{
    font-size: 2.3rem;
    line-height: 1.5;
    font-weight: 600;
}


.tab-button.active {
    background: #223554;
    color: #fff;
}
.tab-button.active::before {
    background: #ffffff;
}
.tab-button.active  {
    background: #223554;
    color: #fff;
}

.bannerContent .subTitle{
    font-size: 1rem;
    line-height: 1.6;
}

.bannerContent .btn{
    border:var(--bnrBtnbrClr)!important;
    background:var(--bnrBtnClr)!important;
}

.formWrapper{
    background:var(--form-bg);
    border: 1px solid var(--form-clr);
    border-radius: 10px;
    color: #000;
    padding: 1rem;
    width: 100%;
    margin-left: auto;
}

.btn-submit{
    font-size: 16px;
    padding: .65rem 2.75rem !important;
    text-transform: capitalize;
}

.policy {
    font-size: .75rem;
    font-weight: 500;
    margin-bottom: 0;
}
.policy a {
    font-size: inherit;
    color: inherit;
}
.innerchef{
    background-image: url(../../../../img/pages/innerchef/banner.png);
}
.tasteofbihar{
    background-image: url(../../../../img/pages/banner.jpg);
}
.taxicasestudy{
    background-image: url(../../../../img/pages/banner.png);
}
.instacarage{
    background-image: url(../../../../img/pages/instacarriage/banner.jpg);
}
.casestudy h4 {
    font-size: 2.5rem;
    font-weight: 700;
}

.casestudy p {
    font-size: 1.25rem;
}
.casestudy {
    position: relative;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #fff;
    height: calc(100%);
    padding: 3rem;
    background-position: bottom;
    overflow: hidden;
    background-size: cover;
    border-bottom: 1px solid #fff;
}
.casestudy>* {
    position:relative;
    z-index: 99999;
}
.casestudy::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#00000029;
}
.viewCaseBtn {
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    padding: 15px 40px;
    font-size: 14px;
    display: block;
    margin: auto;
    width: max-content;
    margin-top: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    background-color: #1866b144;
}
.viewCaseBtn:hover {
    background: #1866b1;
    color: #fff !important;
    text-decoration: none;
    border-color: #1866b1;
}
.case_s_testimonial .pic {
    width: 60%;
    padding: 20px 0;
    margin: auto;
    position: relative;
    z-index: 1;
}
.testimonial-content .title{
    font-size: 1.75rem;
    font-weight: 600;
    color: #1866b1;
}
.testimonial-content p {
    font-size: 1.25rem;
}
.case_s_testimonial .pic:before,
.case_s_testimonial .pic:after{
    content: "";
    width: 50%;
    height: 50%;
    background: #1866b1;
    position: absolute;
    z-index: -1;
}
.case_s_testimonial .pic:before{
    top: 0;
    right: -20px;
}
.case_s_testimonial .pic:after {
    bottom: 0;
    left: -20px;
}
.form-control{
    padding: .5rem;
    background: transparent!important;
    border: 1px solid var(--form-br-clr)!important;
    font-size: 16px;
    border-radius: .2rem!important;
}
.iti--separate-dial-code .iti__selected-flag{
    background: transparent!important;
    border-right: 1px solid var(--form-br-clr);
}
.khichke-rate ul li i {
    font-size: 1.2rem;
    color: #ff711c;
}
.inputWrapper{
    position: relative;
    margin-bottom: .5rem;
}
.bg-banner img{
    margin-top:0!important;
}
.error{
    position: absolute;
    /* top: 65%; */
    bottom: -1.4rem;
    left: .10rem;
    font-size: 12px;
    color: #ff0808;
}

.formTitle .title {
    font-size: 2.5rem !important;
    margin: 0 0 1.5rem;
    line-height: 1.17;
    font-weight: 600;
}

.bannerPara {
    margin-bottom: 0;
    margin-top: 3rem;
    font-size: 1.4rem;
    font-weight: 600;
}
.banner img {
    margin-top: 1rem;
}
.titleWrapper {
    margin-bottom:2rem;
}
.titleWrapper .title{
    font-size: 2.8rem;
    margin-bottom: 22px;
    line-height: 1.17;
    font-weight: 600;
}
.titleWrapper .title span{
    font-size: inherit;
    font-weight: inherit;
}
.flexBtn {
    display: flex;
    align-items: center;
}
.text-primary{
    color:var(--theme-main-clr)!important;
}

.statsWrapper{
    padding: 2.25em 1.5em;
    background:#223554;
    color:var(--white-clr);
    text-align: center;
    border-radius:1em;
    margin-bottom: 2rem;
}

.insightsTitle {
    font-size: 35px;
    margin: 0;
    letter-spacing: -2px;
    font-size: 2.75rem;
    line-height: 1;
    font-weight: 600;
}

.textMedium {
    color: #d9d9d9;
    font-size: 18px;
    margin: .25em 0 0;
}
.clients-slider img {
    width: 150px !important;
    height: 120px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.theme-bgc-banner{
    background: url(https://www.appsquadz.com/assets/images/landing-page/usa-lp/bg-contact.png);
    border-bottom: none;
    border-top: none;
    padding: 40px 20px;
}

.award-recognition h4{
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem !important;
    font-weight:var(--fw-600);
}

.award-recognition p {
    font-size: 1.25rem;
    color: #666;
}
.award-recognition img{
    margin-right: 3rem;
}

.app-infoBx {
    position: relative;
    border-radius: 20px;
    color: var(--black-clr);
    background: var(--transparent) !important;
    padding: 1rem !important;
    box-shadow: 0 4px 10px 0 rgb(255 255 255 / 40%) !important;
    border: none;
    transition: 0.3s ease-in !important;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.app-infoBx::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  border-radius: inherit;
  padding: 1px; /* Border thickness */
  background: linear-gradient(45deg, #E2BCFF, #1066B1);
  z-index: -1;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.app-infoBx .card-title img{
    width: 40px;
    height: 40px;
    margin-right: 0.75rem;
}
.app-infoBx .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 .5rem;
    flex-direction: column;
    align-items: self-start;
}
.app-infoBx:hover {
    border: 1.5px solid #1066b18f!important;
}
footer {
    padding: 1rem 0;
    border-top: 1px solid #ccc;
}
.app-infoBx .desc{
    font-size: .9rem;
}
.theme-alter-bgc{
    background: #F9F9F9;
    padding: 2rem 0rem;
}

.tabs {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 0 !important;
}

.tabs button.active {
    background: #1066b1 !important;
    color: #fff;
}

.tabs button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 13px 16px;
    width: 100%;
    border: 0;
    outline: 0;
    text-align: left;
    cursor: pointer;
    transition: .3s;
    font-size: 18px;
}

.tab-content-wrapper .tab-inner-content {
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.tab-img-wrapper {
    box-shadow: 1px 2px 3px 4px #ccc !important;
    text-align: center;
    border-radius: 5px !important;
    padding: 1rem;
}
.tab-img-wrapper p {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.tech-stack{
    padding: 2rem 0;
    margin: 3rem 0;
    background: url(https://www.appsquadz.com/landing_resources/assets/img/abstract_bg.png);
}   
.steppers{
    box-shadow: 0 0 3px 0px #787777;
    border-radius: 10px;
    padding: 1rem;
    height:calc(100%)
}
img.step {
    width: 72px;
    height: 72px;
    object-fit: contain;
}
.steppers h4{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.steppers p{
    font-size: 1.1rem;
}

.reviews-slider .item {
    background-color: #fff;
    border-right: 1px solid #c9cede !important;
    display: flex;
    flex-direction: column;
    flex: 0 0 500px;
    height: auto;
    padding: 40px;
    position: relative;
    height: 500px;
}
.featuresSliderContent h4 {
    font-size: 1.75rem;
    font-weight: 500;
}

.featuresContentBx h5 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
}
.featuresContentBx p {
    font-size: .9rem;
    line-height: 1.5;
    margin: 10px 0;
}
.reviews-slider .item img {
    width: 140px!important;
    height: auto!important;
    margin:0 auto;
}
.featuresSlider .item img,
.WorkSlider .item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: auto;
    display: block;
}
.WorkSlider .owl-nav button,
.featuresSlider .owl-nav button {
    width: 3rem;
    height: 3rem !important;
    border: 1px solid #000 !important;
    border-radius: 50%;
    position:absolute;
    overflow: hidden;
}
.WorkSlider .owl-nav button svg,
.featuresSlider .owl-nav button svg {
    width: 50%;
    height: 50%;
}
.WorkSlider .owl-nav,
.featuresSlider  .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    /* background: aliceblue; */
    /* z-index: -1; */
}

.featuresSlider button.owl-prev {
    left: 0;
}
.featuresSlider button.owl-prev:hover::after,
.featuresSlider button.owl-next:hover::after{
    left: 0%;
}
.featuresSlider .owl-nav button::after{
    content: '';
    position: absolute;
    background: #e9f1ff;
    top: 0;
    z-index: -1;
    width: 100%;
    left: -100%;
    height: 100%;
    transition: .3s ease-in-out;
}

.featuresSlider button.owl-next {
    right: 0;
}
.gridWrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.testimonial--quote{
    font-size: 1.143rem;
    padding-top: 45px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
}
.testimonial--quote:after {
    background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyLjUgNTEyLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi41IDUxMi41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMi41LDIwOC4yNWM2MS44NTYsMCwxMTIsNTAuMTQ1LDExMiwxMTJzLTUwLjE0NCwxMTItMTEyLDExMnMtMTEyLTUwLjE0NS0xMTItMTEybC0wLjUtMTYgICBjMC0xMjMuNzEyLDEwMC4yODgtMjI0LDIyNC0yMjR2NjRjLTQyLjczNywwLTgyLjkxNywxNi42NDMtMTEzLjEzNyw0Ni44NjNjLTUuODE3LDUuODE4LTExLjEyNiwxMi4wMDgtMTUuOTE1LDE4LjUxICAgQzEwMC42NjcsMjA4LjcyMywxMDYuNTI4LDIwOC4yNSwxMTIuNSwyMDguMjV6IE00MDAuNSwyMDguMjVjNjEuODU1LDAsMTEyLDUwLjE0NSwxMTIsMTEycy01MC4xNDUsMTEyLTExMiwxMTIgICBzLTExMi01MC4xNDUtMTEyLTExMmwtMC41LTE2YzAtMTIzLjcxMiwxMDAuMjg3LTIyNCwyMjQtMjI0djY0Yy00Mi43MzYsMC04Mi45MTgsMTYuNjQzLTExMy4xMzcsNDYuODYzICAgYy01LjgxOCw1LjgxOC0xMS4xMjcsMTIuMDA4LTE1LjkxNiwxOC41MUMzODguNjY2LDIwOC43MjMsMzk0LjUyNywyMDguMjUsNDAwLjUsMjA4LjI1eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=');
    background-size: cover;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.testimonial--author-info {
    align-items: center;
    display: flex;
}
.testimonial--author-photo {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    flex: 0 0 80px;
    height: 80px;
    margin-right: 30px;
    width: 80px;
}

.fdbm-slider .card {
    padding: 1rem;
}

.fdbm-slider .card img {
    width: 100px!important;
    height: auto;
    margin:0 auto 1rem;
}
.techBx {
    display: grid;
    grid-template-columns: 25% 75%;
    border: 1px solid #ccc;
    padding: 1.5rem;
    border-radius: 15px;
    align-items: center;
}
.techTabWrapper {
    padding-left: 1rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 3rem;
    border-left: 1px solid #ccc;
}   
.techBxWrapper {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
}
.featuresSlider .item {
    height: 40rem;
    overflow: hidden;
    margin: auto;
}
.featuresContentBxWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    /* margin-top: 2rem; */
}
.featuresContentBx {
    background: linear-gradient(to bottom, #9ed2ff50 3%, #e2bcff2b 100%);
    color: var(--black-clr);
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(158, 210, 255, 0.2);
}
.featuresImgBx {
    padding: .75rem;
    width: 60px;
    height: 60px;
    background: linear-gradient(to bottom, #E2BCFF 0%, #1066B1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offeringContentBxWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    /* margin-top: 2rem; */
}
.offeringContentBx {
    position: relative;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: .5rem;
    height: 100%;
    border: 1px solid;
}
.mediaHighlights {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3rem;
    place-items: center;
}
.offeringContentBx img {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom, #E2BCFF 0%, #1066B1 100%);
    border-radius: 50%;
    padding: .5rem;
}

.offeringContentBx h5 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 1rem;
}
.certificationsHighlights {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}
.offeringContentBx p {
    font-size: 1.1rem;
    line-height: 1.5;
}
.featuresImgBx img {
    width: 80%;
}
.featureHeader{
    display: flex;
    align-items: center;
}
.featureHeader h5{
    margin: 0;
    margin-left: 1rem;
}
.featuresContentBx {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.techTabWrapper .rounded-pill {
    background: #e9f1ff;
    font-size: 1.1rem;
}
.banner ul{
    list-style: none;
    padding-left: 0;
}
.banner ul li{
    font-size: 1.125rem;
    position: relative;
    margin-left: 30px;
    padding: 8px 0;
}
.banner ul li::before{
    position: absolute;
    content: "";
    background: url(../../../images/landing-page/list-bullet.svg) no-repeat;
    top: 50%;
    transform: translate(0, -50%);
    width: 18px;
    height: 18px;
    left: -26px;
}
.appdevContentWrapper{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.appdevContent {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.appdevContent p {
    margin-bottom: 0;
}

.appdevContent img {
    margin-top: 0;
    width: 20%;
}
p.subtitle{
    font-size: 1.2rem;
}
.pillContentWrapper {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}
.pillContentWrapper li {
    border: 1px solid;
    cursor: pointer;
    padding: 10px 10px 10px 40px;
    border-radius: 5px !important;
    position: relative;
}
.pillContentWrapper li::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    background: #e37619;
    width: 14px;
    height: 14px;
    left: 10px;
    top: 16px;
}
.right-content {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.WorkSlider{
    border:1px solid #ccc;
    padding:1.5rem;
    border-radius:10px;
}
@media screen and (min-width:320px) and (max-width:768px) {
    .bg-banner img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
    header#header .row .d-flex {
        padding: 1rem .75rem !important;
    }
    .bgWrapper {
        padding: 2rem 1rem;
    }
    .bannerContent .title {
        font-size: 2rem;
        margin-top: 6rem;
    }
    .award-recognition .btn{
        margin: unset!important;
    }
    .formWrapper {
        margin-top: 2rem;
        width: 100%!important;
        padding: 1rem;
    }
    .titleWrapper .title {
        font-size: 2rem;
    }
    .statsContentWrapper {
        margin-bottom: 1.5rem;
    }
    .insightsTitle{
        font-size: 1.75rem;
    }
    .award-recognition img {
        width: 40% !important;
        margin: 1rem auto 0;
    }
    .award-recognition {
        margin-bottom: 1.2rem;
    }
    .techBx{
        grid-template-columns: unset;
    }
    .techTabWrapper{
        gap: 1rem;
    }
    .featuresContentBxWrapper{
        grid-template-columns:repeat(1, 1fr);
    }
    .reviews-slider .item{
        padding: 30px;
    }
    .theme-bgc-banner{
        padding: 2rem 1rem;
    }
    .appdevContentWrapper{
        flex-wrap: wrap;
    }
    .WorkSlider .owl-nav button, .featuresSlider .owl-nav button {
        width: 2rem;
        height: 2rem !important;
    }
    .offeringContentBxWrapper{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 2rem;
    }
    .certificationsHighlights{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
    .mediaHighlights{
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .sec-space-py {
        padding: 0 1rem;
    }
    .sec-space-b {
        margin-bottom: 1.5rem;
    }
    footer .container .d-flex:nth-child(1) {
        flex-direction: column;
        text-align: center;
    }
    footer .container .d-flex:nth-child(2) {
        text-align: center;
        margin-top: 1rem;
        justify-content: center!important;
    }
}