/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */

.post-folda-content-inner table * {
    font-size: 12px;
    margin: 0 !important;
}

.post-folda-content-inner table td {
    padding: 5px;
    box-sizing: border-box;
}

.post-folda-content-inner table tr:first-child {
    font-weight: bold;
    background: var(--primary-color1);
    color: white;
}

.post-folda-content-inner table tr:first-child p {
    color: white;
}

.post-folda-content-inner table {
    border-collapse: collapse;
}

.mobmenu-content li {
    padding: 0 !important;
}
.html-sitemap-column li {
    display: block !important;
}

.html-sitemap-column li::before {
    margin-right: 10px;
}
/*== == Generic == == */
.fold2-right-item-bottom li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.map-wrapper{
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
body {
    margin: 0px;
    background: white;
    --primary-color1: #482865;
    --primary-color2: #783a8e;
    --secondary-color1: #C3D200;
    --secondary-color2: #8FB22D;
    font-family: "Roboto", sans-serif;
}

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

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

.title {
    font-size: 64px;
    line-height: 80px;
    color: #333;
    font-weight: 400;
}

.subtitle {
    font-size: 34px;
    line-height: 42px;
    color: #333;
    font-weight: 400;
}

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

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

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

p {
	margin:0px 0px 15px 0px;
	color: #777;
}

.row-container {
    margin: 0px auto;
    max-width: 1600px;
    padding: 0px 20px;
}

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: fit-content;
    padding: 15px 15px;
    background: white;
    color: var(--primary-color1);
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 30px;
    gap: 20px;
    width: 250px;
    justify-content: center;
}

.readmore-wrapper {
    display: flex;
    gap: 20px;
}

.readmore::after {
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    background: var(--primary-color1);
    border-radius: 50%;
}

.readmore:hover, .readmore.active {
    background: var(--secondary-color1) !important;
}

.readmore.alt:hover{
	background: white !important;
	border-color: white !important;
}

.readmore.alt {
    background: transparent;
    border: 3px solid var(--secondary-color1);
	color: var(--secondary-color1)
}

.readmore.alt::after{
	background: var(--secondary-color1)
}

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

.services-list li {
    position: relative;
    display: flex;
    padding-right: 10px;
    box-sizing: border-box;
    color: #777;
    margin-bottom: 10px;
}

.services-list li b {
	color: var(--primary-color1);
}

.services-list.duo {
    flex-wrap: wrap;
    display: flex;
}

.services-list.duo li {
    width: calc(100% / 2);
}

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

.iso-page .fold1-content .title::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/iso-27001.png');
    position: relative;
    width: 150px;
    height: 150px;
    background-size: contain;
    display: block;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 55%;
}

.microsoft-page .fold1-content .title::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/microsoft-log.png');
    position: relative;
    width: 220px;
    height: 40px;
    background-size: contain;
    display: block;
    margin-bottom: 20px;
	background-repeat:no-repeat;
}

@media (max-width:1024px) {

.iso-page .fold1-content .title::before{
    margin:0px auto 20px;
}

	.microsoft-page .fold1-content .title::before {
		margin:0px auto 20px;
		height:25px;
		width:100px;
	}
    
}

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


/* == == HEADER == == */
#masthead .logo {
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fold2.alt .services-list li b {
    color: #fff;
}

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

.services-list li * {
    display: contents;
}

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

#page {
    /* overflow: hidden; */
}

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

header#masthead.navbar-fixed-top {
	background: var(--primary-color1);
}

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

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

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

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

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


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

#masthead ul.sub-menu {
    width: 500px !important;
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 210px;
    border-radius: 30px;
    background: var(--primary-color1);
    z-index: 100000;
}

header#masthead ul li.big {
    position: unset;
}

#masthead ul#primary-menu > li.menu-item > ul.sub-menu{
	transform: translateY(100%);
}

#masthead ul#primary-menu > li.menu-item:hover > ul.sub-menu {
    /* top: auto; */
    opacity: 1;
    pointer-events: all;
    bottom: 15px;
    transform: translateY(100%);
}

#masthead li.big.menu-item:hover > ul.sub-menu{
	bottom: 15px !important;
}

#masthead ul > li > a {
    color: white;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    display: block;
    text-align: left;
    padding: 10px 20px;
    width: fit-content;
    position: relative;
    border-radius: 20px;
    transition: all .5s ease;
}

#masthead ul > li:not(.book-a-meeting) > a:hover {
	color:var(--secondary-color1)
}

#masthead ul.sub-menu > li > a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    position: relative;
    transition: all 300ms ease;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
}
#masthead ul#primary-menu > li > a:hover::before {
    opacity: 1;
}

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

#masthead #primary-menu > li.menu-item.menu-item-has-children > a:hover::before {
	color:var(--secondary-color1)
}

#masthead #primary-menu > li.menu-item.menu-item-has-children > a::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 10px;
    transition: all 500ms ease;
}

header#masthead ul li.big:hover * {
    /* pointer-events: all !important; */
}

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

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

.menu-outer {
    width: 100%;
    display: flex;
    padding: 30px 0px;
    transition: all .5s ease;
    justify-content: space-between;
}

.navbar-fixed-top .menu-outer {
    padding: 5px 0px;
}

li.menu-logo img {
    width: 300px;
}

.menu-outer > div {
    width: 100%;
}

header#masthead.hidden {
    top: -120px;
}

.menu-left.menu-wrap {
    display: flex;
}

.menu-right.menu-wrap {
    display: flex;
    justify-content: flex-end;
}
li.menu-logo {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrap ul.menu {
    display: flex;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 10px;
}

nav#site-navigation {
    width: 100%;
    display: flex;
    align-items: center;
}

nav#site-navigation > div {
    width: 100%;
}

#masthead li.book-a-meeting a {
    background: white;
    border-radius: 30px;
    color: var(--primary-color1) !important;
    display: flex !important;
    align-items: center;
    gap: 20px;
}

#masthead li.book-a-meeting a::after {
    width: 20px;
    height: 20px;
    content: '';
    background: var(--primary-color1);
    position: relative;
    display: block;
    border-radius: 50%;
}
    /*== == == 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.2;
}

.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: white;
    padding: 10px 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    border: solid 3px #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 .title {
    color: var(--primary-color1);
}

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 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: var(--primary-color1);
}
  
  .ebook-image {
    position: relative;
  }
  
  .ebook-form {
    flex: 100;
  }
  
  .ebook-form-text > .smalltitle {
    text-transform: uppercase;
    font-size: 20px;
    font-style: italic;
  }
  
  .wpcf7-form > .readmore {
    margin-top: 20px;
  }

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

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

.input-readmore::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    width: 28px;
    height: 36px;
    background-image: url('/wp-content/uploads/2024/11/small-lion-white.png');
    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: 70px 0;
    position: relative;
    background: var(--primary-color1);
    width: 100%;
    clear: both;
}

.footer-block .row-container {
    display: flex;
    align-items: flex-start;
}

div#phone {
    width: 23%;
}

div#address {
    width: 43%;
}

div#opening {
    width: 33.3%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-logo-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.footer-logo-wrapper img {
    flex: 0 0 100px;
    width: 100px!important;
    object-fit: contain;
}

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

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

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

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

/* == == == MWM FOOTER == == == */

.footer-wrapper {
    display: flex;
    padding: 40px 0px;
    justify-content: space-between;
}

.footer-left p, .footer-left a {
    font-size: 14px;
    line-height: 14px;
    color: white;
}

.footer-middle {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-left, .footer-right {
    flex: 0 0 300px;
}

.social-icons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .5s ease;
}

.social-icons a:hover{
    background: var(--secondary-color1);
}

#footer {
    box-sizing: border-box;
    position: relative;
    background: var(--primary-color1);
    clear: both;
}

#footer > .row-container {
    position: relative;
    border-top: solid 3px #ffffff33;
}

#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;
    color: white;
}

#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 {
}

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

.footer-block ul li a::before {
    content: "-";
    margin-right: 5px;
}

.footer-readmores a {
    margin: 0;
}

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

.footer-block-item-list {
    width: 100%;
    height: 100%;
  }
  
  .footer-block ul li {
    width: 100%;
    color: white;
    list-style: none;
    position: relative;
  }
  
  .footer-block ul li a {
    color: white;
    transition: all 0.5s ease;
    position: relative;
    padding: 5px 0px;
    display: block;
    font-size: 16px;
    line-height: 20px;
  }

#footer .privacy-text {
    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;
}


.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: white;
    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 3px #ccc;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 16px;
    border-radius: 25px;
    font-family: 'Roboto';
}

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

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

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

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: white;
    margin-bottom: 20px;
}

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

/* 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 == == ==*/
body {
    position: relative;
}

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

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

.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: 'Roboto', sans-serif;
    text-align: left;
}

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

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

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

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

section.error-404.not-found {
    padding: 100px 0px;
    border-top: solid 185px var(--primary-color1);
}

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

.fold1-form input, .fold1-form textarea, .fold1-form select {
    background: var(--primary-color2);
    color: white;
    margin-bottom: 15px;
    width: 100%;
    padding: 20px 30px;
    border-width: 0px;
    border-radius: 20px;
    box-sizing: border-box;
    font-family: "Roboto";
    border: 0;
    font-size: 20px;
    appearance: none;
}

.fold1-form textarea{
	height: 120px;
}


.fold1-form input::placeholder, .fold1-form textarea::placeholder{
    color: white;
}

.wpcf7-form-control-wrap {
    display: block;
}

.fold1-form form {
    width: 100%;
}

.fold1-form .subtitle {
    margin-bottom: 20px;
    color: white;
}

.fold1-form input[type="submit"] {
    background: none;
    color: var(--secondary-color1);
    border: solid 3px var(--secondary-color1);
    border-radius: 40px;
	transition: all .5s ease;
	cursor: pointer;
}

.fold1-form input[type="submit"]:hover{
	background: white;
	border-color: white;
}

.wpcf7-spinner{
    display: none !important;
}

span.block{ 
    display: block;
}

ul#fold3-splide-list {
    display: flex;
}

ul.splide__pagination {
    display: flex;
    justify-content: center !important;
    padding: 0;
    gap: 20px;
    margin-top: 20px;
    margin: 20px auto 0px;
}

ul.splide__pagination button{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    background: var(--secondary-color1);
    opacity: 0.5;
    transition: all .5s ease;
}

ul.splide__pagination button.is-active{
    opacity: 1;
}





.fold7 {
    padding: 70px 0px;
}

.fold7-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.fold7-inner {
    padding: 120px 60px;
    background: #eaeaea;
    border-radius: 35px;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.fold7-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fold7-button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

.fold7-button i {
    color: white;
}

.fold7-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/09/swoosh.jpg);
    background-position: 50% 30%;
}


.fold7-button:hover {
    background: var(--secondary-color1);
}

.fold7-slide {
    display: flex;
    align-items: stretch;
    padding: 20px;
    background: var(--primary-color1);
    border-radius: 20px;
    gap: 40px;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.fold7-slide img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.fold7-slide-content p {
    color: var(--secondary-color1);
}

.fold7-slider a {
    box-sizing: border-box;
    display: block;
    height: 100%;
}

p.fold7-slide-date {
    background: white;
    color: #777;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
}

.fold7-slide-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}


.fold7-slide-image {
    display: flex;
    align-items: center;
    flex: 0 0 170px;
}

header#masthead ul li {
    /* position: relative; */
    display: flex;
    align-items: center;
}

#masthead .duo ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 570px;
}

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

#masthead ul.sub-menu > li > a::before {
    content: '\f054';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    font-size: 12px;
    line-height: 24px;
    color: var(--secondary-color1);
}





header#masthead ul li.big li::before {
    display: none;
}

header#masthead ul li.big .sub-menu .sub-menu a {
    /* padding: 4px 20px; */
    text-align: left;
    /* font-size: 13px; */
}

header#masthead ul li.big > .sub-menu > li {
    height: fit-content;
    flex-direction: column;
    align-items: start;
}

header#masthead ul li.big > .sub-menu > li > .sub-menu {
    opacity: 1;
    position: relative;
    padding: 0px;
    top: auto;
    display: flex;
    flex-direction: column;
    width: unset;
}

header#masthead ul li.big .sub-menu .sub-menu li {
    flex-direction: column;
    align-items: flex-start;
}

header#masthead ul li.big > .sub-menu > li > a::before {
    display: none;
}

header#masthead ul li.big > .sub-menu > li > a {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

header#masthead ul li.big > .sub-menu {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    left: 0px;
    gap: 40px;
    min-height: 300px;
}

li.big-duo > .sub-menu {
    width: 100% !important;
}

header#masthead ul li.big > .sub-menu > li > .sub-menu .sub-menu {
    position: relative;
    top: 0;
    opacity: 1;
    padding: 0px 0px;
    padding-left: 10px;
}

.fold2.alt .accordion-header {
    background: var(--primary-color2);
}

.services-list li a {
    color: var(--primary-color1);
}

ul:not([class]) {
    padding: 0;
    list-style: none;
    margin: 0px 0px 15px 0px;
}

ul:not([class]) li {
    position: relative;
    color: #777;
    display: flex;
    gap: 10px;
    text-align: left;
}

ul:not([class]) li::before {
    content: '\f054';
    position: relative;
    color: var(--primary-color1);
    font-family: 'FontAwesome';
    font-size: 12px;
}

#masthead.navbar-fixed-top li.big.menu-item:hover > ul.sub-menu {
    bottom: 20px !important;
}

header#masthead ul li.big > .sub-menu > li.big-duo > ul {
    flex-direction: unset;
    column-count: 2;
    display: unset;
}

header#masthead ul li.big > .sub-menu > li.big-duo > ul > li {
    break-inside: avoid-column;
}

header#masthead ul li.big > .sub-menu > li.big-duo {
    flex: 100;
}

#masthead li.book-a-meeting a:hover {
    background: var(--secondary-color1);
}

header#masthead ul li.big > .sub-menu > li > .sub-menu .sub-menu {
    width: 100%;
}

ul#secondary-menu {
    display: flex;
    margin: 0px;
}

.footer-block-item.menu-block {
    width: 100%;
    margin-right: 2%;
}

.footer-block-item.menu-block ul#secondary-menu > li > a::before {
    display: none;
}

.footer-block-item.menu-block ul#secondary-menu > li > a{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

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

.related-image-item:not(.active) {
    opacity:0;
}

.related-wrapper {
    display: flex;
    padding: 70px 0px;
    gap: 70px;
    align-items: center;
}

.related-image {
    flex: 0 0 640px;
    position: sticky;
    top: 120px;
}

.related-links {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.related-link-item {
    background: whitesmoke;
    padding: 20px 40px;
    border-radius: 60px;
    transition: all .5s ease;
    cursor: pointer;
}

.related-links p {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--primary-color1);
}

.related-links p::after {
    width: 30px;
    height: 30px;
    content: '';
    background: var(--primary-color1);
    display: block;
    border-radius: 50%;
}

.related-link-item.active, .related-link-item:hover {
    background: var(--secondary-color1);
}

.related-image-item {border-radius: 20px;overflow: hidden;position: relative;transition: all .5s ease;}

.related-image-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.related-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    box-sizing: border-box;
}

.related-overlay p {
    color: white;
}

.related-overlay a {
    margin: 0;
}

.related-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color1);
    z-index: -1;
    opacity: 0.5;
}

.related-image-item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}

p.fold2-right-item-bottom-stars {
    display: none !IMPORTANT;
}

.fold4-item-back .readmore{
    margin: 0px auto;
}

.fold1-inner:not(:has(p, h1)) {
    padding: 0px;
}

.mob-menu-header-holder > a {
    position: absolute;
    color: white;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 20px;
}

.reviews-footer {
    padding: 40px 0px;
    background: var(--primary-color2);
    color: white;
    overflow: hidden;
}

.reviews-footer p {
    color: white;
}

.reviews-footer-wrapper {
    display: flex;
    align-items: center;
}

.reviews-footer-wrapper > div {
    flex: 0 0 50%;
}

.circle {
    width: 100px;
    height: 100px;
    display: block;
    background: var(--secondary-color1);
    border-radius: 50%;
}

.reviews-footer-top {
    display: flex;
    gap: 20px;
    align-items: center;
}

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

p.reviews-footer-top-title {
    color: var(--secondary-color1);
    font-size: 40px;
    line-height: 48px;
}

p.reviews-footer-top-subtitle {
    font-size: 30px;
    line-height: 38px;
}

p.reviews-footer-top-content {
    font-size: 14px;
}

.reviews-footer-bottom {
    border-left: solid 1px var(--primary-color1);
    padding-left: 50px;
    box-sizing: border-box;
    width: 50%;
}

.document-popup {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.document-popup * {
    width: 100%;
}

.document-popup input {
    margin-bottom: 10px;
}

.popup-confirmation-inner p {
    color: white;
}

/**NEW MENU**/


#masthead ul.sub-menu .sub-menu {
    opacity: 0;
    top: 0 !important;
    left: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0px 0px;
    gap: 20px;
    bottom: auto;
}

#masthead ul.menu .sub-menu a {
    color: #fff;
}

#masthead ul.menu .sub-menu a.menu-link:has(.menu-item-description) {
    border-radius: 0;
    margin-bottom: 10px;
    opacity: 0.6;
    transition: all .5s ease;
    display: block;
    box-sizing: border-box;
    border-radius: var(--fold-border-radius);
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    align-items: flex-start !important;
}

#masthead ul.menu .sub-menu a.menu-link:has(.menu-item-description)::after{
	display: none !important;
}

#masthead ul.menu .sub-menu a.menu-link p:last-child {
    margin: 0;
    color: white;
}

#masthead ul.menu .sub-menu a.menu-link:has(.menu-item-description) span:first-child {
    display: block;
    margin-bottom: 15px !important;
    font-size: 20px;
    line-height: 20px;
}

#masthead ul.menu .sub-menu li:hover > a.menu-link, #masthead ul.menu .sub-menu li.active > a.menu-link {
    opacity: 1;
    background: var(--secondary-color2);
    color: white;
}

#masthead ul.menu .sub-menu .sub-menu a.menu-link span:first-child {
    margin: 0;
}

#masthead ul.menu .sub-menu a.menu-link {
    background: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    opacity: 0.6;
    height: 100%;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
}

#masthead .sub-menu li.menu-item > ul.sub-menu li {
    opacity: 0;
    /* pointer-events: none; */
    transition: all .5s ease;
    position: unset;
    z-index: 3;
    margin: 0px 0px 0px;
}

#masthead .menu-menu-1-container > li:hover .sub-menu > li.menu-item > ul.sub-menu{
	/* pointer-events: all; */
	opacity: 1;
}

#masthead ul.sub-menu .sub-menu li {
    /* flex-grow: 1; */
}

#masthead li:hover .sub-menu li.menu-item.active > ul.sub-menu > li {
    opacity: 1;
    pointer-events: all;
}

#masthead ul.sub-menu .sub-menu:has(.has-children) {
    padding: 0px;
}

#masthead ul.menu .sub-menu li:last-child > a.menu-link:has(.menu-item-description) {
    margin: 0;
}

#masthead ul.menu .sub-menu a.menu-link::after {
    content: '\f054';
    width: 20px;
    height: 20px;
    background: #333;
    color: white;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    opacity: 0;
}

#masthead ul.menu .sub-menu li:hover > a.menu-link, #masthead ul.menu .sub-menu li.active > a.menu-link::after{
    opacity: 1;
}

main :is(.service-fold1) ul li:last-child, .accordion-row-bottom-inner ul li:last-child {
	margin:0px;
}

#masthead ul.sub-menu .sub-menu .sub-menu {
	opacity: 0;
}

#masthead .sub-menu li.menu-item > ul.sub-menu .sub-menu li {
    position: relative;
    z-index: 5;
}

#masthead .sub-menu li.menu-item > ul.sub-menu .has-children:hover li {
    opacity: 1;
    pointer-events: all;
}

#masthead li:hover .sub-menu li.menu-item .active > ul.sub-menu {
    opacity: 1;
}

/* width */
.sub-menu-wrapper::-webkit-scrollbar,
.sub-menu::-webkit-scrollbar{
  width: 10px;
}

/* Track */
.sub-menu-wrapper::-webkit-scrollbar-track,
.sub-menu::-webkit-scrollbar-track{
  background: whitesmoke;
}

/* Handle */
.sub-menu-wrapper::-webkit-scrollbar-thumb{
  background: var(--secondary-color1);
}

.sub-menu::-webkit-scrollbar-thumb {
	background:transparent;
}

/* Handle on hover */
.sub-menu-wrapper::-webkit-scrollbar-thumb:hover {
  background: #999;
}

ul.sub-menu:not(:has(.menu-item-description)) {
    /* overflow-y: scroll; */
}

#masthead li.menu-item:hover > ul.sub-menu li, #masthead li.menu-item.active > ul.sub-menu li {
    opacity: 1;
}

.sub-menu-wrapper {
    max-height: 480px;
    overflow-y: scroll;
    padding: 20px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    /* overflow-x: visible; */
    height: 100%;
}

#masthead li.menu-item > ul.sub-menu li {
	margin:0px;
}

#masthead ul.menu .small-dropdown .sub-menu li:hover > a.menu-link {
    background: none;
    color: #333;
    opacity: .6;
}

.site-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-fixed-top .site-header-right i {
	color: #000;
}

.site-header-right i {
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease;
}

#masthead ul.menu .book-now a:hover::after {
    pointer-events: all;
}


#masthead .menu-menu-1-container > ul.menu > li.menu-item > ul.sub-menu {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#masthead .menu-menu-1-container > ul.menu > li.menu-item > ul.sub-menu > .sub-menu-wrapper > .menu-item > ul.sub-menu {
    border-radius: 0px;
}

#masthead .menu-menu-1-container > ul.menu > li.menu-item > ul.sub-menu > .sub-menu-wrapper > .menu-item > ul.sub-menu > .sub-menu-wrapper > .menu-item > ul.sub-menu {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: none;
}

#masthead ul.menu .sub-menu a.menu-link {
    border: solid 1px var(--primary-color1);
    /* border-radius: var(--fold-border-radius); */
}

#masthead ul.sub-menu .menu-item-description {
    font-size: 14px;
    line-height: 22px;
}



#masthead ul.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: space-between;
}

#masthead :is(.menu-menu-1-container, .menu-menu-2-container) ul.menu a {
    color: white;
    font-size: 16px;
    line-height: 1;
    transition:all 500ms ease;
    padding: 10px;
    display: block;
    border: solid 2px transparent;
}

#masthead li.menu-item:hover > ul.sub-menu, #masthead li:hover li.menu-item.active > ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}

#masthead ul#primary-menu > li > a {
    padding: 10px 20px;
}

ul#primary-menu > li > .sub-menu > .sub-menu-wrapper {
    overflow: visible !important;
}


header#masthead ul li.small {
    position: relative;
}

li.small ul.sub-menu {
    border-radius: 30px !important;
}

li.small ul.sub-menu li a {
    padding: 15px !IMPORTANT;
    width: 100%;
    border-radius: 20px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

li.small ul.sub-menu li {
    border-radius: 20px;
}

li.small .sub-menu-wrapper {
    padding: 20px;
}


li.small ul.sub-menu li a::after {
    content: '\f054';
    width: 20px;
    height: 20px;
    background: #333;
    color: white;
    font-family: 'Font Awesome 6 Sharp';
    font-size: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    opacity: 0;
}

span.simplesat-rating {
    display: none;
}