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

html {
	scroll-behavior:smooth;
}

body {
    margin: 0px;
    background: white;
    --primary-color1: #089b4d;
    --primary-color2: #026230;
    --secondary-color1:#F5F5F5;
    --secondary-color2:#F5F5F5;
    --third-color1: #cad50c;
    --background-color1: #1D3C33;
    --background-color2: #172e27;
    --background-color3: #091613;
    font-family: 'Montserrat';
    background:var(--background-color1);
}

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

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

.title {
    font-size: 56px;
    line-height: 66px;
    font-weight: 400;
}

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

.smalltitle, .subtext {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

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 15px 0px;
}

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

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 240px;
    padding: 15px 25px;
    background: white;
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    color: black;
}

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

.readmore.alt {
    background: transparent;
    border: 2px solid white;
	color:white;
}
.readmore.alt:hover {
	color: black;
	box-shadow: inset 0px 0px 0px 26px white;
	opacity:1;
}
.services-list {
    padding-left: 0px;
    list-style: none;
}

body.noscroll {
    overflow: hidden;
}

@media (min-width:640px) {

.services-list.duo {
	column-count:2;
	max-width:640px;
	}

}

.services-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0px 0px 15px;
}

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

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

#masthead li#menu-item-57 .sub-menu {
    left: 40px;
}

.site-heade-rtop-item {
    display: flex;
    gap: 20px;
}

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

.popup-background {
    z-index: 99999;
}

/*== == = Job Form == == ==*/

.codedropz-upload-wrapper {
    box-sizing: border-box;
}

.form-field.file {
    margin: 0px;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.codedropz-upload-handler {
    width: 100%;
    height: 100%;
    background: var(--background-color2);
    border: 2px dashed #cccccc60 !important;
    box-sizing: border-box;
}

.codedropz-upload-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.codedropz-upload-inner h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 400;
}

.codedropz-upload-inner span {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

.codedropz-upload-inner > div {
    width: fit-content !important;
}

.codedropz-upload-inner a {
    color: var(--primary-color1);
    font-size: 18px;
    line-height: 30px;
}

span.dnd-upload-counter {
    color: white;
}

.contact-form-popupa-form-padding {
    padding: 20px;
}

#popup-jobs-form .contact-form-fields {
    padding: 0px;
}

#popup-jobs-form .contact-form-popupa-form-header {
    text-align: center;
    color: white;
    margin: 0px 0px 40px;
}

.form-field.preferred {
    color: white;
    margin: 20px 0px;
}

.form-field.preferred .smalltitle {
    margin: 0px 0px 20px;
}

.form-field.preferred span.wpcf7-form-control-wrap > span {
    display: flex;
    gap: 20px;
}

.codedropz-upload-container {
    color: white;
}

.form-field.preferred span.wpcf7-form-control-wrap > span > span {
    margin: 0px;
    display: flex;
    gap: 10px;
    max-width: 100px;
    text-align: left;
}

	/*== == == Job Form END == == ==*/

/*== == == Testimonial Fold C == === ==*/

.testimonial-fold-c-header {
    max-width: 680px;
    padding: 350px 0px 40px;
}

.testimonial-fold-c-container {
    color: white;
    padding: 0px 0px 120px;
    position: relative;
}

.testimonial-fold-c-header span {
    color: var(--primary-color1);
}

.testimonial-fold-c-header span:last-child {
    color: var(--third-color1);
}

.testimonial-fold-c-splide-block-padding {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.testimonial-fold-c-splide-block {
    background: #12221e;
    margin: 0px 10px;
    display: flex;
    transition: all 500ms ease;
}

.testimonial-fold-c {
    background: var(--background-color2);
    position: relative;
}

.testimonial-fold-c-splide-block-content > p {
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    transition: all 500ms ease;
}

.testimonial-fold-c .splide__slide {
    display: flex;
}

.testimonial-fold-c-splide-block-content-name p {
    margin: 0px;
}

.testimonial-fold-c-splide-block-content-name p:last-child {
    color:var(--third-color1);
    font-weight:500;
}

.splide__slide.is-active .testimonial-fold-c-splide-block {
    background: #091613;
}

.splide__slide.is-active .testimonial-fold-c-splide-block .testimonial-fold-c-splide-block-content > p {
    color: var(--primary-color1);
}

.testimonial-fold-c-swoop::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/03/new-refood-ribbon2.png.webp');
    position: absolute;
    top: -200px;
    right: 0px;
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events:none;
}

.testimonial-fold-c-container::before {
    content: '';
    background-image: url('/wp-content/uploads/2026/01/refood-triangles.png.webp');
    position: absolute;
    top: 25%;
    right: 0px;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: overlay;
    opacity: 1;
    pointer-events:none;
}

    /*== == == Testimonial Fold C END == == ==*/

/*== == == Fold 1D == == =*/

.fold-1d-content-title {
    color: white;
    font-weight: 300;
}

.fold-1d-content-inner {
    color: white;
    margin: 30px 0px 0px;
}

.fold-1d-content-inner p {
    margin: 0px;
}

.fold-1d-content-title .title span {
    color: var(--primary-color1);
}

.fold-1d-content-readmore .readmore {
    width: fit-content;
    font-size: 20px;
    margin: 30px 0px 0px;
}

.fold-1d {
    position: relative;
    background: var(--background-color1);
    z-index: 1;
    overflow: hidden;
}

.fold-1d-background {
    position: absolute;
    right: -300px;
    width: 100%;
    height: 100%;
    top: -80px;
}

.fold-1d-content {
    padding: 280px 0px 120px;
    position: relative;
    max-width: 767px;
}

.fold-1d-content-readmore a:not(.readmore) {
    color: var(--third-color1);
    font-weight: 500;
    transition: all 500ms ease;
}

.fold-1d-content-title .subtitle.location {
    color: var(--primary-color1);
}

.fold-1d-content-title .title {
    margin: 0px;
}

.fold-1d-content-readmore {
    margin: 0px 0px 20px;
}

.fold-1d-content-readmore p {margin:0px;}

.fold-1d-content-readmore a:hover {
}

.content-fold-a {
    position: relative;
    z-index: 5;
}

.fold-1d-background img {
    object-fit: contain;
}

.fold-1d-background-swoosh {
    position: absolute;
    top: 0px;
    right: 0px;
    pointer-events: none;
}

.fold-1d-background-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
    mix-blend-mode: overlay;
    pointer-events: none;
}

	/*== == == Fold 1D END == === ==*/

@media (min-width:1024px) {

.main-fold-c-content-header .subtitle, .main-fold-e-header .subtitle, .fold-1d-content-title .subtitle {
    font-size: 40px;
    line-height: 48px;
}

.main-fold-c-content-header .title, .main-fold-e-header .title {
    font-size: 68px;
    line-height: 80px;
}

}

/*== === = Video FoldA == == ==*/

.video-folda {
  position: relative;
}

.video-folda video {
  width: 100%;
  display: block;
}

.video-folda-container {
  position: relative;
  background: #000;
}

.play-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 10;
}

.play-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  font-size: 28px;
  background: var(--primary-color2);
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.play-overlay:not(.playing) i {
  /* only show when not playing */
}

.play-overlay i::before {
    position: relative;
    left: 3px;
}

.video-folda video.playing + .play-overlay {
  display: none;
  pointer-events: none;
}

.video-folda::before {
    height: 70%;
    width: 100%;
    content: '';
    background: #1d3c33;
    position: absolute;
    bottom: 0px;
}

	/*=== == == Video FoldA END == == ==*/

/*== == == Logo Slider == == ==*/

.logo-splide-item img {
    max-height: 70px;
    margin: 0px auto;
    max-width: 145px;
}

.logo-slider .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider-container {
    padding: 60px 0px;
}

	/*== == == Logo Slider END == ==  ==*/

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

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

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

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

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

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

header#masthead.navbar-fixed-top {
	top: -54px;
	background: #0e1a17c9;
}

#masthead::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgb(18 33 38 / 74%) 50%, rgba(235, 78, 131, 0) 98%);
    transition: all 1100ms ease;
    pointer-events:none;
    height: 180px;
    opacity: 0;
}

#masthead.navbar-fixed-top::before {
}

.site-header-top, .site-header-bottom {
    position: relative;
}

.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.navbar-fixed-top > .row-container {padding: 15px 20px;}

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

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

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

#masthead ul.sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 210px;
    background: var(--background-color2);
    border: solid 2px var(--primary-color1);
    z-index: 10;
}

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

#masthead li#menu-item-14743 ul.sub-menu {
    right: 0px;
    left: unset;
}

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

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

#masthead li#menu-item-15085 ul.sub-menu {
    width:250px;
}

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

#masthead ul.sub-menu > li > a {
    display: block;
    padding: 17px 13px;
    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 {
	background: var(--primary-color2);
}

#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: 0px 35px 0px 20px;
}

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

#masthead .menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 35px;
}

#masthead .menu > li {position: relative;}

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

#masthead li#menu-item-58 .sub-menu {
    width: 600px;
}

#masthead .logo img {max-height: 70px;}

#masthead .medium-dropdown ul.sub-menu {
    width: 470px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

#masthead .medium-dropdown ul.sub-menu li {
    flex: 0 0 calc(100% / 2 - 0px);
}

.site-header-bottom-wrapper {
    display: flex;
    border-top: solid 1px #ffffff85;
    padding: 15px 0px;
}

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

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

.site-header-top-left {
    display: flex;
    gap: 30px;
}

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

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

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

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

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

.site-header-top-wrapper p a:hover {
    color: var(--primary-color1);
}

.site-header-top-wrapper p a {
    color: white;
    transition: all 500ms ease;
}

#masthead .menu > li > a {
    color: white;
    transition: all 500ms ease;
}

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

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

#masthead .logo a {
    display: flex;
}

header#masthead .row-container {
    max-width: 1440px;
}

#masthead li.menu-item.large-dropdown ul.sub-menu {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
}

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

#masthead li#menu-item-57 .sub-menu {
    left: -80px;
}

#masthead .menu > li#menu-item-15146 {
    display: none;
}

/* == == HEADER END == == */

/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 60px 0;
    position: relative;
    width: 100%;
    clear: both;
    background: var(--background-color3);
    color: white;
}

.footer-block .row-container {
}

div#phone {
    width: 23%;
}

div#address {
    width: 43%;
}

div#opening {
    width: 33.3%;
}

.footer-block .footer-block-item {
}

.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-top-wrapper {
    display: flex;
    gap: 100px;
    border-bottom: solid 2px var(--primary-color1);
    padding: 0px 0px 60px;
    margin: 0px 0px 60px;
    width: 100%;
}

.footer-block-top-content .title {
    font-size: 48px;
    line-height: 1;
    margin: 0px;
}

.footer-block-top-readmore .readmore {
    margin: 0px;
}

.footer-block-top-content {
    flex: 1;
}

.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;
  gap: 25px;
  flex: 0 0 300px;
}

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

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

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

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

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

.footer-block-bottom-wrapper {
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

div#middle.footer-block-item {
    flex: 1 0;
}

div#middle.footer-block-item ul {
    column-count: 3;
    padding: 0px;
    margin: 0px;
}

.footer-block-item.footer-logo img {
    max-width: 200px;
}

.footer-block ul li a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: var(--primary-color1);
}

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

.footer-block .socials a:hover i {
    color: var(--primary-color1);
}

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

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

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

#footer > .row-container {
    position: relative;
    max-width: 1380px;
}

#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.webp) 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 {
    color: white;
    list-style: none;
    position: relative;
    margin: 0px 0px 15px;
  }
  
  .footer-block ul li a {
    color: white;
    transition: all 0.5s ease;
    position: relative;
    display: flex;
    gap: 15px;
  }

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

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

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

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


/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
    background: var(--background-color2);
}

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

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

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

.contact-card {flex: 1;}

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

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

.address-wrap ul :is(li, p) a{
	color: white;
	font-weight: 400;
}

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

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

.address-wrap ul::before {
    content: "\f041";
    font-family: 'Font Awesome 6 Pro';
    color: 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-name, .form-email {
    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: #172e27;
    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 1px #ffffff82;
    box-sizing: border-box;
    font-size: 16px;
}

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

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

:is(#popup-general-form, #popup-services-form, #popup-education-form, #popup-resources-form) .contact-form-popupa-details-socials .socials a i {
    transition: all 500ms ease;
}

:is(#popup-general-form, #popup-services-form, #popup-education-form, #popup-resources-form) .contact-form-popupa-details-socials .socials a:hover i {
    color: var(--primary-color1);
}

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

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

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

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

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

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

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

.wpcf7-form input:not(.readmore):focus, .wpcf7-form textarea:focus,
.wpcf7-form input:not(.readmore):focus-visible, .wpcf7-form textarea:focus-visible{
    border-color: var(--third-color1);
    box-shadow: none;
    outline: none;
}

.contact-card :is(.wpcf7-form input:not(.readmore), 
.wpcf7-form textarea){
	border-color:#ccc;
	border-style:solid;
	margin-bottom: 20px;
	background: none;
	margin-top: 0px;
	border-width: 1px;
	background: var(--background-color1);
}

.contact-section .subtitle {
    color: var(--primary-color1);
    font-weight: 400;
    margin: 0px 0px 30px;
}

.contact-section li a {
    color: var(--third-color1);
}

.address-wrap ul::before {
    color: var(--primary-color1);
    font-weight: 600;
}

body #primary .contact-card input[type="submit"]:hover {
    background: var(--primary-color2);
}

body #primary .contact-card input[type="submit"] {
    background: var(--primary-color1);
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 10px;
    font-weight: 400;
    transition: all 500ms ease;
    width: 200px;
}

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

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

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

body #popup-resources-form,
body #popup-education-form{
	max-width:1150px;
}

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

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

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

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

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

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

.contact-form-popupa-form-header .subtitle {
    color: white;
    font-size: 40px;
    line-height: 1;
}

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

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

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

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

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

:is(#popup-general-form, #popup-services-form, #popup-education-form, #popup-resources-form) .contact-form-popupa-details-address a {
    color: white;
}

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

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

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

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

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

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

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

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

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

:is(#popup-general-form, #popup-services-form, #popup-education-form, #popup-resources-form) .contact-form-popupa-details-icon {
    display: flex;
    justify-content: center;
}

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

:is(#popup-general-form, #popup-services-form, #popup-education-form, #popup-resources-form) .contact-form-popupa-details-address :is(p, li) {
    font-size: 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;
    color: white;
}

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

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

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

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

div#html_sitemap :is(a, h2, li::marker) {
    color: white;
}

#html_sitemap {
	padding: 100px 0px 0px;
}

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