.sapphire-cta-container {
    text-align: center;
    margin: 80px 0;
    padding: 0 20px;
}

.sapphire-button {
    background-color:  #702670;
    color: #ffffff !important;
    padding: 25px 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.5em;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    vertical-align: middle;
}

.sapphire-button:hover {
    background-color: #004e92;
    color: #00d1ff !important;
    border-color: #00d1ff;
    box-shadow: 0 0 30px rgba(0, 209, 255, 0.4);
    transform: scale(1.03);
}

@media screen and (max-width: 768px) {
    .sapphire-button {
        font-size: 1.1em;
        padding: 20px 30px;
        letter-spacing: 1px;
    }
}

/*Pato Teixiera red code  */
.custom-cta-container {
    text-align: center;
    margin: 60px 0;
    padding: 0 20px;
}

.luxury-button {
    background-color: #012b25;
    color: #04fbda !important;
    padding: 22px 40px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.4em;
    border: 3px solid #04fbda;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.2;
    vertical-align: middle;
}

.luxury-button:hover {
    background-color: #04fbda;
    color: #012b25 !important;
    box-shadow: 0 10px 20px rgba(4, 251, 218, 0.2);
}

/* Mobile Adjustments */
@media screen and (max-width: 768px) {
    .custom-cta-container {
        margin: 40px 0;
    }
    .luxury-button {
        font-size: 1.1em;
        padding: 18px 25px;
        letter-spacing: 1px;
        width: 100%;
        max-width: 350px;
    }
}

/*Biggest Wave Ever Surfed 2014: Jamie Mitchell Mavericks | Wall Fine Art  */
.monolith-cta-container {
    display: block !important;
    text-align: center !important;
    margin: 60px auto !important; /* "auto" is required for horizontal centering */
    padding: 0 20px;
    width: 100% !important;
    clear: both !important; /* Prevents text/images from pushing it to the side */
}

.monolith-button {
    display: inline-block !important; /* Required to respect text-align: center */
    background-color: #000000;
    color: #ffffff !important;
    padding: 22px 40px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.4em;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
}

.monolith-button:hover {
    background-color: #ff6600;
    color: #000000 !important;
    border-color: #ff6600;
    box-shadow: 0 12px 24px rgba(255, 102, 0, 0.3);
    transform: translateY(-2px);
}

/* Mobile Adjustments */
@media screen and (max-width: 768px) {
    .monolith-cta-container {
        margin: 40px auto !important;
    }
    .monolith-button {
        font-size: 1.05em;
        padding: 18px 20px;
        letter-spacing: 1px;
        width: 100%;
        max-width: 320px;
        display: inline-block !important;
    }
}


/* Biggest Wave Ever Surfed 2024: Benjamin Sanchis at Jaws | Wall Fine Art by Fred Pompermayer */

.behemoth-cta-container {
    text-align: center !important;
    margin: 60px auto !important;
    padding: 0 20px;
    display: block !important;
    width: 100% !important;
    clear: both;
}

.behemoth-button {
    background-color: #000000;
    color: #ffffff !important;
    padding: 22px 40px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.4em;
    border: 2px solid #005f73; /* Deep Marine Base */
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
}

.behemoth-button:hover {
    background-color: #00d1ff; /* Neon Cyan Wave */
    color: #000000 !important;
    border-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 209, 255, 0.6), 0 0 40px rgba(0, 209, 255, 0.2);
    transform: scale(1.02);
}

/* Mobile Adjustments for a perfect fit */
@media screen and (max-width: 768px) {
    .behemoth-cta-container {
        margin: 40px auto;
    }
    .behemoth-button {
        font-size: 1.0em;
        padding: 18px 20px;
        letter-spacing: 1px;
        width: 100%;
        max-width: 340px;
        display: inline-block !important;
    }
}