/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Body */

body {
	overflow-x: hidden;
}
.site-header {
    position: relative;
    z-index: 10;
}

/* Sticky Menu */

.site-header {
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* .woocommerce-cart .site-header, .woocommerce-checkout .site-header, .woocommerce-account .site-header, .page-id-3990 .site-header, .page-id-3989 .site-header {
    transition: background 0.3s ease, box-shadow 0.3s ease;
	background: var(--contrast);
    height: 115px;
}

.woocommerce-cart #TopBar, .woocommerce-checkout #TopBar, .woocommerce-account #TopBar, .page-id-3990 #TopBar, .page-id-3989 #TopBar {
    background-color: var(--contrast);
} */

.site-header.fade-in {
    position: sticky!important;
    position: -webkit-sticky!important;
    top: 0!important;
    z-index: 100!important;
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 10%)!important;
    background: rgba(28, 133, 146, 0.8)!important;
	backdrop-filter: blur(10px);
	height:95px;
}

.site-header.fade-in .main-navigation .main-nav ul li a, .site-header.fade-in .main-navigation .menu-toggle, .site-header.fade-in .main-navigation .menu-bar-items {
    color: var(--base-3);
}
.site-header.fade-in .main-navigation .main-nav ul li ul li a {
    color: var(--contrast);
}
.site-header.fade-in .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: var(--global-color-9);
}

.gb-container-066dc386 a {
    text-decoration: none;
}

/* Mini Cart */
.wc-block-mini-cart__button:hover:not([disabled]) {
    background-color: rgba(0,0,0,0)!important;
}

@media (max-width: 768px) {
.main-navigation .inside-navigation {
    background: rgba(0,0,0,0.75);
}
.site-header.fade-in {
	height:60px;
}
	.top-bar-cart {
    font-size: 12px;
}
	
}


/* Centre Navigation 

@media(min-width: 769px) {
    .inside-header>.site-branding,
    .inside-header>.navigation-branding,
    .inside-header>.site-logo,
    .site-branding-container,
    #site-navigation .navigation-branding .site-logo,
    #sticky-navigation .navigation-branding {
        position: absolute;
        left: 51%;
        transform: translateX(-51%);
        z-index: 1000;
    }

    #site-navigation {
        margin-left: unset !important;
        display: flex;
    }

    .site-header .main-navigation:not(#sticky-navigation) .inside-navigation {
        margin: unset;
    }

    #site-navigation,
    #primary-menu,
    .main-navigation .inside-navigation {
        flex: 1;
    }

*/
    /* Change nth-child(#) to first item to right
    .main-navigation ul li:nth-child(4) {
        margin-left: auto;
    }
	
	.site-header .inside-header.grid-container {
    max-width: 1240px;
}
	
}  */

/* Login Buttons */
.gb-container-3a97cc23 {
    font-size: 18px;
    text-align: center;
}

a.btn-join {
    text-decoration: none;
    color: var(--base-3);
}

a.btn-join div.gb-headline-2db83e51 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5em;
    font-weight: 600;
    padding: 6px 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    border-radius: 32px;
    background-color: var(--accent);
}
a.btn-join div.gb-headline-2db83e51 .gb-icon {
    line-height: 0;
    color: var(--contrast);
}


a.btn-login {
    text-decoration: none;
    color: var(--contrast);
}

a.btn-login div.gb-headline-2db83e51 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5em;
    font-weight: 600;
    padding: 6px 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    border-radius: 32px;
    background-color: var(--base-3);
}
a.btn-login div.gb-headline-2db83e51 .gb-icon {
    line-height: 0;
    color: var(--contrast);
}

a.btn-account {
    text-decoration: none;
    color: var(--base-3);
}

a.btn-account div.gb-headline-2db83e51 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5em;
    font-weight: 600;
    padding: 6px 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    border-radius: 32px;
    background-color: var(--contrast);
}
a.btn-account div.gb-headline-2db83e51 .gb-icon {
    line-height: 0;
    color: var(--base-3);
}

/* Mega Menu */

@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
		padding: 15px;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}


/* Menu chnages */
.main-navigation a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--accent);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.main-navigation a:active::before {
    background-color: var(--accent);
}
.main-navigation a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.main-navigation li ul.sub-menu a, .menu-toggle {
    text-transform: uppercase;
}
.main-navigation li ul.sub-menu a::before {
    height: 0px;
}

.main-navigation .main-nav ul li a {
    line-height: 40px;
}

@media only screen and (max-width: 600px) {
  .mobile-menu-open .site-header {
    position: relative;
    z-index: 99;
	}
}



.main-navigation .main-nav ul ul li a {
    color: var(--accent);
	display: flex;
	align-items: center;
}

.main-navigation .main-nav ul ul li a img {
    width:18%;
	margin-left:2%;
}

.main-navigation .main-nav ul ul li a span.menu-image-title-after.menu-image-title {
	width:80%;
	font-size: 14px;
    text-transform: capitalize;
	
}

/* Hero banner */
div#Arrow-left {
    position: absolute;
    top: 0;
	left:150px;
}

div#Arrow-left svg {
	/* Responsiveness */
  width: 25vw;
  height: auto;
  max-width: 696px;
  max-height: 1248px;
  opacity: 0.2;
}

div#Arrow-right {
    position: absolute;
    top: 50px;
	right:150px;
}

div#Arrow-right svg {
	/* Responsiveness */
  width: 20vw;
  height: auto;
  max-width: 611px;
  max-height: 1134px;
  opacity: 0.2;
}

/* Annimated buttons */

li.freequote {
	display: flex;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 2em;
    background-color: var(--accent);
    color: var(--base-3);
    background: linear-gradient(to left, var(--accent) 50%, var(--base-3) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
	text-transform: uppercase;
	margin-left:10px;
	border:0;
}

li.freequote a {
	line-height: 16px!important;
}

li.freequote:hover a {
	color: var(--accent)!important;
}

li.freequote:hover {
    background-color: var(--base-3);
    color: var(--accent);
    background-position: left bottom;
}

.main-navigation li.freequote a:hover::before {
    transform-origin: left top;
    transform: scale(0, 0);
}

li.order-online {
	display: flex;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 2em;
    background-color: var(--accent);
    color: var(--contrast);
    background: linear-gradient(to left, var(--accent) 50%, var(--contrast) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
	text-transform: uppercase;
	margin-left:10px;
	border:0;
}

li.order-online a {
	line-height: 16px!important;
	color: var(--contrast)!important;
}

li.order-online:hover a {
	color: var(--accent)!important;
}

li.order-online:hover {
    background-color: var(--base-3);
    color: var(--brand-light-blue);
    background-position: left bottom;
}

.main-navigation li.order-online a:hover::before {
    transform-origin: left top;
    transform: scale(0, 0);
}


a.animatedbutton { 
	display: flex;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 2em;
    background-color: var(--accent);
    color: var(--base-3);
    background: linear-gradient(to left, var(--accent) 50%, var(--base-3) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
	text-transform: uppercase;
}

a.animatedbutton:hover {
    background-color: var(--base-3);
    color: var(--accent);
    background-position: left bottom;
}

input#postcode, select#waste_type {
    border-radius: 32px;
	max-width: 170px;
}
@media only screen and (max-width: 769px) {
input#postcode, select#waste_type {
    border-radius: 32px;
    max-width: 220px;
    margin-bottom: 10px;
}
form#postcode-search-form {
    text-align: center;
}
}


p.gb-headline-3ef192ea {
    color: var(--accent);
}

button.animatedbutton { 
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 2em;
    background-color: var(--accent);
    color: var(--base-3);
    background: linear-gradient(to left, var(--accent) 50%, var(--base-3) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
	text-transform: uppercase;
	border:0;
}

button.animatedbutton:hover {
    background-color: var(--base-3);
    color: var(--accent);
    background-position: left bottom;
}

a.animatedbutton-yellow { 
	display: flex;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 2em;
    background-color: var(--accent);
    color: var(--contrast);
    background: linear-gradient(to left, var(--accent) 50%, var(--contrast) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
	text-transform: uppercase;
	border:0;
}

a.animatedbutton-yellow:hover {
    background-color: var(--contrast);
    color: var(--accent);
    background-position: left bottom;
}

input.wpcf7-form-control.wpcf7-submit { 
	display: flex;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 2em;
    background-color: var(--accent);
    color: var(--contrast);
    background: linear-gradient(to left, var(--accent) 50%, var(--contrast) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
	text-transform: uppercase;
	border:0;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--contrast);
    color: var(--accent);
    background-position: left bottom;
}


button.animatedbutton-yellow { 
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 2em;
    background-color: var(--accent);
    color: var(--contrast);
    background: linear-gradient(to left, var(--accent) 50%, var(--contrast) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
	text-transform: uppercase;
	border:0;
}

button.animatedbutton-yellow:hover {
    background-color: var(--contrast);
    color: var(--accent);
    background-position: left bottom;
}



.round-courner {
	width: 100%;
	height: 400px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	overflow:hidden;
	position:relative;	
}

/* Home Page slider */
section#homebanner {
    margin-top: -125px;
}
.gb-block-image-home {
    margin-top: 40px;
}
p.gb-headline-cfc32b8a {
    font-size: 22px;
    color: var(--base-3);;
}

@media (max-width: 767px) {
section#homebanner {
    margin-top: -160px;
}
}

/* Ken Burns */

#homebanner .splide__slide {
    overflow: hidden; /* This will contain the scaled background within the slide */
    position: relative; /* Ensure this is set if you need to use z-index */
    width: 100%; /* Confirm this matches your desired slide width */
	height: 800px;
}

#homebanner .gb-container-84ee2506:after {
    content: ''; /* Essential for :before to display */
    background-color:rgba(0,0,0,0.65); /* Black background */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px; /* Make it cover the entire container */
    z-index: 0; /* Behind the image */
}

#homebanner .gb-container-84ee2506 {
    content: "";
    position: relative;
	width: 100%;
	height:800px;
    overflow: hidden; /* Keep everything contained within the slide bounds */
    z-index: 1; /* Ensure image is above the black background */
    animation: kenBurnsEffect 20s infinite;
    transition: inherit;
    pointer-events: none;
    opacity: 1;
}

.gb-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; /* Ensures content is above the background */
    /* Style your content container as needed */
    height: 800px;
	
	overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 200px;
    padding-right: 20px;
    padding-left: 20px;
	padding-bottom:40px;
    color: var(--base-3);;
	
    text-align: left;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

@keyframes kenBurnsEffect {
    0% {
        transform: scale(1);
        background-position: center;
    }
    50% {
        transform: scale(1.15);
        background-position: 50% 50%;
    }
    100% {
        transform: scale(1);
        background-position: center;
    }
}

@media (max-width: 768px) {
	
.gb-content {
    width: 100%!important;
	height:1250px;
}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
}
	
}

/* Ken burns test */

.gb-container.kenburneffect:before {
    animation: kenBurnsEffect 20s infinite; /* Apply the Ken Burns animation */
}

@keyframes kenBurnsEffect {
    0% {
        transform: scale(1);
        background-position: center;
    }
    50% {
        transform: scale(1.15);
        background-position: 50% 50%;
    }
    100% {
        transform: scale(1);
        background-position: center;
    }
}

/* EOF Ke Burns */
a.gb-button-a52dccd5 {
    display: flex;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-radius: 2em;
    border: 2px solid var(--accent);
    background-color: rgba(0,0,0,0.5);
    color: var(--base-3);;
    background: linear-gradient(to left, transparent 50%, var(--brand-purple) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    width: 220px;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
}

a.gb-button-a52dccd5:hover, a.gb-button-a52dccd5:active, a.gb-button-a52dccd5:focus {
    background-color: var(--accent);
    color: var(--base-3);;
	background-position: left bottom;
}

.main-navigation li.apply a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(0, 0);
}

li.apply {
    border-radius: 2em;
    border: 2px solid var(--accent);
    background-color: rgba(0,0,0,0.5);
    color: var(--base-3);;
    background: linear-gradient(to left, transparent 50%, var(--brand-purple) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
}
li.apply:hover {
    background-color: var(--accent);
    color: var(--base-3);;
	background-position: left bottom;
}

span.buttext {
    width: 94%;
}

span.butsymbol {
    width: 6%;
}
span.butsymbol svg {
    fill: var(--base-3);;
}

@media (max-width: 767px) {
.gb-container-84ee2506 {
    min-height: 620px;
}
}


/* Grid */
.gb-grid-wrapper-219351ea {
    align-items: center;
    margin-left: -20px;
}
.gb-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.gb-grid-wrapper-219351ea > .gb-grid-column {
    padding-left: 20px;
}
.gb-grid-column {
    box-sizing: border-box;
}
.gb-grid-wrapper > .gb-grid-column-78b5678e {
    width: 50%;
}
.gb-grid-wrapper > .gb-grid-column-ee335f31 {
    width: 16%;
}
.gb-grid-wrapper > .gb-grid-column-dc79a253 {
    width: 33.33%;
}

.gb-container-dc79a253 {
    text-align: center;
    padding: 15px 20px 5px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.64);
    color: var(--base-3);;
}

@media (max-width: 767px) {
.gb-grid-wrapper > .gb-grid-column-78b5678e {
    width: 100%;
}
.gb-grid-wrapper > .gb-grid-column-ee335f31 {
    width: 100%;
}
.gb-grid-wrapper > .gb-grid-column-dc79a253 {
    width: 100%;
}
	
}


/* EOF grd */


/* Mobile nav */
@media (max-width: 768px) {
	
.site-header .header-image {
    width: 100px;
}
	
.mobile-menu-open div#Top-Bar {
    background: #000000;
}
	
}

/* Breadcrumbs */
div#breadcrumbs {
    font-weight: 600;
    color: var(--shade4);
	font-size: 12px;
}

div#breadcrumbs a {
    text-decoration: none;
}


/* Logo Slider */
#logo-slider .splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
#logo-slider ul.splide__list {
        /* Optional: Adjust the styles for the ul container if needed */
		display: flex;
        align-items: center; /* Horizontally center the content */
        justify-content: center; /* Vertically center the content */
    }
    li.splide__slide {
        /* Optional: Adjust the styles for the li slides if needed */
    }
    .logoslider {
        /* Add styles for your image container if needed */
    }
/* Testimonials Slider */
/* Testimonials */
#testimonial-slider .splide__track {
  overflow: hidden;
}

#testimonial-slider .splide__slide {
  width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ----- TESTIMONIAL CONTENT ----- */
.testimonial-content {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.testimonial-name,
.testimonial-position {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: center;
}

/* ----- PAGINATION DOTS ----- */
#testimonial-slider .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}

#testimonial-slider .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s;
  cursor: pointer;
}

#testimonial-slider .splide__pagination__page.is-active {
  background-color: #333;
}

/* ----- TESTIMONIAL IMAGE ----- */
.testimonial-image {
  margin: 30px auto 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.testimonial-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----- RESPONSIVE: MOBILE OPTIMISATION ----- */
@media (max-width: 767px) {
  #testimonial-slider {
    text-align: center;
  }

  .testimonial-content {
    font-size: 16px;
    font-style: italic;
    padding: 0 30px;
  }

  #testimonial-slider svg {
    width: 58px;
    height: 58px;
  }
}

/* Products Splide */

.gb-container.service {
    height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0px;
    background-color: var(--shade2);
    /* box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.1); */
    transition: all 0.5s ease;
}

.single-courses .gb-container.service {
    height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 0px;
    background-color: var(--shade2);
    /* box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); */
    transition: all 0.5s ease;
    max-width: 90%;
}

.gb-container.service:before {
    content: "";
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    border-radius: 16px;
    pointer-events: none;
    opacity: 0.46;
    transition: all 0.5s ease;
}
.gb-container.service:hover:before {
    content: "";
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    border-radius: 16px;
    pointer-events: none;
    opacity: 1;
    transition: all 0.5s ease;
}

.gb-container-e1907a7f {
    position: relative;
    padding: 0px;
    min-height: 260px;
	align-content: center;
	text-align: center;
}
.gb-block-image-3cf01c24 {
    text-align: right;
}
.gb-image-3cf01c24 {
    width: 150px;
    transform: rotate(270deg);
}
.gb-container-cd5e6d68 {
    position: relative;
    padding: 20px;
    background: var(--accent);
	text-align: left;
}
h3.gb-headline-0f29fc97 {
    color: var(--base-3);
    margin-bottom: 10px;
	font-size:29px!important
}
p.gb-headline-b5f8c00b {
    font-size: 12px;
    color: var(--base-3);;
}
.gb-button-223cc800 {
    display: inline-flex;
    font-size: 12px;
    padding: 0;
    color: var(--shade3);
}

.gb-container.service:hover:before {
    transform: scale(1.05) perspective(1000px);
}

.attributes span {
    display: flex;
    border-bottom: solid 1px #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
	color:#ffffff;
}
.attributes span strong {
    width: 40%;
}
img.product-skip-image {
    position: relative;
}
.product-price {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    font-size: 22px;
    font-family: zurich_bold_condensed_bt;
    font-weight: 600;
    padding: 5px 10px;
    /* border: solid 2px #000000; */
    border-radius: 16px;
	background:var(--brand-light-blue);
	color:var(--base-3);
}

.hp-addtocart a.animatedbutton-yellow {
    text-decoration: none;
    max-width: 160px;
	margin-top:20px;
}

span.wc-block-mini-cart__badge {
    color: var(--accent);
}

p.sameday {
    color: var(--contrast);
    text-transform: uppercase;
    font-size: 14px;
}

/* Hide Product Price on basket */
.page-id-3215 .product-price {
    display:none;
}

@media (max-width: 768px) {
	.page-id-3215 .product-price {
    display:none!important;
}
	.cart_extras {
    width: 100%!important;
    float: left;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px;
}
.license_title {
    width: 100%!important;
}
	.license_price {
    width: 100%!important;
    text-align: left!important;
    font-weight: 600;
}
	.license_addtocart {
    width: 100%!important;
}
}

/* Products Splide slider */
/* Base style for all slides */
.splide__slide img {
  transition: transform 0.3s ease, z-index 0.3s ease;
  transform: scale(0.95);
  z-index: 1;
}

/* Slide 1 - small (is-active) */
.splide__slide.is-active img {
  transform: scale(0.95);
  z-index: 1;
}

/* Slide 2 - large (is-next) */
.splide__slide.is-visible.is-next img {
  transform: scale(1.1);
  z-index: 2;
}

/* Slide 3 - large (comes immediately after .is-next) */
.splide__slide.is-visible.is-next + .splide__slide.is-visible img {
  transform: scale(1.1);
  z-index: 2;
}

/* Slide 4 - small (final visible slide) remains default */

/* Optional: when you have overflow issues 
.splide__track {
  overflow: visible;
}
#services-slider {
  overflow: visible;
}*/

@media (min-width: 768px) {
.splide__arrows.splide__arrows--ltr {
    position: relative;
    top: 450px;
}
}

.splide__arrow {
    background: transparent;
    border: solid 2px #ffffff;
}
.splide__arrow svg {
    fill: #ffffff;
    height: 1.2em;
    width: 1.2em;
}


/* Mini Cart */

button.wc-block-mini-cart__button:focus {
    background-color: transparent;
}

/* Proceed to checkout button */
a.checkout-button.button.alt.wc-forward {
    background: transparent;
    color: #000000;
    font-weight: 500;
    border: solid 1px var(--accent);
}

a.checkout-button.button.alt.wc-forward:hover {
    background: var(--accent);
	color: #ffffff;
}

button#place_order {
    background: transparent;
    border: solid 1px var(--accent);
    color: var(--contrast);
    font-weight: 400;
}

button#place_order:hover {
    border: solid 1px var(--accent);
    background: var(--accent);
	color: #ffffff;
    font-weight: 400;
}

/* Basic accordion styling */
.accordion {
  max-width: 800px;
  margin: auto;
}

.accordion-item {
  margin-bottom: 10px;
}

/* Hide the checkboxes */
.accordion-item input {
  display: none;
}

/* Accordion content base styles */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  border-top: none;
  padding: 0 15px; /* Set your desired padding */
	background-color: var(--aquadark);
    color: var(--base-3);;
	border-radius: 0px 0px 8px 8px;
}

/* Reset padding when the accordion is closed */
.accordion-item input:not(:checked) ~ .accordion-content {
  padding-top: 0;
  padding-bottom: 0;
}

/* Accordion content when open - max-height might need to be adjusted */
.accordion-item input:checked ~ .accordion-content {
  max-height: 1000px; /* Adjust if necessary */
  padding-top: 15px; /* Set your desired padding */
  padding-bottom: 15px; /* Set your desired padding */
  background-color: var(--aquadark);
  color: var(--base-3);;
}

.page-id-7705 .accordion-item input:checked ~ .accordion-content {
  color: var(--shade2);
}

/* Style the accordion title label with the SVG icon */
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: var(--shade4);
    color: var(--base-3);;
  cursor: pointer;
  transition: background 0.3s ease;
	border-radius: 8px 8px 8px 8px;
}

.accordion-item input:checked ~ .accordion-title {
	border-radius: 8px 8px 0px 0px;
}

/* Style the SVG icon */
.accordion-icon {
  transition: transform 0.3s ease;
	fill: #ffffff;
}

/* Rotate the SVG icon when the accordion is open */
.accordion-item input:checked + .accordion-title .accordion-icon {
  transform: rotate(180deg);
}

/* News */
.newstitle {
    transition: padding 0.3s ease; /* Transition for padding */
}

.newslink {
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Transition for opacity */
}

/* Apply hover effect to 'newstitle' when the parent link is hovered */
.newshover:hover .newstitle {
    /* Add your desired hover styles for 'newstitle' here */
    /* Example: change text color */
    padding-top: 15px;
    padding-bottom: 20px;
}

/* Apply hover effect to 'newslink' when the parent link is hovered */
.newshover:hover .newslink {
    /* Add your desired hover styles for 'newslink' here */
    /* Example: change text color */
    opacity: 1;
}

/* Footer */

#Footer-bottom h3 {
    text-decoration: underline;
    text-underline-offset: 1em;
    margin-bottom: 30px;
}
#Footer-bottom ul {
    margin-left: 0;
	list-style: none;
}
#Footer-bottom ul li a {
    text-decoration: none;
}
#Footer-bottom ul.wp-block-social-links {
    padding-bottom: 22px;
}
ul#footer-links {
    display: flex;
}
ul#footer-links li a {
    margin-right:10px;
	text-decoration: underline;
	font-size:12px;
}
@media (max-width: 768px) {
ul#footer-links {
    display: flex;
    flex-direction: column;
}
#Footer-bottom ul li {
    line-height: 48px;
}
ul.contact-list li {
    margin-bottom: 20px;
}
}

/** 3 Sqaured stuff remove amend as needed */

/* Popup forms */

div.wpforms-container-full .wpforms-form button[type=submit] {
    display: inline-block!important;
    margin-bottom: 0!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    box-sizing: border-box!important;
    word-wrap: break-word!important;
    user-select: none!important;
    text-decoration: none!important;
    position: relative!important;
    top: 0!important;
    -webkit-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
    line-height: normal;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color:var(--accent);!important;
    text-transform: none!important;
    background-image: none!important;
    padding: 0.6rem 1.2rem!important;
    border-radius: 2rem!important;
    font-weight: 700!important;
    background-color: #00b5be!important;
    border: 2px solid #00b5be!important;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:focus {
    background-color: var(--base-3);!important;
    color: var(--aqualight);
}

/* Forms */

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%!important;
}

/* Timel9ne Slider */

.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
    color: var(--accent)!important;
}

/* Images gallery slideshow */
.wp-block-gallery.slideshow figure {
    display: none!important;
	opacity: 0;
    transition: opacity 1s ease-in-out;
}

.wp-block-gallery.slideshow figure.active {
    display: block!important;
	opacity: 1;
}

/* Awards accordion */

.accordion.awards {
    max-width: 1140px;
	display: flex;
    flex-wrap: wrap;
}

.accordion-item {
        width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
}
.page-id-7705 .accordion-item {
        width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
}
.page-id-7705 .accordion {
    display: flex;
    flex-wrap: wrap;
	    max-width: 100%;
    margin: auto;
}
.page-id-7705 .accordion-title {
    min-height: 72px;
}
@media (max-width: 768px) {
	.accordion-item {
        width: 100%;
    margin-bottom: 20px;
}
	.page-id-7705 .accordion-item {
        width: 100%;
}
}

/* Meet The team - Image flip box */
        .flip-box {
            perspective: 1000px;
            width: 290px;
            height: 390px;
            position: relative;
        }
@media screen and (max-width: 769px) {        
        .flip-box {
    perspective: 1000px;
    width: 290px;
    height: 430px;
    position: relative;
}
}

        /* Front and back sides of the flip box */
        .flip-box-inner {
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.5s;
            transform-style: preserve-3d;
        }

        /* Styling for the front side */
        .flip-box-front,
        .flip-box-back {
            width: 100%;
            height: 100%;
            position: absolute;
            backface-visibility: hidden;
        }

        /* Styling for the front side */
        .flip-box-front {
            background-color: #f2f2f2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        /* Styling for the back side */
        .flip-box-back {
            background-color: #ddd;
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        /* Image styling for both sides */
        .flip-box-image {
            max-width: 100%;
            height: auto;
        }

        /* Apply grayscale effect only to the front image */
        .flip-box-front .flip-box-image {
            filter: grayscale(100%);
        }

        /* Text box styling for both sides */
        .flip-box-text {
    padding: 20px 10px;
}

        /* Flip animation on hover */
        .flip-box:hover .flip-box-inner {
            transform: rotateY(180deg);
        }

/* Bold Timeline */
 .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content p {
    color: var(--shade4);
}

/* Modal Popup */

/* Style for the modal background */
.modal-background {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    transition: opacity 0.5s ease; /* Fade-in effect */
    opacity: 0; /* Starts transparent */
}

/* Show the modal when it's meant to be displayed */
.modal-background.show {
    display: block;
    opacity: 1;
}

/* Modal content */
.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 700px;
}

/* Close button */
.close-button {
    position: absolute;
    top: 10px;
    right: -5px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.enlarge-image {
    cursor: pointer; /* Changes cursor to hand symbol on hover */
}

/* sOLUTIONS tABS - https://codepen.io/josh_vogt/pen/EaaZbP */

.worko-tabs {
  margin: 20px;
  width: 100%;
}
.worko-tabs .state {
  position: absolute;
  left: -10000px;
}
.worko-tabs .flex-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worko-tabs .flex-tabs .tab {
  /* flex-grow: 1; */
  flex: 1 0 0%;
  max-height: 70px;
  margin-bottom: 40px;
}

.worko-tabs .flex-tabs .tab:first-child {
    border-top-left-radius: 100px; 
	border-bottom-left-radius: 100px;
}

.worko-tabs .flex-tabs #tab-five-label {
    border-top-right-radius: 100px; 
	border-bottom-right-radius: 100px;
}

.worko-tabs .flex-tabs .panel {
  background-color:;
  padding: 20px;
  min-height: 300px;
  display: none;
  width: 100%;
  flex-basis: auto;
}
.worko-tabs .tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  background-color: var(--shade4);
  cursor: hand;
  cursor: pointer;
  /* border-left: 10px solid #ccc; */
  text-align: center;
  color: var(--base-3);;
}
.worko-tabs .tab:hover {
  background-color: var(--accent);
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label,
#tab-five:checked ~ .tabs #tab-five-label {
  background-color: var(--aquadark);
  cursor: default;
  color: var(--base-3);;
  /* border-left-color: var(--base-3);; */
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel,
#tab-five:checked ~ .tabs #tab-five-panel{
  display: block;
}

@media (max-width: 769px) {
	
.worko-tabs {
  margin: 20px;
  width: 80%;
}
  .flex-tabs {
    flex-direction: column;
  }
  .flex-tabs .tab {
    background: var(--shade4);
    border-bottom: 1px solid #ccc;
  }
	.worko-tabs .flex-tabs .tab {
    flex-grow: 1;
    max-height: 40px;
    margin-bottom: 5px;
}
	
	.worko-tabs .flex-tabs .tab:first-child {
    border-top-left-radius: 0px; 
	border-bottom-left-radius: 0px;
}

.worko-tabs .flex-tabs #tab-five-label {
    border-top-right-radius: 0px; 
	border-bottom-right-radius: 0px;
}
	
  .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  .flex-tabs #tab-one-label {
    order: 1;
  }
  .flex-tabs #tab-two-label {
    order: 3;
  }
  .flex-tabs #tab-three-label {
    order: 5;
  }
  .flex-tabs #tab-four-label {
    order: 7;
  }
  .flex-tabs #tab-five-label {
    order: 9;
  }
  .flex-tabs #tab-one-panel {
    order: 2;
  }
  .flex-tabs #tab-two-panel {
    order: 4;
  }
  .flex-tabs #tab-three-panel {
    order: 6;
  }
  .flex-tabs #tab-four-panel {
    order: 8;
  }
  .flex-tabs #tab-five-panel {
    order: 10;
  }

  #tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label,
#tab-five:checked ~ .tabs #tab-five-label {
    border-bottom: none;
	background-color: var(--aqualight);
  cursor: default;
  color: var(--accent);
  }

  #tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel,
#tab-five:checked ~ .tabs #tab-five-panel {
    border-bottom: 1px solid #ccc;
  }
}

/* Solutions finder */

.gb-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.gb-grid-wrapper-6dc8166b {
    row-gap: 20px;
    margin-left: -20px;
}
.gb-grid-wrapper-6dc8166b > .gb-grid-column {
    padding-left: 20px;
}
.gb-grid-wrapper > .gb-grid-column-7b9d98ba {
    width: 33.33%;
}
@media (max-width: 767px) {
.gb-grid-wrapper > .gb-grid-column-7b9d98ba {
    width: 100%;
}
.gb-container-c45b9f68 {
    width: 100%;
}
}
.gb-grid-column {
    box-sizing: border-box;
}
.gb-container-c45b9f68 {
    width: 100%;
    min-height: 320px;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    background-color: var(--aquadark);
    transition: all 0.5s ease;
}
.gb-container-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.gb-block-image-d33ae543 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.gb-image-d33ae543 {
    width: 100px;
    height: 100px;
}
.gb-block-image img {
    vertical-align: middle;
}
h3.gb-headline-7998cf26 {
    margin-top: 20px;
    color: var(--base-3);;
}
p.gb-headline-8a527ed2 {
    color: var(--base-3);;
}

/* Product Page filters */
.gb-button.active-button {
    border: 2px px  solid var(--base-3);!important;
    background-color:  var(--brand-purple)!important;
    color:var(--base-3);!important;
}
/* Modal Styles */
.sqmodal {
   display: none; 
    position: fixed; 
    z-index: 99; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;  
	background-color: rgba( 49, 158, 126, 0.65 );
}

.sqmodalcontent {
    background-color: var(--base);
    margin: 15% auto; 
    width: 40%;
	color:var(--contrast);
	padding: 18px;
    border-radius: 9px;
    border: 1px none var(--contrast);
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
}
@media (max-width: 767px) {
.sqmodalcontent {
    width: 80%;
}
}


.sqclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.sqclose:hover,
.sqclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Ajax results */

figure.gb-block-image.gb-block-image-b1d7b7a3 img {
    width: 382px;
    height: 218px;
    object-fit: cover;
}

/* New Modal */
/* Modal Backdrop */
.modal-backdrop {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}


/* New Header */
div.topuspsclass {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

div.topuspsclass h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: 10% auto;
    padding: 0px;
    border: 0px solid #888;
    width: 80%;
    z-index: 11;
    top: 120px;
}

@media (max-width: 767px) {
.gb-container-9a067188, .gb-grid-column-9a067188 {
    display: none;
}
}

/* Course Product Listing */
ul.ctg-course-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ctg-course-item {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
}
.ctg-course-meta p {
    margin: 4px 0;
}
.ctg-course-purchase {
    margin-top: 10px;
}
/* Responsive table options */
.table-responsive table.table {
    table-layout: fixed;
    width: 100%;
}

/* Header and cell widths */
.table th:nth-child(1),
.table td:nth-child(1) {
    width: 30%;
}
.table th:nth-child(2),
.table td:nth-child(2) {
    width: 12%;
}
.table th:nth-child(3),
.table td:nth-child(3) {
    width: 18%;
}
.table th:nth-child(4),
.table td:nth-child(4) {
    width: 15%;
}
.table th:nth-child(5),
.table td:nth-child(5) {
    width: 15%;
}
.table th:nth-child(6),
.table td:nth-child(6) {
    width: 15%;
}

/* Ensure text wraps nicely */
.table td, .table th {
    word-wrap: break-word;
}

/* Responsive on small screens */
@media screen and (max-width: 768px) {
  .table-responsive table.table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table thead {
    display: none;
  }

  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }

  .table tr {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 10px;
  }

  .table td {
    padding: 10px 15px;
    text-align: left;
    border: none;
  }

  .table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
  }

  .table td:last-child {
    border-bottom: none;
  }

  .table td .btn,
  .table td select {
    width: 100%;
    max-width: 100%;
  }

	/* Header and cell widths 
.table th:nth-child(1),
.table td:nth-child(1) {
    width: 30%;
}*/
.table th:nth-child(2),
.table td:nth-child(2) {
    width: 100%;
}
.table th:nth-child(3),
.table td:nth-child(3) {
    width: 100%;
}
.table th:nth-child(4),
.table td:nth-child(4) {
    width: 100%;
}
.table th:nth-child(5),
.table td:nth-child(5) {
    width: 100%;
}
.table th:nth-child(6),
.table td:nth-child(6) {
    width: 100%;
}
	
}


/* Other table options */
.table-responsive {
    overflow-x: auto;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
.table th, .table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}
.btn-pmt {
    background-color: #0071a1;
    color: white;
    border: none;
    cursor: pointer;
	-webkit-appearance: button;
    padding: 10px 20px;
	text-decoration: none;
}
.btn-pmt:hover {
    background-color: #005a87;
}

.btn-pmt.full {
	opacity: 0.7;
    cursor:auto!important;
}
.btn-pmt.full:hover {
	background-color:#ffffff!important;
    cursor:auto!important;
	color:var(--contrast)!important;
}

/* Table colours */

.table {
    border: 1px solid #cce5ff;
    overflow: hidden;
}

/* Add inner row and cell borders */
.table tr,
.table th,
.table td {
    border-bottom: 1px solid #cce5ff;
	text-align: left;
	font-weight:500;
}

/* Bootcamp styles */
.table-cat-product-bootcamp, .table-cat-bootcamp-online, .table-cat-bootcamp-in-person {
	border-color: rgba(186,38,66,0.7)!important; /* Blue border */
}
.table-cat-product-bootcamp thead, .table-cat-bootcamp-online thead, .table-cat-bootcamp-in-person thead {
    background-color: rgba(186,38,66,0.3)!important;
	color: var(--global-color-8);
}

.table-cat-product-bootcamp tr, .table-cat-product-bootcamp th, .table-cat-product-bootcamp td, .table-cat-bootcamp-online tr, .table-cat-bootcamp-online th, .table-cat-bootcamp-online td, .table-cat-bootcamp-in-person tr, .table-cat-bootcamp-in-person th, .table-cat-bootcamp-in-person td { 
    border-color: rgba(186,38,66,0.7)!important;
}

.table-cat-product-bootcamp .btn-pmt, .table-cat-bootcamp-online .btn-pmt, .table-cat-bootcamp-in-person .btn-pmt {
    background-color:transparent;
    color: var(--contrast);
    border: solid 1px var(--global-color-8);
    cursor: pointer;
}
.table-cat-product-bootcamp .btn-pmt:hover, .table-cat-bootcamp-online .btn-pmt:hover, .table-cat-bootcamp-in-person .btn-pmt:hover {
    background-color: var(--global-color-8);
	color: var(--base-3);
}

/* Pro Series styles */
.table-cat-product-management-pro, .table-cat-online-product-management-pro, .table-cat-career-catalyst-online {
	border-color: rgba(28,133,146,0.7)!important; /* Blue border */
}
.table-cat-product-management-pro thead, .table-cat-online-product-management-pro thead, .table-cat-career-catalyst-online thead {
    background-color: rgba(28,133,146,0.3)!important;
	color: var(--accent);
}

.table-cat-product-management-pro tr, .table-cat-product-management-pro th, .table-cat-product-management-pro td, 
.table-cat-online-product-management-pro tr, .table-cat-online-product-management-pro th, .table-cat-online-product-management-pro td,
.table-cat-career-catalyst-online tr, .table-cat-career-catalyst-online th, .table-cat-career-catalyst-online td { 
    border-color: rgba(28,133,146,0.7)!important;
}

.table-cat-product-management-pro .btn-pmt, .table-cat-online-product-management-pro .btn-pmt, .table-cat-career-catalyst-online .btn-pmt {
    background-color:transparent;
    color: var(--contrast);
    border: solid 1px var(--accent);
    cursor: pointer;
}
.table-cat-product-management-pro .btn-pmt:hover, .table-cat-online-product-management-pro .btn-pmt:hover, .table-cat-career-catalyst-online .btn-pmt:hover {
    background-color: var(--accent);
	color: var(--base-3);
}

/* table-cat-leading-product-management styles */
.table-cat-leading-product-management, .table-cat-in-person-leading-product-management, .table-cat-online-leading-product-management {
	border-color: rgba(133,133,33,0.7)!important; /* Blue border */
}
.table-cat-leading-product-management thead, .table-cat-in-person-leading-product-management thead, .table-cat-online-leading-product-management thead {
    background-color: rgba(133,133,33,0.3)!important;
	color: var(--global-color-10);
}

.table-cat-leading-product-management tr, .table-cat-leading-product-management th, .table-cat-leading-product-management td,
.table-cat-in-person-leading-product-management tr, .table-cat-in-person-leading-product-management th, .table-cat-in-person-leading-product-management td,
.table-cat-online-leading-product-management tr, .table-cat-online-leading-product-management th, .table-cat-online-leading-product-management td { 
    border-color: rgba(133,133,33,0.7)!important;
}

.table-cat-leading-product-management .btn-pmt,
.table-cat-in-person-leading-product-management .btn-pmt,
.table-cat-online-leading-product-management .btn-pmt {
    background-color:transparent;
    color: var(--contrast);
    border: solid 1px var(--global-color-10);
    cursor: pointer;
}
.table-cat-leading-product-management .btn-pmt:hover,
.table-cat-in-person-leading-product-management .btn-pmt:hover,
.table-cat-online-leading-product-management .btn-pmt:hover {
    background-color: var(--global-color-10);
	color: var(--base-3);
}

/* transformation-programme styles */
.table-cat-product-transformation-programme {
	border-color: rgba(245,176,48,0.7)!important; /* Blue border */
}
.table-cat-product-transformation-programme thead {
    background-color: rgba(245,176,48,0.3)!important;
	color: var(--global-color-9);
}

.table-cat-product-transformation-programme tr, .table-cat-product-transformation-programme th, .table-cat-product-transformation-programme td { 
    border-color: rgba(245,176,48,0.7)!important;
}

.table-cat-product-transformation-programme .btn-pmt {
    background-color:transparent;
    color: var(--contrast);
    border: solid 1px var(--global-color-9);
    cursor: pointer;
}
.table-cat-product-transformation-programme .btn-pmt:hover {
    background-color: var(--global-color-9);
	color: var(--base-3);
}

/* AI for Product Managers */
.table-cat-ai-for-product-managers {
	border-color: rgba(60,60,59,0.7)!important; /* Blue border */
}
.table-cat-ai-for-product-managers thead {
    background-color: rgba(60,60,59,0.3)!important;
	color: var(--contrast);
}

.table-cat-ai-for-product-managers tr, .table-cat-ai-for-product-managers th, .table-cat-ai-for-product-managers td { 
    border-color: rgba(60,60,59,0.7)!important;
}

.table-cat-ai-for-product-managers .btn-pmt {
    background-color:transparent;
    color: var(--contrast);
    border: solid 1px var(--global-color-9);
    cursor: pointer;
}
.table-cat-ai-for-product-managers .btn-pmt:hover {
    background-color: var(--global-color-9);
	color: var(--base-3);
}


/* Post Archive Page */
.filter-wrapper {
    max-width: 1440px;
    padding: 40px;
    margin-right: auto;
    margin-left: auto;
	display:flex;
}
div.gb-headline-0531d213 {
    font-size: 14px;
    font-weight: 500;
    color: var(--global-color-8);
	max-width: 50%;
    margin-left: 2%;
}

button#load-more-button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gb-container-07ba812f {
    padding: 0px;
}
@media (max-width: 767px) {
    .gb-container-07ba812f {
        padding-right: 20px;
        padding-left: 20px;
    }
	.filter-wrapper {
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
	flex-direction: column;
		text-align: center;
}
div.gb-headline-0531d213 {
	max-width: 100%;
    margin-left: 0%;
}

/* Custom 404 Page Styles */
.error-404 {
    text-align: center;
    padding: 60px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.error-404 .page-header {
    margin-bottom: 40px;
}

.error-404 .page-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--global-color-8);
    margin-bottom: 20px;
}

.error-404 .page-content {
    font-size: 1.2rem;
    line-height: 1.6;
    color: var(--global-color-9);
    margin-bottom: 40px;
}

.error-404 .widget-area {
    margin-top: 40px;
    text-align: left;
}

.error-404 .error-404-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.error-404 .widget {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.error-404 .widget-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--global-color-8);
}

.error-404 .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.error-404 .widget ul li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.error-404 .widget ul li:last-child {
    border-bottom: none;
}

.error-404 .widget ul li a {
    color: var(--global-color-9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.error-404 .widget ul li a:hover {
    color: var(--accent);
}

/* Custom 404 content styling */
.custom-404-content {
    margin-bottom: 40px;
}

.custom-404-content .gb-container {
    margin-bottom: 20px;
}

/* Search form styling for 404 page */
.error-404 .search-form {
    max-width: 400px;
    margin: 0 auto 30px;
}

.error-404 .search-form .search-field {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.error-404 .search-form .search-field:focus {
    outline: none;
    border-color: var(--accent);
}

.error-404 .search-form .search-submit {
    background: var(--accent);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.error-404 .search-form .search-submit:hover {
    background: var(--global-color-8);
}

/* Responsive design for 404 page */
@media (max-width: 768px) {
    .error-404 {
        padding: 40px 15px;
    }
    
    .error-404 .page-title {
        font-size: 2.5rem;
    }
    
    .error-404 .page-content {
        font-size: 1.1rem;
    }
    
    .error-404 .error-404-widgets {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .error-404 .widget {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .error-404 .page-title {
        font-size: 2rem;
    }
    
    .error-404 .page-content {
        font-size: 1rem;
    }
}
	.filter-wrapper select {
    margin-bottom: 15px;
		width: 250px;
}

}
.gb-container-116dc491 {
    max-width: 1440px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
.gb-grid-wrapper-7ffcbed5 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    margin-left: -40px;
}
.gb-grid-wrapper-7ffcbed5 > .gb-grid-column {
    box-sizing: border-box;
    padding-left: 40px;
}
.gb-grid-wrapper > .gb-grid-column-1b529a68 {
    width: 33.33%;
}
@media (max-width: 767px) {
    .gb-grid-wrapper > .gb-grid-column-1b529a68 {
        width: 100%;
    }
}
.gb-container-1b529a68 {
    position: relative;
}
.gb-container-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.gb-container-de63c04f {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: var(--contrast);
}

.gb-container-de63c04f:before {
    content: "";
    background-image: var(--background-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
}
.gb-container-32ca83f4 {
    position: relative;
    text-align: left;
    padding: 10px 15px;
    background-color: var(--accent);
    transition: all 0.5s ease;
}
h3.gb-headline-bdac4b69 {
    display: flex;
    align-items: center;
    column-gap: 0.5em;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom-color: var(--brand-dark-green);
    color: var(--base-3);
	min-height: 48px;
}
.gb-container-6f321553 {
    display: flex;
}
div.gb-headline-a97228d2 {
    color: var(--global-color-9);
}
div.gb-headline-a0618ac5 {
    padding-right: 10px;
    padding-left: 10px;
    color: var(--base-3);
}
div.gb-headline-5d0e9a93 {
    color: var(--base-3);
}

/* SIngle Post CTA */

.courses-cta-item {
    text-align: center;
}

.gb-button-singleCTA {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid var(--global-color-10);
    color: var(--global-color-10);
    text-decoration: none;
}

.gb-button-singleCTA .gb-icon {
    line-height: 0;
}

.gb-button-singleCTA:hover, .gb-button-singleCTA:active, .gb-button-singleCTA:focus {
    border-color: var(--accent);
    background-color: var(u002du002dglobal-color-10);
    color: var(--accent);
}

/* Team Rollover */
div#rollover h2 {
    font-size: 18px;
}

div#rollover p {
    font-size: 12px;
}

.hidden-modal {
    display: block; /* Always part of the flow for transition effects */
    position: absolute;
    top: 0; /* Adjust based on where you want the div to appear */
    left: 0;
    width: 100%; /* Match the width of the parent */
    background: rgba(255, 255, 255, 0.9); /* White background with slight transparency */
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--accent);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;

    /* Start off invisible and scaled down */
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.gb-container.modal-link:hover .hidden-modal {
    opacity: 1; /* Fully visible */
    transform: scale(1); /* Grow to full size */
}

/* Wp Forms */
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 5px 0;
    position: relative;
}

/* Image modal */
img.enlargonclick {
	cursor: hand;
}

body.gp-img-modal-open { overflow: hidden; }

.gp-img-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .85);
  z-index: 99999;
}

.gp-img-modal-backdrop.is-open { display: flex; }

.gp-img-modal-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  padding: 0;
  margin: 0;
}

.gp-img-modal-wrap img {
  display: block;
  max-width: 90vw;
  max-height: calc(90vh - 48px);
  width: auto;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
  user-select: none;
}

.gp-img-modal__caption {
  margin-top: 10px;
  color: #fff;
  font-size: .95rem;
  line-height: 1.4;
  text-align: center;
}

.gp-img-modal__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.gp-img-modal__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
  .gp-img-modal-backdrop.is-open .gp-img-modal-wrap {
    animation: gpZoomIn .18s ease-out both;
  }
  @keyframes gpZoomIn {
    from { transform: scale(.96); opacity: .6; }
    to { transform: scale(1); opacity: 1; }
  }
}