/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */

html {
    overscroll-behavior: contain;
}

body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    background: white;
    --primary-color1: #2c5e9d;
    --primary-color2: #2c5e9d;
    --secondary-color1: #fdd10e;
    --secondary-color2: #fdd10e;
    --border-radius: 30px;
}

._3d-flip-book.fb3d-fullscreen-mode.full-size {
    min-height: 360px;
    height: 640px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.readmore-buttons {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 20px;
}

.header-socials {
    display: flex;
    gap: 16px;
}

.header-socials a {
    color: var(--primary-color1);
    font-size: 20px;
    transition: all 300ms ease;
}

.menu-right>a {
    color: var(--primary-color1);
    font-size: 20px;
    transition: all 300ms ease;
}

#masthead .logo::before {
    content: '';
    width: 220px;
    position: absolute;
    height: 220px;
    transition: all 0.5s ease;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    z-index: -1;
    border-radius: 200px;
}

.module-fold-a-main:not(:has(img)) {
    padding: 60px 0px;
}

#masthead ul#primary-menu>li>a:before {
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    content: '';
    background: var(--secondary-color1);
    transform: scaleX(0);
    transition: all 300ms ease;
    transform-origin: center;
}

#masthead ul#primary-menu>li>a:hover::before {
    transform: scaleX(1);
}

.menu-right>a:hover {
    opacity: .6;
}

.header-socials a:hover {
    opacity: .6;
}

#masthead.navbar-fixed-top .logo img {
    height: 80px;
}

#masthead.navbar-fixed-top .logo::before {
    width: 160px;
    height: 160px;
}

.readmore-buttons .readmore {
    margin-top: 10px;
}

.readmore::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--secondary-color1);
    content: '';
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 50px;
    transition: all 300ms ease;
    opacity: 0;
    pointer-events: none;
}

.readmore:hover::before {
    transform: scale(1.2);
    opacity: 0;
}

.readmore:hover::after {
    opacity: 1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
}

.readmore:hover {
    background: var(--secondary-color1);
    color: var(--primary-color1);
}

.readmore::before {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid var(--primary-color1);
    content: '';
    top: -10px;
    left: -10px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 50px;
    transition: all 300ms ease;
    pointer-events: none;
}

.title.large {
    font-size: 52px;
    line-height: 60px;
}

.title {
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
}

.subtitle {
    font-size: 34px;
    line-height: 42px;
}

.smalltitle,
.subtext {
    font-size: 28px;
    line-height: 36px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0px 15px 0px;
    font-weight: 300;
}

:is(div#popup-general-form, div#popup-services-form) {
    max-width: 1250px;
    overflow: visible;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-wrapper {
    display: flex;
    background: var(--main-background1);
}

.contact-form-popupa-details-icon img {
    max-height: 120px;
}

:is(#popup-general-form, #popup-services-form).popup-form-wrapper .wpcf7 {
    overflow: unset;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-form-padding {
    padding: 50px 40px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-padding {
    padding: 50px 40px;
    flex: 1;
    display: flex;
    background: var(--main-background3);
}

.contact-form-popupa-form {
    background: var(--background-color1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
}

.contact-form-popupa-form-header .subtitle {
    color: var(--primary-color1);
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.contact-form-popupa-details-content {
    text-align: center;
    max-width: 400px;
    margin: 0px auto;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details {
    flex: 0 0 540px;
    background: var(--primary-color2);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-right-radius: 10px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-form-header {
    padding-bottom: 30px;
    text-align: center;
}

:is(#popup-general-form, #popup-services-form) .subtext {
    color: var(--primary-color1);
}

:is(#popup-general-form, #popup-services-form) .contact-form-wrapper {
    row-gap: 10px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-address a {
    color: white;
    transition: all 500ms ease;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-socials .socials {
    display: flex;
    justify-content: center;
    gap: 30px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-socials .socials a {
    color: white;
    font-size: 48px;
    line-height: 1;
    transition: all 500ms ease;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-wrapper ul {
    list-style: none;
    padding: 0px;
    padding-left: 35px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-address ul {
    position: relative;
    margin: 0px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-address ul::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

:is(#popup-general-form, #popup-services-form) ul.contact-form-popupa-address::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro';
    left: -10px;
}

:is(#popup-general-form, #popup-services-form) ul.contact-form-popupa-phone::before {
    content: '\f095';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    left: -10px;
}

:is(#popup-general-form, #popup-services-form) ul.contact-form-popupa-email::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    left: -10px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-icon {
    display: flex;
    justify-content: center;
    width: fit-content;
    background: #fff;
    padding: 30px 10px;
    border-radius: 50%;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-address {
    max-width: 360px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-address :is(p, li) {
    font-size: 20px;
}

p,
li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

p {
    margin: 0px 0px 15px 0px;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: fit-content;
    padding: 16px 30px;
    background: var(--primary-color1);
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border: 0px;
    border-radius: 50px;
    margin: 10px;
    margin-top: 30px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.readmore.alt {
    background: var(--secondary-color1);
    color: var(--primary-color1);
}

.services-list {
    padding-left: 0px;
    list-style: none;
}

.services-list li {
    position: relative;
    padding-left: 20px;
}

.services-list li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: var(--primary-color1);
    font-weight: 900;
    position: absolute;
    left: 0;
}

.testimonials-video-popup-wrap video {
    width: 100%;
    max-height: 640px;
    height: 100%;
}

.testimonials-video-popup-wrap {
    width: 100%;
    display: flex;
}

div#popup-video-popup {
    width: fit-content;
}

/* == == Generic END == == */


/* == == HEADER == == */
#masthead .logo {
    position: relative;
    transition: all 0.5s ease;
}

#masthead .logo img {
    object-fit: contain;
    height: 140px;
    transition: all 0.5s ease;
    object-position: left;
    width: fit-content;
}

.site-header>.row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#page {
    overflow: hidden;
    padding-top: 200px;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s ease;
    content-visibility: unset !important;
    padding: 10px 0px;
}

header#masthead.navbar-fixed-top {
    background: #fff;
    margin-top: -44px;
}

.menu-icons {
    width: 300px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.header-contactbar {
    background: var(--darkblue);
    display: flex;
    padding: 5px 0px;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
}

.header-contactbar p {
    margin: 0px;
}

#masthead>.row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

#masthead>.row-container::before,
#masthead>.row-container::after {
    content: unset;
}

#masthead #site-navigation {
    display: flex;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-right {
    width: 100%;
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: right;
}

body.noscroll {
    overflow: hidden;
}

#masthead ul.sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    opacity: 0;
    padding: 10px 0px;
    transition: all .3s ease;
    list-style: none;
    padding: 10px 0px;
    pointer-events: none;
    width: 240px;
    background: white;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 0px 4px var(--primary-color1);
    border: solid 3px var(--secondary-color1);
    outline: solid 3px white;
    overflow:hidden;
}

#masthead ul.sub-menu::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern1.png.webp);
    position: absolute;
    bottom: -130px;
    right: -80px;
    width: 250px;
    height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: .11;
}

#masthead li.menu-item:hover>ul.sub-menu {
    top: calc(100% - -2px);
    opacity: 1;
    pointer-events: all;
}

#masthead ul#primary-menu {
    display: flex;
    list-style-type: none;
    padding: 0px;
    flex: 1;
    justify-content: flex-end;
}

#masthead ul#primary-menu li.menu-item {
    position: relative;
}

#masthead ul#primary-menu>li>a {
    color: var(--primary-color1);
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 20px;
    width: fit-content;
    position: relative;
    font-weight: 400;
}

#masthead ul.sub-menu>li>a {
    display: block;
    padding: 12px 20px 12px 50px;
    font-size: 16px;
    color: var(--primary-color1);
    position: relative;
    transition: all 500ms ease;
    font-weight: 400;
}

#masthead ul#primary-menu>li>a:hover::before {
    opacity: 1;
}

#masthead li.menu-item.menu-item-has-children::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    top: -2px;
    color: var(--primary-color1);
    font-size: 10px;
    transition: all 500ms ease;
}

#masthead.navbar-fixed-top li.menu-item.menu-item-has-children::before {
}

#masthead ul#primary-menu>li.menu-item-has-children>a {
    padding: 0px 35px 0px 20px;
}

/*== == == Dropdown END == == ==*/

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    width: 44%;
    height: 100%;
    bottom: 0px;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    scale: 1.8;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}

input.readmore {
    margin: 0px;
}

.ebook-form-fields~.privacy-text {
    margin-bottom: 10px;
}

.privacy-text p {
    font-size: 13px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: #eee;
    padding: 10px 20px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    border: 0px;
    font-family: 'Poppins';
    border-radius: 50px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
}

.wpcf7 {
    display: flex;
    justify-content: center;
}

.wpcf7 .privacy-text p>a {
    color: var(--primary-color1);
    font-weight: 600;
}

.wpcf7-form .title:nth-child(2) {
    color: var(--primary-color1);
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 20px 0px;
}

div#ebook-fold .ebook-form .ebook-form-fields>span {
    width: 100%;
}

div#ebook-fold {
    padding: 120px 0px;
    width: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 200px;
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png.webp) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: var(--primary-color1);
}

.ebook-image {
    position: relative;
}

.ebook-form {
    flex: 100;
}

.ebook-form-text>.smalltitle {
    text-transform: uppercase;
    font-size: 20px;
    font-style: italic;
}

.wpcf7-form>.readmore {
    margin-top: 20px;
}

.input-readmore {
    position: relative;
    margin-bottom: 15px;
    transition: all 500ms ease;
}

.input-readmore .wpcf7-spinner {
    position: absolute;
}

.input-readmore::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    width: 28px;
    height: 36px;
    background-image: url('/wp-content/uploads/2024/11/small-lion-white.png.webp');
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%);
    pointer-events: none;
}

.input-readmore .readmore {
    width: 210px;
    padding: 14px 0px 14px 25px;
}

.ebook-form-text .title span {
    display: block;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 16px;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 0px 0 40px;
    position: relative;
    width: 100%;
	margin-top: 20px;
}

.footer-block .row-container {
    display: flex;
    max-width: 100%;
    margin: 0px 20px;
}

div#phone {
    width: 23%;
}

div#address {
    width: 43%;
}

div#opening {
    width: 33.3%;
}

.footer-block .footer-block-item {
    width: 30%;
    margin-right: 5%;
    position: relative;
    z-index: 2;
}

.footer-block .footer-block-item#middle {
    width: 35%;
    margin-right: 10%;
    margin-left: 20%;
}

.footer-block .footer-block-item#middle li {
    float: left;
    width: 50%;
    padding: 5px 0px;
    list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
    color: #fff;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    transition: all .33s ease;
    font-size: 14px;
    line-height: 14px;
}

.footer-block .footer-block-item#middle li:hover a {
    letter-spacing: 1px;
}

.footer-block .footer-block-item:last-of-type {
    margin-right: 0;
}

.footer-block .footer-block-item p {
    color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
}

.footer-block ul {
    margin: 0 0 1.5em 0em;
    float: left;
    width: 100%;
    padding-left: 0px;
}

.footer-block .footer-block-item p.subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #333;
}

.footer-block-item.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 16%;
    justify-content: center;
}

.footer-block .socials {
    width: 100%;
    justify-content: space-between;
}

.footer-block-item.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-block-item>a {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 14px;
}

.footer-block .socials {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.footer-block .socials i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

/* == == FOOTER BLOCK END == ==*/

/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: #333;
    clear: both;
}

#footer>.row-container {
    position: relative;
}

#footer-multi-web {
    text-align: center;
    margin: 0px auto;
    max-width: 350px;
    color: white;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
}

#footer a {
    color: white;
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.date-sitename {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

#footer .row-container>p,
.privacy-site.moduletable {
    width: 30%;
    color: white;
}

.footer-block-item-list {
    width: 100%;
    height: 100%;
}

.footer-block ul li {
    width: 100%;
    font-size: 17px;
    color: white;
    list-style: none;
    position: relative;
    line-height: 32px;
}

.footer-block ul li a {
    color: white;
    transition: all 0.5s ease;
}

#footer .privacy-text {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    line-height: 14px;
}

div#footer a:hover {
    transform: scale(0.95);
    opacity: 0.7;
}

div#footer a {
    transition: all 500ms ease;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
    padding: 100px 0px;
}


/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-fold2-section {
    padding-top: 100px;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0px;
    gap: 40px;
}

.address-wrap {
    max-width: 320px;
    width: 100%;
}

.contact-card {
    flex: 1;
}

.address-wrap ul li {
    list-style-type: none;
    margin-bottom: 8px;
}

.address-wrap ul :is(li, p) {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.address-wrap ul :is(li, p) a {
    color: var(--primary-color1);
    font-weight: 600;
}

.address-wrap h1,
h3.contact-title {
    font-size: 36px;
    color: var(--color1);
    margin-bottom: 20px;
    font-weight: 500;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 0px 0px 20px;
    position: relative;
    padding-left: 34px;
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary-color1);
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: 3px;
    left: 0px;
}

.address-wrap ul.mobile::before {
    content: '\f3ce';
}

.address-wrap ul.phone::before {
    content: "\f095";
}

.address-wrap ul.email::before {
    content: "\f0e0";
}

.form-name,
.form-email {
    width: 49.5%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 1%;
}

.form-phone {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.popup-form-wrapper input,
.popup-form-wrapper textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper,
.popup-form-wrapper select,
.wpcf7 .form-field textarea {
    width: 100% !important;
    background: #eee;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: 0px;
    margin: 0;
    max-width: 100%;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    box-sizing: border-box;
    font-family: 'Poppins';
    border-radius: 20px;
    font-size: 16px;
}

.popup-form-wrapper {
    border-color: var(--primary-color1);
    border-radius: 10px;
}

div#popup-community-video-popup video {
    width: 100%;
    object-fit: cover;
}

.popup-close {
    background: var(--primary-color1);
    border-color: white;
    border-width: 2px;
}

.pweb-title .subtext {
    margin: 0px;
}

div#popup-general-form {
    background: whitesmoke;
}

.popup-form-wrapper .wpcf7 {
    overflow: auto;
}

.home-fold6-item .readmore.alt:hover::after, .footer-block .readmore.alt:hover::after {
border-color: var(--secondary-color1);
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.pweb-title {
    text-align: center;
    padding: 25px 0px;
    position: relative;
    width: calc(100%);
    background: var(--primary-color1);
    color: white;
    margin-bottom: 20px;
}

.pweb-title .subtitle {
    margin: 0px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
}

.contact-card .subtitle {
    margin-bottom: 20px;
    color: var(--primary-color1);
}

/* General form styling */
.contact-card .wpcf7-form {
    margin: 0 auto;
    border-radius: 8px;
}

.contact-card .wpcf7-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
}

.wpcf7-form input:not(.readmore),
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border-width: 3px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.contact-card :is(.wpcf7-form input:not(.readmore),
    .wpcf7-form textarea) {
    margin-bottom: 10px;
    border: 0px;
    background: #eee;
    font-family: 'Poppins';
}

body #primary .contact-card input[type="submit"] {
    background: var(--primary-color1);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 0px;
}

/* Focus states */
.contact-card:is(.wpcf7-form input:focus,
    .wpcf7-form textarea:focus) {
    outline: none;
    border-color: var(--primary-color1);
}

/* Styling for the input fields */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
}

/* Placeholder text styling */
.wpcf7-form-control::placeholder {
    color: #999;
}

/* Privacy details styling */
.privacy-details {
    font-size: 14px;
    margin-top: 10px;
}

.privacy-details a {
    color: var(--primary-color1);
    font-weight: 700;
}

/* Styling for the spinner */
.wpcf7-spinner {
    display: none !important;
    margin-left: 10px;
    border: 2px solid #ccc;
    border-top: 2px solid #5e92f3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
}

/* Error or success messages */
.wpcf7-response-output {
    padding: 10px;
    margin-top: 20px;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.3);
    transition:
        all .25s ease .25s;
}

.popup-form-wrapper input.wpcf7-submit {
    background: var(--primary-color1);
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition:
        all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform:
        translate(-50%, -50%);
    -webkit-transform:
        translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition:
        all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition:
        all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition:
        all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input,
#sgpb-popup-dialog-main-div textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 0px 0px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper>p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper~p:nth-of-type(0n+1) {
    margin: 0px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form>p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition:
        all 0.5s ease;
    transition:
        all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
}

.contact-card label {
    font-size: 18px;
    margin: 0px;
}

/*== == == CONTACT FORM END == == ==*/

/*== == System Pages == ==*/

section.error-404.not-found {
    padding: 100px 0px;
}

/*== == System Pages END == ==*/



/** SIDECART START **/

.xoo-wsc-ft-buttons-cont {
    display: flex;
    flex-direction: column;
}

/** SIDECART END **/

.splide__pagination {
    position: absolute;
    bottom: 40px;
    right: 40px;
    gap: 10px;
}

.splide__pagination button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0px;
    padding: 0px;
    background: var(--primary-color1);
    transition: all 300ms ease;
    cursor: pointer;
}

.splide__pagination button.is-active {
    background: var(--secondary-color1);
}


/** LOGO SLIDER **/

.logo-slider-item img {
    max-width: 160px;
    max-height: 100px;
    object-fit: contain;
    width: 100%;
}

.logo-slider-item {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    width: 100%;
}

.logo-slider {
    margin: 60px 0px;
    overflow: hidden;
}

.home-fold6-item-content-buttons .readmore-wrap {
    margin: 0px;
}

div#logo-slider-splide .splide__track {
    overflow: visible !important;
}

/** LOGO SLIDER END **/


/** HOME FOLD 6 START **/

.home-fold6-item {
    display: flex;
    height: 100%;
    width: 100%;
    color: #fff;
    gap: 40px;
}

.home-fold6-item-img {
    flex: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color1);
    border-radius: var(--border-radius);
}

.home-fold6-item-content {
    border-radius: var(--border-radius);
    flex: 100;
    padding: 60px;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    background: var(--primary-color1);
    flex-direction: column;
}

div#home-fold6-splide .splide__pagination button {
    background: #fff;
}

div#home-fold6-splide .splide__pagination {
    bottom: 80px;
    right: 40px;
    left: unset;
    padding: 0px;
    justify-content: right;
    width: fit-content;
}

.home-fold6-item-img img {
    max-width: 360px;
    max-height: 180px;
    width: 100%;
    object-fit: contain;
    height: 180px;
}

.home-fold6::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern1.png.webp);
    left: -200px;
    top: -220px;
    position: absolute;
    width: 640px;
    height: 640px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home-fold6-item-content-title .title {
    margin: 0px;
}

.home-fold6 {
    padding: 100px 0px;
    background: linear-gradient(-90deg, #2c5e9d40 0%, #fff 80%);
    position: relative;
    overflow: hidden;
}

.home-fold6-item-content-title {
    margin-bottom: 10px;
}

/** HOME FOLD 6 END **/


/** MAIN FOLD C START **/

.main-fold-c-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-fold-c-item {
    border-radius: var(--border-radius);
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    overflow: hidden;
}

.main-fold-c-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-fold-c-item-content {
    color: #fff;
    padding: 240px 60px 100px 60px;
    max-width: 740px;
    box-sizing: border-box;
}

.main-fold-c-item-content-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.main-fold-c-item-content-buttons .readmore.alt {
    color: #fff;
}

.main-fold-c-item-content-buttons .readmore.alt::before {
    color: #fff;
}

.main-fold-c-item-content-spacer {
    height: 2px;
    width: 100%;
    max-width: 400px;
    background: var(--primary-color1);
    margin: 15px 0px;
}

.main-fold-c {
    margin: 100px 0px;
}

.main-fold-c-item-img::after {
    background: linear-gradient(0deg, #000000bb 40%, #00000040 60%);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 300ms ease;
}

.main-fold-c-main .splide__pagination {
    bottom: 40px;
    display: flex !important;
    padding: 0px;
    width: 100%;
    left: 0;
}

.main-fold-c-item-img-wrap::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern1.png.webp);
    right: -400px;
    bottom: -400px;
    position: absolute;
    width: 840px;
    height: 840px;
    background-size: 100%;
}

.main-fold-c-item-img-wrap::after {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern1.png.webp);
    left: -200px;
    top: -500px;
    position: absolute;
    width: 640px;
    height: 640px;
    background-size: 100%;
}

/** MAIN FOLD C END **/



.readmore.alt::after {
    border: 2px solid var(--primary-color1);
}

.readmore.alt:hover {
    background: var(--primary-color1);
    color: var(--secondary-color1)
}

.readmore.alt::before {
    border: 2px solid var(--secondary-color1);
}

div#home-fold6-splide .splide__pagination button.is-active {
    background: var(--secondary-color1);
}

.wpcf7-form>.readmore input {
    outline: none;
    padding: 0px;
    display: block;
    background: transparent;
    margin: 0px;
    font-family: 'Poppins';
    width: fit-content;
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border: 0px;
    border-radius: 50px;
    transition: all 300ms ease;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.wpcf7-form>.readmore:hover input {
    color: var(--primary-color1);
}

.wpcf7-form .title:nth-child(1) {
    margin: 0px;
}

.footer-block-item.footer-logo::before {
    content: '';
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    position: absolute;
    /* background: #fff; */
    border-radius: 50%;
    z-index: -1;
}

.footer-block-wrap {
    display: flex;
    padding: 80px 40px;
    position: relative;
    align-items: center;
    flex: 100;
    box-sizing: border-box;
}

.footer-block-wrap::before {
    content: '';
    width: calc((100% / 2) + 240px);
    height: 100%;
    top: 0%;
    left: -8%;
    position: absolute;
    border-radius: 30px;
    background: url(/wp-content/uploads/2026/03/footershape-2.png.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer-block .footer-block-item p.subtext {
    font-weight: 400;
}

div#ebook-fold::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern1.png.webp);
    right: -120px;
    top: -380px;
    position: absolute;
    width: 1024px;
    height: 1024px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}




/** MODULE FOLD A START **/

.module-fold-a-main {
    padding: 140px 0px;
    display: flex;
    gap: 120px;
    align-items: center;
}

.module-fold-a-content {
    flex: 100;
}

.module-fold-a-img {
    width: calc((100% / 2) - 160px);
    position: relative;
}

.module-fold-a-content .readmore-buttons img {
    max-height: 60px;
}

.module-fold-a-img img {
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.module-fold-a-img::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern-bluesegment.png);
    position: absolute;
    width: calc(100% + 80px);
    left: -40px;
    top: -40px;
    height: calc(100% + 80px);
    background-size: 100% 100%;
    pointer-events: none;
    transform: rotate(var(--rotate));
    transition: all 1s ease;
}

div#module-fold-a-img-splide,
div#module-fold-a-img-splide1 {
    border-radius: 50%;
    overflow: hidden;
}

div#module-fold-a-img-splide li p,
div#module-fold-a-img-splide1 li p {
    position: absolute;
    bottom: 60px;
    left: 0;
    background: var(--primary-color1);
    color: #fff;
    padding: 12px 40px 12px 160px;
    z-index: 100;
    display: block;
    font-weight: 500;
    border-radius: 20px;
    transition: all 500ms ease;
    font-size: 18px;
    cursor: pointer;
}

.module-fold-a-img::after {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern-yellowsegment.png);
    position: absolute;
    width: calc(100% + 4px);
    left: -2px;
    top: -2px;
    height: calc(100% + 4px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotate(calc(var(--rotate) * -1));
    pointer-events: none;
    transition: all 1s ease;
}

.module-fold-a-title * {
    margin: 0px;
    color: var(--primary-color1);
}

.module-fold-a-title {
    margin-bottom: 20px;
}

.module-fold-a-title p:first-child {
    font-weight: 500;
}

/** MODULE FOLD A END **/

.popup-form-wrapper input.wpcf7-submit:hover {
    opacity: .6;
}

.footer-block ul li a:hover {
    color: var(--secondary-color1);
}

.footer-block-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: var(--primary-color1);
    border-radius: 30px;
}

.main-fold-c-main {
    padding: 0px 20px;
}

.home-fold6-item-img.invert img {
    filter: invert(1);
}

.masthead-contact {
    background: var(--primary-color1);
    color: #fff;
    padding: 8px 0px;
    margin-top: -10px;
}

.masthead-contact p {
    margin: 0px;
    text-align: center;
}

.masthead-contact a {
    color: var(--secondary-color1);
    font-weight: 400;
}


/** BLOG FOLD START **/

.blog-fold {
    position: relative;
    padding: 120px 0px 180px;
    overflow: hidden;
    margin: 0px 20px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.blog-fold-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/wp-content/uploads/2026/02/fold6img.jpg.webp);
    background-attachment: fixed;
}

.blog-fold-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.blog-fold-item {
    padding: 40px;
    background: #ffffffbb;
    width: calc((100% / 2) - 80px);
    margin-left: auto;
    backdrop-filter: blur(4px);
    border-radius: var(--border-radius);
}

.blog-fold-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000060;
    opacity: 1;
    z-index: 1;
}

.blog-fold-item-buttons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.blog-fold-item-buttons * {
    margin: 0px;
}

.blog-fold-item-title {
    margin-bottom: 30px;
}

.blog-fold-item-content {
    margin-bottom: 40px;
}

.blog-fold-img::before {
    content: '';
    background: url(/wp-content/uploads/2026/02/clydevectorshape.png.webp);
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 740px;
    height: 840px;
    bottom: 0;
    left: -100px;
    opacity: .4;
    z-index: 1;
    transform: scaleX(-1);
}

/** BLOG FOLD END **/

.page-id-38 div#ebook-fold, .page-template-testimonials-template div#ebook-fold, .page-template-accreditations-template div#ebook-fold {
    background: whitesmoke;
    margin-bottom: 40px;
}

div#module-fold-a-img-splide li p::before,
div#module-fold-a-img-splide1 li p::before {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid var(--primary-color1);
    content: '';
    top: -10px;
    left: -10px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 50px;
    transition: all 300ms ease;
    pointer-events: none;
}

.contact-card .readmore input {
    padding: 0px;
    background: transparent !important;
    margin-bottom: 0px !important;
    font-weight: 500;
    line-height: 22px;
}

.contact-card.quick-form-wrapper .readmore {
    margin-bottom: 30px;
    margin-top: 10px;
}

#masthead ul.sub-menu>li>a::before {
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    background: var(--primary-color1);
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#masthead ul.sub-menu>li>a:hover {
    opacity: .6;
}

.trio ul.sub-menu {
    width: 820px !important;
    display: flex;
    flex-wrap: wrap;
}

.trio ul.sub-menu > li {
    width: calc(100% / 3);
}

.duo ul.sub-menu {
    width: 580px !important;
    display: flex;
    flex-wrap: wrap;
}

.duo ul.sub-menu > li {
    width: calc(100% / 2);
}

    .small .service-fold1-main {
    padding: 160px 40px 40px 40px;
}
.cs-gallery-slider {
    margin: 0px 20px;
}
.cs-gallery-slider li {
    margin-right: 20px;
}
.cs-gallery-slider img {
    border-radius: 30px;
}


/** MAP PAGE **/

.gm-style-iw-chr {
    position: absolute;
    right: 20px;
    z-index: 1;
}

.gm-style-iw:has(img) .gm-style-iw-chr button {
    height: 35px !important;
    width: 35px !important;
}

 .gm-style-iw:has(img) .gm-style-iw-chr span {
         height: 15px !important;
    width: 15px !important;
 }

.gm-style-iw-chr button {
    background: var(--primary-color1) !important;
    right: 10px;
    top: 20px;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gm-style-iw-chr * {
    opacity: 1;
}

.gm-style-iw-chr span {
    filter: invert(1);
    height: 10px !important;
    width: 10px !important;
    margin: 0px !important;
}

.map-fold-main {
    display: flex;
}

.map-fold-map {
    position: absolute;
    height: 100%;
    width: calc((100% / 2) - 40px);
    top: 0;
    right: 0;
}

.map-fold {
    position: relative;
    background: #eee;
}

.map-foldb-shortcode {
    height: 100%;
}

.map-wrapper {
    height: 100%;
}

.map-fold-content .title {
    color: var(--primary-color1);
}

.map-fold-content {
    padding: 80px 0px;
    width: calc((100% / 2) - 40px);
}

.module-fold-a-text p a {
    color: var(--primary-color1);
    font-weight: 500;
}


/** SERVICE FOLD 1 START **/

.service-fold1 {
    position: relative;
    margin: 0px 20px;
}

.service-fold1-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.service-fold1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-fold1-img::before {
    background: linear-gradient(0deg, #000000aa 40%, #00000040 60%);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-fold1-main {
    color: #fff;
    padding: 240px 40px 40px 40px;
}

.service-fold1-main i {
    color: #fff;
}

.service-fold1-main p:nth-child(3) {
    max-width: 640px;
}

/** SERVICE FOLD 1 END **/

.sitemap-fold {
    padding: 60px 0px;
}

div#module-fold-a-img-splide li p:hover, div#module-fold-a-img-splide1 li p:hover {
    background: var(--secondary-color1);
    color: var(--primary-color1);
}
.contact-map-fold {
    margin-bottom: 60px;
}
.contact-map-fold div#wpgmza_map {
    border-radius: 30px;
}

.mobile-icon-wrapper {
    display: flex;
    justify-content: right;
    padding-right: 20px;
    top: 20px;
    position: relative;
}

.mobile-icon-wrapper a {
    color: var(--primary-color1);
}

.mob-menu-logo-holder {
    width: fit-content;
    left: 70px;
    position: absolute;
    top: 0;
}

.mobile-socials-wrapper a {
    color: var(--primary-color1);
    font-size: 20px;
}
.show-panel .mob-cancel-button {
    position: absolute;
    right: 15px;
    top: 10px;
}
.mobile-socials-wrapper {
    padding-left: 20px;
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.mob-menu-logo-holder::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: -12px;
    top: -20px;
}

.contact-socials {
    display: flex;
    gap: 20px;
}

.contact-socials a {
    font-size: 24px;
    color: var(--primary-color1);
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-address a:hover {
    opacity: .6;
}

:is(#popup-general-form, #popup-services-form) .contact-form-popupa-details-socials .socials a:hover {
    opacity: .6;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img {
    position: absolute;
    border-radius: 50%;
    display: block;
    width: fit-content;
    transform: translateY(-50%);
    top: 0px;
    width: 200px;
    /* overflow: hidden !important; */
    height: 200px;
    left: 50px;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img:has(img[src*="logo"])::before {
    display: none;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img:has(img[src*="logo"]) img {
object-fit: contain;
overflow: visible !important;
}

.map-foldb-shortcode .container-foldc-fold3-item:has(img[src*="logo"]) {
    padding-top: 80px;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img:has(img[src*="logo"])::after {
    display: none;
}

.map-fold .map-fold-main .map-foldb-shortcode .view-blog-button {
    flex-direction: unset;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img::before {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern-bluesegment.png.webp);
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    background-size: 100% 100%;
    pointer-events: none;
    transition: all 1s ease;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img::after {
    content: '';
    background: url(/wp-content/uploads/2026/03/cleanbrightpattern-yellowsegment.png.webp);
    position: absolute;
    width: calc(100% + 4px);
    left: -2px;
    top: -2px;
    height: calc(100% + 4px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    transition: all 1s ease;
}

.map-foldb-shortcode .gm-style .gm-style-iw-c {
    overflow: unset !important;
    padding: 0px !important;
    width: 320px;
    border-radius: 30px;
}
.map-foldb-shortcode .gm-style .gm-style-iw-c * {
    overflow: unset !important;
}

.map-foldb-shortcode .container-foldc-fold3-item-content {
    padding: 0px;
}

.map-foldb-shortcode .container-foldc-fold3-item {
    padding-top: 100px;
    border-radius: 30px !important;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden !important;
    border-radius: 50%;
}

.map-fold .map-fold-main .map-foldb-shortcode 
.container-foldc-fold3-item-title 
.map-fold-popup-img:not(:has(img[src*="logo"])) {
    width: 140px;
    height: 140px;
}

.map-fold-popup-img:not(:has(img[src*="logo"])) > div {
    scale: 1.5;
}

.map-fold .map-fold-main .map-foldb-shortcode .container-foldc-fold3-item-title .map-fold-popup-img:has(img[src*="logo"]) {
    left: 20px;
}

.map-fold-popup-img > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee;
    border-radius: 50%;
    z-index: -1;
}

.readmore-buttons p {
    font-size: 18px;
    color: var(--primary-color1);
    font-weight: 500;
    margin: 0px;
}

.readmore-buttons p a {
    color: var(--primary-color1);
}

.container-fold-c .title {
    text-align: center;
    padding-top: 60px;
    color: var(--primary-color1);
}

.container-fold-c:has(.title) {
    background: whitesmoke;
}

.page-template-custom-service-template .logo-slider li:has(img[src*="doncaster-rovers"]), .page-template-custom-service-template .logo-slider li:has(img[src*="logo_.png"]) {
    max-width: 0px;
}

.footer-cta {
    background: #e0e0e0;
    padding-bottom: 60px;
}

.footer-cta-main {
    background: var(--primary-color1);
    color: #fff;
    padding: 40px;
    border-radius: var(--border-radius);
    text-align: center;
}

.footer-cta-main > p a {
    color: var(--secondary-color1);
}

.footer-cta-main .readmore-buttons {
    justify-content: center;
}

.footer-cta-main .readmore-buttons p a, .footer-cta-main .readmore-buttons p {
    color: #fff;
}