/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
body {
    margin: 0px;
    background: #f9f1ec;
    --primary-color1: #ff5800;
    --primary-color2: #c54b0b;
    --secondary-color1: #12172b;
    --secondary-color2: #1c213e;
    --third-color1: #00bfb7;
    --third-color2: #96c9c7;
    --global-radius: 25px;
    --global-radius2: 10px;
    position: relative;
    font-family: "Montserrat";
    --fold-width: calc(100% - 40px);
    --fold-margin: 20px auto;
}

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

.title {
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
    color: var(--secondary-color1);
}

.subtitle {
    font-size: 36px;
    line-height: 48px;
    display: block;
    color: var(--secondary-color1);
}

.smalltitle, .subtext, main h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}

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

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

p, main li:not(.splide__slide) {
	margin: 0px 0px 12px 0px;
}

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

a {
    text-decoration: none !important;
}

.readmore {
    display: flex;
    width: 200px;
    padding: 15px 30px;
    background: var(--third-color1);
    color: white;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat';
}

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

.readmore i {
    font-size: 24px;
}


.readmore.alt {
    background: transparent;
    border: 2px solid var(--primary-color1);
    color: var(--primary-color1);
    width: 230px;
}
.services-list, .team-popup-content ul {
    padding-left: 0px;
    list-style: none;
}

.services-list li, .team-popup-content ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-list li::before, .team-popup-content ul 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;
}

@media (min-width:640px) {

.services-list.duo li {
	flex: 0 0 calc(100% / 2 - 10px);
}

.services-list.duo {
	display:flex;
	flex-wrap:wrap;
	gap: 0px 20px;
}

}

.team-popup-content ul li b {
	display:contents;
}

/*This is for the popups so you can't keep scrolling :p*/
body.noscroll{
	overflow:hidden;
}

.grecaptcha-badge {
    visibility: hidden;
}

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


/*=== == == Module Fold A == = ==*/

.module-fold-a {
    background: var(--secondary-color1);
    color: white;
    width: var(--fold-width);
    margin: var(--fold-margin);
    border-radius: var(--global-radius);
    overflow: hidden;
    position: relative;
}

.module-fold-a-header .title {
    color: white;
}

.module-fold-a .splide__slide {
    display: flex;
}

.module-fold-a-item a {
    color: white;
    transition: all 500ms ease;
    display: flex;
}

.module-fold-a-header {
    padding: 0px 0px 60px;
}

.module-fold-a-container {
    padding: 120px 0px;
}

.module-fold-a-header .title {
    margin: 0px;
}

.module-fold-a-item {
    background: var(--secondary-color2);
    margin: 0px 10px;
    border-radius: var(--global-radius2);
    overflow: hidden;
    display: flex;
}

div#module-fold-a-splide .splide__arrows, div#module-fold-a-splide .splide__pagination, .testimonials-foldb .splide__pagination, .simple-fold-e .splide__pagination {
    position: absolute;
    top: -95px;
    right: 0px;
    z-index: 6;
}

.module-fold-a-item a:hover {
    opacity: .4;
}


div#module-fold-a-splide-track {
    overflow: visible;
    width: calc(100% - 330px);
}

div#module-fold-a-splide::before {
    content: '';
    background: var(--secondary-color1);
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -200%;
    z-index: 5;
}

.module-fold-a-item-padding {
    padding: 120px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.module-fold-a-item-content-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-end;
    justify-content: space-between;
}

.module-fold-a-item-content-icon i {
    background: var(--third-color1);
    font-size: 24px;
    padding: 14px;
    border-radius: 50%;
}

.module-fold-a-item-content-inner {
    max-width: 320px;
}

.module-fold-a::after {
    content: '';
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 0) 80%, rgba(18, 23, 43, 1) 100%);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.module-fold-a-item-content-subtext .subtext {
    color: var(--primary-color1);
}

.module-fold-a-item-lordicon {
    margin: 0px 0px 20px;
}

div#module-fold-a-splide .splide__pagination, .testimonials-foldb .splide__pagination, .simple-fold-e .splide__pagination{
    width: 188px;
    padding: 0px 35px 0px 0px;
    gap: 5px;
}

div#module-fold-a-splide .splide__pagination li, .testimonials-foldb .splide__pagination li, .simple-fold-e .splide__pagination li{
    display: flex;
    margin: 0px;
    flex: 1;
}

div#module-fold-a-splide .splide__pagination li button, .testimonials-foldb .splide__pagination li button, .simple-fold-e .splide__pagination li button{
    padding: 5px;
    border-radius: 6px;
    background: var(--primary-color1);
    width: 26px;
    border: none;
    transition: all 500ms ease;
    cursor: pointer;
}

div#module-fold-a-splide .splide__pagination li button.is-active, .testimonials-foldb .splide__pagination li button.is-active, .simple-fold-e .splide__pagination li button.is-active{
    width: 120px;
}

div#module-fold-a-splide .splide__arrows, .testimonials-foldb .splide__arrows, .simple-fold-e .splide__arrows{
    width: 260px;
    display: flex;
    justify-content: space-between;
    top: -100px;
}

div#module-fold-a-splide .splide__arrows button, .testimonials-foldb .splide__arrows button, .simple-fold-e .splide__arrows button{
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}

div#module-fold-a-splide .splide__arrows button i, .testimonials-foldb .splide__arrows button i, .simple-fold-e .splide__arrows button i{
    color: white;
    font-size: 20px;
}

.testimonials-foldb .splide__arrows button i {
    color:var(--secondary-color1);
}

    /*== == = =Module Fold A END == = ==*/


/*== == = Main Fold B == == =*/

.main-fold-b-item {
    display: flex;
    width: calc(100% - 40px);
    margin: 0px auto;
}

.main-fold-b-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% - 150px);
    height: calc(100% - 0px);
    overflow: hidden;
    border-radius: var(--global-radius);
    display: flex;
}

.main-fold-b-img img {
	object-fit:cover;
}

.main-fold-b-img .splide__arrows {
    position: absolute;
    bottom: 40px;
    z-index: 5;
    right: 40px;
    gap: 20px;
    display: flex;
}

.main-fold-b-img .splide__arrows button {
    background: none;
    border: none;
    padding: 14px;
    border: solid 2px var(--primary-color1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-fold-b-img .splide__arrows i {
    font-size: 24px;
    color: white;
}

.main-fold-b-img .splide__arrows button:hover {
    background: var(--primary-color1);
}

.main-fold-b-content-users {
    display: flex;
    margin: 0px 0px 30px;
}

.main-fold-b-content-users-item {
    background: var(--secondary-color1);
    color: white;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 70px;
    height: 70px;
    border: solid 2px white;
    margin-left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-fold-b-content-users-item p {
    margin: 0px;
}

.main-fold-b-content-users-item p {
    font-size: 18px;
    font-weight: 300;
}

.main-fold-b-content-users img {
    border-radius: 50%;
    max-height: 70px;
    border: solid 2px white;
    margin-left: -10px;
}

div#main-fold-b-splide {
    height: 100%;
    width: 100%;
}

div#main-fold-b-splide-track {height: 100%;}

.main-fold-b-img .splide__slide {
    display: flex;
}

.main-fold-b {
    display: flex;
    gap: 20px;
    width: var(--fold-width);
    margin: var(--fold-margin);
    padding: 0px 0px 0px;
    position: relative;
    overflow: hidden;
    border-radius: var(--global-radius);
}

.main-fold-b .row-container {
    flex: 1;
}

.main-fold-b-splide-item-img img {
    border-radius: var(--global-radius);
    width: 100%;
    height: 100%;
}

.main-fold-b-content {
    width: calc(100% / 2 - 0px);
    position: relative;
    padding: 150px 0px;
}

.main-fold-b::before {
    position: absolute;
    top: 0px;
    background: white;
    width: calc(100% - -130px);
    left: -50%;
    content: '';
    height: 100%;
    border-radius: var(--global-radius);
}

@media (min-width:1024px) {

div#main-fold-b-splide-track li.splide__slide {
    display: flex;
    flex: 1 0 100%;
}

}
	
.main-fold-b-splide-item {
    display: flex;
    flex: 1;
}

.main-fold-b-splide-item-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

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

.main-fold-b-splide-item-content {
    color: white;
    z-index: 5;
    display: flex;
    width: calc(100% - 80px);
    margin: auto auto 0px auto;
    flex-direction: column;
    padding: 0px 0px 40px;
}

.main-fold-b-splide-item-content-wrapper .readmore {
    margin: 0px;
}

.main-fold-b-splide-item-content-readmore {
    display: flex;
}

.main-fold-b-splide-item-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.main-fold-b-content-readmore {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px 0px 40px;
}

.content-fold-b .main-fold-b-content-readmore {
    margin: 0px;
}

.main-fold-b-content-readmore .readmore {
    margin: 0px;
}

.content-fold-b.alt .readmore.alt {
    color: white;
}

.content-fold-b.alt .readmore:hover {
    background: var(--primary-color2);
}

.content-fold-b.alt .readmore.alt:hover {
    background: white;
    color: var(--primary-color1);
}

.main-fold-b-content-readmore p {
    margin: 0px;
}

.main-fold-b-content-header .title span {
    color: var(--primary-color1);
}

.main-fold-b-content-header {
    margin: 0px 0px 30px;
}

@media(min-width:1024px) {

.main-fold-b-content-header .title {
    font-size: 52px;
    line-height: 62px;
}

    
}

.main-fold-b-content-inner {
    margin: 0px 0px 40px;
}

.main-fold-b-splide-item-content-top {
    margin: 0px 0px 20px;
}

.main-fold-b-splide-item-content-top p {
    margin: 0px;
    font-size: 36px;
    line-height: 46px;
}

.main-fold-b-splide-item-img::before {
    content: '';
    background: linear-gradient(0deg, rgb(3 1 16 / 84%) 0%, rgba(0, 212, 255, 0) 49%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-fold-b-content-users-content p {
    margin: 0px;
}

.main-fold-b-content-users img:first-child {
    margin-left: 0px;
}

	/*== == == Main Fold B END == === =*/

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

#masthead .logo img {
    object-fit: contain;
    height: 120px;
    transition: all 500ms ease;
    object-position: left;
}

.site-header-bottom>.row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 500ms ease;
    padding: 15px 40px;
    gap: 40px;
    width: calc(100% - 80px);
}

.site-header-top-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.site-header-top-wrapper p {
    margin: 0px;
}

.site-header-top-icons {
    display: flex;
    gap: 20px;
}

.site-header-top-details {
    display: flex;
    gap: 20px;
}

#masthead .site-header-top-details a {
    color: black;
}

.site-header-top  a {
    font-size: 22px;
    transition: all 500ms ease;
}

.site-header-bottom {
    background: white;
    width: calc(100% - 40px);
    margin: 0px auto;
    border-radius: var(--global-radius);
    transition: all 750ms ease;
}

.navbar-fixed-top .site-header-bottom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

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

#masthead {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 1000;
    transition:
        all 300ms ease;
}

ul#primary-menu ul.sub-menu li.menu-item.current-menu-item>a {
    background: var(--primary-color2);
    color: white;
}

header#masthead.navbar-fixed-top, .site-header-alt header#masthead {
	top: -50px;
}
#masthead.navbar-fixed-top>.row-container {
    padding: 0px 20px;
}

.site-header-flag {
    flex: 0 0 40px;
}

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

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

.menu-right {
    width: 100%;
    position: relative;
}

#masthead ul.sub-menu {
    position: absolute;
    left: -200%;
    top: 130%;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 270px;
    background: #ffffff;
    display: flex;
    border-radius: 0px;
    gap: 0px 30px;
    padding: 20px;
    z-index: 5;
    flex-direction: column;
    box-shadow: 0px 0px 20px 0px #0000001c;
    gap: 5px;
}

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

#masthead ul.sub-menu>li>a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 10px;
    color: var(--primary-color1);
    transition: all 500ms ease;
}

#masthead .sectors-dropdown ul.sub-menu {
    width: 380px;
    left: -340%;
}

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

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

#masthead ul#primary-menu>li>a {
    color: rgba(18, 30, 77, 1);
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 20px;
    width: fit-content;
    position: relative;
}

#masthead ul.sub-menu>li>a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: capitalize;
    color: black;
    position: relative;
    transition: all 300ms ease;
    text-align: left;
    border-radius: 10px;
    font-weight: 600;
}

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

#masthead ul.sub-menu>li>a:hover {
    background: var(--secondary-color1);
    color: white;
}

#masthead ul.sub-menu>li#menu-item-14859>a::before {
    content: '\f0f2';
}

#masthead ul.sub-menu>li#menu-item-14858>a::before {
    content: '\f135';
}

#masthead ul.sub-menu>li#menu-item-14860>a::before {
    content: '\f5db';
}

#masthead ul.sub-menu>li>a:hover::before {
    color: white;
}

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

#masthead .menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 40px;
    align-items: center;
}

.site-header-flag img {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    max-width: 40px;
}

#masthead .menu li {
}

#masthead .logo img {
    max-width: 350px;
    height: fit-content;
}

.site-header-right {
    display: flex;
    gap: 40px;
}

.menu-menu-2-container,
.menu-menu-1-container {
    display: flex;
    align-items: center;
}

.site-header-logo {
    flex: 0 0 250px;
}

.site-header-left,
.site-header-right {
    flex: 1 0 auto;
}

.site-header-right {
    justify-content: flex-end;
    align-items: center;
}

#masthead .menu>li>a {
    color: #12172b;
    transition: all 500ms ease;
    font-weight: 600;
}

#masthead .menu>li>a:hover {
    color: var(--primary-color2);
}

#masthead .logo img {
    margin: 0px auto;
}

#masthead .menu > li {
    position: relative;
    line-height: 70px;
}

#masthead .menu > li svg {
    fill: white;
}

li#menu-item-15309.small-dropdown ul.sub-menu {
    width: 200px;
}

#masthead .menu > li .sub-menu > li {
    flex: 0 0 calc(100% / 3 - 20px);
}

#masthead.navbar-fixed-top .logo img {
    max-width: 270px;
}

.site-header-top-wrapper a {
    color: var(--primary-color1);
    font-weight: 400;
}

.site-header-top  a:hover {
    opacity: .5;
}

.site-header-top-details a {font-size: 16px;}

.site-header-top-icons-item {
    display: flex;
    align-items: center;
}

.navbar-fixed-top .site-header-bottom>.row-container {
    padding: 5px 0px;
}

/* == == 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;
}

.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::placeholder {
    font-size: 18px;
    line-height: 18px;
}

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

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

div#ebook-fold .ebook-form .ebook-form-fields > span {
    width: calc((100% / 2) - 10px);
}

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

.ebook-readmore {
    margin: 30px 0px 20px;
    background: var(--primary-color1);
    border-radius: 25px;
    padding: 0px 0px;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ebook-form-text .title span {
    color: var(--primary-color1);
}

.ebook-readmore i.fa-arrow-right {
    font-size: 24px;
    color: white;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translatey(-50%);
}

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

.ebook-readmore .readmore {
    font-family: 'Montserrat';
    text-align: left;
    padding: 20px 30px;
    width: 210px;
    align-items: center;
    justify-content: center;
}

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

.privacy-text a {
    color: var(--primary-color1);
}
  
  .ebook-image {
    position: relative;
    transform: scale(1.3);
    transform-origin: 50% 50%;
  }
  
  .ebook-form {
    flex: 100;
  }
    
  .wpcf7-form > .readmore {
    margin-top: 20px;
  }

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

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

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

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 60px 0;
    position: relative;
    background: var(--secondary-color1);
    width: 100%;
    clear: both;
    margin: var(--fold-margin);
    margin-top: 0px;
    border-radius: var(--global-radius);
    width: var(--fold-width);
}

  .footer-block ul li {
    color: white;
    list-style: none;
    position: relative;
    margin: 0px 0px 5px;
  }

.footer-block-column {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0px;
}

.footer-block-item.duo ul {column-count: 2;}

.footer-block-item.duo {
    flex: 1;
}

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

.footer-block ul li a:hover {
	opacity:.5;
}

.footer-block .footer-block-item {
    position: relative;
    z-index: 2;
    flex: 0 0 calc(100% /3);
}
.footer-block .footer-block-item.duo {
    flex: 1;
}

.footer-block-top {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 60px;
    gap: 40px;
}

.footer-block-top-newsletter {
    flex: 0 0 680px;
    display: flex;
}

.newsletter-form {
    display: flex;
    gap: 20px;
}

.newsletter-form .readmore {
    margin: 0px;
}

.newsletter-form .ebook-readmore {
    margin: 0px;
}

.newsletter-form > span {
    display: flex;
}

body .newsletter-form input.wpcf7-text {
    background: var(--secondary-color2);
    color: white;
    padding: 20px 30px;
}

.newsletter-form input.wpcf7-text::placeholder {
    color: white;
}

.footer-block-item-contact {
    margin: 0px 0px 20px;
}

.footer-block-item-icons {
    display: flex;
    gap: 20px;
}

.footer-block-item-icons a {
    color: var(--primary-color1);
    font-size: 40px;
	transition:all 500ms ease;
}

.footer-block-item-icons a:hover {
	color:var(--third-color1);
}

.footer-block .footer-block-item .subtext {
    color: var(--primary-color1);
}

.footer-block-item-content {
    color: white;
    flex: 1 0 100%;
}

.footer-block ul {
    margin: 0px;
    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: 20%;
}

.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-wrapper {
    display: flex;
    color:white;
}

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

/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    position: relative;
    background: #333;
}

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

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

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

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

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: 30px;
    font-weight: 500;
}

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

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

.address-wrap ul.fax::before {
    content: '\f1ac';
}

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

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

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

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

.pweb-title .subtext {
    font-size: 18px;
    line-height: 1;
}

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

.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 25px;
    position: relative;
    width: calc(100% - 50px);
    background: var(--secondary-color1);
    color: white;
    margin-bottom: 20px;
}

.pweb-title .subtitle {
    margin:0px;
    color:white;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}

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

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

/* General form styling */
.wpcf7-form input:not(.readmore), 
.wpcf7-form textarea {
  width: 100%;
  padding: 18px;
  border-width: 3px;
  box-sizing: border-box;
  border-radius: 25px;
  border: none;
}

.contact-card :is(.wpcf7-form input:not(.readmore), 
.wpcf7-form textarea){
}

/* 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;
  font-family: 'Montserrat';
}

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

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--primary-color2);
}

/* 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;
  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 == == ==*/
.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;
}

.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%);
    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 20px 20px;
    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;
    gap: 10px 0px;
}

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

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}
.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 **/

.map-fold1-wrapper {
    margin: var(--fold-margin);
    border-radius: var(--global-radius);
    width: var(--fold-width);
    overflow: hidden;
}