.cta-sticky {
cursor: pointer;
border: 2px solid transparent; transition: border-color 0.3s ease, background-color 0.3s ease;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
box-sizing: border-box;
} .cta-sticky:hover {
border-color: #0073e6; background-color: #f0f8ff; }
.cta-sticky .gb-container {
width: 100%;
max-width: none; }
.cta-sticky .gb-container .gb-container {
width: 100%;
}
.cta-sticky .gb-button {
width: 100%;
text-align: center;
}
@media (min-width: 1024px) {
.inside-right-sidebar {
height: 100%;
}
.inside-right-sidebar .cta-sticky {
position: -webkit-sticky;
position: sticky;
top: 60px; width: 100%;
}
} @media (max-width: 1024px) {
.cta-fixed-bottom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #f0f8ff; border-top: 1px solid #222222; text-align: center;
padding: 8px 0; z-index: 9999; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, background-color 0.3s ease;
cursor: pointer; transform: translateY(100%); margin: 0 !important; }
.cta-fixed-bottom.visible {
transform: translateY(0); }
.cta-fixed-bottom:hover {
background-color: #e0f0ff; }
} @media (min-width: 1024px) {
.cta-fixed-bottom {
display: none !important;
}
}