/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
html {
	scroll-behavior:smooth;
}
body {
    margin: 0px;
    background: #f5f3f4;
    --primary-color1: #ebe7e6;
    --primary-color2: #e5e1e0;
    --secondary-color1: #bdb4a5;
    --secondary-color2: #d3cdc5;
    font-family: 'Outfit';
}

div#page {
}

body #mobmenuleft .sub-menu li i {
    color: #fff !important;
}
body #mobmenuleft .sub-menu li a {
    z-index: 2;
}

body #mobmenuleft .sub-menu .sub-menu {
    z-index: 3;
}
body .mobmenu-content li {
    position: relative;
}

body #mobmenuleft {
    padding-bottom: 200px;
}

body #mobmenuleft .sub-menu li a::before {
    display: none;
}

body #mobmenuleft .sub-menu li:hover::before {
    transform: scalex(1);
}

body #mobmenuleft .sub-menu li::before {
    content: '';
    background: #d7d8d0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 750ms ease;
    transform: scalex(0);
    transform-origin: left;
    z-index: 1;
}

body #mobmenuleft .sub-menu li:hover a, body #mobmenuleft .sub-menu li:hover i {
    color: #333 !important;
}

.footer-block-item .sub-menu {
    display: none;
}

div#ebook-fold.white::before {
    display: none;
}

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

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

.title {
    font-size: 56px;
    line-height: 64px;
    font-weight: 200;
}

.subtitle {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
}

.smalltitle, .subtext {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

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

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

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

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 200px;
    padding: 12px 16px;
    background: none;
    color: #333;
    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: solid 2px #333;
    font-weight: 300;
}

.readmore:hover {box-shadow: inset 0px 0px 0px 22px black;color: white;}

.readmore.alt {
    background: transparent;
    border: 3px solid white;
}
.services-list {
    padding-left: 0px;
    list-style: none;
}

.services-list li {
    position: relative;
    display: flex;
    align-items: center;
}

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

/*== == == List == == ==*/

.simple-fold-d ul {
    list-style: none;
    padding-left: 20px;
    text-align: left;
}

.simple-fold-d ul.duo {
	display:flex;
	flex-wrap:wrap;
}

.simple-fold-d ul.duo li{
	flex: calc(100% / 2 - 20px)
}

.simple-fold-d ul li {
    position: relative;
}

.simple-fold-d ul li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0px;
    left: -20px;
}

	/*== == == List END == == ==*/

.contact-card .wpcf7-form input.readmore {
    margin: 0px 0px 20px;
}

.grecaptcha-badge {
    visibility: hidden;
}

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

/*== == == Mouse Cursor == == ==*/

	/*=== == === Mouse Cursor END == === =*/

/*== === = Content Fold D ==  == == */

.content-fold-d-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
    padding: 150px 0px;
    position: relative;
}

.content-fold-d-blocks-item {
    flex: 0 0 calc(100% / 3 - 54px);
}

.content-fold-d-blocks-item-icon i {
    font-size: 48px;
}

.content-fold-d-blocks-item a {
    color: #333;
}

.content-fold-d-blocks-item-icon {
    margin-bottom: 10px;
}

.content-fold-d-blocks {
    position: relative;
}

.content-fold-d::before {
    content: '';
    background: var(--primary-color2);
    position: absolute;
    top: 10px;
    right: 0px;
    width: calc(100% - 100px);
    height: calc(100% - 10px);
}

.content-fold-d {
    position: relative;
    margin-top: 100px;
}

.content-fold-d-blocks-item-header {
    margin-bottom: 20px;
    position: relative;
}

.content-fold-d-blocks-item-header::before {
    content: '';
    background: #333;
    position: absolute;
    bottom: -12.5px;
    left: 0px;
    width: 0px;
    height: 2px;
    opacity: 0;
    transition: all 500ms ease;
    transform-origin:left;
}

.content-fold-d-blocks-item a:hover .content-fold-d-blocks-item-header::before {
    opacity: 1;
	width:120px;
}

.content-fold-d-blocks-item:hover .content-fold-d-blocks-item-content-readmore {
    opacity: 1;
}

.content-fold-d-blocks-item .content-fold-d-blocks-item-content-readmore {
    transition: all 500ms ease;
    opacity: 0;
}


    /*== == === Content Fold D END == == ==*/


/*== == == CONTENT FOLD B == == ==*/

.content-fold-b-wrapper {
  display: flex;
  align-items: center;
  padding: 110px 0px;
  gap: 100px;
  position: relative;
}

.content-fold-b-img img {
  height: 100%;
  object-fit: cover;
}

.content-fold-b-img {
  flex: 0 0 45%;
  position: relative;
}

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

.rounded-fold .content-fold-b-img {
  border-radius: 30px;
  overflow: hidden;
}

.content-fold-b {
  background: var(--color3b);
  position: relative;
  z-index: 3;
}

.content-fold-b::before {
  width: calc(100% - 100px);
  height: calc(100% - 10px);
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  position: absolute;
  background: var(--primary-color1);
  z-index: -1;
  pointer-events: none;
}

.content-fold-b-content .title {
  margin-bottom: 20px;
}

.flipped .content-fold-b-wrapper {
  flex-direction: row-reverse;
}

	/*== == == Content FoldB END == == ==*/

/* == == HEADER == == */
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 120px !important;
}

body .mob-menu-header-holder.mobmenu {
    background: none;
    height: unset;
    padding: 30px 0px;
    transition: all 500ms ease;
    background: #262425;
}

body #mobmenuleft li:hover a, body #mobmenuleft li:hover i {
    color: #333;
}

body #mobmenuleft li a::before {
    content: '';
    background: #d7d8d0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 750ms ease;
    transform: scalex(0);
    transform-origin: left;
}

body #mobmenuleft li a {
    position: relative;
}

body #mobmenuleft li a:hover::before {
    transform: scalex(1);
}

body .mob-icon-menu:before {
    color: white;
    content: '\f0c9';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
}

.mob-menu-header-holder.mobmenu.navbar-fixed-top {
    padding: 20px 0px;
}

body .navbar-fixed-top .mobmenul-container {
    top: 20px;
}

body .mobmenul-container {
    max-width: 1680px;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    pointer-events: none;
    height: unset;
    top: 30px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}

.mobmenul-container i {
    pointer-events: all;
}

body :is(.mob-standard-logo, .mob-standard-logo img) {
    height: 60px !important;
    filter: brightness(10);
    width: auto;
}

body .mob-menu-logo-holder {
    height: unset;
    width: fit-content;
    margin: 0px auto;
    display: flex;
}

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

/*== == == Hamburger Menu == == ==*/

@media(min-width:1024px) {

body .mobmenu-left-panel {
    width: 720px;
}

body .mobmenu-content {
    margin-top: 120px;
} 
    
}

body #mobmenuleft li a {
    font-size:24px;
    padding: 20px 40px;
    color: #333;
    transition: all 500ms ease;
}

body .mobmenu-content li {
    transition: all 500ms ease;
}

body :is(.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover, .mobmenu-content #mobmenuleft > li > a:hover) {
    background: none;
}

body :is(.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt) {
    background: #d7d8d0;
    display: block;
    padding: 15px;
}

body .mobmenu-left-panel .mob-cancel-button {
    color: #333;
}

body .mob-icon-cancel-1:before {
    content: 'X';
    font-family: 'Marcellus';
}

body .mobmenu-content::before {
    content: '';
    background-image: url('/wp-content/uploads/2025/05/black-logo.png');
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translatex(-50%);
    width: 410px;
    height: 60px;
    background-repeat: no-repeat;
    z-index: 999999;
    background-size: contain;
}

.mobmenu-content-socials {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    gap: 60px;
}

.mobmenu-content-socials a {
    font-size: 32px;
    color: #333;
}

	/*== === == Hamburger Menu END == == ==*/

body .mobmenu-content li.footer-link {
    display: none;
}

.footer-block ul li.mobmenu-link {
    display: none;
}



/* == == HEADER END == == */
/*== eBook Form ==*/

.ebook-form-text .title {
    color: #333;
}

div#ebook-fold::before {
    content: '';
    background: var(--primary-color1);
    width: calc(100% - 100px);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    z-index: -1;
}

.ebook-whitesmoke div#ebook-fold::before {
    background: #ededed;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    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 {
    background: none;
    padding: 10px 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    border: none;
    border-bottom: solid 2px #333;
}

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

.wpcf7 .privacy-text p > a {
    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;
    flex-direction: column;
}

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

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

.ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    z-index: 5;
    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) 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: #333;
}
  
  .ebook-image {
    position: absolute;
    width: 52.5%;
    height: 100%;
    right: 20px;
  }
  
  .ebook-form {
    flex: 0 0 calc(100% / 2 - 100px);
  }
  
  .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');
    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 ul#primary-menu > li.menu-item-has-children > a::after {
    display:none;
}

.footer-block ul#primary-menu > li > a {
    padding: 0px;
    text-align: center;
    font-size: 16px;
}

.footer-block-socials a {
    color: white;
    font-size: 28px;
}

.footer-block-socials {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer-block-item img {
    max-width: 70px;
    margin: 0px auto 20px;
}

.footer-block {
    background: #353535;
    padding: 80px 0px;
}

.footer-block-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-block-container .footer-block-wrapper:first-child {
    padding-bottom: 0px;
}

.footer-block-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-block-container p {
    margin: 0px;
}

.footer-block-item-socials {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer-block-item-socials a {
    color: white;
}

.footer-block-container .footer-block-wrapper:nth-of-type(2) {
    gap: 5px;
}

.footer-block-container .footer-block-wrapper:nth-of-type(2) a {
    color: white;
}

.footer-block .fold1b-content-inner-wrapper {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.footer-block .fold1b-content-inner-wrapper-item a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-block .fold1b-content-inner-wrapper-item a i {
    font-size: 20px;
    line-height: 1;
    color: var(--primary-color1);
}

.footer-block-item img {
    aspect-ratio: unset;
    max-width: unset;
    max-height: 80px;
    object-fit: contain;
    width: 100%;
}

.footer-block ul#primary-menu {display: flex;flex: 1;padding: 0px;max-width: 1024px;margin: 0px auto 20px;}

.footer-block .fold1b-content-inner-wrapper-item.socials {
    display: flex;
    gap: 20px;
}

.footer-block .fold1b-content-inner-wrapper-item.socials a i {
    color: white;
}

.footer-block .fold1b-content-inner-wrapper-item.contact-button .readmore {
    margin: 0px;
    display: block;
    position: relative;
    z-index: 3;
}

.footer-block li.menu-item-13 {
    display: none;
}

.footer-block .fold1b-content-inner-wrapper-item.socials :is(a, i) {
    font-size: 28px;
}

.footer-block .fold1b-content-inner-wrapper-item :is(p, i) {
    font-size: 20px;
    line-height: 1;
    color: white;
}

.footer-block .fold1b-content-inner-wrapper-item {
    display: flex;
    align-items: center;
}

.footer-block .fold1b-content-inner-wrapper-item.socials i::before {
    font-family: "Font Awesome 6 Brands";
}

.footer-block-item-socials a {
    font-size: 32px;
}

.footer-block-wrapper a {
    transition: all 500ms ease;
}

.footer-block-wrapper a:hover {
    opacity: 0.5;
}

	/*== === == Footer Blocke END == == ===*/

/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: black;
    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: calc(100% / 2);
    font-size: 17px;
    color: white;
    list-style: none;
    position: relative;
  }
  
  .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;
}


/*== == === Footer Banner == == ==*/

.footer-banner {
    position: fixed;
    bottom: -140px;
    z-index: 9999;
    width: calc(100% - 40px);
    left: 20px;
    transition: all 1000ms ease;
}

.footer-banner.active {
    bottom: 0px;
}

main#primary {
    contain: paint;
}

.footer-banner-container {
    color: white;
    position: relative;
    background: #262425;
}

.footer-banner-wrapper {
    padding: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-banner-img img {
}

.footer-banner-wrapper :is(.readmore, .title) {
    margin: 0px;
}

.footer-banner-header .title span {
    color: var(--secondary-color1);
}

.footer-banner-wrapper .readmore {
    font-size: 20px;
    padding: 12px;
    width: 230px;
}

.footer-banner-wrapper .readmore {
    border-color: white;
    color: white;
}

.footer-banner-wrapper .readmore:hover {
    box-shadow: inset 0px 0px 0px 30px white;
    color: black;
}

.footer-banner-header .title {
    font-size: 40px;
    line-height: 48px;
}

.footer-banner-close {
    position: absolute;
    top: -28px;
    right: 0px;
    padding: 4px 12px;
    background: #3d3a3b;
    cursor: pointer;
}

	/*== === == Footer Banner END === == = */

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

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

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

.address-wrap {
	max-width: 540px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.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: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Marcellus';
}

.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: gray;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight:400;
    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-firstname, .form-lastname {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

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

.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: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    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: solid 2px #ccc;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #333;
}

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

.popup-close {
    background: #333;
    border-color: #333;
    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 0px;
    position: relative;
    width: calc(100% );
    background: var(--primary-color1);
    color: #333;
    margin-bottom: 20px;
}

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

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

.contact-card .subtitle {
    margin-bottom: 20px;
}

/* 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;
  box-sizing: border-box;
  margin-bottom: 0px;
  font-family: 'Outfit';
  background: none;
}

.contact-card :is(.wpcf7-form input:not(.readmore), 
.wpcf7-form textarea){
	margin-bottom: 10px;
}

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

/* Styling for the input fields */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea {
  font-size: 16px;
  border-bottom: 1px solid #000 !important;
  border: 0px;
  font-weight: 300;
  margin-bottom: 0px !important;
  padding: 20px !important;
}

/* 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: #333;
  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;
}

.address-item .footer-block-socials {
    justify-content: flex-start;
}

.address-item .footer-block-socials a {
    font-size: 36px;
    transition: all 500ms ease;
}

.address-item .footer-block-socials a:hover {
    opacity:.4;
}

/*== == 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: none;
    border: none;
    text-align: center;
    color: #333;
    border: solid 2px #333;
    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 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;
}

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;
    margin-top: 0px;
}

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

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

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

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

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


.address-item a, .address-item b {
    color: #000;
    font-weight: 600;
}

.address-item .smalltitle {
    font-size: 24px;
    font-family: 'Marcellus';
    letter-spacing: 0px;
    text-transform: unset;
}

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

.wpcf7-form-control.wpcf7-text::placeholder, .wpcf7-form-control.wpcf7-email::placeholder, .wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #000;
}

.form-firstname {
    margin-right: 2%;
}