/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
.mobmenul-container svg {
    height: 30px;
    margin: 0;
}

.mobmenul-container {
    height: 30px !important;
}

body {
    margin: 0px;
    background: white;
    --primary-color1: #00A55D;
    --primary-color2: #002916;
    --secondary-color1: #00A55D;
    --secondary-color2: #002916;
    --third-color1: #3f3f3f;
    --third-color2: #000;
    font-family: 'din-2014';
}

#home-fold1{
	display: block;
	background: url(https://alpinegrp.com/wp-content/uploads/2026/01/data-centre-f1-mobile.jpg.webp);
	background-size: cover;
	background-position: center;
	min-height: 450px;
}

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

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

.title {
    font-size: 52px;
    line-height: 60px;
    font-family: "futura-pt";
    font-weight: 600;
}

.subtitle {
    font-size: 40px;
    line-height: 48px;
    font-family: 'futura-pt';
    font-weight: 600;
}

.smalltitle, .subtext {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
    font-family: 'futura-pt';
}

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

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

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

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

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 180px;
    padding: 20px;
    background: var(--primary-color1);
    color: white;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    font-family: 'futura-pt';
}

.readmore:hover {
    background:var(--secondary-color2);
}

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

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

.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.navbar-fixed-top .logo img {
    height: 50px;
}

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

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

.contact-folda p.privacy-details a {
    color: white;
}

.wpgmza_map, #wpgmza_map {
    display: block !important;
}

div#popup-video-popup {
    max-width: 1034px;
}

div#popup-video-popup video {
    width: 100%;
    height: 100%;
}

.sticky-contact-us {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    background: white;
    border-radius: 15px;
}

.sticky-contact-us i {
    color: var(--primary-color1);
    padding: 20px;
    font-size: 40px;
    transition: all 500ms ease;
}

.sticky-contact-us-thread {
    border: solid 1px #3f3f3f40;
    border-radius: 20px;
    width: 75px;
    transition: all 500ms ease;
    overflow: hidden;
}

.sticky-contact-us-thread .sticky-contact-us-thread-inner i {
    opacity: 0;
    transform: scale(0);
}

.sticky-contact-us-thread > i {
    position: absolute;
    right: 0px;
    
}

.sticky-contact-us-thread-inner {
    display: flex;
    justify-content: space-between;
}

.sticky-contact-us-thread:hover {
    width: 165px;
}

.sticky-contact-us:hover .sticky-contact-us-thread-inner a i {
    opacity: 1;
    transform:scale(1);
}

.sticky-contact-us:hover .sticky-contact-us-thread > i {
    opacity: 0;
    transform: scale(0);
}

.sticky-contact-us-thread-inner a {
    transition: all 500ms ease;
}

.sticky-contact-us-thread-inner a:hover i {
	opacity:.4;
}

@keyframes gentle-bob {
    0%, 100% {
        transform: translate(2px, -2px);
    }
    50% {
        transform: translate(-2px, 2px);
    }
}

.sticky-contact-us {
    animation: gentle-bob 2.5s ease-in-out infinite;
}

.sticky-contact-us:hover {
    animation:none;
}

.grecaptcha-badge {
    visibility: hidden;
}

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

/*== == == Gradient Fold == == ==*/

.fold2b::before, .testimonials-foldb::before, .content-fold-b.alt::before, .pdf-fold::before {
    content: '';
    background-image: url('/alpine-group-pattern.png');
    position: absolute;
    transform: scalex(-1);
    bottom: 0px;
    left: 0px;
    background-position: bottom right;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.2;
    background-size: contain;
}

.fold2b::after, .testimonials-foldb::after, .content-fold-b.alt::after, .pdf-fold::after {
    content: '';
    background: #ffffff;
    background: linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
}

.fold2b-outer::before, .testimonials-foldb-outer::before, .content-fold-b.alt .content-fold-b-container::before {
    content: '';
    background: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
}

.fold2b::before, .fold2b::after, .fold2b-outer::before, .testimonials-foldb::before, .testimonials-foldb::after, .testimonials-foldb-outer::before, .content-fold-b.alt::before, .content-fold-b.alt .content-fold-b-container::before, .pdf-fold::before {
    width: 1080px;
    height: 730px;
    max-width: 100%;
    max-height: 100%;;
}

.testimonials-foldb::before {
    transform: unset;
    left: unset;
    right: 0px;
}

.testimonials-foldb::after, .testimonials-foldb-outer::before {
    left: unset;
    right: 0px;
}

.testimonials-foldb-outer::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%);
}

	/*== == == Gradient Fold END == == ==*/

/*=== == == Content Fold B == == ==*/

.content-fold-b {
    background: whitesmoke;
}
.content-fold-b.alt {
    background: white;
    position: relative;
    overflow: hidden;
}

.content-fold-b-wrapper {
    padding: 120px 0px;
    display: flex;
    gap: 120px;
    position: relative;
}

.content-fold-b-img {
    flex: 0 0 45%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

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

.content-fold-b-content-inner-readmore {
    margin: 30px 0px 0px;
    display: flex;
    gap: 20px;
}

@media (max-width:380px) {

.content-fold-b-content-inner-readmore {
    flex-direction: column;
}

.content-fold-b-content-inner-readmore .readmore {
    margin: 0px;
    width: 100%;
}

}

.simple-folda {
    padding: 60px 0px;
}

.simple-folda p:last-child {
    margin: 0px;
}

	/*== == == Content Fold B END == = ==*/

/*== == == Contact Fold A == == ==*/

.contact-folda-inner {
    background: var(--primary-color2);
    color: white;
}

.contact-folda-inner a {
    color: white;
}

.contact-folda-inner-wrapper {
    display: flex;
    gap: 120px;
    padding: 60px;
}

.contact-folda-inner-wrapper > div:last-child {
    flex: 1;
}

.contact-folda-inner-details {
    flex: 0 0 33%;
}

.form-row-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 30px;
}

.form-row.half {
    flex: 0 0 calc(100% / 2 - 8px);
}

.form-row input, .form-enquire textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 12px;
    margin: 0px;
    font-family: 'futura-pt';
    background: none;
    color: white;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #ffffff91;
    font-weight: 400;
    border-width: 1px;
}

.contact-folda-inner-details-row > .subtitle {
    margin: 0px 0px 40px;
}

.form-enquire {
    width: 100%;
}

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

.ebook-readmore .readmore {
    background: var(--primary-color1);
    margin: 30px 0px 0px;
}

.ebook-readmore .readmore:hover {
    background: var(--secondary-color2);
}

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

.contact-folda-inner-details b {
    font-weight: 700;
}

.contact-folda {
    padding: 100px 0px;
}

.contact-folda-inner-details-row ul {
    list-style: none;
    position: relative;
    padding-left: 60px;
}

.contact-folda-inner-details-row ul::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 32px;
    font-weight: 400;
    width: 50px;
    text-align: center;
}

.contact-folda-inner-details-row ul.phone::before {
    content: '\f3ce';
}

.contact-folda-inner-details-row ul.email::before {
    content: '\f0e0';
}

p.privacy-details a {
    color: white;
    font-weight: 600;
}

.privacy-text a {
    color: white;
    font-family: 'din-2014';
    text-transform: uppercase;
    font-weight: 500;
}

	/*== == == Contact Folda A END == == ==*/

/*== == == Testimonials Splide == === ==*/

.testimonials-foldb-outer::before, .testimonials-foldb-outer::after, .content-fold-b.alt .content-foldb-container::before {
    background: none;
}

.testimonials-foldb-wrapper {
    display: flex;
    gap: 120px;
    padding: 100px 0px;
    justify-content: space-between;
    position: relative;
}

.testimonials-foldb-img {width: 40%;position: relative;z-index: 5;}

.testimonials-foldb .splide__arrows, .news-article-fold-wrapper .splide__arrows.splide__arrows--ltr, .logo-slider .splide__arrows {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 5;
    display: flex;
    gap: 30px;
}

.testimonials-foldb-content {
	position: relative;
	width: 58%;
	display: flex;
	z-index: 5;
}

.testimonials-foldb-content-name {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0px 0px;
}

.testimonials-folb-content-name-img img {
    max-height: 60px;
}

.testimonials-foldb-content-name-inner p:first-child {
    font-size: 22px;
    line-height: 1;
    margin: 0px 0px 5px;
}

.testimonials-foldb-content-name-inner {}

.testimonials-foldb-content-name-inner p:last-child {
    margin: 0px;
    font-size: 18px;
}

div#testimonials-foldb-splide {
    display: flex;
    flex: 1;
    width: 100%;
}

button.splide__arrow.splide__arrow--prev {
    transform: scalex(-1);
}

.testimonials-foldb .splide__arrows button, .news-article-fold-wrapper .splide__arrows button, .logo-slider .splide__arrows button {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}

.testimonials-foldb .splide__arrows button svg, .news-article-fold-wrapper .splide__arrows.splide__arrows--ltr button svg, .logo-slider .splide__arrows button svg {
    width: 20px;
    height: 20px;
    fill: var(--third-color1);
}

.testimonials-foldb .splide__slide {
    display: flex;
}

.testimonials-foldb-content-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 0px 50px;
}

.testimonials-foldb-content-inner p {
    font-size: 28px;
    line-height: 36px;
}

.testimonials-foldb {
    position: relative;
}

	/*=== === == Testimonials Splide END == == ==*/

/*== === == Logo Splide == == ==*/

@media (min-width:1024px) {

.logo-slider ul.splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1250px;
    margin: 0px auto !important;
}

.logo-slider ul.splide__list li.splide__slide {
    flex: 0 0 auto;
}

div#logo-splide {
    visibility: visible !important;
}
	
}
	
.logo-splide-container img {
    max-height: 50px;
    object-fit: contain;
    object-position: center;
    width: 100%;
    transform: scale(0.95);
    max-width: 120px;
}

.logo-splide {
    background: #efefef;
    padding: 100px 0px;
    position:relative;
    z-index:5;
}



.logo-splide-header {
    margin: 0px 0px 50px;
    text-align: center;
}

.logo-slider {
}

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

	/*== == === Logo Splide END == === ===*/

/*== == == Fold1 == == ==*/

.fold1c {
    position: relative;
    flex: 1 0 100%;
    background-image: url('/wp-content/uploads/2025/11/alpinegroup-fold1-slide1.jpg');
    background-size: cover;
}

.fold1c-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold1c-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fold1c-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.65);
}

.fold1c-wrapper .subtitle {
    margin: 0px;
    opacity: .8;
}

.fold1c-container {
    height: 37.5vw;
    position: relative;
    color: white;
    padding: 0px 0px 150px;
    display: flex;
    align-items: flex-end;
}

#fold1c-splide .splide__slide {
    display: flex;
}

.fold1c-container .title {
    /* text-shadow: 0px 0px 15px black; */
    font-weight: 600;
}

@media (min-width:1024px) {

.fold1c-container .title {
    font-size: 56px;
    line-height: 62px;
}

}

.fold1c-wrapper {
    max-width: 700px;
}

.fold1c-wrapper .readmore {
    width: fit-content;
}

	/*== == == Fold1 END == == ==*/

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

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

.site-header > .row-container {
}

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

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

header#masthead.navbar-fixed-top {
	background: white;
}

.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;
    padding: 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: whitesmoke;
    z-index: 9999;
}

#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: 25px;
    align-items: center;
	transition:all 500ms ease;
}

#masthead.navbar-fixed-top ul#primary-menu {
	margin:0px;
}

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

#masthead ul#primary-menu > li > a {
    color: black;
    font-size: 16px;
    line-height: 41px;
    position: relative;
    display: block;
    text-align: center;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 500;
    transition:all 500ms ease;
    font-family: 'futura-pt';
}

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

#masthead ul.sub-menu > li > a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: black;
    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: #00A55D;
	color: white;
}

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

#masthead ul#primary-menu li.menu-item.footer-link, .mobmenu-content li.menu-item.footer-link {
    display: none;
}

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

ul#primary-menu li#menu-item-14898 a {
    padding: 6px 20px;
    background: var(--primary-color1);
    color: white;
}

ul#primary-menu li#menu-item-14898 a:hover {
    background: var(--primary-color2);
    color: white;
}

#masthead ul.sub-menu > li#menu-item-14900 > a:hover {
    background: #56d0e0;
}

#masthead ul.sub-menu > li#menu-item-14901 > a:hover {
    background: #f7941d;
}

/* == == HEADER END == == */
/*== == == Footer Block == == ==*/

.footer-block ul#primary-menu > li.menu-item-has-children > a::after {
    display:none;
}

.footer-block ul#primary-menu > li > a {
    padding: 0px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

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

.footer-block {
    background: #002916;
    padding: 70px 0px;
    position: relative;
    z-index: 10;
}

.term-care-bears .footer-block {
	background:#81539c;
}

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

.footer-block-container p.date-sitename {
    margin: 0px 0px 10px;
    font-family: 'Montserrat';
}

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

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

.footer-block-item-img {
    margin: 0px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-block-item-img img {
    max-height: 100px;
}

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

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

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

.footer-block-wrapper p {}

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

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

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

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

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

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

.footer-block ul#primary-menu {
	display: flex;
	padding: 0px;
	max-width: 1250px;
	margin: 0px auto;
	border-bottom: solid 2px #ffffff6b;
	padding-bottom: 40px;
	justify-content: space-between;
	list-style: none;
}

.footer-block ul#primary-menu a {
    color: white;
}

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

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

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

.footer-block li.contact-button.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-14707 {
    display: none;
}

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

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

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

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

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

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

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

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

	/*== === == Footer Block END == == ===*/

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


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

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

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

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

.contact-card {flex: 1;}

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

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

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

.address-wrap h1, h3.contact-title {
    font-size: 36px;
    color: var(--color1);
    margin-bottom: 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: 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 1px #ccc;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Montserrat';
}

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

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

.pweb-title .subtext {
    margin: 0px;
    justify-content: center;
}

div#popup-general-form {
    background: whitesmoke;
}

.popup-form-wrapper {
    border-width: 3px;
}

.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;
    border-top-left-radius: 6px;
}

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

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

body #primary .contact-card input[type="submit"] {
    background: var(--primary-color1);
    color: white;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
    border-radius: 0px;
    margin-bottom: 10px;
}

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

/* 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;
    color: var(--primary-color1);
}

#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;
    text-align: left;
}

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

.wpcf7 textarea {
    width: 100%;
    height: 100px;
    margin-top: -10px;
}

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

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

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

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

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