#aboutHeroSec {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#aboutHeroSec .aboutHeroSecHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-image: url(/assets/images/ourProjectBg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding: 200px 0 150px;
}


#aboutHeroSec .aboutHeroSecHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ccd7ff;
    background: #000529;
    border: 1px solid #161c44;
    padding: 8px 16px;
    border-radius: 100px;
}

#aboutHeroSec .aboutHeroSecHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    max-width: 573px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0;
}

#aboutHeroSec .aboutHeroSecHeadRow {
    max-width: 492px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#aboutHeroSec .aboutHeroSecHead p {
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 28.6px;
    text-align: center;
    margin: 0 auto;
    max-width: 541px;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
}

#homeStatSec {
    padding: 150px 20px;
}

#homeStatSec .homeStatInnerSec {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

#homeStatSec .homeStatInnerSecHead span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 23.5px;
    line-height: 36.6px;
    background: linear-gradient(104.91deg, #ffffff 0%, #527aff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    width: 100%;
    max-width: 190px;
    margin: 0;
    position: relative;
    top: -12px;
}

#homeStatSec .homeStatInnerSecHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 105.19px;
    line-height: 124.3px;
    text-transform: uppercase;
    color: rgba(253, 252, 247, 1);
    display: inline;
}

#homeStatSec .homeStatInnerSecRow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 87px 0 100px 0;
}

#homeStatSec .homeStatInnerSecBox:first-child {
    max-width: 60%;
    width: 100%;
}

#homeStatSec .homeStatInnerSecBox:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

#homeStatSec .homeStatInnerSecBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    vertical-align: middle;
    color: rgba(203, 215, 215, 1);
}

#homeStatSec .homeStatInnerSecBox .homeStatInnerSecBoxGetStartedBtn {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.37px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 18px 26px;
    background-color: #fdfcf7;
    text-decoration: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 46px;
}

#homeStatSec .homeStatInnerSecCounterRow {
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeStatSec .homeStatInnerSecCounterBox {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#homeStatSec .homeStatInnerSecCounterBoxDivider {
    border: 1px solid #2a2a2a;
    width: 1px;
    height: 80px;
    margin: 0 99px;
}

#homeStatSec .homeStatInnerSecCounterBox h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 48px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #4c75ff 0%, #1a4fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#homeStatSec .homeStatInnerSecCounterBox p {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: rgba(253, 252, 247, 1);
    margin: 0 0 0 0;
}

#clientsTrustSec .homeHeroSecInnerRow {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 50px;
}

#clientsTrustSec .homeHeroSecInnerRow {
    width: 100%;
    overflow: hidden;
    position: relative;
}


#clientsTrustSec .homeHeroSecInnerBrandSliderBox h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(253, 252, 247, 1);
    margin: 24px 0 50px 0;
}

#clientsTrustSec .homeHeroSecInnerPortfolioSliderBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#clientsTrustSec .homeHeroSecInnerPortfolioSliderBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #00020f, transparent);
}

#clientsTrustSec .homeHeroSecInnerPortfolioSliderBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, #00020f, transparent);
}

#clientsTrustSec .homeHeroSecInnerPortfolioSlider .swiper {
    width: 100%;
    padding: 20px 0;
}

#clientsTrustSec .homeHeroSecInnerPortfolioSlider .swiper-slide {
    max-width: max-content;
    width: 100% !important;
}

#clientsTrustSec .homeHeroSecInnerPortfolioSlider .swiper-slide p {
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 19.5px;
    color: rgba(109, 119, 146, 1);
    margin: 10px 0 0 0;
}

#clientsTrustSec .homeHeroSecInnerBrandSliderBox {
    width: 100%;
    margin: auto;
    max-width: 1400px;
    overflow: hidden;
    position: relative;
}

#clientsTrustSec .homeHeroSecInnerBrandSliderBox h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(253, 252, 247, 1);
    margin: 50px 0 0 0;
}

#clientsTrustSec .homeHeroSecInnerBrandSliderBox h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(253, 252, 247, 1);
    margin: 24px 0 50px 0;
}

#clientsTrustSec .homeHeroSecInnerBrandSliderBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #00020f, transparent);
}

#clientsTrustSec .homeHeroSecInnerBrandSliderBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, #00020f, transparent);
}

#clientsTrustSec .homeHeroSecInnerBrandSlider .swiper {
    width: 100%;
    padding: 20px 0;
}

#clientsTrustSec .homeHeroSecInnerBrandSlider .swiper-slide {
    max-width: 150px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

#homeBenefitSec {
    background: url("/assets/images/benefits02SecBg.png") top / contain no-repeat;
    display: flex;
    flex-direction: column;
    padding: 150px 20px 200px 20px;
    gap: 82px;
}

#homeBenefitSec .homeBenefitSecInner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

#homeBenefitSec .homeBenefitSecInnerHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ccd7ff;
    background: #000529;
    border: 1px solid #161c44;
    padding: 8px 16px;
    border-radius: 100px;
    max-width: max-content;
    margin: 0px auto 12px auto;
}

#homeBenefitSec .homeBenefitSecInnerHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0 auto 12px auto;
    max-width: 734px;
    width: 100%;
}

#homeBenefitSec .homeBenefitSecInnerHead p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #cbd7d7;
    margin: 0 auto 20px auto;
    max-width: 500px;
}

#homeBenefitSec .homeBenefitSecInnerBoxRow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 50px;
}

#homeBenefitSec .homeBenefitSecInnerBox {
    background: linear-gradient(180deg, rgba(0, 4, 31, 0) 0%, #00041f 100%);
    padding: 75px 32px;
    border-radius: 16px;
    max-width: 30%;
    width: 100%;
    position: relative;
}

#homeBenefitSec .homeBenefitSecInnerBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(to top,
            rgba(2, 10, 46, 0.5) 0%,
            rgba(78, 109, 193, 0.5) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

#homeBenefitSec .homeBenefitSecInnerBox h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 38.15px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

#homeBenefitSec .homeBenefitSecInnerBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #a7adbe;
    margin: 16px 0 0 0;
}

#homeBenefitSec .homeBenefitSecInnerBox .homeBenefitSecInnerImgBox {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

#homeBenefitSec .homeBenefitSecInnerBox .homeBenefitSecInnerImgBox img {
    padding: 8px 8px;
    border-radius: 10px;
    background: #080c2a;
    border: 1px solid #0e122e;
}

#homeToolSec {
    display: flex;
    flex-direction: column;
    gap: 238px;
}

#homeToolSec .homeToolSecInner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

#homeToolSec .homeToolSecInnerHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ccd7ff;
    background: #000529;
    border: 1px solid #161c44;
    padding: 8px 16px;
    border-radius: 100px;
    max-width: max-content;
    margin: 0px auto 12px auto;
}

#homeToolSec .homeToolSecInnerHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0 auto 12px auto;
    max-width: 674px;
    width: 100%;
}

#homeToolSec .homeToolSecInnerHead p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #cbd7d7;
    margin: 0 auto 20px auto;
    max-width: 500px;
}

#homeToolSec .homeToolSecInnerHead span {
    background: #0608141a;
    border: 1px solid #1f275f;
    padding: 8px 8px;
    border-radius: 100px;
    max-width: max-content;
    margin: 0px auto 22px auto;
    display: block;
}

#homeToolSec .homeToolSecInner .nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

#homeToolSec .homeToolSecInner .tab-content {
    margin: auto;
    padding: 30px 0;
    background: linear-gradient(180deg,
            rgba(14, 19, 47, 0) 0%,
            rgba(14, 19, 47, 0.5) 100%);
    border-radius: 30px;
}

#homeToolSec .nav-pills .nav-link {
    background: #000529;
    border: 1px solid #161c44;
    border-radius: 100px;
    padding: 12px 24px;
    font-family: Rethink Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #f0f1f4;
}

#homeToolSec .nav-pills .nav-link.active {
    background: linear-gradient(180deg, #4c75ff 0%, #1a4fff 100%) !important;
}

#homeToolSec #tools-tabContent .toolBoxRow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

#homeToolSec #tools-tabContent .toolBox {
    border: 1px solid #0c0f26;
    background: linear-gradient(180deg, rgba(0, 4, 31, 0) 0%, #00041f 100%);
    padding: 30px 30px 40px 30px;
    border-radius: 16px;
    max-width: 30%;
    width: 100%;
}

#homeToolSec #tools-tabContent .toolBox h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38.15px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

#homeToolSec #tools-tabContent .toolBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #a7adbe;
    margin: 16px 0 0 0;
}

#homeToolSec #tools-tabContent .toolBox .toolBoxHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#homeToolSec #tools-tabContent .toolBox .toolBoxHead .toolBoxHeadInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#homeToolSec #tools-tabContent .toolBox .iconBox {
    background: #0e122e;
    padding: 8px 18px;
    border-radius: 100px;
}

#homeToolSec #tools-tabContent .toolBox .iconBox .iconify {
    color: #fff;
    transform: rotate(315deg);
}

#homeToolSec #tools-tabContent .toolBox .imgBox {
    background: #0a0c1e;
    padding: 8px 8px;
    border-radius: 10px;
}

#homeCertificateSec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 230px 0 150px 0;
    gap: 78px;
}

#homeCertificateSec .homeCertificateSecHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#homeCertificateSec .homeCertificateSecHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0 0 10px 0;
}

#homeCertificateSec .homeCertificateSecHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0;
}

#homeCertificateSec .homeCertificateSecInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 130px;
    flex-wrap: wrap;
}

#homeIndustrySec {
    background: url("/assets/images/whyUsBg.png") top / contain no-repeat;
    display: flex;
    flex-direction: column;
    padding: 400px 20px 200px 20px;
    gap: 130px;
}

#homeIndustrySec .homeIndustrySecInner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

#homeIndustrySec .homeIndustrySecInnerHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ccd7ff;
    background: #000529;
    border: 1px solid #161c44;
    padding: 8px 16px;
    border-radius: 100px;
    max-width: max-content;
    margin: 0px auto 12px auto;
}

#homeIndustrySec .homeIndustrySecInnerHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0 auto 12px auto;
    max-width: 674px;
    width: 100%;
}

#homeIndustrySec .homeIndustrySecInnerHead p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #cbd7d7;
    margin: 0 auto 20px auto;
    max-width: 500px;
}

#homeIndustrySec .homeIndustrySecInnerBoxRow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 50px;
}

#homeIndustrySec .homeIndustrySecInnerBox {
    border: 1px solid #0c0f26;
    background: #00020f;
    padding: 30px 30px 40px 30px;
    border-radius: 16px;
    max-width: 30%;
    width: 100%;
    position: relative;
}

#homeIndustrySec .homeIndustrySecInnerBox h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38.15px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

#homeIndustrySec .homeIndustrySecInnerBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #a7adbe;
    margin: 16px 0 0 0;
}

#homeIndustrySec .homeIndustrySecInnerBox .homeIndustrySecInnerImgBox {
    background: #00020f;
    padding: 8px 8px;
    border-radius: 10px;
    position: absolute;
    top: -25px;
    left: 25px;
}

#homeIndustrySec .homeIndustrySecInnerActionBox {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeIndustrySec .homeIndustrySecInnerActionBox .homeIndustrySecInnerActionBoxViewAllBtn {
    background: radial-gradient(100% 100% at 50% 100%,
            #101636 14.38%,
            #0c1027 100%);
    border: 1px solid #161c44;
    font-family: Rethink Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    vertical-align: middle;
    padding: 16px 16px;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#homeIndustrySec .homeIndustrySecInnerActionBox .homeIndustrySecInnerActionBoxViewAllBtn .iconify {
    font-size: 16px;
}

#homeTeamSec {
    padding: 0 0 150px 0;
}

#homeTeamSec .homeTeamSecInnerSecHead {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0 20px 0 20px;
}

#homeTeamSec .homeTeamSecInnerSecHead span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 23.5px;
    line-height: 36.6px;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    max-width: 190px;
    margin: 0;
    position: relative;
    top: -12px;
}

#homeTeamSec .homeTeamSecInnerSecHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 105.19px;
    line-height: 124.3px;
    text-transform: uppercase;
    color: rgba(253, 252, 247, 1);
    display: inline;
}

#homeTeamSec .homeTeamSecInnerSliderBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 100px 0 0 0;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper {
    width: 100%;
    padding: 20px 0;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide {
    width: 100% !important;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide.large {
    max-width: 500px;
    min-height: 850px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide.medium {
    max-width: 500px;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide.small {
    max-width: 400px;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide img {
    border: 1px solid #737373;
    border-radius: 10px;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide.large img {
    position: absolute;
    height: 91%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide.small img {
    min-height: 430px;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide.medium img {
    min-height: 540px;
    max-width: 500px;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 22px 0 14px 0;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide h3 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 49px;
    line-height: 48px;
    text-transform: uppercase;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide p {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 2px 0;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide .homeTeamSecInnerSliderSlideBox {
    padding: 40px 40px 42px 40px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    position: relative;
    height: 100%;
}

.homeTeamSecInnerSliderSlideBoxContent {
    z-index: 2;
    position: relative;
}

#homeTeamSec .homeTeamSecInnerSlider .swiper-slide .homeTeamSecInnerSliderSlideBoxGetStartedBtn {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 18.28px;
    line-height: 20.11px;
    letter-spacing: -0.37px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid #fdfcf7;
    text-decoration: none;
    border-radius: 18px;
    position: relative;
    z-index: 2;
}

#homeTestimonialSec {
    width: 100%;
}

#homeTestimonialSec .homeTestimonialSecHead {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    gap: 20px;
    margin: 0 0 40px 0;
}

#homeTestimonialSec .homeTestimonialSecHead .divider {
    background: #fdfcf733;
    height: 2px;
    width: 100%;
}

#homeTestimonialSec .homeTestimonialSecHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0;
}

#homeTestimonialSec .homeTestimonialSecInnerSliderBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 25px 0 0 0;
}

#homeTestimonialSec .homeTestimonialSecSlider .homeTestimonialSecSliderInner {
    background: #000319;
    border: 1px solid #0e122e;
    padding: 30px 30px;
    border-radius: 24px;
}

#homeTestimonialSec .homeTestimonialSecSliderReviewStars {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2.5px;
}

#homeTestimonialSec .homeTestimonialSecSliderReviewStars .iconify {
    color: #fdfcf7;
}

#homeTestimonialSec .homeTestimonialSecSliderComment {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 20px 0px 95px 0;
}

#homeTestimonialSec .homeTestimonialSecSliderMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#homeTestimonialSec .homeTestimonialSecSliderMeta img {
    border: 1px solid #354f51;
    border-radius: 50%;
}

#homeTestimonialSec .homeTestimonialSecSliderMeta .homeTestimonialSecSliderMetaInner {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

#homeTestimonialSec .homeTestimonialSecSliderMeta .homeTestimonialSecSliderMetaInner h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fdfcf7;
    margin: 0;
}

#homeTestimonialSec .homeTestimonialSecSliderMeta .homeTestimonialSecSliderMetaInner p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #cbd7d7;
    margin: 0;
}

#homeBlogSec {

    display: flex;
    flex-direction: column;
    padding: 150px 20px 200px 20px;
    gap: 82px;
}

#homeBlogSec .homeBlogSecInner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

#homeBlogSec .homeBlogSecInnerHead {
    background: url("/assets/images/ourBlogSecBg.png") top / contain no-repeat;
    padding: 30px 0;
}

#homeBlogSec .homeBlogSecInnerHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ccd7ff;
    background: #000529;
    border: 1px solid #161c44;
    padding: 8px 16px;
    border-radius: 100px;
    max-width: max-content;
    margin: 0px auto 12px auto;
}

#homeBlogSec .homeBlogSecInnerHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0 auto 12px auto;
    max-width: 700px;
    width: 100%;
}

#homeBlogSec .homeBlogSecInnerHead p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #cbd7d7;
    margin: 0 auto 20px auto;
    max-width: 580px;
}

#homeBlogSec .homeBlogSecInnerBoxRow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 33px;
}

#homeBlogSec .homeBlogSecInnerBox {
    border: 1px solid #0e122e;
    background: #000319;
    padding: 10px 10px 30px 10px;
    border-radius: 22px;
    max-width: 30%;
    width: 100%;
    position: relative;
    min-height: 415px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.homeBlogSecInnerBoxContent {
    padding: 0px 20px;
}

#homeBlogSec .homeBlogSecInnerBox h4 {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin: 0 0 24px 0;
}

#homeBlogSec .homeBlogSecInnerBoxImg {
    box-shadow: 0px -2px 6px 0px #00000040;
    padding: 8px;
    border-radius: 20px;
    margin: 0 0 20px 0;
    border-top: 1px solid #ffffff24;
    background: linear-gradient(180deg,
            #5c7df44a 0%,
            rgba(92, 125, 244, 0) 100%);
}

#homeBlogSec .homeBlogSecInnerBoxMeta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px 0;
}

#homeBlogSec .homeBlogSecInnerBoxMetaCategory {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
    text-align: center;
    color: #ccd7ff;
    padding: 4px 12px;
    border-radius: 100px;
    background: #ffffff12;
    border-top: 1px solid #ffffff1f;
    text-decoration: none;
}

#homeBlogSec .homeBlogSecInnerBoxMetaDate {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
    color: #6d7792;
}

#homeBlogSec .homeBlogSecInnerBoxReadMoreBtn {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15.67px;
    line-height: 25.07px;
    color: #909090;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
}

#homeBlogSec .homeBlogSecInnerBoxReadMoreBtn .iconify {
    color: #909090;
    font-size: 24px;
}

#homeBlogSec .homeBlogSecInnerActionBox {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeBlogSec .homeBlogSecInnerActionBox .homeBlogSecInnerActionBoxViewAllBtn {
    background: radial-gradient(100% 100% at 50% 100%,
            #101636 14.38%,
            #0c1027 100%);
    border: 1px solid #161c44;
    font-family: Rethink Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    vertical-align: middle;
    padding: 16px 16px;
    border-radius: 100px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#homeBlogSec .homeBlogSecInnerActionBox .homeBlogSecInnerActionBoxViewAllBtn .iconify {
    font-size: 16px;
}

#homeCtaSec {}

#homeCtaSec .homeCtaSecInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
    border: 1.09px solid #ffffff33;
    padding: 37px 52px 48px 52px;
    border-radius: 26.27px;
    background: linear-gradient(to bottom, transparent -30%, rgb(0 0 0) 70%), url(/assets/images/ctaBg.webp) top / contain no-repeat;
    /* background-image: url("../images/ctaBg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:first-child {
    flex: 1;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:last-child {
    width: 100%;
    max-width: 40%;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #cbd7d7;
    margin: 0px 0px 17px 0;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    background: linear-gradient(178.62deg,
            #ffffff 1.18%,
            rgba(255, 255, 255, 0) 121.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 0 12px 0;
    max-width: 620px;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem {
    border: 1.17px solid #0e122e;
    background: #00041f;
    padding: 10px 36px 10px 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem .homeCtaSecInnerBoxChecklistItemIcon {
    background-color: #08951e;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem .homeCtaSecInnerBoxChecklistItemIcon .iconify {
    color: #ffffff;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 0;
}

#homeCtaSec .homeCtaSecInnerActionBtns {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
}

#homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn {
    /* background: rgba(254, 236, 255, 1); */
    background-image: url("/assets/images/headerGetStartedButton.png");
    background-size: 120%;
    text-decoration: none;
    padding: 15.5px 30px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    color: rgba(0, 5, 13, 1);
    border-radius: 100px;
    max-width: max-content;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerCallNowBtn {
    text-decoration: none;
    padding: 15.5px 30px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border-radius: 100px;
    max-width: max-content;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: radial-gradient(100% 100% at 50% 100%,
            #101636 14.38%,
            #0c1027 100%);
    border: 1px solid rgba(22, 28, 68, 1);
}

#homeFaqSec {
    padding: 0 0 150px 0;
    margin: 185px 0 0 0;
}

#homeFaqSec .homeFaqSecInnerSec {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 188px;
}

#homeFaqSec .homeFaqSecInnerSecHead {
    padding: 0 20px 0 20px;
}

#homeFaqSec .homeFaqSecInnerSecHead span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 23.5px;
    line-height: 36.6px;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    max-width: 190px;
    margin: 0;
    position: relative;
    top: -12px;
}

#homeFaqSec .homeFaqSecInnerSecHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 105.19px;
    line-height: 124.3px;
    text-transform: uppercase;
    color: rgba(253, 252, 247, 1);
    display: inline;
}

#homeFaqSec #homeFaqSecAccordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #272727;
    padding: 50px 0;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fdfcf7;
    display: flex;
    align-items: center;
    gap: 43px;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button::before {
    background: linear-gradient(180deg, #4c75ff 0%, #1a4fff 100%);
}

#homeFaqSec #homeFaqSecAccordion .accordion-button.collapsed::before {
    background: linear-gradient(180deg,
            rgba(76, 117, 255, 0.2) 0%,
            rgba(26, 79, 255, 0.2) 100%);
}

#homeFaqSec #homeFaqSecAccordion .accordion-button::after {
    filter: brightness(100);
    position: absolute;
    right: 20px;
    top: 32px;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button:not(.collapsed)::after {
    top: 29px !important;
}

#homeFaqSec #homeFaqSecAccordion .accordion-body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #909090;
    padding: 1.5rem 6rem 0 6.5rem;
}

#homeFaqSec #homeFaqSecAccordion .accordion-item:last-of-type {
    border-bottom: 0;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button span {
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    font-size: 22.67px;
    line-height: 43.1px;
}

#homeQuoteSec {
    width: 100%;
    padding: 0px 20px 250px 20px;
}

#homeQuoteSec .homeQuoteSecInner {
    max-width: 1490px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:first-child {
    max-width: 60%;
    width: 100%;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
    max-width: 40%;
    width: 100%;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent {
    max-width: 580px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28.6px;
    text-align: center;
    color: #cbd7d7;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecReviewStars {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2.5px;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecReviewStars .iconify {
    color: #3363ff;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem {
    border: 1.17px solid #0e122e;
    background: #00041f;
    padding: 10px 10px 10px 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem .homeQuoteSecInnerBoxChecklistItemIcon {
    background-color: #08951e;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem .homeQuoteSecInnerBoxChecklistItemIcon .iconify {
    color: #ffffff;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 0;
    text-transform: none;
}

#homeQuoteSec .homeQuoteSecInnerSliderBox {
    /* display: none; */
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 42px 0 0 0;
}

#homeQuoteSec .homeQuoteSecInnerSliderBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, #00020f, transparent);
}

#homeQuoteSec .homeQuoteSecInnerSliderBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #00020f, transparent);
}

#homeQuoteSec .homeQuoteSecSlider .homeQuoteSecSliderInner {
    background: #000319;
    border: 1px solid #0e122e;
    padding: 30px 30px;
    border-radius: 24px;
}

#homeQuoteSec .homeQuoteSecSliderReviewStars {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2.5px;
}

#homeQuoteSec .homeQuoteSecSliderReviewStars .iconify {
    color: #fdfcf7;
}

#homeQuoteSec .homeQuoteSecSliderComment {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 20px 0px 95px 0;
}

#homeQuoteSec .homeQuoteSecSliderMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#homeQuoteSec .homeQuoteSecSliderMeta img {
    border: 1px solid #354f51;
    border-radius: 50%;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fdfcf7;
    margin: 0;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #cbd7d7;
    margin: 0;
}

#homeQuoteSec #quoteForm {
    background: #000319;
    border: 1px solid #0E122E;
    border-radius: 24px;
    padding: 30px 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#homeQuoteSec #quoteForm .quoteFormRow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

#homeQuoteSec #quoteForm .quoteFormGroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#homeQuoteSec #quoteForm .quoteFormGroup label {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #CBD7D7;
}

#homeQuoteSec #quoteForm .quoteFormGroup .quoteFormInput {
    background: radial-gradient(100% 100% at 50% 100%, #101636 14.38%, #0C1027 100%);
    border-radius: 15px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    border: none;
    padding: 12px 16px;
    color: #CBD7D7;
}

#first_name,
#last_name {
    width: 100%;
}


#homeQuoteSec #quoteForm .quoteFormGroup textarea.quoteFormInput {
    min-height: 122px;
    resize: none;
}

#homeQuoteSec #quoteForm .quoteFormGroup .quoteFormInput::placeholder {
    color: #6D7792;
}

#homeQuoteSec #quoteForm .quoteFormAgreement {
    font-family: Inter;
    font-weight: 400;
    line-height: 25.6px;
    font-size: 16px;
    color: #CBD7D7;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

#homeQuoteSec #quoteForm .quoteFormAgreement .quoteFormAgreementInput:checked {
    background: #5C7DF4;
    border-color: #5C7DF4;
}

#homeQuoteSec #quoteForm .quoteFormAgreement .quoteFormAgreementInput {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #D0D5DD;
    background: #FFFFFF;
    border-radius: 6px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: relative;
}

#homeQuoteSec #quoteForm .quoteFormAgreement .quoteFormAgreementInput:checked::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 4px;
}

#homeQuoteSec #quoteForm .quoteFormGetStartedBtn {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.28px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #0B0B0B;
    border-radius: 100px;
    /* background: rgba(254, 236, 255, 1); */
    background-image: url("/assets/images/headerGetStartedButton.png");
    background-size: 120%;
}

@media (max-width: 1596px) {

    /* Contact Form section start*/
    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
        max-width: 35%;
    }

    /* Contact Form section end*/
}

@media (max-width: 1440px) {

    #homeStatSec .homeStatInnerSecHead h2 {
        font-size: 86.19px;
        line-height: 106.3px;
    }



    /* Contact Form section start*/
    #homeQuoteSec #quoteForm {
        padding: 30px 36px;
    }

    /* Contact Form section end*/

}

@media (max-width: 1280px) {
    #homeStatSec .homeStatInnerSecCounterBoxDivider {
        margin: 0 50px;
    }

    #homeIndustrySec {
        padding: 220px 20px 100px 20px;
        gap: 48px;
    }

    /* BENEFITS / 02 #homeBenefitSec section start*/

    #homeBenefitSec .homeBenefitSecInnerBox h4 {
        font-size: 22px;
    }

    #homeBenefitSec .homeBenefitSecInnerBox p {
        font-size: 18px;
    }

    /* BENEFITS / 02 #homeBenefitSec section end*/

    /* let's WORK TOGETHER #homeCtaSec section start  */
    #homeCtaSec {
        padding: 20px;
    }

    #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn {
        padding: 15.5px 22px;
        gap: 8px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-item {
        padding: 50px 16px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 32px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-body {
        font-size: 18px;
    }

    /* let's WORK TOGETHER #homeCtaSec section end  */
}

@media (max-width: 1064px) {

    /* let's WORK TOGETHER #homeCtaSec section start  */
    #homeCtaSec .homeCtaSecInner {
        flex-direction: column;
        gap: 20px;
        background-size: cover;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:last-child {
        max-width: 100%;
        justify-items: center;
        text-align: center;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem {
        padding: 10px 20px 10px 10px;
    }

    /* let's WORK TOGETHER #homeCtaSec section end  */

    /* Future-Proof Your Business #homeStatSec Section start  */
    #homeStatSec .homeStatInnerSecHead h2 {
        font-size: 48.19px;
        line-height: 62.3px;
    }

    #homeStatSec .homeStatInnerSecRow {
        gap: 20px;
    }

    #homeStatSec .homeStatInnerSecBox p {
        font-size: 18px;
    }

    #homeStatSec .homeStatInnerSecCounterRow {
        flex-wrap: wrap;
        row-gap: 50px;
    }

    #homeStatSec .homeStatInnerSecCounterBox {
        flex: 0 0 27%;
    }

    .homeStatInnerSecCounterRow>div:nth-of-type(4) {
        display: none;
    }

    #homeStatSec .homeStatInnerSecCounterBoxDivider {
        margin: 0px 100px;
    }

    /* Future-Proof Your Business #homeStatSec Section end  */

    /* 500+ Founders Trusted Us. #homeSolutionSec section start  */
    #homeSolutionSec .homeSolutionInnerSecHead h2 {
        font-size: 48.19px;
        line-height: 62.3px;
    }

    #homeSolutionSec .accordion-header {
        padding: 44px 35px;
    }

    #homeSolutionSec .accordion-button {
        font-size: 28px;
    }

    #solutionAccordion .accordion-button::after {
        width: 29.7px !important;
        height: 23.56px !important;
    }

    #homeSolutionSec .accordion-button .collapseSvg {
        width: 30px;
        margin-right: 24px;
    }

    /* 500+ Founders Trusted Us. #homeSolutionSec section end  */

    /* Our Projects #servicePortfolioSec section start  */

    #servicePortfolioSec .servicePortfolioSecHead {
        padding: 82px 0 50px;
    }

    #servicePortfolioSec .servicePortfolioSecHead h2 {
        font-size: 28px;
        line-height: 24px;
    }

    #servicePortfolioSec {
        gap: 0px;
    }

    #servicePortfolioSec .servicePortfolioSecBoxInner {
        gap: 8px;
        flex-direction: column;
    }

    #servicePortfolioSec .servicePortfolioSecRow {
        padding: 0 20px;
    }

    #homeCertificateSec .homeCertificateSecInner {
        gap: 58px;
    }

    #homeCertificateSec .homeCertificateSecInner img {
        width: 16%;
    }

    /* Our Projects #homeProjectSec section end  */

    /* Tools homeToolSecc section Start  */
    #homeToolSec #tools-tabContent .toolBox {
        max-width: 48%;
    }

    /* Tools homeToolSecc section section end  */

    /* Why Us #homeIndustrySec section Start  */

    #homeIndustrySec .homeIndustrySecInnerBox {
        max-width: 47%;
    }

    #homeBenefitSec .homeBenefitSecInnerBoxRow {
        flex-direction: column;
        row-gap: 29px;
        border-radius: 40px
    }

    #homeBenefitSec .homeBenefitSecInnerBox {
        max-width: 100%;
    }

    /* Why Us #homeIndustrySec section End  */

    /* Analysis Of A Website #homeAnalysisSecc section Start  */

    #homeAnalysisSec .homeAnalysisSecInnerBox {
        padding: 75px 14px 34px 14px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerBox h4 {
        font-size: 16px;
        line-height: 23.15px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerBox p {
        font-size: 14px;
    }

    /* Analysis Of A Website #homeAnalysisSecc section End  */

    /* Meet Our Visionary Team #homeTeamSec section Start  */

    #homeTeamSec .homeTeamSecInnerSecHead h2 {
        font-size: 48.19px;
        line-height: 62.3px;
    }

    #homeTeamSec .homeTeamSecInnerSecHead span {
        font-size: 21.5px;
        line-height: 31.6px;
        top: -5px;
    }

    /* Our Blogs #homeBlogSecc section Start  */
    #homeBlogSec {
        gap: 10px;
    }

    #homeBlogSec .homeBlogSecInnerBoxRow {
        column-gap: 16px;
    }

    #homeBlogSec .homeBlogSecInnerBoxMetaCategory {
        font-size: 12px;
        line-height: 19.5px;
    }

    .homeBlogSecInnerBoxMeta .homeBlogSecInnerBoxMetaCategory svg {
        height: 10px;
        width: 10px;
    }

    #homeBlogSec .homeBlogSecInnerBoxMetaDate {
        font-size: 12px;
    }

    #homeBlogSec .homeBlogSecInnerBox h4 {
        font-size: 18px;
        line-height: 26px;
    }

    #homeBlogSec .homeBlogSecInnerBox h4 {
        font-size: 18px;
    }

    #homeBlogSec .homeBlogSecInnerActionBox .homeBlogSecInnerActionBoxViewAllBtn {
        font-size: 16px;
        padding: 11px 22px;
    }

    /* let's WORK TOGETHER #homeBlogSecc section Start  */
    #homeCtaSec .homeCtaSecInner {
        background: linear-gradient(to bottom, transparent -8%, rgb(0 0 0) 35%), url(/assets/images/ctaBg.webp) top / contain no-repeat;
    }

    .homeCtaSecInnerGetStartedBtn,
    #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerCallNowBtn {
        font-size: 14px;
        padding: 15.5px 26px;
    }

    .homeCtaSecInnerBoxChecklistItem h4 {
        font-size: 14px;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist {
        justify-content: center;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox p {
        font-size: 16px;
    }

    /* let's WORK TOGETHER #homeBlogSecc section End  */

    /* frequently asked questions #homeFaqSec section Start  */

    #homeFaqSec .homeFaqSecInnerSecHead h2 {
        font-size: 48.19px;
        line-height: 62.3px;
    }

    #homeFaqSec .homeFaqSecInnerSec {
        gap: 30px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 26px;
        gap: 22px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-body {
        font-size: 16px;
        padding: 0.5rem 6rem 0 5.5rem;
    }

    /* frequently asked questions #homeFaqSec section End  */

    /* work with the top rated agency #homeQuoteSec section Start  */

    #homeQuoteSec .homeQuoteSecInner {
        flex-direction: column;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:first-child {
        max-width: 100%;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
        max-width: 100%;
    }

    #homeQuoteSec #quoteForm .quoteFormGroup {
        width: 100%;
    }

    /* work with the top rated agency #homeQuoteSec section End  */

}

@media (max-width: 768px) {

    #homeTeamSec .homeTeamSecInnerSlider .swiper-slide.medium,
    #homeTeamSec .homeTeamSecInnerSlider .swiper-slide.small,
    #homeTeamSec .homeTeamSecInnerSlider .swiper-slide.large {
        min-height: 560px !important;
        max-width: 299px !important;
    }

    #homeTeamSec .homeTeamSecInnerSlider .swiper-slide.medium img {
        min-height: 451px !important;
        max-width: 299px !important;
    }

    #homeTeamSec .homeTeamSecInnerSlider .swiper-slide .homeTeamSecInnerSliderSlideBoxGetStartedBtn {
        font-size: 12px;
        border-radius: 14px;
        padding: 10px;
    }

    #homeQuoteSec #quoteForm .quoteFormRow {
        flex-direction: column;
    }

    #homeHeroSec .homeHeroSecInnerHead .homeHeroSecInnerFirstCta {
        font-size: 10.54px;
        line-height: 11px;
    }

    #homeHeroSec .homeHeroSecInnerReviewBox {
        flex-direction: column;
    }

    #homeQuoteSec {
        width: 100%;
        padding: 0px 20px 50px 20px;
    }

    #homeHeroSec .homeHeroSecInnerHead h2 {
        font-size: 46px;
    }

    #homeCtaSec .homeCtaSecInnerActionBtns {
        flex-direction: column;
    }

    #aboutHeroSec {
        padding: 20px;
        background-position-y: 20%;
    }

    #aboutHeroSec .aboutHeroSecHead {
        padding: 100px 0 100px;
    }

    #aboutHeroSec .aboutHeroSecHead h4 {
        font-size: 12px;
    }

    #aboutHeroSec .aboutHeroSecHead h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #aboutHeroSec .aboutHeroSecHead p {
        font-size: 12px;
    }

    /* work with the top rated agency #homeHeroSec section Start  */

    #homeHeroSec .homeHeroSecInnerHead .homeHeroSecInnerFirstCta {
        font-size: 12.54px;
    }

    #homeHeroSec .homeHeroSecInnerHead h2 {
        font-size: 46px;
    }

    #homeHeroSec .homeHeroSecInnerHead p {
        font-size: 14px;
    }

    #homeHeroSec .homeHeroSecInnerActionBtns .homeHeroSecInnerGetStartedBtn,
    #homeHeroSec .homeHeroSecInnerActionBtns .homeHeroSecInnerCallNowBtn {
        padding: 18px 24px;
        font-size: 14px;
    }

    #homeHeroSec .homeHeroSecInnerReviewBox .homeHeroSecInnerReviewText {
        font-size: 14px;
    }

    #homeHeroSec .homeHeroSecInnerBrandSliderBox h2 {
        font-size: 32px;
        width: 80%;
        margin: 24px auto 50px auto;
    }

    /* work with the top rated agency #homeHeroSec section End  */

    /* Digital Transformation Services #homeStatSec section Start  */

    #homeStatSec {
        padding: 50px 20px 0px 20px;
    }

    #homeStatSec .homeStatInnerSecHead span {
        font-size: 12.5px;
        line-height: 18.6px;
        max-width: 120px;
        top: 0px;
    }

    #homeStatSec .homeStatInnerSecHead h2 {
        font-size: 38.19px;
        line-height: 46.3px;
    }

    #homeStatSec .homeStatInnerSecRow {
        gap: 20px;
        flex-direction: column;
    }

    #homeStatSec .homeStatInnerSecBox:first-child {
        max-width: 100%;
        width: 100%;
    }

    #homeStatSec .homeStatInnerSecBox:last-child {
        flex-direction: column;
    }

    #homeStatSec .homeStatInnerSecBox p {
        font-size: 12px;
        max-width: 105%;
        text-align: center;
        width: 100%;
    }

    #homeStatSec .homeStatInnerSecBox .homeStatInnerSecBoxGetStartedBtn,
    #homeStatSec .homeStatInnerSecBox .homeStatInnerSecBoxCallNowBtn {
        font-size: 12px;
        padding: 10.5px 20px;
    }

    #homeStatSec .homeStatInnerSecCounterBoxDivider {
        margin: 0px 60px;
    }

    #homeStatSec .homeStatInnerSecCounterBox h4 {
        font-size: 47px;
    }

    #homeStatSec .homeStatInnerSecCounterBox p {
        font-size: 12px;
        line-height: 16px;
    }

    /* Digital Transformation Services #homeStatSec section End  */



    /* Our Mission #homeMissionSec section Start  */
    #homeMissionSec {
        padding: 20px;
        margin: 0;
    }

    #homeMissionSec .homeMissionSecInner {
        padding: 60px 20px;
    }

    #homeCertificateSec .homeCertificateSecHead h4 {
        font-size: 13px;
    }

    #homeMissionSec .homeMissionSecInner h2,
    #homeCertificateSec .homeCertificateSecHead h2 {
        font-size: 28px;
        line-height: 44px;
    }

    #homeMissionSec .homeMissionSecInner p {
        font-size: 14px;
    }

    /* Our Mission #homeMissionSec section End  */

    /* Tailored Solutions for Growth #homeSolutionSecc section Start  */

    #homeSolutionSec .homeSolutionInnerSecHead span {
        font-size: 12.5px;
        line-height: 18.6px;
        max-width: 120px;
        top: 0px;
    }

    #homeSolutionSec .homeSolutionInnerSecHead h2 {
        font-size: 38.19px;
        line-height: 46.3px;
    }

    #homeSolutionSec .accordion-header {
        padding: 20px 20px;
    }

    #homeSolutionSec .accordion-button {
        font-size: 20px;
    }

    #homeSolutionSec .accordion-button .collapseSvg {
        width: 22px;
        margin-right: 14px;
        margin-top: -4px;
    }

    #solutionAccordion .accordion-button::after {
        width: 21.7px !important;
        height: 16.56px !important;
    }

    #homeSolutionSec #solutionAccordion {
        margin: 40px 0 0 0;
    }

    #homeSolutionSec {
        padding: 0 20px 50px 20px;
    }

    #homeSolutionSec .accordion-body {
        padding: 12px 20px;
    }

    #homeSolutionSec .solutionAccordionInner {
        flex-direction: column;
        gap: 28px;
    }

    .solutionAccordionInnerBox {
        max-width: 100% !important;
    }

    .solutionAccordionInnerBox .img-fluid {
        max-width: 100%;
        width: 100%;
    }

    .solutionAccordionInnerBox p {
        font-size: 16px;
        line-height: 28.6px;
    }

    .solutionAccordionInnerBox a {
        font-size: 13.28px;
        padding: 16px 20px;
        margin: 14px 0 0 0;
    }

    .solutionAccordionInnerBox ul li {
        font-size: 16px;
        line-height: 35.6px;
    }

    /* Tailored Solutions for Growth #homeSolutionSec section End  */

    /* Our Projects #servicePortfolioSec section Start  */

    #servicePortfolioSec .servicePortfolioSecHead {
        padding: 83px 20px 50px;
    }

    #servicePortfolioSec .servicePortfolioSecHead h4 {
        font-size: 12px;
    }

    #servicePortfolioSec .servicePortfolioSecHead h2 {
        font-size: 24px;
        line-height: 14px;
    }

    #servicePortfolioSec .servicePortfolioSecBoxInner h4 {
        font-size: 16px;
    }

    #servicePortfolioSec .servicePortfolioSecBoxInner p {
        font-size: 14px;
        padding: 7px 20px;
    }

    #servicePortfolioSec .servicePortfolioSecBox a {
        font-size: 12.28px;
        bottom: 109px;
    }

    #servicePortfolioSec .servicePortfolioSecRow {
        flex-direction: column;
    }

    #servicePortfolioSec .servicePortfolioSecBox {
        max-width: 100%;
    }

    /* Our Projects #servicePortfolioSec section End  */


    /* Accreditations/ 03 #serviceBrandSec section Start  */

    #serviceBrandSec {
        padding: 60px 0 60px 0;
        gap: 38px;
    }

    #serviceBrandSec .serviceBrandSecInner .serviceBrandSecInnerBrandSliderBox h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #serviceBrandSec .serviceBrandSecInnerBrandSliderBox h4 {
        font-size: 12px;
    }

    #serviceBrandSec .homeCertificateSecInner {
        gap: 37px;
    }

    #serviceBrandSec .serviceBrandSecInnerBrandSlider .swiper-slide img {
        max-width: 60%;
    }

    /* Accreditations/ 03 #serviceBrandSec section End  */

    /* Tools #homeToolSec section Start  */
    #homeToolSec .homeToolSecInnerHead h4 {
        font-size: 12px;
    }

    #homeToolSec .homeToolSecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeToolSec .homeToolSecInnerHead p {
        font-size: 14px;
    }

    #homeToolSec .nav-pills .nav-link {
        font-size: 14px;
        line-height: 18px;
    }

    #homeToolSec #tools-tabContent .toolBox h4 {
        font-family: "Unbounded", sans-serif;
        font-weight: 400;
        font-size: 16px;
    }

    #homeToolSec #tools-tabContent .toolBox p {
        font-size: 14px;
    }

    #homeToolSec #tools-tabContent .toolBox {
        height: -webkit-fill-available;
    }

    #homeToolSec .homeToolSecInner .tab-content {
        background: transparent;
    }

    /* Tools #homeToolSec section End  */


    /* Why Us #homeIndustrySec section Start  */

    #homeIndustrySec {
        padding: 46px 20px 100px 20px;
        background-position-y: -3%;
    }

    #homeIndustrySec .homeIndustrySecInnerHead h4 {
        font-size: 12px;
    }

    #homeIndustrySec .homeIndustrySecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeIndustrySec .homeIndustrySecInnerHead p {
        font-size: 14px;
    }

    #homeIndustrySec .homeIndustrySecInnerBox {
        max-width: 47%;
    }

    #homeIndustrySec .homeIndustrySecInnerBoxRow {
        column-gap: 20px;
    }

    #homeIndustrySec .homeIndustrySecInnerBox h4 {
        font-size: 16px;
        line-height: 24.15px;
    }

    #homeIndustrySec .homeIndustrySecInnerBox p {
        font-size: 14px;
    }

    #homeIndustrySec .homeIndustrySecInnerActionBox .homeIndustrySecInnerActionBoxViewAllBtn {
        font-size: 16px;
        padding: 14px 30px;
    }

    /* Why Us #homeIndustrySec section End  */

    /* BENEFITS / 02 #homeBenefitSec section Start  */

    #homeBenefitSec {
        padding: 150px 20px 100px 20px;
        background-position-y: 12%;
    }

    #homeBenefitSec .homeBenefitSecInnerHead h4 {
        font-size: 12px;
    }

    #homeBenefitSec .homeBenefitSecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeBenefitSec {
        gap: 22px;
    }

    #homeBenefitSec .homeBenefitSecInnerBox h4 {
        font-size: 18px;
    }

    #homeBenefitSec .homeBenefitSecInnerBox p {
        font-size: 14px;
    }

    #homeBenefitSec .homeBenefitSecInnerBox {
        padding: 45px 32px;
    }

    /* BENEFITS / 02 #homeBenefitSec section End  */

    /* Analysis Of A Website #homeAnalysisSec section Start  */


    #homeAnalysisSec {
        padding: 0px 20px 100px 20px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerHead p {
        font-size: 14px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerBox {
        max-width: 100%;
    }

    #homeAnalysisSec .homeAnalysisSecInnerBoxRow {
        gap: 22px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerBox h4 {
        font-size: 20px;
        line-height: 23.15px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerHead h4 {
        font-size: 12px;
    }

    #homeAnalysisSec .homeAnalysisSecInnerBox .homeAnalysisSecInnerBoxStep {
        font-size: 12px;
        line-height: 12px;
    }


    #homeTeamSec .homeTeamSecInnerSlider .swiper-slide h4 {
        font-size: 22px;
        margin: 16px 0 0px 0;
    }

    #homeTeamSec .homeTeamSecInnerSlider .swiper-slide p {
        font-size: 12px;
    }

    /* Analysis Of A Website #homeAnalysisSec section End  */

    /* Comparison #homeComparisonSec section Start  */

    #homeComparisonSec {
        padding: 0px 20px 0px 20px;
    }

    #homeComparisonSec .homeComparisonSecInnerHead h4 {
        font-size: 12px;
    }

    #homeComparisonSec .homeComparisonSecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeComparisonSec .homeComparisonSecInnerHead p {
        font-size: 14px;
    }

    .homeComparisonSecInnerHeaderBox {
        font-size: 22px;
    }

    .homeComparisonSecInnerHeaderBox img {
        max-width: 80%;
    }

    #homeComparisonSec .homeComparisonSecInner {
        padding: 0;
    }

    #homeComparisonSec .homeComparisonSecInnerBox p {
        font-size: 13px;
    }

    /* Comparison #homeComparisonSec section End  */

    /* Meet Our Visionary Team #homeTeamSec section Start  */


    #homeTeamSec .homeTeamSecInnerSecHead span {
        font-size: 14.5px;
        line-height: 21.6px;
        top: -1px;
        max-width: 110px;
    }

    #homeTeamSec .homeTeamSecInnerSecHead h2 {
        font-size: 38.19px;
        line-height: 46.3px;
    }

    #homeTestimonialSec .homeTestimonialSecSliderComment {
        font-size: 14px;
        line-height: 22.6px;
        margin: 20px 0px 45px 0;
    }


    #homeTestimonialSec .homeTestimonialSecSliderMeta .homeTestimonialSecSliderMetaInner h4 {
        font-size: 12px;
    }


    #homeTestimonialSec .homeTestimonialSecSliderMeta .homeTestimonialSecSliderMetaInner p {
        font-size: 12px;
        line-height: 16.4px;
    }

    /* Meet Our Visionary Team #homeTeamSec section End  */

    /* Our Blogs #homeBlogSec section Start  */
    #homeBlogSec .homeBlogSecInnerHead h4 {
        font-size: 12px;
    }

    #homeBlogSec .homeBlogSecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeBlogSec .homeBlogSecInnerHead p {
        font-size: 14px;
    }

    #homeBlogSec .homeBlogSecInnerBoxRow {
        gap: 16px;
        flex-direction: column;
    }

    #homeBlogSec .homeBlogSecInnerBox {
        max-width: 100%;
    }

    #homeBlogSec .homeBlogSecInnerBoxReadMoreBtn {
        font-size: 12.67px;
    }

    #homeBlogSec .homeBlogSecInnerBoxImg {
        width: 100%;
    }

    .homeBlogSecInnerBoxImg .img-fluid {
        width: 100%;
    }

    #homeBlogSec {
        padding: 100px 20px 100px 20px;
    }


    /* Our Blogs #homeBlogSec section End  */


    /* let's WORK TOGETHER #homeCtaSec section Start  */

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:first-child {
        max-width: 100%;
        width: 100%;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox p {
        font-size: 14px;
    }

    #homeCtaSec .homeCtaSecInner {
        background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0) 28%), url(/assets/images/ctaBg.webp) top / cover no-repeat;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox h2 {
        font-size: 30px;
        text-align: center;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem h4 {
        font-size: 12px;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem .homeCtaSecInnerBoxChecklistItemIcon {
        height: 20px;
        width: 20px;
    }


    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem .homeCtaSecInnerBoxChecklistItemIcon .iconify {
        font-size: 12px;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem .homeCtaSecInnerBoxChecklistItemIcon .iconify {
        font-size: 12px;
    }

    #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn,
    #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerCallNowBtn {
        padding: 15.5px 22px;
        font-size: 12px;
        gap: 8px;
        background-size: 160%;
    }

    /* let's WORK TOGETHER #homeCtaSec section End  */

    /* Faq Section #homeFaqSec section Start  */

    #homeFaqSec {
        padding: 0 0 100px 0;
        margin: 100px 0 0 0;
    }


    #homeFaqSec .homeFaqSecInnerSecHead span {
        font-size: 14.5px;
        line-height: 21.6px;
        top: -1px;
        max-width: 110px;
    }

    #homeFaqSec .homeFaqSecInnerSecHead h2 {
        font-size: 38.19px;
        line-height: 46.3px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 16px;
        line-height: 23px;
        padding: 1rem 3rem 1rem 1rem;
        gap: 18px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button span {
        font-size: 16px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button::before {
        right: 10px;
        top: 20px;
        height: 40px;
        width: 40px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-body {
        font-size: 14px;
        padding: 0rem 6rem 1.5rem 4.3rem;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-item {
        padding: 10px 16px;
    }

    /* Faq Section #homeFaqSec section End  */

    /* Contact #homeQuoteSec section Start  */

    #homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent h4 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent p {
        font-size: 14px;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem h4 {
        font-size: 12px;
    }

    #homeQuoteSec .homeQuoteSecInnerSliderBox::after {
        left: -40px;
    }

    #homeQuoteSec .homeQuoteSecInnerSliderBox::after {
        left: -40px;
    }

    /* Contact #homeQuoteSec section End  */


}

@media (max-width: 542px) {
    #homeToolSec #tools-tabContent .toolBox {
        max-width: 100%;
    }
}

@media (max-width: 462px) {

    #serviceHeroSec .serviceHeroSecHead h2 {
        font-size: 26px;
        line-height: 35px;
    }

    #serviceHeroSec .serviceHeroSecInner .serviceHeroSecGetStartedBtn,
    #serviceHeroSec .serviceHeroSecInner .serviceHeroSecCallNowBtn {
        font-size: 14px;
        gap: 10px;
        padding: 12px 20px;
    }

    /* Digital Transformation Services #homeStatSec section Start  */

    #homeStatSec .homeStatInnerSecBox:last-child {
        display: flex;
    }

    #homeBenefitSec .homeBenefitSecInnerBox .homeBenefitSecInnerImgBox {
        flex-direction: column;
        align-items: start;
    }

    #homeStatSec .homeStatInnerSecHead h2 {
        font-size: 28.19px;
        word-wrap: break-word;
        line-height: 41.3px;
    }

    #homeStatSec .homeStatInnerSecRow {
        margin: 30px 0 100px 0;
    }

    #homeStatSec .homeStatInnerSecHead span {
        font-size: 11.5px;
        line-height: 16.6px;
        max-width: 106px;
        top: 3px;
    }

    #homeStatSec .homeStatInnerSecCounterBox h4 {
        font-size: 38px;
    }

    #homeStatSec .homeStatInnerSecCounterBox p {
        font-size: 14px;
    }

    #homeStatSec .homeStatInnerSecCounterBoxDivider {
        margin: 0px 30px;
        display: none;
    }

    #homeStatSec .homeStatInnerSecCounterBox {
        flex: 0 0 100%;
        text-align: center;
    }

    /* Digital Transformation Services #homeStatSec section End  */




    /* Tailored Solutions for Growth #homeSolutionSec section Start  */

    #homeSolutionSec .homeSolutionInnerSecHead span {
        font-size: 11.5px;
        line-height: 16.6px;
        max-width: 106px;
        top: 3px;
    }

    #homeSolutionSec .homeSolutionInnerSecHead h2 {
        font-size: 28.19px;
        line-height: 41.3px;
    }

    #homeSolutionSec .accordion-button {
        font-size: 14px;
    }

    #homeSolutionSec .accordion-button .collapseSvg {
        width: 18px;
        margin-right: 8px;
    }

    #solutionAccordion .accordion-button::after {
        width: 16.7px !important;
        height: 12.56px !important;
    }

    .solutionAccordionInnerBox p {
        font-size: 14px;
        line-height: 24.6px;
    }

    .solutionAccordionInnerBox a {
        font-size: 11.28px;
        padding: 12px 20px;
        margin: 0;
    }

    .solutionAccordionInnerBox ul li {
        font-size: 14px;
        line-height: 31.6px;
    }

    /* Tailored Solutions for Growth #homeSolutionSec section End  */


    /* Our Projects #servicePortfolioSec section Start  */
    #servicePortfolioSec .servicePortfolioSecHead h2 {
        font-size: 22px;
        line-height: 35px;
    }

    #servicePortfolioSec .servicePortfolioSecHead {
        padding: 82px 0 50px;
        gap: 10px;
    }

    /* Our Projects #servicePortfolioSec section End  */



    /* Accreditations/ 03 #homeCertificateSec section Start */

    #homeCertificateSec {
        padding: 100px 0 100px 0;
    }


    #clientsTrustSec {
        padding: 100px 0 !important;
    }


    #clientsTrustSec .homeHeroSecInnerBrandSliderBox h4 {
        margin-top: 100px !important;
    }

    #homeCertificateSec .homeCertificateSecHead h4,
    #clientsTrustSec .homeHeroSecInnerBrandSliderBox h4 {
        font-size: 12px;
    }

    #homeCertificateSec .homeCertificateSecHead h2,
    #clientsTrustSec .homeHeroSecInnerBrandSliderBox h2 {
        font-size: 26px;
        width: 100%;
    }

    #homeCertificateSec .homeCertificateSecHead {
        gap: 10px;
    }

    /* Accreditations/ 03 #homeCertificateSec section End  */

    /* Tools #homeCertificateSec section Start  */

    #homeToolSec {
        padding: 20px;
    }

    #homeToolSec .homeToolSecInnerHead h2 {
        font-size: 26px;
        line-height: 37px;
    }

    #homeToolSec #tools-tabContent .toolBox {
        max-width: 100%;
    }

    #homeToolSec .homeToolSecInner {
        padding: 10px;
    }

    #homeIndustrySec {
        padding: 75px 20px 100px 20px;
    }

    #homeIndustrySec .homeIndustrySecInnerBox {
        max-width: 100%;
    }

    /* Tools #homeCertificateSec section End  */

    /* Meet Our Visionary Team #homeTeamSec section Start  */
    .homeTeamSecInnerSecHead span {
        font-size: 11.5px;
        line-height: 16.6px;
        max-width: 106px;
        top: 3px;
    }

    #homeTeamSec .homeTeamSecInnerSecHead h2 {
        font-size: 28.19px;
        line-height: 41.3px;
    }

    /* Meet Our Visionary Team #homeTeamSec section End  */

    /* let's WORK TOGETHER #homeCtaSec section Start  */

    #homeCtaSec .homeCtaSecInner {
        padding: 37px 16px 48px 16px;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist {
        flex-direction: column;
    }

    /* let's WORK TOGETHER #homeCtaSec section End  */

    /* frequently asked questions #homeFaqSec section Start  */
    #homeFaqSec .homeFaqSecInnerSecHead span {
        font-size: 11.5px;
        line-height: 16.6px;
        max-width: 106px;
        top: 3px;
    }

    #homeFaqSec .homeFaqSecInnerSecHead h2 {
        font-size: 28.19px;
        line-height: 41.3px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        padding-right: 60px;
        line-height: 23px;
        font-size: 16px;
        gap: 18px;
    }

    /* frequently asked questions #homeFaqSec section End  */

    /* work with the top rated agency #homeQuoteSec section Start  */

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist {
        flex-direction: column;
    }

    #homeQuoteSec .homeQuoteSecSliderComment {
        font-size: 14px;
        line-height: 23.6px;
    }

    /* work with the top rated agency #homeQuoteSec section End  */




    #aboutHeroSec .aboutHeroSecHeadRow {
        flex-direction: column;
    }


}

@media (max-width: 370px) {
    .serviceHeroSecActionBtns {
        flex-direction: column;
    }

    #serviceHeroSec .serviceHeroSecInner .serviceHeroSecGetStartedBtn,
    #serviceHeroSec .serviceHeroSecInner .serviceHeroSecCallNowBtn {
        font-size: 14px;
        gap: 10px;
        padding: 15.5px 30px;
        width: 100%;
        max-width: 100%;
    }

    #serviceHeroSec .serviceHeroSecInner .serviceHeroSecCallNowBtn {
        flex-direction: row-reverse;
    }
}
