/*
 * Styles pour le bloc de callback expert
 */

.callback-block-wrapper {
    width: 100%;
    position: relative;
}

.callback-block-container {
    background-color: #4285f4;
    border-radius: 16px;
    padding: 50px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 380px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.callback-shape-circle-green {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    background: #7de1bc;
    border-radius: 50%;
    z-index: 1;
}

.callback-shape-triangle-yellow {
  position: absolute;
  top: 24px;
  right: 27px;
  width: 55px;
  height: 55px;
  background-image: url('/wp-content/themes/highfive/assets/img/pictos/cei-picto_forme-destination3.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.callback-shape-circle-purple {
    position: absolute;
    left: 42%;
    bottom: 12px;
    transform: translateX(-50%);
    width: 71px;
    height: 71px;
  background: #4053FF 0% 0% no-repeat padding-box;
    border-radius: 50%;
    z-index: 1;
}

.callback-title {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
    line-height :1.1;
}

.callback-title span {
    color: #ffeb3b;
}

.callback-subtitle {
    color: #ffffff;
    font-size: 20px;
    margin: 10px 0 25px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.callback-btn-container {
    position: relative;
    z-index: 10; /* Plus élevé que le cercle violet */
    margin-bottom: 20px;
}

.callback-button {
    display: inline-block;
    background-color: #222249;
    color: #fff !important;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.callback-button:hover {
    background-color: #000;
    text-decoration: none !important;
    font-weight: normal !important;
}
