.latestBlogSection,
.globalCallToActionBanner,
.whyChooseUsBx,
.rightContentBx,
.ourServiceSection,
.whoWeserveSection,
.specialSectionBx,
.uspSectionBx,
.faqSectionBx,
.chooseSmartSection,
.videoReviewsSection,
.movingSliderBx,
.servingAreasBx,
.ch-testimonial {
    padding: 90px 0;
    position: relative;

}

/*--------------------Start My WP Editor section------------------------*/

myWpEditor {
    font-family: "Inter", "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    max-width: 100%;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.myWpEditor {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

/* Headings */
.myWpEditor h1,
.myWpEditor h2,
.myWpEditor h3,
.myWpEditor h4,
.myWpEditor h5,
.myWpEditor h6 {
    margin-top: 2em;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 600;
}

/*
.myWpEditor h1 { font-size: 2rem; }
.myWpEditor h2 { font-size: 1.75rem; }
.myWpEditor h3 { font-size: 1.5rem; }
.myWpEditor h4 { font-size: 1.25rem; }
.myWpEditor h5 { font-size: 1.1rem; }
.myWpEditor h6 { font-size: 1rem; color: #666; }
*/
/* Paragraphs & text elements */
.myWpEditor p {
    /* margin: 7px 0; */
}

.myWpEditor strong,
.myWpEditor b {
    font-weight: 600;
}

.myWpEditor em,
.myWpEditor i {
    font-style: italic;
}

/* Lists */
.myWpEditor ol {
    margin-left: 0px;
    padding-left: 5px;
}

.myWpEditor li {
    margin-bottom: 0.4em;
}

/* Links */
.myWpEditor a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.myWpEditor a:hover {
    color: #005177;
    text-decoration: underline;
}

/* Images */
.myWpEditor img {
    max-width: 100%;
    height: auto;
    margin: 1.5em 0;
    border-radius: 8px;
}

/* Blockquote */
.myWpEditor blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #0073aa;
    background: #f9f9f9;
    color: #444;
    font-style: italic;
}

/* Code blocks */
.myWpEditor pre,
.myWpEditor code {
    font-family: "Courier New", monospace;
    background: #f5f5f5;
    border-radius: 6px;
}

.myWpEditor pre {
    padding: 1em;
    overflow-x: auto;
    margin: 1.5em 0;
}

.myWpEditor code {
    padding: 0.2em 0.4em;
}

/* Tables */
.myWpEditor table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.myWpEditor th,
.myWpEditor td {
    border: 1px solid #e5e5e5;
    padding: 0.75em 1em;
    text-align: left;
}

.myWpEditor th {
    background: #f7f7f7;
    font-weight: 600;
}

/* Spacing for embeds, iframe, etc. */
.myWpEditor iframe {
    max-width: 100%;
    border-radius: 8px;
    margin: 1.5em 0;
}

/* Horizontal rule */
.myWpEditor hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 2em 0;
}

.myWpEditor ul {
    font-size: 15px;
    line-height: 26px;
    color: #868686;
    font-weight: 500;
}

.myWpEditor ul li {
    position: relative;
    margin-left: 16px !important;
    list-style: none;
    margin: 14px 0;
}

.myWpEditor strong {
    color: #000;
}

.myWpEditor ul li::after {
    font-weight: 700;
    content: "\f00c";
    position: absolute;
    color: #13287e;
    left: -18px;
    top: 0;
    font-family: 'FontAwesome';
}

/*--------------------End My WP Editor section------------------------*/

/*--------------------Start Latest Blog Post section------------------------*/

.bloglistItembx {
    box-shadow: rgb(217 217 217 / 99%) 0px 4px 16px;
    transition: ease-in-out 0.3s;
    border-radius: 16px;
    height: -webkit-fill-available;
    display: flex;
    flex-wrap: wrap;
}

.blog-post-image-container {
    margin-bottom: 4px;
}

/* Title */
.latestBlogTopBx h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.latestBlogTopBx p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.blog-content {
    padding: 23px 15px;
}

.blog-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 27px;
}

.blog-post-excerpt {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 24px;
    margin-bottom: 26px;
}

.blogReadMoreButton {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;
    background: linear-gradient(38deg, #A71E33, #1B1C4B) padding-box, linear-gradient(38deg, #A71E33, #1B1C4B) border-box;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blogReadMoreButton:hover {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
}

/*--------------------End Latest Blog Post section------------------------*/


/*--------------------Start Home Hero Banner section------------------------*/

.homeHeroBannerBx {
    position: relative;
    padding: 153px 0px;
}
.hero-video-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #1A1C4B;
    font-family: 'Playball', cursive;
}
.hero-content p {
    font-size: 16px;
    font-weight: 500;
    color: #6D6D6D;
}
.hero-content{
    padding-right: 135px;
}
.hero-form-title h3 {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}
.hero-form-title {
    padding: 16px;
}

.myMainQuoteForm .gform_page_fields input,
.myMainQuoteForm .gform_page_fields select {
    width: 100% !important;
}

.myMainQuoteForm_wrapper .gform_required_legend {
    display: none !important;  
}
.myMainQuoteForm .gform_fields {
    gap: 17px !important;
}
.myMainQuoteForm .gform-page-footer {
    margin-top: 17px !important;
    display: flex;
    justify-content: center;
}




.myMainQuoteForm .gform_next_button,
.myMainQuoteForm input[type="submit"] {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 10px 20px;
    border-radius: 6px !important;
    border: 2px solid #ffffff !important;
    background: linear-gradient(38deg, #A71E33, #1B1C4B);
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-family: var(--font-paragraph);
    border: 1px solid #1a1c4b;
    outline: none;
}

.myMainQuoteForm .gform_next_button:hover,
.myMainQuoteForm input[type="submit"]:hover {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box !important;
    color: #000 !important;
}

.myMainQuoteForm .gform-page-footer .gform_previous_button{
    display: none ;
}
.heroContentBx {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-form-holder {
    position: relative;
    padding: 19px;
    padding-top: 114px;
}
.hero-form-holder:after {
    background-image: url(https://cherryontopmoving.com/wp-content/themes/cherryontopmoving/assets/images/hero-banner/cherryFormImg.svg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    z-index: -1;
    scale: 1.4;
    background-repeat: no-repeat;
    background-position: bottom;
}

/*--------------------End Home Hero Banner section------------------------*/


/*--------------------Start Testimonial section------------------------*/
/* Section */
.ch-testimonial {
    background: #F6F6F6;
}

/* Title */
.ch-testimonial h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ch-testimonial p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}


/* Wrapper controls arrows */
.testimonial-wrapper {
    position: relative;
}

/* Keep overflow hidden ONLY on carousel */
.testimonials-owl-carousel {
    overflow: hidden;
}

/* Owl fixes */
.owl-stage {
    display: flex;
}

.owl-stage .owl-item {
    display: flex;
}

.owl-height {
    transition: height .5s ease-in-out;
}

/* Card */
.single-test {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

/* Top */
.test-top span {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
    display: block;
    padding: 16px;
}

.test-main-content img {
    padding: 16px 16px 0 16px;
    width: 128px;
}

.test-top p {
    padding: 8px 16px 16px;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

/* Bottom */
.test-bottom {
    padding: 16px;
    border-top: 1px solid #D9D9D9;
}

.test-bottom p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #6D6D6D;
    text-align: left;
}

/* ===== ARROWS OUTSIDE (NO CLIPPING) ===== */

.testimonial-wrapper .owl-nav {
    position: absolute;
    top: 50%;
    left: -80px;
    right: -80px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.testimonial-wrapper .owl-nav button {
    pointer-events: all;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 700;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.testimonial-wrapper .owl-nav button:hover {
    background:
        linear-gradient(38deg, #A71E33, #1B1C4B) padding-box,
        linear-gradient(38deg, #A71E33, #1B1C4B) border-box;

    color: #fff;
    /*transform: scale(1.1);*/
}

/*--------------------End Testimonial section------------------------*/
/*--------------------End Global Call To Action Banner section------------------------*/

.globalCallToActionBanner {
    text-align: center;
    padding: 90px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.globalCallToActionBanner h2 {
    font-size: 36px;
    color: white;
    font-weight: 700;
}

.globalCallToActionBanner p {
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.globalCallToActionBanner .banner-link a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;
    background: white;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.globalCallToActionBanner .banner-link a:hover {
    color: #ffffff;
    background: #a71e33;
}

/*--------------------End Global Call To Action Banner  section------------------------*/

/*--------------------Start Global Brand Logos section------------------------*/
.brandLogosSectopm {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
}

.brandLogoText {
    display: flex;
}

.brandLogoText h2 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: auto;
}

.brandLogosBx {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.brandLogosBx img {
    background: #fff;
    object-fit: scale-down;
    width: 192px;
    height: 93px;
    border-radius: 16px;
}

/*--------------------End Global Brand Logos section------------------------*/

/*--------------------Start Why Choose Us section------------------------*/
.whyChooseUsBx h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.whyChooseUsTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.whyChooseUsIcons {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 200%;
}

.whyChooseUsLeft h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.whyChooseUsLeft p {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    margin: 0;
}

.whyChooseUsLeftBxData {
    display: flex;
    gap: 20px;
    align-items: center;
}

.whyChooseUsLeftRow {
    display: flex;
    gap: 46px;
}


/*--------------------End Why Choose Us section------------------------*/

/*--------------------Start right Content Bx section------------------------*/


.rightContentBx h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rightContentTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.rightContent-content p {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    margin: 0;
}

.rightContent-link a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;
    background: linear-gradient(38deg, #A71E33, #1B1C4B) padding-box, linear-gradient(38deg, #A71E33, #1B1C4B) border-box;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rightContent-link a:hover {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
}

.rightContent-link {
    margin-top: 22px;
}

/*--------------------End right Content Bx section------------------------*/


/*--------------------Start Our services section------------------------*/
.ourServiceSection h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serviceSectionTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.service-col-bx {
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    height: -webkit-fill-available;
}

.serviceImgBx h3 {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    display: flex;
    color: white;
    font-size: 19px;
    font-weight: 700;
    justify-content: center;
}

.serviceImgBx p {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    margin: 0;
}

.serviceImgBx {
    position: relative;
}

.service-content p {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    margin: 0;
    padding: 14px;
}

.services-holder a {
    text-decoration: none;
    text-align: center;
    display: contents;
}

/*--------------------End Our services section------------------------*/

/*--------------------Start Who we serve section------------------------*/
.whoWeserveSection {
    background: #F6F6F6;
}

.whoWeserveSection h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.serveSectionTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.serve-col-bx {
    box-shadow: rgb(217 217 217 / 99%) 0px 4px 16px;
    border-radius: 16px;
    padding: 26px;
    height: -webkit-fill-available;
    background: white;
}

.serve-col-bx img {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 200%;
    margin: auto;
    margin-bottom: 21px;
}

.serve-col-bx h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.serve-col-bx p {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    margin: 0;
    text-align: center;
}

.serve-col-bx a {
    text-decoration: none;
    text-align: center;
    display: contents;
}

/*--------------------End Who we serve section------------------------*/


/*--------------------Start Special section------------------------*/
.specialSectionBx {
    background: #F6F6F6;
}

.specialSectionBx h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.specialSectionTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.special-col-bx {
    border-radius: 16px;
    padding: 13px;
    height: -webkit-fill-available;
    position: relative;
}

.special-col-bx img {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 200%;
    margin: auto;
    margin-bottom: 21px;
}

.special-col-bx h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.special-col-bx p {
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    margin: 0;
    text-align: center;
}

.special-col-bx a {
    text-decoration: none;
    text-align: center;
    display: contents;
}

.specialRowList {
    display: flex;
    justify-content: space-between;
}

.special-col-bx::after {
    content: "";
    position: absolute;
    width: 28%;
    height: 3px;
    background: #000000;
    top: 65px;
    right: -30px;
}

/* Remove line from last item */
.special-col-bx:last-child::after {
    display: none;
}

/*--------------------End Special section------------------------*/




/*--------------------Start Special section------------------------*/

.uspSectionBx h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uspTitleTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.usbSectionAccordion {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.usbSectionAccordion .accordion-item {
    position: relative;
    padding-left: 16px;
    border-radius: 13px;
    background: #ffffff;
    border: 1px solid #dfdfdfba;
    border-top: 1px solid #dfdfdfba !important;
}

.usbSectionAccordion .accordion-item::after {
    background: linear-gradient(90deg, #A71E33, #1B1C4B) padding-box, linear-gradient(52deg, #A71E33, #1B1C4B) border-box;
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    z-index: 19;
    top: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.usbSectionAccordion .accordion-button {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(271deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: unset !important;
}

.usbSectionAccordion .accordion-body p {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
}

.usbSectionAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/cherryontopmoving/assets/images/faq/arrow-down.png);
}


.usbSectionAccordion .accordion-button::after {
    text-decoration: none;
    transition: all 0.3s ease;
    background-image: url(/wp-content/themes/cherryontopmoving/assets/images/faq/arrow-down.png);
}

/*--------------------End Special section------------------------*/

/*--------------------Start Choose Smart section------------------------*/

.chooseSmartSection h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.smartChooseTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.chooseSmart-col-bx h3 {
    background: linear-gradient(38deg, #A71E33, #1B1C4B) padding-box, linear-gradient(38deg, #A71E33, #1B1C4B);
    color: white;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 23px 0px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    margin: 0px;
}

.chooseSmartContent {
    border: 1px solid #dfdfdfba;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 16px 13px;
    display: flex;
    gap: 15px;
    vertical-align: middle;
    align-items: center;
}

.chooseSmartContent p {
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
}

.chooseSmartContent a {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 334px;
    height: fit-content;
}

.choose-smart-holder {
    margin-bottom: 30px;
}

.chooseSmartContent a:hover {
    background: linear-gradient(38deg, #A71E33, #1B1C4B) padding-box, linear-gradient(38deg, #A71E33, #1B1C4B) border-box;
    color: #fff;
}

.globalCallToActionchooseSmart {
    text-align: center;
    border-radius: 16px;
    padding: 30px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.globalCallToActionchooseSmart h3 {
    color: white;
    font-size: 26px;
    font-weight: 700;
}

.chooseSmart-link a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;
    background: white;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 11px;
}

.chooseSmart-link a:hover {
    color: #ffffff;
    background: #a71e33;
}

/*--------------------End Choose Smart section------------------------*/



/*--------------------Start Moving Slider section------------------------*/
/* Section */
.movingSliderBx {
    background: #F6F6F6;
}

/* Title */
.movingSliderBx h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.movingSliderTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}


/* Wrapper controls arrows */
.movingSliderList {
    position: relative;
}

/* Keep overflow hidden ONLY on carousel */
.moving_slider_wrapper {
    overflow: hidden;
}

.movingSlideritem h3 {
    color: white;
    text-align: center;
    margin: auto;
    font-weight: 700;
    font-size: 24px;
}

.movingSlideritem {
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 10 / 8;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 0px;
    padding: 22px;
    border-radius: 16px;
    background: white;
}

/* ===== ARROWS OUTSIDE (NO CLIPPING) ===== */

.slider-custom-nav {
    display: flex;
    gap: 21px;
}

.sliderSectionButtions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.slider-custom-nav button {
    pointer-events: all;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 700;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.slider-custom-nav button:hover {
    background:
        linear-gradient(38deg, #A71E33, #1B1C4B) padding-box,
        linear-gradient(38deg, #A71E33, #1B1C4B) border-box;

    color: #fff;
    /*transform: scale(1.1);*/
}


.sliderViewAllDetail {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}


.sliderViewAllDetail:hover {
    background: linear-gradient(38deg, #A71E33, #1B1C4B) padding-box, linear-gradient(38deg, #A71E33, #1B1C4B) border-box;
    color: #fff;
}

/*--------------------End Testimonial section------------------------*/

/*--------------------Start Serving Areas section------------------------*/
.servingAreasBx {
    background: #F6F6F6;
}

.servingAreasSlider {
    overflow: hidden;
}


.servingAreasBx h2 {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servingTagline {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}


.serving-slider-nav button {
    pointer-events: all;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    font-weight: 700;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover */
.serving-slider-nav button:hover {
    background:
        linear-gradient(38deg, #A71E33, #1B1C4B) padding-box,
        linear-gradient(38deg, #A71E33, #1B1C4B) border-box;

    color: #fff;
    /*transform: scale(1.1);*/
}

.servingBtn {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 6px;
    border: 3px solid transparent;
    background: linear-gradient(38deg, #A71E33, #1B1C4B) padding-box, linear-gradient(38deg, #A71E33, #1B1C4B) border-box;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.servingBtn:hover {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box;
    color: #000;
}

.serving-slider-nav {
    display: flex;
    gap: 21px;
}

.owl-nav.disabled {
    display: none;
}

.serving-slider-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: -webkit-fill-available;
}
/*--------------------End Serving Areas section------------------------*/


/*--------------------Start FAQ section------------------------*/

.faqSectionBx h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faqTitleTagline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #6D6D6D;
}

.faqSectionAccordion {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.faqSectionAccordion .accordion-item {
    position: relative;
    padding-left: 16px;
    border-radius: 13px;
    background: #f6f6f6;
    border: 1px solid #dfdfdfba;
    border-top: 1px solid #dfdfdfba !important;
}
.faqSectionAccordion .accordion-item::after {
    background: linear-gradient(90deg, #A71E33, #1B1C4B) padding-box, linear-gradient(52deg, #A71E33, #1B1C4B) border-box;
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    z-index: 19;
    top: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.faqSectionAccordion .accordion-button {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(271deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: unset !important;
}

.faqSectionAccordion .accordion-body p {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
}

.faqSectionAccordion .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/cherryontopmoving/assets/images/faq/arrow-down.png);
}


.faqSectionAccordion .accordion-button::after {
    text-decoration: none;
    transition: all 0.3s ease;
    background-image: url(/wp-content/themes/cherryontopmoving/assets/images/faq/arrow-down.png);
}

.faqWithQuoteForm h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(21deg, #A71E33 4%, #1B1C4B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faqWithQuoteForm p {
    text-align: center;
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}







.myQuoteForm .gform_body .gform-datepicker, .myQuoteForm .gform_body input, .myQuoteForm .gform_body select {
    width: 100% !important;
    border: 1px solid #cecece !important;
}
.myQuoteForm_wrapper .gform_required_legend {
    display: none !important;  
}
.myQuoteForm .gform_fields {
    gap: 17px !important;
}
.myQuoteForm .gform-page-footer {
    margin-top: 17px !important;
    display: flex;
    justify-content: center;
}

.myQuoteForm .gform_footer.top_label {
    text-align: center;
    display: block;
}

.myQuoteForm .gform_next_button, .myQuoteForm input[type="submit"] {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 13px 23px !important;
    border-radius: 6px !important;
    border: 2px solid #ffffff !important;
    background: linear-gradient(38deg, #A71E33, #1B1C4B);
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-family: var(--font-paragraph);
    border: 1px solid #1a1c4b;
    outline: none;
}

.myQuoteForm .gform_next_button:hover,
.myQuoteForm input[type="submit"]:hover {
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(38deg, #1B1C4B, #A71E33) border-box !important;
    color: #000 !important;
}
.faqWithQuoteForm {
    background: #F6F6F6;
    padding: 49px 33px;
    border: 1px solid #CDCDCD;
    border-radius: 16px;
}

/*--------------------End FAQ section------------------------*/