/*Hero section - start*/
.seo-audit-starts-bg {
    background: url('../../assets/images/seo-audit-page-bgimage.webp') no-repeat;
    background-size: cover;
}
.container-seo-audit {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 80px);
    padding: 0 10px;
}
.seo-audit-paragraph {
    color: #212121;
    text-align: center;
    line-height: 32px;
}
.form-seo-audit {
    padding-block: 2rem;
    background-color: #E2F6FF;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 1008px;
    margin-inline: auto;
}
.free-audit-para {
    color: #18aaca;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    font-size: 24px;
}
.sec-h1 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 1.3;
    font-display: optional;
    background: -webkit-linear-gradient(0deg, #000000 0%, #48abe0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-inline: auto;
    max-width: 895px;
}
.row {
    display: flex;
    width: 100%;
}
label {
    font-weight: 600;
}
.marketing-input-field {
    color: black;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    line-height: 1.3;
    background-color: transparent;
    border: 1px solid #cacaca;
    padding: 13px;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}
.marketing-field-items .form-error {
    font-size: 14px;
    line-height: 1.2;
    color: red;
    font-weight: 400;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 14px;
}
.marketing-field-items {
    position: relative;
    box-sizing: border-box;
    width: -webkit-fill-available;
}
.col-one, .col-two {
    width: 48%;
}
.col-two {
    margin-left: 4%;
}
.marketing-submit {
    background-color: #18aaca;
    padding: 10px 30px 10px 30px;
    color: white;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}
.marketing-submit:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
.marketing-submit.why-us {
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 30px;
}
.landingdigitalbtn:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
.landingdigitalbtn.desktop {
    display: block;
}
.landingdigitalbtn.mobile {
    display: none;
}
.submit-seo-audit {
    text-align: center;
}

.faq-accordion-item {
    max-width: 1110px;
    margin: 10px auto;
}
.faq-accordion {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
    background: #10b6d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-accordion:hover {
    background-color: #02a0bd;
}
.faq-accordion-active {
    background-color: #02a0bd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faq-accordion:after {
    content: "\002B";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.faq-accordion-active:after {
    content: "\2212";
}
.faq-accordion-panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #474b59;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.faq-accordion-panel p {
    margin: 10px;
}
.tab-h3{
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 65px;
    color: #27ABC8;
    width: fit-content;
    margin: 0 auto;
}
.tab-1-sec{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.tabContainer{
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: 0 auto;
}
#faq-sec .tabContainer {
    padding-block: 20px 40px;
}
.tab-header{
    width: 100%;
    margin: 0 auto;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #18AACA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.how-we-work-main-left {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
}
.how-we-work-para-left {
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
}
.how-we-work-main-right {
    font-size: 18px;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
    margin-top: 10px;
}
.how-we-work-para-right {
    text-align: right;
    line-height:22px;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .faq-accordion {
        font-size: 17px;
        line-height: 22px;
    }
    .faq-accordion-panel {
        font-size: 16px;
        line-height: 23px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
    .sec-h1 {
        font-size: 38px;
        margin-block: 30px;
        margin-inline: 12rem;
    }
}
@media screen and (min-width: 1050px) and (max-width: 1220px) {
    .sec-h1 {
        font-size: 38px;
        margin-block: 30px;
        margin-inline: 12rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .sec-h1 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 36px;
        line-height: 1.4;
        margin-inline: 10rem !important;
    }
}
@media screen  and (min-width: 279px) and (max-width: 767px) {
    .free-audit-para {
        font-size: 18px;
    }
    .row {
        flex-direction: column;
    }
    .col-one, .col-two {
        width: 100%;
    }
    .col-two {
        margin-left: 0;
    }
    .sec-h1 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 40px;
        line-height: 1.2;
        margin-inline: 2rem;
    }
    .landingdigitalbtn.desktop {
        display: none;
    }
    .landingdigitalbtn.mobile {
        display: block;
    }
}
@media screen  and (min-width: 279px) and (max-width: 320px) {
    .sec-h1 {
        font-size: 18px;
    }
}
@media screen  and (min-width: 320px) and (max-width: 360px) {
    .sec-h1 {
        font-size: 20px;
    }
}
@media screen  and (min-width: 360px) and (max-width: 395px) {
    .sec-h1 {
        font-size: 22px;
    }
    .container-seo-audit {
        padding: 20px 10px;
    }
}
@media screen  and (min-width: 395px) and (max-width: 450px) {
    .sec-h1 {
        font-size: 26px;
    }
}
@media screen  and (min-width: 450px) and (max-width: 485px) {
    .sec-h1 {
        font-size: 28px;
    }
}
@media screen  and (min-width: 485px) and (max-width: 525px) {
    .sec-h1 {
        font-size: 30px;
    }
}
@media screen  and (min-width: 525px) and (max-width: 550px) {
    .sec-h1 {
        font-size: 32px;
    }
}
@media screen  and (min-width: 1220px) and (max-width: 1400px) {
    .sec-h1 {
        margin-inline: 7rem;
    }
}
@media only screen and (max-width: 550px) {
    .sec-h1 {
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 1.4;
        margin-block: 2rem;
    }
    .tabContainer {
        width: calc(100% - 40px);
    }
    .faq-accordion {
        font-size: 14px;
        line-height: 22px;
        padding: 10px;
    }
    .faq-accordion-panel {
        font-size: 14px;
        line-height: 23px;
        padding: 0px;
    }
    .container-seo-audit {
        box-sizing: border-box;
        width: 100%;
        margin: 0px;
    }
    .marketing-input-field {
        word-break: break-word;
    }
    .seo-audit-paragraph {
        line-height: 22px;
    }
    .seo-audit-starts-bg {
        margin-top: 60px;
      }
    .seo-card-design {
        height: 220px;
      }
}
@media screen  and (min-width: 360px) and (max-width: 395px) {
    .sec-h1 {
        font-size: 22px;
    }
    .container-seo-audit {
        padding: 20px 10px;
    }
}
/* footer and nav css */
.nav-main {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-block: 20px;
    padding-inline: 5rem;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(222, 238, 250, 1) 100%
    );
}
.talktous-btn {
    position: relative;
    box-sizing: border-box;
}
.form-open-btn.landingpage {
    position: relative;
    right: unset;
    top: unset;
    border-radius: 5px;
    width: 100%;
    padding-block: 10px;
    font-size: 20px;
}
.landingpage .talk-to-us-btn-p {
    margin-block: 0px;
    padding-inline: 12px;
}
.-hidden {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: top 0.3s;
    position: fixed !important;
    top: 0;
}

.navbar-fixed-top {
    position: fixed !important;
    height: 100px;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
        -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    box-shadow: 0 0 10px #ccc;
}
.landing-footer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-color: #18aaca;
    padding-block: 20px;
    padding-inline: 5rem;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.landing-footerlink,
.landing-copyright {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    padding-inline: 8px;
    padding-block: 0;
    margin: 0px 0;
    display: block;
    white-space: nowrap;
    text-decoration: none;
}
.landing-flexitem2 {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.appiness-logo.desktop {
    display: block;
}
.appiness-logo.mobile {
    display: none;
}
.landing-talktous {
    padding: 10px 30px 10px 30px;
    display: block;
    color: white;
    background-color: #18aaca;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}
.landing-talktous:hover{
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
.landingdigitalbtn.desktop {
    display: block;
}
.landingdigitalbtn.mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .nav-main {
        padding-inline: 2rem;
    }
    .landing-footer {
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .landing-flexitem,
    .landing-flexitem2 {
        justify-content: center;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .appiness-logo.desktop {
        display: none;
    }
    .appiness-logo.mobile {
        display: block;
    }
    .landingdigitalbtn.desktop {
        display: none;
    }
    .landingdigitalbtn.mobile {
        display: block;
    }
}
.body-scroll-section {
    overflow: hidden;
  }
  
  .image-scroll {
    align-items: center;
    display: flex;
    gap: 10px; 
    padding-inline: 22px;
    margin-left: 10px;
  }
 
  .digital-services-products-flex-items {
    border-radius: 5px;
    background-color: #E2F6FF;
    padding: 10px;
    box-sizing: border-box; 
  }
  
  .digital-services-products-image {
    width: 280px;
    object-fit: scale-down;
  }
  
  #container {
    height:270px; 
    position:relative; 
    overflow:hidden;
  }
  
  .photobanner {
    position:absolute; 
    overflow:hidden; 
    white-space: nowrap;
    animation: bannermove 20s linear infinite;
  }
  
  .photobanner img {    
    margin: 0 0.5em 
  }
  
  @keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
  }
  
  @media (max-width: 768px) {
    .digital-services-products-flex-items {
      width: calc(100%); 
    }
    .how-we-work-main-left {
        text-align: center;
        font-size: 20px;
        margin-bottom: 1rem;
    }
    .how-we-work-para-left {
        text-align: center;
        font-size: 16px;

    }
    .how-we-work-main-right {
        text-align: center;
        font-size: 20px;
        margin-bottom: 1rem;

    }
    .how-we-work-para-right {
        text-align: center;
        font-size: 16px;
    }
  }
@media screen  and (min-width: 279px) and (max-width: 768px) {
    @keyframes scrollAnimation {
        0% {
          transform: translateX(0%);
        }
        100% {
          transform: translateX(-300%);
        }
      }
}
.how-we-work {
    color: #fff;
}
.seo-how-we-work {
    background-color: #02a0bd;
    padding-block-end: 3rem;
}
.sec-grid {
    display: flex;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 1rem;
    align-items: center;
    gap: 50px;
    margin-inline: 7rem;
    margin-bottom:20px;
}
.how-we-work-img {
    object-fit: contain;
    margin-inline: 2rem;
}
@media screen  and (min-width: 279px) and (max-width: 768px) {
.sec-grid {
    flex-direction: column;
    margin-inline: 1rem;
    gap: 10px;
}
.sec-grid-two {
    flex-direction:column-reverse !important;
}
.how-we-work-img {
    margin: 0;
    object-fit: contain;
}
}
.gradient-generator-two {
    width: 100%;
    border-radius: 30px;
    padding: 0;
    text-align: left;
    margin: 0;
}
.gradient-generator-one {
    border-radius: 30px;
    padding: 0;
    text-align: right;
    margin: 0px;
    width: 100%;
}
@media screen and (min-width: 769px) {
    .gradient-generator-two {
        background: linear-gradient(90deg, rgb(21 158 188) 0, rgba(25, 170, 202, 1) 70%, rgba(255, 255, 255, .5) 100%);
        padding: 4px;
    }
    .gradient-generator-one {
        background: linear-gradient(90deg, rgba(255, 255, 255, .5) 0, rgba(25, 170, 202, 1) 30%, rgb(50 155 178 / 10%) 100%);
        padding: 6px;
    }
    .seo-how-we-work-para {
        max-width: 1054px;
        margin-inline: auto;
        margin-bottom: 2rem;
        font-size: 18px;
    }
}

.slider-body-starts {
    margin-bottom: 1.5rem;
}
.seo-card-design {
    max-width: 868px;
    margin-inline: auto;
}