/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

body ol, ul {
	list-style-position: inside !important;
	padding-left: 25px !important;
} 

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

strong {
    margin-top: 10px !important;
    font-weight: 600 !important;
}

.single-post strong {
    margin-top: 10px !important;
    font-weight: 600 !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.single-post h2 {
    font-size: 26px !important;
    line-height: 1.5em !important;
    margin: 15px 0px !important;
    font-weight: 600 !important;
}

.single-post h4, .single-post h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.5em !important;
}

.single-post h5{
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.5em !important;
}

.footer-menu ul {
    padding-left: 0px !important;
}

 a.elementor-sub-item.elementor-item-active, a.elementor-sub-item {
    padding-left: 15px !important;
}

.single-project .elementor-widget-text-editor ul {
    padding-left: 0px !important;
}

.single-post .elementor-widget-container ul {

	list-style-position: outside !important;
    padding-left: 20px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    list-style-type: circle !important;
	
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    padding-left: 25px;
    list-style-position: outside;
    margin-bottom: 10px;
}

/* .single-post .elementor-widget-container li {
    /* Styles for list items */
	
/* 	list-style-position: outside !important;
	padding-left: 25px !important; */
/* } */

.sub-menu {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');

body {
	background-color: #ECEFED;
}

/*HEADER STYLES*/


header.sticky-header a.elementor-item-active, header.sticky-header.elementor-sticky--effects a.elementor-sub-item:hover {
	color: #1298D5 !important;
	font-weight: 700 !important;
}

header.sticky-header.elementor-sticky--effects a.elementor-sub-item {
    color: #171717 !important;
    font-weight: 500 !important;
    font-size: 15px;
    font-family: 'Inter' !important;
}

header.sticky-header.elementor-sticky--effects span.sub-arrow svg {
    color: #fff;
    fill: #fff;
}

/***
* class: .sticky-header
*/
header.sticky-header {
	margin-bottom: -100px;
	--header-height: 80px;
	--shrink-header-to: 0.8;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(0, 0, 0, .0);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff !important;
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(0, 0, 0, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	--header-height: 75px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	color: #fff !important;
}

header.sticky-header.elementor-sticky--effects a {
	color: #fff !important;
}

header.sticky-header.elementor-sticky--effects a.elementor-item-active {
	color: #1298D5 !important;
	font-weight: 700 !important;
}

header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
	color: #fff !important;
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
	
	div#field_10_3 {
    margin-top: -80px;
}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
	content: url(https://bbws.bigbeardbeta.co.za/wp-content/uploads/2023/10/big-beard-web-solutions-logo-e1698171835931.png);
}

/*END*/

/*BACKGROUND GRADIENTS*/
.bb-light-gradient {
/*	background: rgb(255,255,255);*/
	background-image: linear-gradient(to left
	top, #4badd2, #41a9d3, #38a5d3, #2ea1d4, #239dd4, #169bd9, #0999dd, #0097e1,
	#0096e9, #0094f1, #0092f8, #0090ff); }

.bb-dark-gradient {
/*	background: rgb(255,255,255);*/
	background: radial-gradient(circle, #0090ff, #0083fa, #0076f5, #0168ef, #1c5ae7);
}
/*END*/

/*ARROW IN BLUE CIRCLE*/
.bb-arrow {
	transform: translate(-50px, -10px);
	width: 40px;
}

.bb-blue-circle {
	width: 60px;
}

.bb-blue-arrow-small .bb-arrow {
	transform: translate(-30px, -10px);
	width: 20px;
}

.bb-blue-arrow-small .bb-blue-circle {
	width: 40px;
}

.bb-blue-arrow:hover .bb-blue-circle:not(:hover), .bb-blue-arrow-small:hover .bb-blue-circle:not(:hover) {
	transition: transform 2s ease-in-out;
	transform: rotate(360deg);
}

.bb-blue-arrow .bb-blue-circle {
	transition: transform 2s ease-in-out;
}
/*END*/

/*FONT STYLES*/
body, h1, h2, h3, h4, h5, h6, p, a, li {
	font-family: 'Inter', sans-serif;
}


.bb-font-82 {
	font-size: 82px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-60 {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-50, .bb-font-50 h3 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-40 h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-34 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-30 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-26 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-22 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-20 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-18 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-16-500 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
}

.bb-font-16-400 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
}

.bb-font-16-300 {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
}

.bb-font-15 {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5em;
}

.bb-font-14 {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
}

.bb-font-14-300 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
}

.bbsuperscript {
	vertical-align: super;
}


/* END  */


/* HEADER BUTTON */

.RequestAQuoteBtn a {
    border: 2px solid #1298D5 !important;
    background-color: transparent !important;
}


/* END */


.bb-home-btn a {
	background-image: -webkit-linear-gradient(300deg, #0090FF, #36DAE9) !important;
	text-transform: capitalize;
}

.home-banner-heading h1 {
    text-transform: capitalize;
}

.bb-view-more-bt a {
    background: none;
    background-image: none !important;
}

.bb-review-heading {
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	width: 350px;
	text-align: center;
	padding: 5px 25px !important
}

.bb-review-heading h2 {
	color: #fff !important;
}

.bb-review-heading:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px; 
  border: 2px solid transparent;
  background: linear-gradient(to left
	top, #4badd2, #41a9d3, #38a5d3, #2ea1d4, #239dd4, #169bd9, #0999dd, #0097e1,
	#0096e9, #0094f1, #0092f8, #0090ff) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.bb-reviews-subheading {
	color: #9B9B9B;
	font-weight: 300;
}

.bb-reviews img {
	width: 13% !important;
    height: 20px !important;
}

.bb-reviews span.elementor-testimonial__title {
    color: #9b9b9b !important;
}

.bb-reviews .elementor-main-swiper {
    margin-left: 0px;
    padding-bottom: 0px !important;
}

.bb-reviews .elementor-testimonial__text {
    width: 85%;
    font-size: 20px !important;
}

.bb-reviews .swiper-slide, .bb-reviews .swiper-slide-active {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-bottom: 0px !important;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    left: 1023px !important;
    float: right !important;
}

.bb-reviews .elementor-testimonial__footer {
    margin-top: 5px !important;
}

.bb-reviews .elementor-swiper-button.elementor-swiper-button-prev::before {
    content: url(https://bbws.bigbeardbeta.co.za/wp-content/uploads/2024/04/bb-review-btn-left.svg);
    font-size: 10px !important;
    width: 30px !important;
    height: 30px !important;
}

.bb-reviews .elementor-swiper-button.elementor-swiper-button-prev {
    font-size: 0px !important;
}

.bb-reviews .elementor-swiper-button.elementor-swiper-button-next::before {
    content: url(https://bbws.bigbeardbeta.co.za/wp-content/uploads/2024/04/bb-review-btn-right.svg);
    font-size: 10px !important;
    width: 30px !important;
    height: 30px !important;
}

.bb-reviews .elementor-swiper-button.elementor-swiper-button-next {
    font-size: 0px !important;
}

.bb-reviews .ti-widget .source-Google .ti-star.f {
    background-image: url(/wp-content/uploads/2023/11/star.svg) !important;
}

.ti-widget.ti-goog .ti-review-header:before, .ti-profile-img, .ti-footer, div.ti-inner::after {
	display: none !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev {
    left: 2px;
    background-image: url(https://bbws.bigbeardbeta.co.za/wp-content/uploads/2024/02/review-btn-left.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* font-size: 0px !important; */
}

.ti-widget.ti-goog .ti-controls .ti-next {
    background-image: url(https://bbws.bigbeardbeta.co.za/wp-content/uploads/2024/02/review-btn-right.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* font-size: 0px !important; */
}

.ti-widget.ti-goog .ti-controls .ti-next:after, .ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:after, .ti-widget.ti-goog .ti-controls .ti-prev:before {
	display: none !important;
}

.ti-widget.ti-goog .ti-controls .ti-next {
    right: 2px !important;
    width: 45px !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -10px !important;
    width: 45px !important;
}


.ti-widget.ti-goog .ti-review-item .ti-inner {
	padding-left: 10px !important;
}

.ti-widget.ti-goog .ti-review-header {
	padding: 0 0 0 20px !important;
}

.bb-reviews .ti-review-content {
	display: flex !important;
	flex-direction: column-reverse !important;
}

.ti-widget.ti-goog .ti-review-content .ti-stars {
    margin-top: 20px;
}

.ti-reviews-container-wrapper {
    margin-left: 0 !important;
}

.ti-widget.ti-goog .ti-review-content .ti-review-text {
	font-size: 26px !important;
	font-style: italic !important;
	margin-top: 20px ;
	line-height: 1.3em !important;
}

.ti-widget.ti-goog .ti-review-content {
	background: inherit !important;
}

.bb-counter .elementor-counter-number-wrapper, .bb-counter-about .elementor-counter-number-wrapper, .bb-counter .elementor-counter-title {
    text-align: left !important;
    display: block !important;
	color: #fff;
}

.bb-counter .elementor-counter-number-wrapper {
    font-size: 50px !important;
    line-height: 1.5em !important;
    font-weight: 600 !important;
	color: #fff;
}

.bb-counter .elementor-counter-title {
    font-size: 16px !important;
    line-height: 1.5em !important;
    font-weight: 400 !important;
	color: #fff;
}

/*FOOTER*/
footer a, .bb-footer-info, footer h4 {
	color: #fff !important;
	font-size: 14px;
	line-height: 1.5em;
}

footer a {
	font-weight: 300 !important;
	color: #fff;
}

footer h4 {
	text-transform: uppercase;
	margin-right: 10px;
}

footer a:hover {
	background: -webkit-linear-gradient(360deg, #4BADD2, #D9D9D9) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}




/*END*/

.featured-btn svg {
    width: 50px !important;
    height: 50px !important;
}

.featured-btn span.elementor-button-text {
    margin-top: 15px;
    margin-right: 5px;
}

.link a.elementor-button span.elementor-button-text {
  background-image: linear-gradient(90deg, #0090FF, #36DAE9);
  background-size: 0% 4px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: background-size 400ms linear;
  margin-bottom: 10px;
  color: #fff;
}

/* Specific override for "See all Services" button on light background */
.elementor-element-4c9960c a.elementor-button span.elementor-button-text {
  color: var(--e-global-color-text);
}

.link a.elementor-button:hover span.elementor-button-text {
  background-size: 100% 5px;
  color: inherit;
  margin-bottom: 10px;
}

.bb-blog-btn a.elementor-button span.elementor-button-text{
  background-image: linear-gradient(90deg, #0090FF, #36DAE9);
  background-size: 0% 4px;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: background-size 400ms linear;
  margin-bottom: 4px;
}

.bb-blog-btn a.elementor-button:hover span.elementor-button-text {
  background-size: 100% 2px;
  color: inherit;
  margin-bottom: 4px;
}

ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    padding-left: 0px !important;
}

/* .bb-view-more-bt a.elementor-button.elementor-button-link.elementor-size-sm.elementor-animation-pulse-grow {
    background: none !important;
} */

/* .bb-post h3 a {
    background: none !important;
} */

.featured-btn a.elementor-button:hover svg, .bb-blog-btn a.elementor-button:hover svg {
    transform: rotate(45deg);
    transition: all 0.6s;
}

.bb-featured h3 {
	color: #ffffff !important;
	text-transform: uppercase;
	margin-right: 10px;
}

.bb-featured-loop h3 {
	color: #ffffff !important;
	font-size: 22px !important;
} 

.bb-featured-loop .e-con-inner a {
	color: #1C1B1F !important;
	font-size: 10px !important;
	background-color: #D9D9D9 !important;
	border-radius: 20px !important;
	padding: 5px 10px;
	display: inline-block !important;
	margin-bottom: 3px !important;
}

.bb-featured-loop li.elementor-icon-list-item {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.small-featured .e-loop-item img {
    height: 398px !important;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
    object-position: center center;
}


.usp p {
    color: #fff !important;
    margin-bottom: -15px;
    font-weight: 300;
}


.flip-box {
    background-color: transparent;
    width: 100% !important;
    height: 400px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px 20px;
}

.flip-box-front {
    background-color: #d9d9d9;
    color: #1c1b1f;
    text-align: left;
    border-radius: 0px 70px 0px 0px;
	background-position: 50% 100% !important; 
	background-size: cover !important; 
	background-repeat: no-repeat !important;
}

.flip-box-front span.bb-font-16 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}

.flip-box-front span.bb-font-22 {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

span.flip-box-icon {
    display: block;
    margin-top: 55px;
}


img.linkedin {
    text-align: left !important;
    width: 34px;
    margin-bottom: 10px;
    background: #fff !important;
    border-radius: 50%;
}

img.team-img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    left: 50px;
    width: 85%;
    bottom: 0;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
    text-align: left;
    border-radius: 0px 70px 0px 0px;
}

.flip-box-back h4.bb-font-18 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
}

.flip-box-back span.quote {
    display: block;
    width: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.flip-box-back span.quote-name.bb-font-14 {
    float: right;
    margin-top: 30px;
}

.bb-blog-btn a {
	background-image: -webkit-linear-gradient(300deg, #0090FF, #36DAE9);
    border-radius: 0px 100px 100px 0px;
    padding: 4px 6px 4px 10px;
}

.bb-blog-btn a:hover {
    background-color: #1c1b1f !important;
    border-radius: 0px 100px 100px 0px;
    padding: 4px 6px 4px 10px;
    background-image: none !important;
}

:root {
  --bg: hsl(0, 100%, 10%);
  --color: hsl(0, 0%, 100%);
  --underline-width: 8px;
  --underline-block-width: 20px;
  --underline-color: hsla(180, 100%, 50%, 0.5);
  --underline-color-hover: hsla(180, 100%, 50%, 1);
  --underline-transition: 0.5s;
}

.underline a {
  color: var(--color);
  text-decoration: none;
  background-image: -webkit-linear-gradient(360deg, #0090FF, #36DAE9);
  background-size: var(--underline-block-width) var(--underline-width),
    100% var(--underline-width);
  background-repeat: no-repeat;
  background-position-x: calc(var(--underline-block-width) * -1), 0;
  background-position-y: 100%;
  transition: background-position-x var(--underline-transition);
}

.underline a:hover {
  background-image: -webkit-linear-gradient(90deg, #0090FF, #36DAE9), 
	  -webkit-linear-gradient(90deg, #0090FF, #36DAE9);
  background-position-x: calc(100% + var(--underline-block-width)), 0;
}

.bb-booking-btn a:hover, input#gform_submit_button_2:hover {
	background-color: #1c1b1f !important;
    background-image: none !important;
}

.bb-blog-btn svg {
    width: 30px;
}

.bb-blog-btn span.elementor-button-text {
    margin-top: 7px;
    text-transform: uppercase;
}

.bb-project h3 {
	color: #1C1B1F !important;
	text-transform: uppercase;
}

.bb-projects-loop h3 {
	color: #1C1B1F !important;
	font-size: 22px !important;
} 

.bb-projects-loop .e-con-inner a, .e-con-inner-light a {
    color: #1C1B1F !important;
    font-size: 10px !important;
    background-color: #bfdce7;
    border-radius: 20px !important;
    padding: 5px 10px;
    display: inline-block !important;
    margin-bottom: 3px !important;
}

.bb-projects-loop li.elementor-icon-list-item {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.bb-post h3 a {
    font-size: 26px !important;
    line-height: 1.3em !important;
}

.bb-post h3 a:hover, .bb-project h3 a:hover {
	padding-bottom: 5px;
}

.bb-booking-btn a, input#gform_submit_button_2, .bb-featured-loop .e-con-inner a:hover, .e-con-inner-light a:hover {
	background-image: -webkit-linear-gradient(300deg, #0090FF, #36DAE9);
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff !important;
}

.bb-services-intro p {
    color: #fff !important;
    line-height: 1.5em;
}

.bb-process-steps p {
    background-image: -webkit-linear-gradient(360deg, #0090FF, #36DAE9);
    padding: 10px !important;
    display: inline-block;
    border-radius: 50%;
    color: #fff !important;
}

.services .flip-box {
    background-color: transparent;
    width: 100% !important;
    height: 430px !important;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.services .flip-box-front {
    background-color: #d9d9d9;
    color: #1c1b1f;
    text-align: left;
    border-radius: 10px !important;
    vertical-align: middle !important;
    padding: 100px 50px;
    height: 430px !important;
}

.services .bb-font-30 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3em;
    margin-top: 20px;
}

.services .flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
    text-align: left;
    border-radius: 10px !important;
    height: 430px !important;
    padding: 100px 50px !important;
}

.services .bb-font-16-400 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}

.services .bb-font-16-400 a:hover {
    text-decoration: underline;
}

.bb-faq-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    fill: var(--e-global-color-text);
    width: 25px;
    height: 25px;
}

.banner-intro p {
    color: #fff !important;
}


.bb-white h3 {
    color: #fff !important;
}

.bb-blue p {
    color: #1C5AE7 !important;
}

.project-list li {
    list-style: none !important;
}

.bb-faq-toggle div.elementor-tab-title {
    border: 1px solid #0090FF !important;
    border-radius: 20px !important;
}

.bb-faq-toggle div.elementor-tab-title.elementor-active {
    border: 1px solid #0090FF !important;
    border-radius: 20px 20px 0px 0px !important;
    border-bottom: 0px !important;
}

.bb-faq-toggle div.elementor-tab-content {
    border: 1px solid #0090ff !important;
    border-top: 0px !important;
    border-radius: 0px 0px 20px 20px !important;
}

.bb-contact-form span.elementor-field-option {
    background-color: #3e3e3e !important;
    padding: 10px 10px !important;
    margin: 5px;
    border-radius: 10px;
}

.bb-service-form span.elementor-field-option {
    width: 50%;
    margin-bottom: 10px;
}

.bb-contact-form .elementor-field-option input {
    width: 40px;
    height: 40px;
}

.bb-contact-form .elementor-field-option label,  {
    font-size: 18px;
    top: -13px !important;
    position: relative !important;
}

.bb-contact-form input, .bb-contact-form textarea {
    padding-left: 5px !important;
}

.bb-contact-form span.elementor-button-text {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.bb-contact-form .elementor-button-icon, .bb-service-form .elementor-button-icon {
    background-image: -webkit-linear-gradient(300deg, #0090FF, #36DAE9);
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff !important;
    width: 50px;
    height: 50px;
    padding-top: 11px;
    font-size: 28px;
}

.bb-contact-form .elementor-button[type="submit"] svg, .bb-service-form .elementor-button[type="submit"] svg{
    fill: #1C1B1F !important;
}

.bb-contact-form .elementor-button[type="submit"]:hover svg, .bb-service-form .elementor-button[type="submit"]:hover svg {
    fill: #fff !important;
}

.gform_heading {
	display: none !important;
}

input#gform_submit_button_1, input#input_1_1 {
    background-color: inherit;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-weight: 600 !important;
    font-size: 14px;
    font-family: 'Inter', sans-serif !important;
}

input#input_1_1 {
	text-align: left !important;
	color: #fff !important;
	border-radius: 5px;
	font-size: 12px !important;
	padding: 10px 20px !important;
}


/* REQUEST A CALL FORM - SERVICES PAGES */

#gform_fields_2 input, #gform_fields_2 textarea {
    background-color: inherit;
    border: 0px;
    box-shadow: none;
    padding: 0px 0px 10px;
}

div#gform_fields_2 {
    row-gap: 0;
}

.gfield {
    border-bottom: 1px solid #1c1b1f;
    padding: 40px 0px 5px;
}

div#field_2_3 {
    padding-top: 0px !important;
}

.ginput_container.ginput_container_textarea {
    height: 37px !important;
}


/* END */




/* CLIENT SERVICES FORM */

#gform_fields_12 label {
    color: #9b9b9b !important;
    font-size: 18px !important;
}

#gform_fields_12 input, #gform_fields_12 textarea, #gform_fields_12 div.gform_drop_area {
    padding-left: 0px;
    color: #9b9b9b;
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 25px;
}

#gform_fields_12 div.ts-control {
    height: 56px !important;
    background-color: transparent !important;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0 !important;
    padding-left: 0px !important;
}

textarea#input_12_6 {
    height: 60px !important;
    padding-bottom: 0px !important;
}

#gform_fields_12 .gfield textarea.small {
    min-block-size: 4rem !important;
}


/* SEO LANDING PAGES */ 

div#gform_fields_20, div#gform_fields_21 {
    row-gap: 0px;
}

#gform_20 label, #gform_21 label {
    margin-bottom: 10px !important;
}

#gform_fields_20 .gfield, #gform_fields_21 .gfield {
    padding-bottom: 0px;
    padding-top: 15px;
}

#gform_fields_20 input, #gform_fields_20 textarea, #gform_fields_21 input, #gform_fields_21 textarea {
    border-radius: 10px;
    box-shadow: 1px 0px 5px 0px rgba(255, 255, 255, 0.5) inset;
    background-color: transparent;
    color: #fff;
    padding: 15px 15px !important;
}

input#gform_submit_button_20, input#gform_submit_button_21 {
    background: linear-gradient(300deg, #0090FF, #36DAE9);
    border: none;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all 1s 
ease;
    padding-left: 28px !important;
}

#gform_20 .gform-footer.gform_footer.top_label, #gform_21 .gform-footer.gform_footer.top_label {
    float: right;
}


/* RESPONSIVE VIEWS - TABLET */





/* END */




/* RESPONSIVE VIEWS - MOBILE */

.usp {
    text-align: center;
}

.bb-counter-about .elementor-counter-number-wrapper {
    text-align: center !important;
}


/* END */




@media only screen and (max-width: 850px) {
	.elementor-widget-testimonial-carousel .elementor-swiper-button-prev {
		left: 700px !important;
		right: 0 !important;
	}

	
	td.gsurvey-likert-choice::after {
    color: #fff !important;
}

}


@media only screen and (max-width: 550px) {
	footer a, .bb-footer-info, footer h4, .bb-counter .elementor-counter-number-wrapper, .bb-counter-about .elementor-counter-number-wrapper, .bb-counter .elementor-counter-title {
		text-align: center !important;
	}
	.elementor-widget-testimonial-carousel .elementor-swiper-button-prev {
		left: 300px !important;
		right: 0 !important;
	}
}

td.gsurvey-likert-choice::after {
    color: #fff !important;
}
div#field_10_32 {
    margin-bottom: -80px;
}
}


/* section.elementor-section.elementor-inner-section.elementor-element.elementor-element-4ee6cde.animated-slow.elementor-section-height-min-height.elementor-section-boxed.elementor-section-height-default.animated.slideInLeft {
    margin-bottom: 15px !important;
    padding-bottom: 34px !important;
} */

input#gform_submit_button_5 {
    border-color: #ED2025 !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 24px !important;
    background-color: #000 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 10px !important;
}


input#gform_submit_button_5:hover {
    border-color: #ED2025 !important;
    border-radius: 0px !important;
    color: #ED2025 !important;
    font-size: 24px !important;
    background-color: #fff !important;
	margin-bottom: 20px !important;
    margin-top: 20px !important;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 10px !important;
}



label.gfield_label.gform-field-label {
    color: #fff !important;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}

/* Testimomials Styling */

.testimonial-btn{
	
	background-color: #2E383300;
    font-family: "Inter", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
}

.testimonial-btn: hover{
	
	background-color: #1298D5 !important;
    font-family: "Inter", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
}

.rc-anchor-invisible {
    height: 60px;
    width: 256px;
    display: -webkit-box;
    display: -webkit-flex;
    display: none;
}

.grecaptcha-badge {
    display: none;
}
/* Spot the Difference Game */
#confetti-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* Start hidden */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;
  background: transparent;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#confetti-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elementor-price-table {
    text-align: center;
    margin-bottom: 60px !important;
}

/* Duplicate rule removed - see line 644 for the main .link a.elementor-button span.elementor-button-text rule */

/* AWS Survey Form Styling */

div#field_10_49 {
    font-size: 14px;
    font-weight: 400;
    font-family: inter;
    margin-bottom: 15px; 
}

div#field_10_50 {
    margin-bottom: -60px;
}

div#field_10_3 {
    margin-top: 0px !important;
}

div#field_10_51, div#field_10_49 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
	color: #fff !important;
    
}

div#field_10_7 {
    margin-top: -90px;
    margin-bottom: -90px;
}

.ginput_container.ginput_container_likert, .ginput_container.ginput_container_likert{
	
	background-color: #3a3a3a;
    border: 2px solid #d1d1d1;
	color: #fff !important;
	
}

th#likert_col_2_10_50, th#likert_col_1_10_50, th#likert_col_1_10_7, th#likert_col_2_10_7{
    color: #fff !important;
}

th#likert_col_1_19_7 {
    color: #fff !important;
}

th#likert_col_2_19_7 {
    color: #fff !important;
}

th#likert_col_1_19_50 {
    color: #fff !important;
}

th#likert_col_2_19_50 {
    color: #fff !important;
}


div#field_19_49, div#field_19_51 {
    color: #fff !important;
    margin-bottom: 40px;
}


.scale-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.scale-indicators {
    display: flex;
    justify-content: space-between;
    color: #fff !important;
    font-size: 14px !important;
    padding: 0 10px;
    padding-top: 20px !important;
	font-family: 'Inter';
	margin-bottom: -75px !important;
}

div#field_10_3, div#field_19_49 {
    margin-top: -30px !important;
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
}

textarea#input_10_6, textarea#input_10_9, textarea#input_10_23, textarea#input_10_31, textarea#input_10_52, textarea#input_10_53, input#input_10_32, input#input_10_3, input#input_10_54, input#input_19_32, input#input_19_3, input#input_19_54,textarea#input_19_6, textarea#input_19_9, textarea#input_19_23, textarea#input_19_53 {
    background-color: #3a3a3a !important;
    border: 2px solid #d1d1d1 !important;
	color: #fff !important;
}
input#input_10_54 {
    background-color: #3a3a3a !important;
    border: 2px solid #d1d1d1 !important;
    color: #fff !important;
}

label.gfield_label.gform-field-label {
    color: #fff !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    margin-top: 10px;
    font-family: 'Inter';
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    /* margin-block-end: 50px; */
    margin-top: 110px;
}

input#gform_submit_button_10, input#gform_submit_button_19 {
background: linear-gradient(300deg, #0090FF, #36DAE9);
    border: none;
    border-radius: 50px !important;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 20px !important;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: all 1s 
ease;
    padding-left: 28px !important;
}


input#gform_submit_button_10, input#gform_submit_button_19:hover{
	
	background-color: #1298D5 !important;
    font-family: "Inter", Sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
    fill: var( --e-global-color-text );
    color: var( --e-global-color-text );
}

.gfield {
    border-bottom: none !important;
    padding: 30px 0px 30px;
}

footer#site-footer {
    display: none !important;
}
footer#site-footer {
    display: none;
}




