#serviceHeroSec {
    display: flex;
    flex-direction: column;
    gap: 100px;
    background-image: url("/assets/images/ourProjectBg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}

.serviceHeroSecInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 728px;
    margin: auto;
}

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

#serviceHeroSec .serviceHeroSecHead 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;
}

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

#serviceHeroSec .serviceHeroSecHead 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: 674px;
}

#contactInfoSec {
    width: 100%;
    max-width: 100%;
    margin: 0 0 130px 0;
}

#contactInfoSec .contactInfoSecInner {
    padding: 20px;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
    background: #00041f;
    border-radius: 20px;
    border: 1px solid #131839;
    padding: 30px 30px;
    background-image: url(../images/contact/contactInfoSecBgPattern.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 32%;
    width: 100%;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox span {
    background: #000633;
    border-radius: 12px;
    padding: 12px 12px;
    margin: 0 0 10px 0;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox h4 {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 0 0 4px 0;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 9px;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner p {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #a7adbe;
    margin: 0;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner .imgBox {
    background: #0e122e;
    border-radius: 100px;
    padding: 8px 14px;
}

#homeQuoteSec {
    width: 100%;
    padding: 0px 20px 0 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;
}

#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%;
}

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

#blogSec {
    display: flex;
    flex-direction: column;
    padding: 50px 20px 200px 20px;
    gap: 60px;
}

#blogSec .blogSecInnerHead {
    background: url(/assets/images/blog/blogBgShape.webp) center / contain no-repeat;
    padding: 150px 0 0 0;
}

#blogSec .blogSecInnerHead 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;
}

#blogSec .blogSecInnerHead 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: 465px;
    width: 100%;
}

#blogSec .blogSecInnerHead 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: 551px;
}

#blogSec .blogSecInner {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}

#blogSec .blogSecInnerBoxRow {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

#blogSec .blogSecInnerBox {
    border: 1px solid #0e122e;
    background: linear-gradient(180deg,
            #0a0c1e 0%,
            rgba(10, 12, 30, 0.98) 0.01%,
            rgba(10, 12, 30, 0) 72.36%);

    padding: 10px 10px 26px 10px;
    border-radius: 22px;
    max-width: 48%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.blogSecInnerBoxContent {
    padding: 0px 20px;
}

#blogSec .blogSecInnerBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.6px;
    color: #6d7792;
    margin: 0px 0px 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
}

#blogSec .blogSecInnerBoxImg {
    box-shadow: 0px -2px 6px 0px #00000040;

    padding: 8px;
    border-radius: 20px;
    margin: 0 0 25px 0;
    border-top: 1px solid #ffffff24;
    background: linear-gradient(180deg,
            #5c7df44a 0%,
            rgba(92, 125, 244, 0) 100%);
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blogSec .blogSecInnerBoxImg img {
    width: 100%;
    max-width: 100%;
}

#blogSec .blogSecInnerBoxMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 7px 0;
}

#blogSec .blogSecInnerBoxMetaCategory {
    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;
}

#blogSec .blogSecInnerBoxMetaDate {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38.15px;
    text-transform: uppercase;
    color: #ffffff;
}

#homeFaqSec {
    padding: 0 0 150px 0;
    margin: 38px 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;
}

#homeCtaSec {
    margin: 0 0 130px 0;
}

#homeCtaSec .homeCtaSecInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
    border: 1.09px solid #ffffff33;
    padding: 37px 52px 37px 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;
}

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

#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 0 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);
}

@media (max-width: 1596px) {

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

    /* Contact Form section end*/
}

@media (max-width: 1440px) {

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

    /* Contact Form section end*/
}

@media (max-width: 1280px) {
    #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;
    }
}

@media (max-width: 1064px) {

    #serviceHeroSec {
        background-size: cover;
    }

    #serviceHeroSec .serviceHeroSecHead {
        padding: 82px 20px 50px;
    }

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

    #serviceHeroSec .serviceHeroSecHead p {
        font-size: 14px;
    }

    #serviceHeroSec {
        gap: 0px;
    }

    #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 {
        background: linear-gradient(to bottom, transparent -8%, rgb(0 0 0) 35%),
            url(/assets/images/ctaBg.webp) top / contain no-repeat;
    }

    .homeCtaSecInnerGetStartedBtn {
        font-size: 14px;
        padding: 15.5px 26px;
    }

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

    #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;
    }

    #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%;
    }

    #blogSec {
        gap: 10px;
    }

    #blogSec .blogSecInnerBoxRow {
        column-gap: 16px;
    }

    #blogSec .blogSecInnerBoxMetaCategory {
        font-size: 12px;
        line-height: 19.5px;
    }

    .blogSecInnerBoxMeta .blogSecInnerBoxMetaCategory svg {
        height: 10px;
        width: 10px;
    }

    #blogSec .blogSecInnerBoxMetaDate {
        font-size: 12px;
    }

    #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
        max-width: 46%;
    }
}

@media (max-width: 768px) {

    #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
        max-width: 100%;
    }

    #serviceBrandSec .serviceBrandSecInnerHead .serviceBrandSecInnerFirstCta {
        font-size: 12.54px;
    }

    #serviceBrandSec .serviceBrandSecInnerHead h2 {
        font-size: 46px;
    }

    #serviceBrandSec .serviceBrandSecInnerHead p {
        font-size: 14px;
    }

    #serviceBrandSec .serviceBrandSecInnerActionBtns .serviceBrandSecInnerGetStartedBtn,
    #serviceBrandSec .serviceBrandSecInnerActionBtns .serviceBrandSecInnerCallNowBtn {
        padding: 18px 24px;
        font-size: 14px;
    }

    #serviceBrandSec .serviceBrandSecInnerReviewBox .serviceBrandSecInnerReviewText {
        font-size: 14px;
    }

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

    #serviceHeroSec .serviceHeroSecHead h4 {
        font-size: 12px;
    }

    #serviceHeroSec .serviceHeroSecHead h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist {
        flex-wrap: wrap;
        justify-content: center;
    }



    #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:first-child {
        max-width: 100%;
        width: 100%;
    }

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

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox h2 {
        font-size: 26px;
        text-align: center;
        line-height: 37px;
    }

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

    #blogSec .blogSecInnerBox p {
        font-size: 14px;
        line-height: 20.6px;
    }

    #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn {
        padding: 10.5px 27px;
        font-size: 12px;
        gap: 8px;
    }

    #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;
        gap: 18px;
    }

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

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

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

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

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

    #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;
    }

    #blogSec .blogSecInnerBoxRow {
        gap: 16px;
        flex-direction: column;
    }

    #blogSec .blogSecInnerBox {
        max-width: 100%;
    }

    #blogSec .blogSecInnerBoxImg {
        width: 100%;
    }

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

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

    #blogSec .blogSecInnerHead h4 {
        font-size: 12px;
    }

    #blogSec .blogSecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #blogSec .blogSecInnerHead p {
        font-size: 14px;
    }
}


@media (max-width: 379px) {
#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner {
    flex-direction: column;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 9px;
}

}
