.custom-heading-with-image {
font-size: 56px;
color: #F8F8F8;
text-transform: uppercase;
}
.custom-subheading-multi-color {
text-align: center;
font-size: 32px;
color: #F5F6FA;
text-transform: uppercase;
font-family: "Plus Jakarta Sans";
}
span.plain-green {
color: #33A849;
}
.custom-heading-with-image img {
width: 45px;
margin-right: 10px;
margin-top: -10px;
}
div#custom-no-animation {
transition: none;
transform: none;
}
div#custom-no-animation a {
cursor: default;
background-color: transparent !important;
}
.custom-heading-multi-color {
text-align: center;
font-size: 40px;
text-transform: uppercase;
color: #F8F8F8;
font-weight: 500;
}
.custom-heading-multi-color .plain-yellow {
color: #FFCE4A;
}
.custom-steps-level-1 .tcb-flex-col,
.custom-steps-level-2 .tcb-flex-col
{
position: relative;
}
.custom-steps-level-1 .tcb-flex-col:nth-child(1):after,
.custom-steps-level-2 .tcb-flex-col:nth-child(1):after
{
content: '';
background-image: url(https://goldenweb.net/wp-content/uploads/2026/04/steps-arrow.png);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
display: block;
z-index: 999;
position: absolute;
right: 0;
top: 100px;
}
.custom-steps-level-1 .tcb-flex-col:nth-child(2):after,
.custom-steps-level-2 .tcb-flex-col:nth-child(2):after
{
content: '';
background-image: url(https://goldenweb.net/wp-content/uploads/2026/04/steps-arrow.png);
background-size: contain;
background-repeat: no-repeat;
width: 25px;
height: 25px;
display: block;
z-index: 999;
position: absolute;
right: -50px;
top: 100px;
}