/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
body {
    margin: 0px;
    background: #1b1b1b;
    --primary: #c9d94e;
    --secondary: #F5F5F5;
}

.ebook-page {
    margin-top: 120px;
}

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

.slidetitle {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

.slide-title-wrapper {
    margin-bottom: 20px;
}

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

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

.title {
    display: block;
    font-size: 82px;
    line-height: 90px;
    color: var(--primary);
}

span.bold {
    font-weight: 600;
    color: #fff;
}

.subtitle {
    display: block;
    font-size: 40px;
    line-height: 54px;
    font-weight: 400;
}

.smalltitle, .subtext {
    font-size: 32px;
    line-height: 40px;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
    font-family: 'Poppins',sans-serif;
    color: #fff;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 20px 0px;
}

.smalltitle.gray {
    color: #808080;
}

.subtext {
    color: #aaa;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

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

a {
    text-decoration: none !important;
}

.subtitle.white {
    color: white;
  }
  
  .readmore.alt::before {
    width: 60px;
    height: 60px;
    content: '\f061';
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: -60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transform: rotate(-45deg);
    transition: all .5s ease;
    top: 0;
  }

  .readmore:hover{
    letter-spacing: 1px;
  }

.readmore.alt:hover {
    color: #000;
    background: #fff;
    opacity: 1;
}

.readmore.alt:hover::before{
    top: -10px;
    right: -70px;
}

a, li {
    font-family: 'Poppins',sans-serif;
    color: #fff;
}

.readmore {
    display: block;
    width: 220px;
    padding: 12px 35px;
    background: #ffffff20;
    color: white;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

.readmore:hover {
    opacity: .7;
}

.readmore.alt2::after {
    content: '\f061';
    font-family: 'FontAwesome';
    font-size: 16px;
}

.readmore.alt2 {
    gap: 20px;
    display: flex;
    align-items: center;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    justify-content: space-between;
    width: 230px;
}

.readmore.alt {
    background: transparent;
    border: 1px solid white;
    text-transform: uppercase;
    border-radius: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 17px;
    margin-right: 50px;
    padding: 20px 40px;
}
.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;
}

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


/* == == HEADER == == */
#masthead .logo {
    position: relative;
    transition: all 0.5s ease;
    width: 240px;
    min-width: 240px;
    pointer-events: all;
}

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

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

#masthead ul#primary-menu li.current-menu-item > a {
    color: var(--primary);
}

#page {
    overflow: hidden;
    /* padding-top: 100px; */
}

#masthead {
    position: fixed;
    top: 0px;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    padding: 60px 100px 20px 100px;
    z-index: 1000;
    /* background: white; */
    transition:
        all 300ms ease;
    pointer-events: none;
}

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

header#masthead.navbar-fixed-top {
	background: #00000060;
	padding: 0px 40px;
}

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

.menu-icons lord-icon {
    --lord-icon-primary: var(--primary-color1);
    --lord-icon-secondary: var(--primary-color1);
    --lord-icon-tertiary: var(--primary-color1);
}

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

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

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

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

#masthead ul.sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 210px;
    background: #1b1a1f;
    border-radius: 20px;
    overflow: hidden;
}

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

#masthead ul#primary-menu {
    display: flex;
    list-style-type: none;
    padding: 0px;
    flex: 1;
    justify-content: flex-end;
    gap: 20px;
    padding: 0px 30px;
    background: #cccccc20;
    border-radius: 20px;
    pointer-events: all;
}

#masthead ul#primary-menu > li.menu-item {
    position: relative;
    padding: 15px 0px;
}

#masthead ul#primary-menu > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 20px;
    width: fit-content;
    position: relative;
    transition: all 0.3s ease;
}

#masthead ul.sub-menu > li > a::before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 11px;
    margin-right: 5px;
}

#masthead ul.sub-menu > li > a {
    display: block;
    padding: 17px 20px;
    font-size: 14px;
    /* text-transform: uppercase; */
    color: white;
    position: relative;
    transition: all 300ms ease;
    text-align: left;
}
#masthead ul#primary-menu > li > a:hover::before {
    opacity: 1;
}

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

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

#masthead.navbar-fixed-top div.logo {
}

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

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

#ebook-fold .ebook-form-text .title ~ p {
    margin-bottom: 10px;
}

input.readmore {
    margin: 0px;
}

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

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

div#ebook-fold .ebook-form input.wpcf7-text {
    background: #aaaaaa20;
    padding: 10px 10px;
	color: #fff;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    border: solid 0px #ccc;
}

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 > .readmore::before {/* content: url(/wp-content/uploads/2024/10/lion-icon.png); */font-size: 20px;display: block;width: 20px;height: 20px;}

.wpcf7-form .subtitle {color: var(--primary);margin: 0;}

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

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

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

div#ebook-fold {
    padding: 120px 0px 120px 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: 140px;
}

.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: #bd1819;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}
  
  .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');
    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: 40px;
      background: #aaaaaa20;
      width: 100%;
      clear: both;
      margin: 20px auto 20px;
      border-radius: 20px;
      box-sizing: border-box;
      width: calc(100% - 40px);
      max-width: 1800px;
  }

  .footer-block ul li::before {
    content: '\f054';
    font-family: fontawesome;
    left: -20px;
    position: absolute;
    font-size: 14px;
    top: 25%;
  }
  
  .footer-block ul li a:hover {
  opacity: .6;
  }

  .footer-block .row-container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0px;
  }
  
  .footer-block-item-subtext  .subtext {
    font-size: 32px !important;
    text-transform: capitalize;
    margin-bottom: 0px !important;
  }
  
  .footer-block-item-subtext {
    margin-bottom: 30px;
  }
  
  .footer-block-icons > img {
    max-width: 140px;
  }
  
  .footer-block-item > p {
    max-width: 320px;
    font-size: 16px !important;
  }
  
  .footer-block .footer-block-item:first-child {
    width: 60%;
  }

  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 .readmore {
    width:180px;
}
  
  .footer-block .footer-block-item#middle {
      width: 30%;
  }
  
  .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: white;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    transition: all .33s ease;
    font-size: 14px;
}
  
  #footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-block-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
  }

  .footer-block .footer-block-item#middle li a::before {
      content: "\f054";
      position: absolute;
      top: 50%;
      transform:
          translateY(-50%);
      -webkit-transform:
          translateY(-50%);
      left: -20px;
      color: #37a9a8;
      font-size: 8px;
      font-family: fontawesome;
  }
  
  .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: white;
      margin-bottom: 10px;
      line-height: 28px;
      font-size: 14px;
  }

  #footer-times p {
    color: #aaa;
  }

  .footer-block ul {
      margin: 0 0 1.5em 0em;
      float: left;
      width: 100%;
      padding-left: 20px;
      display: flex;
      flex-wrap: wrap;
      row-gap: 16px;
  }
  
  .footer-block .footer-block-item p.subtitle{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white !important;
  }

  /* == == 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 {
    float: none;
    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 .privacy-text, #footer .socials {
    float: right;
}

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

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 40px;
    margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
    font-size: 36px;
}

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: 240px 0px 100px;
}




  /*== == Contact Page == ==*/
  .contact-fold2-wrapper {
    clear: both;
    position: relative;
  }
  
  .contact-form-fieldwrap {
    display: flex;
    gap: 20px;
  }
  
  .contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0px;
    gap: 20px;
  }
  
  .contact-card {
  }
  
  .form-enquire {
    width: 100%;
  }
  
  .address-wrap ul li {
    list-style-type: none;
  }
  
  .address-wrap h1,
  h3.contact-title {
    font-size: 37px;
    margin-bottom: 0px;
  }
  
  .address-wrap ul {
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    padding-left: 50px;
  }
  
  .address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
    line-height: 0px !important;
  }
  
  .address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
  }
  
  .form-name,
  .form-email {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
  }
  
  .form-phone {
    width: 100%;
    float: left;
    line-height: 0;
  }
  
  .contact-card .form-name input.wpcf7-form-control.wpcf7-text, .contact-card .form-email input.wpcf7-form-control.wpcf7-text, .contact-card .form-phone input.wpcf7-form-control.wpcf7-text, .contact-card .wpcf7 textarea, .form-location input {
    background: #cccccc60;
    border: 0px !important;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    font-family: "Poppins";
    font-size: 16px !important;
    line-height: 18px;
    color: #fff;
  }
  
  .contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
  }
  
  .contact-card .sub-btn {
    float: right;
  }
  
  .cs-fold1 {
    padding-top: 120px;
    background: whitesmoke;
  }
  
  .cs-fold1 > .row-container > .title {
    margin-bottom: 0px;
  }
  
  .contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
    padding: 15px 30px;
    text-align: center;
    box-sizing: border-box !important;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent;
    font-weight: 400;
    border: solid 1px #ccc;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    -webkit-appearance: inherit;
    margin: 10px 0px;
    color: #fff;
    border-radius: 5px;
  }
  
  .privacy-details > a {
    color: var(--blue);
  }
  
  /*== == Contact Page END == ==*/


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

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

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

.contact-card {flex: 100;}

.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: 8px;
}

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

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    margin-bottom: 20px;
}

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

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    color: var(--primary);
    font-size: 30px;
    margin: 20px 0px 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
}

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

.form-name, .form-email {
    width: 49.5%;
    margin-bottom: 10px;
    float: left;
    line-height: 0;
    z-index: 1;
    position: relative;
}

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

.form-phone {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    line-height: 0;
    position: relative;
    z-index: 1;
}



.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: #cccccc20;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 16px;
    letter-spacing:0px;
    margin: 0;
    max-width: 100%;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    border: solid 0px #cccccc20;
    box-sizing: border-box;
    border-radius: 0px;
}

.popup-form-wrapper {
    border-color: #222;
    border-radius: 10px;
}

.popup-close {
    background: var(--primary);
    border-color: #000;
    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: #333;
    color: var(--primary);
    margin-bottom: 20px;
}

.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;
  width: 100%;
}

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

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

.contact-card :is(.wpcf7-form input:not(.readmore), 
.wpcf7-form textarea){
	border-color:#ccc;
	border-style:solid;
}

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

.wpcf7-form-control.wpcf7-submit:hover {opacity: 0.8;}

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

.privacy-details a {
  color: var(--primary);
  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 == == ==*/
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);
    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%);
    -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: 0px;
    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;
    color: #fff;
}

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: -10px;
    color: #fff;
}

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

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

/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

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

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




.footer-top {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.footer-block-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 340px;
    display: flex;
    align-items: end;
    gap: 20px;
}

.footer-bottom p, .footer-bottom a {
    color: #ccc;
    margin: 0px;
}

.footer-nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

.foooter-spacer {
    height: 2px;
    width: 100%;
    background: #cccccc60;
}

.footer-location {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.footer-top p {
    margin: 0px;
}

.footer-top p.subtext {
    /* color: #ccc; */
}

.footer-title > .subtitle {
    color: #ccc;
    font-size: 56px;
    line-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.footer-title > .subtitle > .readmore.alt {
    display: inline-flex;
    width: 200px;
    margin: auto 40px auto 0px;
    height: 40px;
    font-size: 16px;
}

.footer-title {
    max-width: 880px;
}

.footer-title > .subtitle > .readmore.alt::before {
    width: 40px;
    height: 40px;
    right: -40px;
    font-size: 15px;
}

.footer-title > .subtitle > .readmore.alt:hover::before{
    right: -50px;
}

.footer-location > p {
    color: #ccc;
}

.footer-nav > a {
    cursor: pointer;
}

#masthead ul#primary-menu > li.menu-item::before {
    height: 100%;
    right: -12px;
    width: 2px;
    content: '';
    top: 0;
    background: #cccccc40;
    position: absolute;
}

#masthead ul#primary-menu > li.menu-item:last-child::before {
    display: none;
}

#masthead > .row-container > .readmore {
    margin: 0px;
    margin-right: 60px;
    width: 200px;
    min-width: 200px;
    height: 54px;
    background: var(--primary);
    color: #000;
    pointer-events: all;
    padding: 0px;
    border-color: var(--primary);
    color: white;
}

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

.map-fold1-wrapper {
    position: relative;
}

.map-fold1-wrapper::before {
    content: '';
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, #1b1a1f99, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.wpgmza-gesture-overlay {
    font-family: 'Poppins';
}


.policy-wrapper .subtitle {
    margin-top: 40px;
}

.policy-wrapper {
    margin: 240px 0px 0px;
}

#masthead ul#primary-menu > li.menu-item.double > ul.sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 540px;
}

#masthead ul#primary-menu > li.menu-item.double > ul.sub-menu > li {
    width: calc(100% / 2);
}

#masthead ul#primary-menu > li.menu-item > ul.sub-menu > li:hover {
}

#masthead ul#primary-menu > li.menu-item > ul.sub-menu > li {
    transition: all 300ms ease;
}

.footer-logo > img {
    width: 50%;
}

.footer-logo > a {
    display: flex;
}

.fold1-title * {
    margin: 0;
}

.contact-fold2-wrapper > .row-container {
    max-width: 1400px;
}

.fold1-title > p.title {
    color: var(--primary);
    font-weight: 600;
}

.fold2-right span.bold {
    color: var(--primary);
}

.footer-location i {
    color: var(--primary);
    font-size: 30px;
    margin-bottom: 10px;
}

.filter-mobile {
    text-align: center;
    background: #aaaaaa20;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
}

.filter-mobile p {
    margin: 0;
}

.footer-top p.subtext{
    display: none;
}

.details {
    margin-top: 20px;
    display: flex;
    gap: 40px;
}

.details a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.details a i {
    color: var(--primary);
    font-size: 20px;
}

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

div#ebook-fold .row-container {
    max-width: 1400px;
}

.form-service select {
    background: #cccccc60;
    border: 0px !important;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0;
    font-family: "Poppins";
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.form-service select option {
    color: #fff;
    background: #1b1b1b;
}

.form-location {
    width: 100%;
}

.form-service {
    width: 100%;
}

.popup-form-wrapper .form-service select {
    background: #cccccc20;
}