.section-banner-text2 {
  position: relative;
  background-size: cover;
  background-position: left;
}
@media (min-width: 576px) {
  .section-banner-text2 {
    padding-top: var(--pt-desktop, 72px);
    padding-bottom: var(--pb-desktop, 72px);
  }
  .section-banner-text2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.88) 70%, rgba(0, 0, 0, 0.92) 100%);
    z-index: 0;
    pointer-events: none;
  }
  .section-banner-text2 .container {
    position: relative;
    z-index: 1;
  }
}
.section-banner-text2 .bt2-mobile-image {
  display: none;
}
.section-banner-text2 .bt2-content-col {
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .section-banner-text2 {
    background: none !important;
    padding: 0 !important;
  }
  .section-banner-text2::before {
    display: none;
  }
  .section-banner-text2 .bt2-mobile-image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 30rem;
    width: 100%;
  }
  .section-banner-text2 .bt2-mobile-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(6, 1, 1, 0) 20%, rgba(6, 1, 1, 0.7) 75%, #060101 100%);
    pointer-events: none;
  }
  .section-banner-text2 .bt2-content-col {
    margin-top: -4rem;
    position: relative;
    z-index: 2;
    background-color: #060101;
    padding-top: var(--pt-mobile, 24px);
    padding-bottom: var(--pb-mobile, 48px);
  }
  .section-banner-text2 .bt2-title,
  .section-banner-text2 .title-main {
    font-size: 40px !important;
  }
  .section-banner-text2 .bt2-subtitle,
  .section-banner-text2 .description-main {
    font-size: 22px !important;
  }
  .section-banner-text2 .bt2-description {
    font-size: 16px !important;
  }
}

.section-find-scene .scene-card {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  text-decoration: none;
}
.section-find-scene .scene-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.section-find-scene .scene-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #000000 0%, rgba(6, 6, 6, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.section-find-scene .scene-card__label {
  z-index: 1;
}
.section-find-scene .scene-card__label {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.3333333333;
  text-transform: uppercase;
  z-index: 1;
}
.section-find-scene .scene-swiper {
  overflow: hidden;
  padding-bottom: 2.6rem;
}
.section-find-scene .scene-swiper .swiper-slide .scene-card {
  aspect-ratio: 5/6;
}
.section-find-scene .scene-swiper .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  border-radius: 5rem;
  background: rgba(0, 0, 0, 0.1);
}
.section-find-scene .scene-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(75, 70, 92, 0.8);
  border-radius: 5rem;
}

.section-gig-community {
  background-color: #F8F7FA;
}
.section-gig-community .gig-community__subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  color: #008D94;
}
.section-gig-community .community-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 3/4;
}
@media (max-width: 575.98px) {
  .section-gig-community .community-card {
    aspect-ratio: 5/6;
  }
}
.section-gig-community .community-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transition: transform 0.4s ease;
}
.section-gig-community .community-card:hover .community-card__bg {
  transform: scale(1.05);
}
.section-gig-community .community-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 2rem 1.6rem;
}
.section-gig-community .community-card__content .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15rem;
  background: linear-gradient(to top, #000000 0%, rgba(6, 6, 6, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.section-gig-community .community-card__label {
  display: block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.section-gig-community .community-card__desc {
  display: block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0.5rem;
  line-height: 1.2;
}
.section-gig-community .community-card__btn {
  display: block;
  width: 100%;
  margin-top: 2.4rem;
  padding: 1.3rem 1.6rem;
  border: 1.5px solid #00B6BC;
  border-radius: 1rem;
  color: #00B6BC;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.43px;
  transition: background 0.2s ease, color 0.2s ease;
}
.section-gig-community .community-swiper {
  overflow: hidden;
}
@media(min-width:576px){
	.section-banner-page{
		height:48rem;
	}
	.section-banner-text{
	  height: 48rem;
      display: flex;
      align-items: center;
	  overflow:hidden;
	}
}
@media (max-width: 575px) {
  .section-banner-page .subtitle-main {
    font-size: 22px !important;
  }
  .section-banner-page .btn {
    width: 100%;
  }
	.section-campaigns-events .btn-all{
		position:absolute;
		top:5px;
		right:0;
		width:fit-content;
	}
	.section-campaigns-events .campaigns-events-wrapper{
		padding-top: 0 !important;
	}
	.header.header .menu-item .dropdown-menu .menu-item{
		background-color: transparent;
	}
}
.guide-main-content h4{
	margin-bottom: 1.6rem;
}
.tax-help-centre .guide-main-content .content-description.no-bottom{
	padding-bottom:0 !important;
}
.section-banner-page{
	background-position:center;
}
footer.footer .list-menu-footer a{
	transition:all 0.3s ease-in-out;
}
footer.footer .list-menu-footer a:hover{
	color:#00B6BC;
}
#help-centre-start,
#article-start {
	scroll-margin-top: 10rem;  
}

.tax-organiser_guide_topic .guide-sidebar .space{
	width: 0;
}
.section-value-grid .description-bottom table tr:not(:first-child):nth-child(even){ 
	background-color: transparent;
	color: #202020;
}
/* Custom CSS for Gigstarters Theme */

/* Global hide native browser search cancel button */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none !important;
    appearance: none !important;
}

/* Navbar Search Dropdown Styles */
header.header .search-container .search-form,
header.header .search-container .search-form.active {
	overflow: visible !important;
}
.search-container .search-results-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	margin-top: 8px;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	z-index: 1050;
	overflow: hidden;
	text-align: left;
	max-height:60rem;
	overflow-y: auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-container .search-results-dropdown .ajax-search-results {
	margin: 0;
	padding: 0;
	list-style: none;
}
.search-container .search-results-dropdown .ajax-search-results li {
	border-bottom: 1px solid #f1f1f1;
}
.search-container .search-results-dropdown .ajax-search-results li:last-child {
	border-bottom: none;
}
.search-results-dropdown .ajax-search-results li.search-category-title,
.search-container .search-results-dropdown .ajax-search-results li.search-category-title {
	font-size: 18px !important;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #6c757d;
	background-color: #f8f9fa;
	padding: 1rem 2rem !important;
}
.search-results-dropdown .ajax-search-results li a,
.search-container .search-results-dropdown .ajax-search-results li a {
	font-size: 15px;
	line-height: 22px;
	color: #212529;
	padding:1rem 2rem !important;
	display: flex;
	align-items: center;
	gap: 1rem ;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.search-results-dropdown .ajax-search-results li a:hover,
.search-container .search-results-dropdown .ajax-search-results li a:hover {
	background-color: #f8f9fa;
	color: #00B6BC !important;
	padding-left: 2rem !important;
}
.search-results-dropdown .ajax-search-results li a img,
.search-container .search-results-dropdown .ajax-search-results li a img {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}
/* Mobile Responsive Search Styles */
@media (max-width: 768px) {
	.search-submit,
	.search-container .search-submit,
	.search-field-wrapper .search-submit {
		flex-shrink: 0 !important;
		width: 24px !important;
		height: 24px !important;
		min-width: 24px !important;
		min-height: 24px !important;
	}

	.search-submit img,
	.search-container .search-submit img,
	.search-field-wrapper .search-submit img {
		flex-shrink: 0 !important;
		width: 24px !important;
		height: 24px !important;
		min-width: 24px !important;
		min-height: 24px !important;
	}

	.search-results-dropdown .ajax-search-results li.search-category-title,
	.search-container .search-results-dropdown .ajax-search-results li.search-category-title {
		font-size: 13px !important;
		padding: 6px 12px !important;
		letter-spacing: 0.3px;
	}

	.search-results-dropdown .ajax-search-results li a,
	.search-container .search-results-dropdown .ajax-search-results li a {
		font-size: 14px !important;
		line-height: 20px !important;
		padding: 8px 12px !important;
	}
}
.gform_confirmation_message p{
	margin-bottom: 1.5rem;
	font-size: 1.5rem !important;
}