#mc_embed_signup_scroll .email-field{
    width: 100%;
}

#mc_embed_signup_scroll{
    margin-bottom: 7px;
}

.blog-post-section .widget {
    position: relative;
    margin: 30px auto;
}

.blog-post-section .widget .mx_400{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.blog-post-section .widget .mx_500{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.blog-post-section .free-guide{
    margin: 30px auto !important;
}

.blog-post-section .widget .custom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}
.blog-post-section .widget .custom-row .column:not(.btn-col) {
    width: 100%;
    max-width: 430px;
}
.blog-post-section .widget .inner-content {
    width: 100%;
    margin: 0 auto;
}
.blog-post-section h2.widget-main-heading {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: var(--fw-light);
    text-transform: uppercase;
}
.blog-post-section h2.widget-main-heading strong {
    color: var(--yellow);
    font-weight: var(--fw-semibold);
}
.blog-post-section h4.widget-sub-heading {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 15px auto;
    font-style: unset;
}
.blog-post-section p.widget-para {
    margin-bottom: 10px;
    line-height: normal !important;
    color: #fff;
    font-size: 14px;
}
.blog-post-section .widget-button {
    border-radius: 25px;
    padding: 15px 25px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 15px;
    font-weight: var(--fw-medium);
    box-shadow: none !important;
    margin-top: 10px;
}
.blog-post-section .widget-button.yellow {
    color: #000000 !important;
    background-image: linear-gradient(0deg, #fdee3d 0%, #f1e121 100%);
}
.blog-post-section .widget-button.white {
    color: #000000 !important;
    background: #fff;
}
.blog-post-section .latets-news-wdgt {
    background-image: url(../images/widgets/ubscriptionbox_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px;
    color: #fff;
}
.blog-post-section .latets-news-wdgt h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}
.blog-post-section .latets-news-wdgt p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #fff;
}
.blog-post-section .latets-news-wdgt .image-wrapper {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}
.blog-post-section .yellow-anchor {
    color: var(--yellow) !important;
}
.blog-post-section .yellow-anchor:hover {
    text-decoration: underline !important;
}
.blog-post-section .subscribe-input {
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 20px;
    row-gap: 10px;
}
.blog-post-section .subscribe-input .input-wrapper {
    width: 100%;
    max-width: calc(100% - 150px);
    position: relative;
}
.blog-post-section .subscribe-input .form-spinner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-post-section .subscribe-form input[type="email"] {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    border: 2px solid transparent;
    height: 49px;
    border-radius: 32px;
    box-shadow: none !important;
    outline: none;
    font-size: 13px;
}
.blog-post-section .subscribe-form input[type="email"]:focus{
    border-color: #5f5f5f;
}
.blog-post-section .subscribe-form input[type="submit"],
.blog-post-section .yellow-button {
    background: var(--yellow);
    min-width: 130px !important;
    height: 49px;
    padding: 0;
    margin-bottom: 0;
    border-radius: 32px;
    color: #5f5f5f;
    text-transform: capitalize;
    margin-right: 0;
    border: none;
}
.blog-post-section .logopoppin-summary .image-wrapper {
    width: 100%;
    max-width: 124px;
    margin: 0 auto 30px;
}
.blog-post-section .logopoppin-summary .image-wrapper img {
    padding: 0 !important;
}
.blog-post-section .logopoppin-summary h4 {
    color: var(--purple-dark);
    font-size: 28px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
}
.blog-post-section .logopoppin-summary p {
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-style: normal;
}
.blog-post-section .single-post .postbody .logopoppin-summary ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.blog-post-section .share-links {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.blog-post-section .blog-sidebar .share-links{
    justify-content: flex-start;
}
.blog-post-section .share-links li {
    list-style-type: none;
    display: inline-block;
}
.blog-post-section .share-links a {
    height: 40px;
    width: 40px;
    color: #fff !important;
    background-color: var(--blue-dark);
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog-post-section .share-links a.facebook {
    background-color: #3b5998;
}
.blog-post-section .share-links a.twitter {
    background-color: #1da1f2;
}
.blog-post-section .share-links a.linkedin {
    background-color: #0077b5;
}
.blog-post-section .share-links a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.blog-post-section .share-links a.pinterest {
    background-color: #e60023;
}
.blog-post-section .share-links a:hover {
    filter: saturate(1.5) brightness(1.2);
}
.blog-post-section .logopoppin-summary:not(.sidebar) .share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.blog-post-section .common-widget {
    padding: 30px !important;
    color: #fff;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog-post-section .trendy-logos {
    background-image: url(../images/widgets/logo-cta-2_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-section .iconic-logo {
    background-image: url(../images/widgets/logo-cta-3_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-section .pink-gradient {
    background-image: url(../images/widgets/ubscriptionbox_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-section .global-business {
    background-image: url(../images/widgets/branding-cta-3-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-section .need-business-card {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #e7e7e7;
}
.blog-post-section .need-business-card .image-wrapper {
    min-height: 100%;
}
.blog-post-section .need-business-card .image-wrapper img {
    padding: 0 !important;
}
.blog-post-section .need-business-card .text {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.blog-post-section .need-business-card p.widget-para {
    color: #222222;
    font-size: 16px;
    margin: 0 auto 12px;
    width: 100%;
}
.blog-post-section .need-business-card p.widget-para a {
    
}
.blog-post-section .need-business-card p.widget-para a:hover {
    color: #0056b3 !important;
}
.blog-post-section .business-into-brand {
    background-image: url(../images/widgets/branding-cta-1-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-section .business-into-brand .inner-content {
    color: #fff;
}
.blog-post-section .iconic-business {
    background-image: url(../images/widgets/branding-cta-2-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-section .iconic-business p.widget-para {
    color: #000;
}
.blog-post-section .responsive-websites {
    text-align: center;
    background-image: url(../images/widgets/web-cta-1_bg_upd.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-section .widget-button.purple-gradient {
    background-image: linear-gradient(0deg, #4e173f 0%, #ef2f61 100%);
    border: none !important;
    color: #fff !important;
}
.blog-post-section .brand-website {
    background-image: url(../images/widgets/web-cta-2_bg_upd.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.blog-post-section .widget-button.pink {
    background-image: linear-gradient(20deg, #ec0651 0%, #ff3578 100%);
    color: #fff !important;
}
.blog-post-section .modern-website {
    background-image: url(../images/widgets/web-cta-3_bg_upd.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.blog-post-section .modern-website h3 {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}
.blog-post-section .modern-website h2 {
    color: #fdee3d;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}
.cleaning-branding-cta {
    background-image: url(../../../../uploads/2023/10/branding-cta-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
    margin: 30px auto;
}
.cleaning-branding-cta .inner-column {
    width: 100%;
    max-width: 400px;
    padding: 15px 25px;
}
.cleaning-branding-cta .image-column {
    align-self: flex-end;
    width: 100%;
    max-width: 240px;
    padding: 10px 20px 0;
    text-align: center;
}
.cleaning-branding-cta .inner-column p {
    font-size: 26px;
    color: #000;
    line-height: 1.2;
    font-weight: var(--fw-regular);
}
.cleaning-branding-cta .inner-column p span {
    background-image: linear-gradient(180deg, #4f98cc, #72e6af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--fw-semibold);
}
.cleaning-branding-cta .widget-button {
    background-image: linear-gradient(180deg, #4f98cc, #72e6af);
    color: #fff;
    padding: 15px 25px !important;
    text-transform: uppercase;
    border: 0;
}
.cleaning-branding-cta .widget-button:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px !important;
}
.web-design-advertisement {
    background: url(../../../../uploads/2023/10/website-design-ad-bg.webp) center/cover no-repeat;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 400px;
}
.web-design-advertisement .inner-column {
    padding: 0 15px;
    text-align: center;
    position: relative;
    top: 20px;
}
.web-design-advertisement .inner-column p {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.3;
    font-weight: var(--fw-regular);
}
.web-design-advertisement .inner-column p span {
    color: var(--pink-magenta);
    font-weight: var(--fw-semibold);
}
.web-design-advertisement .inner-column .widget-button {
    background-image: linear-gradient(50deg, #ec0651, #ff3578);
    color: #fff;
    padding: 13px 20px !important;
    font-size: 12px;
    position: relative;
}
.web-design-advertisement .widget-button .arrow {
    position: absolute;
    top: 17px;
    right: 40px;
    transform: rotate(270deg);
    cursor: pointer;
    display: inline-block;
    display: none;
}
.web-design-advertisement .widget-button .arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: 2s infinite animate;
}
.web-design-advertisement .widget-button .arrow span:nth-child(2) {
    animation-delay: -0.2s;
}
.web-design-advertisement .widget-button .arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

.free-ebook-cta{
    background: url(../../../../uploads/2024/02/free-ebook-cta-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-bottom: 30px;
}

.free-ebook-cta .inner-wrapper{
    padding: 35px 25px;
}

.free-ebook-cta strong{
    display: block;
    font-size: 38px;
    line-height: 1.1;
}

.free-ebook-cta p{
    margin: 15px auto 10px;
}

.blog-post-section .book-cover-widget {
    background-image: url(../../../../../wp-content/uploads/2023/11/book-cover-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px;
    color: #fff;
}

.single-post .blog-post-section .book-cover-widget h2{
    color: #fff;
    font-size: 28px;
    margin: 0;
}

.single-post .blog-post-section .book-cover-widget p{
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
}

.single-post .blog-post-section .book-cover-widget h2 span{
    color: #ffe400;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.widget .heading{
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px;
}

.widget .pink{
    color: #fd4051;
}

.widget .purple{
    color: #9249ff;
}

.widget .yellow{
    color: #ffd200;
}

.cta-row{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    row-gap: 40px;
    text-align: left;
}

.cta-row > div{
    width: 100%;
    max-width: 50%;
}

.blog-gradient-button {
    background: linear-gradient(to top, #ff0566, #fa7236);
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 175px;
    padding: 15px 20px;
    border-radius: 50px;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

/* Signature Logo CTA */

.signature-logo-cta{
    text-align: center;
    background-image: url(../../../../uploads/2024/02/signature-cta-bg.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

/* Packaging Design */

.packaging-design-cta{
    text-align: center;
    background-image: url(../../../../uploads/2024/02/packaging-design-cta-bg.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.packaging-design-cta .content-column{
    padding: 20px 0 20px 20px;
}

.packaging-design-cta .image-column{
    position: relative;
    overflow: hidden;
    background-image: url(../../../../uploads/2024/02/packaging-design-mockup-mob.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.packaging-design-cta .cta-row{
    min-height: 250px;
}

/* Social Media */

.social-media-cta{
    text-align: center;
    background-image: url(../../../../uploads/2024/02/social-media-cta-bg.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-media-cta .content-column{
    padding: 20px 10px 20px 20px;
}

.social-media-cta .cta-row{
    min-height: 230px;
}

/* Newsletter Sidebar Subscribe CTA */

.newsletter-subscribe{
    position: relative;
    width: 100%;
    background: url('../../../../uploads/2024/02/newsletter-image.webp') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.31);
}

.newsletter-subscribe h2 span{
    font-size: 38px;
}

.newsletter-form-wrapper input[type="email"] {
    padding: 10px 25px;
    background-color: #fff;
    width: 100%;
    height: 52px;
    border: none;
    color: #000;
    border-radius: 30px;
    font-size: 14px;
    border: 2px solid transparent;
    box-shadow: none;
    outline: none;
}

.newsletter-form-wrapper input[type="email"]:focus{
    border-color: var(--pink-magenta);
}

.newsletter-form-wrapper input[type="submit"]{
    position: relative;
    margin: 10px auto 0;
    border: 2px solid var(--orange) !important;
    text-transform: capitalize;
    outline: none !important;
    background: linear-gradient(to bottom, #ff0566, #fa7236);
    color: #fff;
    padding: 11px 25px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.newsletter-form-wrapper .form-spinner{
    position: absolute;
    left: 0;
    bottom: -47px;
}

/* Colors Shades Styling */

.colors-list-navigation{
    padding: 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background: #f1f1f1;
    margin-bottom: 40px;
    border-radius: 10px;
}

.colors-list-navigation p{
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
    line-height: 1;
}

.colors-list-navigation p a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.color-shades{
    margin: 30px auto;
    position: relative;
}

.color-shades .inner-wrapper{
    position: relative;
    max-height: 624px;
    padding-right: 10px;
    overflow-y: auto;
}

.color-shades .inner-wrapper::-webkit-scrollbar{
    width: 8px;
}

.color-shades .inner-wrapper::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 4px;
}

.color-shades .inner-wrapper::-webkit-scrollbar-thumb{
    background: #c0c0c0;
    border-radius: 4px;
}

/* Color Layout */

.color-shades .inner-wrapper{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.color-shades .color-box{
    width: 100%;
    max-width: calc(25% - 6px);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    line-height: 1.4;
    min-height: 150px;
    overflow: hidden;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.color-shades .color-box .copy-hex{
    display: inline-block;
    line-height: 1;
    color: #000;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: url(../../../../uploads/2024/06/copy-icon.webp) no-repeat;
    background-size: 20px;
    background-position: center;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.color-shades .color-box:hover .copy-hex{
    opacity: 1;
}

.color-shades .color-box .color-name{
    font-weight: 500;
}

.color-shades .color-box .color-hex{
    display: inline-block;
}

.color-shades .color-box span{
    display: block;
    font-weight: 200;
}

.color-shades .color-box .onHover{
    display: none;
}

.color-shades .color-box:hover .onHover{
    display: block;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes fade-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.color-shades .color-box .onHover span{
    font-size: 12px;
    font-weight: 400;
}

.color-shades .color-box.text-dark .onHover span{
    font-weight: 500;
}

.color-shades .color-box .onHover span:not(:last-child){
    margin-bottom: 2px;
}

.clipboard-text{
    position: fixed;
    bottom: -40px;
    left: 50px;
    padding: 10px 20px;
    background: linear-gradient(297deg, #ff0566, #fa7236);
    color: #fff;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 300;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    opacity: 0;
    transition: 0.5s all linear;
    z-index: 11111;
}

.clipboard-text.active{
    opacity: 1;
    bottom: 30px;
}

/* Advertisement CTAs */

.advertisement-cta{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 30px auto;
}

.advertisement-cta .top-mockup img{
    display: inline-block;
}

.advertisement-cta .content{
    margin: 0 auto;
    padding: 20px 10px 35px;
    text-align: center;
}

.advertisement-cta .content strong{
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    width: max-content;
    margin: 0 auto;
    text-transform: uppercase;
}

.advertisement-cta .content span{
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    width: max-content;
    margin: 0 auto;
}

.advertisement-cta .content .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #282828;
}

.advertisement-cta .content .number{
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.advertisement-cta .content .number a{
    color: #282828;
}

.advertisement-cta .content .number a:hover{
    text-decoration: underline !important;
}

.advertisement-cta .cta-button{
    display: block;
    width: max-content;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 30px;
    box-shadow: 9px 9px 18px rgba(0,0,0,0.15);
    color: #fff;
    margin: 20px auto 0;
}

.advertisement-cta .bottom-mockup{
    padding: 0 13px 35px;
}

.cleaning-website-cta{
    background-image: url(../../../../uploads/2024/06/cleaning-cta-bg.webp);
}

.cleaning-website-cta strong,
.cleaning-website-cta span{
    color: #1091df;
}

.cleaning-website-cta .cta-button{
    background-image: linear-gradient(to bottom, #38aae9, #0074b4);
}

.construction-website-cta{
    background-image: url(../../../../uploads/2024/06/construction-cta-bg.webp);
}

.construction-website-cta .content{
    background: url(../../../../uploads/2024/06/construction-cta-plans.webp) no-repeat;
    background-size: 45px;
    background-position: left top 40px;
}

.construction-website-cta strong,
.construction-website-cta span{
    color: #fc6005;
}

.construction-website-cta .cta-button{
    background-image: linear-gradient(to bottom, #ff8034, #c84b00);
}

.fitness-website-cta{
    background-image: url(../../../../uploads/2024/06/fitness-cta-bg.webp);
}

.fitness-website-cta strong,
.fitness-website-cta span{
    background-color: #ebff00;
    color: #282828;
}

.fitness-website-cta .cta-button{
    background-image: linear-gradient(to bottom, #e9ff36, #b3c900);
    color: #282828;
}

.photography-website-cta{
    background-image: url(../../../../uploads/2024/06/photography-cta-bg.webp);
    background-size: 100% 100%;
    background-position: center bottom 4px;
    overflow: hidden;
}

.photography-website-cta .content{
    margin-top: -55px;
}

.photography-website-cta .content p,
.photography-website-cta .content p a{
    color: #fff !important;
    font-weight: 400 !important;
}

.photography-website-cta strong,
.photography-website-cta span{
    color: #ffeb03;
}
.photography-website-cta .content .number span{
    font-weight: 500 ;
}

.photography-website-cta .cta-button{
    background-image: linear-gradient(to bottom, #fff033, #c0b100);
    color: #282828;
}

.real-estate-website-cta{
    background-image: url(../../../../uploads/2024/06/real-estate-cta-bg.webp);
}

.real-estate-website-cta strong,
.real-estate-website-cta span{
    color: #00dae0;
}

.real-estate-website-cta .cta-button{
    background-image: linear-gradient(to bottom, #36e3e7, #00a8ad);
}

@media only screen and (max-width: 1220px) {
    .blog-post-section .widget br {
        display: none;
    }
    .newsletter-subscribe h2 span{
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .blog-post-section .free-ebook {
        max-width: 100%;
    }
    .cleaning-branding-cta {
        background-size: cover;
    }
    .widget .heading{
        font-size: 20px !important;
    }
    .blog-gradient-button {
        min-width: unset;
        padding: 12px 20px;
        font-size: 14px;
    }
    .packaging-design-cta .cta-row{
        min-height: 220px;
    }
    .newsletter-subscribe{
        height: unset;
    }
    .color-shades .inner-wrapper{
        max-height: 627px;
    }
    .color-shades .inner-wrapper{
        gap: 9px;
    }
    .color-shades .color-box{
        max-width: calc(100%/3 - 6px);
        padding: 15px 5px;
    }
    .color-shades .color-box .onHover{
        display: block;
    }
    .color-shades .color-box .copy-hex{
        opacity: 1;
    }
    .clipboard-text{
        bottom: -100px;
        left: 20px;
        padding: 8px 15px;
    }
    .clipboard-text.active{
        bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-post-section .empty-column {
        display: none;
    }
    .blog-post-section .widget .custom-row {
        flex-wrap: wrap;
        text-align: center;
        row-gap: 30px;
    }
    .blog-post-section .widget .custom-row .column {
        width: 100%;
        max-width: 100%;
    }
    .blog-post-section .need-business-card p.widget-para {
        font-size: 14px;
        margin: 0 auto 8px;
    }
    .cta-row{
        flex-wrap: wrap;
    }
    .signature-logo-cta{
        padding: 30px 20px;
    }
    .packaging-design-cta .image-column{
        background: transparent;
    }
    .packaging-design-cta,
    .social-media-cta {
        background-position: center;
    }
    .packaging-design-cta .content-column {
        padding: 30px 20px 0;
    }
    .packaging-design-cta .heading small{
        font-size: 24px !important;
    }
    .signature-logo-cta .cta-row > div,
    .packaging-design-cta .cta-row > div,
    .social-media-cta .cta-row > div{
        max-width: 100%;
        text-align: center;
    }
    .social-media-cta{
        padding: 0;
    }
    .signature-logo-cta .image-column{
        margin-left: -10px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-post-section .logopoppin-summary .image-wrapper {
        max-width: 100px;
    }
    .blog-post-section .logopoppin-summary h4 {
        font-size: 22px;
    }
    .blog-post-section .logopoppin-summary p {
        font-size: 15px;
        line-height: 25px;
    }
    .blog-post-section .share-links a {
        height: 35px;
        width: 35px;
        font-size: 17px;
        line-height: 36px;
    }
    .blog-post-section .widget::before {
        font-size: 18px;
        top: -30px;
    }
    .blog-post-section p.widget-para {
        font-size: 14px;
    }
    .blog-post-section .widget-button {
        padding: 12px 20px;
        font-size: 14px;
    }
    .blog-post-section .need-business-card {
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: flex-start;
        padding-bottom: 15px;
    }
    .blog-post-section .need-business-card .image-wrapper {
        width: 100%;
        max-width: 150px;
    }
    .cleaning-branding-cta {
        background-image: url(../../../../uploads/2023/10/branding-cta-bg-mob.webp);
        background-size: contain !important;
        background-position: bottom right;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 40px;
        text-align: center;
        padding: 30px 30px 0;
    }
    .cleaning-branding-cta .inner-column {
        padding: 0;
    }
    .cleaning-branding-cta .image-column{
        max-width: 400px;
        margin: 0 auto;
    }
    .cleaning-branding-cta .inner-column p{
        font-size: 22px;
    }
    .newsletter-subscribe h2{
        font-size: 30px;
    }
    .newsletter-subscribe h2 span{
        font-size: 36px;
    }
    .newsletter-form-wrapper input[type="email"]{
        height: unset;
    }
    .newsletter-form-wrapper input[type="submit"]{
        width: unset;
        height: unset;
        font-size: 14px;
        padding: 10px 30px;
    }
    .newsletter-form-wrapper .form-spinner{
        bottom: -40px;
    }
}
@media only screen and (max-width: 450px) {
    .blog-post-section .latets-news-wdgt {
        padding: 20px;
    }
    .blog-post-section .latets-news-wdgt .image-wrapper {
        max-width: 180px;
    }
    .blog-post-section .subscribe-form .form-control {
        padding: 0 15px;
        margin-right: 10px;
        height: 35px;
        font-size: 14px;
    }
    .blog-post-section .yellow-button {
        min-width: 90px !important;
        height: 35px;
        font-size: 14px;
    }
    .blog-post-section .free-ebook {
        padding: 20px;
    }
    .blog-post-section .subscribe-input {
        flex-direction: column;
        row-gap: 10px;
    }
    .blog-post-section .subscribe-input > * {
        width: 100%;
        max-width: 100% !important;
    }
    .color-shades .inner-wrapper{
        max-height: 624px;
    }
    .color-shades .inner-wrapper{
        gap: 8px;
    }
    .color-shades .color-box{
        max-width: calc(50% - 4px);
    }
}