:root {
  /* Archify brand colors */
  --blue-archi-lighter: #80DEFE;      
  --blue-archi-light: #006EE5;      
  --blue-archi-dark: #0122ad;      
  --background-blue-light: #F6FAFF; 
  --text-blue-dark: #212e41;     
  --background-white: #ffffff;
  --background-anim: #DBE3F0;    
    

  /* Spacing */
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;

  /* Typography */
  --font-family: 'Times New Roman', Times, serif;
}
#offers #TITLE {

    padding: 0rem 0rem 1rem 3rem;
    color: var(--blue-archi-dark);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: bold;

}

#offers hr {
    margin-left: 3rem;
    margin-bottom: 1rem;
    margin-right: 70%;
    border: 2px solid var(--blue-archi-dark);
    border-radius: 5px;
}

#offers #SUB-TITLE {

    padding: 0rem 0rem 3rem 3rem;
    color: var(--blue-archi-light);
    font-size: clamp(1.2rem, 2vw, 1.8rem);

    font-weight: 100;
}

#offers .title {
    text-align: center;
    justify-content: center;
    vertical-align: top;
    width: auto;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: bold;
    margin: 0rem 3rem;
    padding: 0 0rem;
    padding-bottom: 0.7rem;

    color: var(--blue-archi-dark);
    /* font-weight: bold; */
}

#offers #col1 .title {
    border-bottom: 2px solid green;
}
#offers #col2 .title {
    border-bottom: 2px solid var(--blue-archi-light);
}
#offers #col3 .title {
    border-bottom: 2px solid purple;
}

#offers .sub-title {
    text-align: center;
    justify-content: center;
    width: auto;
    font-size: clamp(0.95rem, 1.4vw, 1.5rem);
    padding: 0 1rem;
    margin-top: 1rem;
    color: var(--blue-archi-dark);
    /* font-weight: bold; */
}

#offers-cols {
    display: grid;
    gap: 1.0rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto auto;
    /* step / image / title / sub-title */
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0rem 5rem;
}


#offers {
    background-color: #f4f8ff;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 6rem 1rem 2rem 1rem;
    min-height: 100vh;
}

#offers .columns {
    border-radius: 50px;
    display: grid;
    /* grid-template-columns: 1fr; */
    /* <-- add this: one track, full width */
    grid-template-rows: subgrid;
    grid-row: span 6;
    padding: 1rem 2rem;
    margin: 0rem auto 0rem auto;
    justify-items: center;
    text-align: center;
    width: 100%;
}

.list-icon {
    font-weight: bold;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 5px;
    color: var(--blue-archi-dark);

}

#offers #col1 .list-icon {
    background-color: green;
}

#offers #col2 .list-icon {
    background-color: var(--blue-archi-light);
}

#offers #col3 .list-icon {
    background-color: purple;
}

#offers .card-list {
    width: 100%;
    text-align: left;
    list-style-type: none;
    padding-left: 3rem;
    /* font-weight:bold; */
    color: var(--blue-archi-dark);
}



#offers .card-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.2rem;
}

#offers #col1 {
    border: 2px solid green;
}
#offers #col2 {
    border: 2px solid var(--blue-archi-light);
}
#offers #col3 {
    border: 2px solid purple;
}


#offers .archi-img-wrap {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

#offers .archi-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#offers .archi-step {
    color: white;
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    font-weight: bold;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
   
    overflow: hidden;
    margin: 0 auto 0.0rem auto;
    /* centers the wrap itself in case parent isn't centering it */
    display: flex;
    align-items: center;
    justify-content: center;
}

#offers #col1 .archi-step {
    background-color: green;
    border: 2px solid green;
}

#offers #col2 .archi-step {
    background-color: var(--blue-archi-light);
    border: 2px solid var(--blue-archi-light);
}

#offers #col3 .archi-step {
    background-color: purple;
    border: 2px solid purple;
}



#offers .tarif {
    font-size: clamp(1.2rem, 2vw, 2rem);
    font-weight: bold;
}

#offers .sub-title {
    text-align: center;
    justify-content: center;
    width: auto;
    font-size: clamp(0.95rem, 1.4vw, 1.5rem);
    padding: 1rem 1rem;
    margin: 0rem 3rem 0rem 3rem;
    color: var(--blue-archi-dark);
    border: 0px;
}

#offers #col1 .sub-title {
    border-top: 2px solid green;
    border-style: dashed;
}
#offers #col2 .sub-title {
    border-top: 2px solid var(--blue-archi-light);
    border-style: dashed;
}
#offers #col3 .sub-title {
    border-top: 2px solid purple;
    border-style: dashed;
}

#offers #col1 .tarif {
    color: green;
}

#offers #col2 .tarif {
    color: var(--blue-archi-light);
}

#offers #col3 .tarif {
    color: purple;
}

#offers .title-card {
    display: flex;
    flex-direction: row;
    vertical-align: center;
    text-align: center;
    justify-content: center;
}

#offers .title-card h3{
    display: flex;
    flex-direction: row;
    vertical-align: center;
    margin: auto;
    padding-left: 1rem;
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    text-align: center;
}

#offers #col1 h3 {
    color: green;
}

#offers #col2 h3 {
    color: var(--blue-archi-light);
}

#offers #col3 h3 {
    color: purple;
}


@media (max-width: 1400px) {
}

@media (max-width: 768px) {
    #offers-cols {
        grid-template-columns: repeat(1, 3fr);
        padding: 0rem 4rem;
        gap: 1rem;
    }

    #offers-cols {
        grid-template-columns: repeat(1, 6fr);
        padding: 0rem 2rem;
    }
    #offers #TITLE {
        text-align: center;
        padding-left: 0rem;
    }

    #offers #SUB-TITLE {
        text-align: center;
        padding-left: 0rem;
        padding-bottom: 1rem;
    }

    #offers hr {
        margin-left: 1.5rem;
        margin-bottom: 1.5rem;
        margin-right: 20%;
        margin-left: 20%;
        border: 1px solid var(--blue-archi-dark);
        border-radius: 5px;
    }
    
}


@media (max-width: 480px) {


    #offers #TITLE {
        padding-left: 1rem;
        padding-bottom: 0.8rem;
    }

 

    #offers #SUB-TITLE {
        padding-left: 1rem;
        padding-bottom: 0.8rem;
    }

    #offers h3 {
    }


    #offers .title {
    }

    #offers .sub-title {
        margin: 0rem;
    }
    
    #offers .columns {
        width: 100%;
    }

    #offers .archi-img-wrap {
        height: 100px;
    }

    #offers .card-list {
        padding-left: 0px;
    }

    #offers #col3 .title-card {
        flex-direction: column;
        gap: 0.8rem;
    }

    #offers #col3 .title-card h3{
        padding: 0rem;
    }

}
