: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: 'Roboto', 'Open Sans', sans-serif;
}
.solution {

}

.solution .content-row {
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
    align-items: stretch; /* All children get the same height */
    position: relative;
    margin: 2% 0rem;
}

/* Logo image — takes up full height of the row */
.solution #logo_title {
    display:none;
    height: auto;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    padding-bottom: 1rem;
    align-self: flex-start;
}

/* Wrapper for text content — stacks title, sub_title, description horizontally */
.solution .text-column {
    display: flex;
    flex-direction: column;
    justify-content: top;
    gap: 3rem;
    flex: 1;
}

.solution #title_image {
    height: 100%;
    width: 45%;
    object-fit: contain;
    flex-shrink: 0;
    padding: 0rem 3rem;
    padding-bottom: 1%;
    margin-left: 0%; /* Pull image left to overlap text */
}

/* Title */
.solution .title {
    text-align: left;
    font-size: clamp(2rem, 4vw, 4rem);
    color: var(--text-blue-dark);
    display: flex;
    padding-left: 0rem;
    align-items: center;
}

/* Sub-title */
.solution .subtitle {
    text-align: left;
    padding-left: 0rem;
    font-size: clamp(1.2rem, 2vw, 3rem);
    font-weight: bold;
    color: var(--blue-archi-light);
    display: flex;
    align-items: center;
}

.solution .title-separator {
    border: none;
    border-top: 2px solid var(--blue-archi-light);
    margin: 0rem 0rem;
    margin-right: 80%;

}

/* Description */
.solution .description {
    font-size: clamp(1.0rem, 1.4vw, 2rem);
    padding-left: 0rem;
    color: var(--blue-archi-dark);
    text-align: left;
    display: flex;
    align-items: left;
    /* width: 80%; */
}

.solution #image_title {
    display: block;
  /* max-width:230px; */
  height: 20rem;;
 object-fit: cover;
 margin: auto auto;
} 

.solution .dark-blue {
    color: var(--blue-archi-dark);
}

.solution .description span {
    align-self: flex-start;
}



.solution .rive-overlay-text {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
    font-size: clamp(1.25rem, 1.6vw, 2rem);
    font-weight: bold;
    color: var(--blue-archi-light);
}

.solution .rive-sticky {
    position: sticky;
    top: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6FAFF;
    z-index: 1;
}

.solution #canvas-div {
    min-height: 100dvh;
    width: 100%;
    aspect-ratio: auto;
    max-height: 100dvh;
    max-width: 100%;
    background-color: #ffffff;
    height: 100dvh;
}

.solution #rive-canvas1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
}

.solution #canvas-track {
    position: relative;
    top: 0;
    z-index: 1;
    overflow: visible;
}

.solution #en-savoir-plus {
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.solution #section-1 {
    /* height: 100vh; */
    min-height: 100vh;
    
    text-align: center;
    justify-content: top;
    /* gap: 10rem; */
    display: flex;
    flex-direction: row;
    align-items: stretch; /* All children get the same height */
    position: relative;
    margin: 0rem 0rem;
    padding: 5rem 5rem 0rem 5rem;
    /* padding-right: 2%; */

    background-color: var(--background-white);
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    
}


.solution #section-2{
    position: relative;
    /* min-height: 100vh; */

    display: flex;
    flex-direction: column;

    justify-content: space-evenly;

    padding: 3rem 4rem;

    overflow: hidden;

    text-align: center;

    z-index: 2;
    background:
        radial-gradient(circle at top,
        rgb(0, 13, 63) 0%,
        rgb(0, 15, 77) 45%,
        rgb(0, 19, 97) 100%);
}


.solution #title-2{
    font-size:clamp(2.3rem,4vw,4rem);
    font-weight:600;
    letter-spacing:.5px;
    color: #4fa4ff;
}

.solution .subtitle-2{
    color: var(--background-anim);
    font-size:clamp(1rem,1.3vw,1.5rem);
    margin-bottom:2rem;
    margin-top: 2rem;
}

.solution .cards{

    flex:1;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    align-items:stretch;

    gap:2rem;

    margin:2vh 0;
}

.solution .card{

    display:flex;
    flex-direction:column;

    align-items:center;

    padding:0 2rem;
}

.solution .card:not(:last-child){

    border-right:1px solid rgba(255,255,255,.15);
}

h2{
    text-align: left;
    margin-top:1rem;
    font-size:clamp(2rem,2.7vw,3.2rem);
    font-weight:500;
    color: #4fa4ff;
}

.solution .small-line{

    width:20%;
    height:3px;
    margin: 2rem 80% 2rem 0%;
    background:var(--blue-archi-light);
}

.solution .card p{
    text-align: left;
    color: rgb(169, 215, 245);
    font-size:clamp(1rem,1.1vw,1.4rem);
    margin:.3rem 0;
    line-height:1.4;
}



.solution #buttons {
    margin: 2rem 0rem;
    display:flex;
    justify-content: center;
}

.solution .btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:1rem;
    /* margin-top:1rem; */

    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:10rem;
    height:3rem;

    font-size: clamp(0.9rem, 0.9vw, 1rem);

    color:var(--blue-archi-dark);
    text-decoration:none;

    border:2px solid var(--blue-archi-dark);

    border-radius:10px;


    transition:.3s;
}

.solution #btn1 {
    margin-right: 0.5rem;
    margin-left: 1rem;
}

.solution #btn2 {
    margin-right: 1rem;
    margin-left: 0.5rem;
    color: white;
    width:12rem;
    border:2px solid var(--blue-archi-light);
    background-color: var(--blue-archi-light);
}

.solution .btn:hover{
    cursor: pointer;
    background:var(--blue-archi-light);
    border:2px solid var(--blue-archi-light);
    color:white;
}

.solution #btn2:hover{
    cursor: pointer;
    background:var(--blue-archi-dark);
    border:2px solid var(--blue-archi-dark);
    color:white;
}



/* ============================= */
/* Desktop-only tightened layout */
/* ============================= */



@media (max-width: 1400px) {
    .solution #section-2 {

        overflow: hidden;
        display: flex;
        flex-direction: column;
    }


  

}

/* ============================= */
/* Tablet / small laptop         */
/* ============================= */
@media (max-width: 1024px) {

    
    .solution #section-1 {
        padding-top: 5rem;
        flex-direction: column;
        height: auto;
        min-height: auto;
        padding-bottom: 2rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    /* Stack logo + text vertically instead of side-by-side */

    .solution #logo_title {
        display:flex;
        padding-bottom: 2rem;
        align-self: center;
    }

    .solution .text-column {
        gap: 1.8rem;
    }

    .solution .title {
        text-align: center;
        justify-content: center;        
    }

    .solution .title-separator {
        margin-right: 40%;
        margin-left: 40%;
    }

    .solution .subtitle {
        text-align: center;
        justify-content: center;
    }

    /* Description no longer a narrow 27% column — full width under the title */
    .solution .description {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .solution #title_image{
        width: 20rem;
        max-height:15rem;
        align-self: center;
        padding-top: 2%;
        padding-right: 0%;
        margin: 0%
    }
    .solution .description span {
        align-self: center;
    }
    .solution .rive-overlay-text {
        padding: 3rem 1rem 2rem 1rem;
    }
    .solution #section-2{
        padding: 3rem 1rem 1.5rem 1.5rem;
    }
    .solution #title-2 {
    }
    .solution .subtitle-2{
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .solution .cards {
        gap: 0rem;
    }
    .solution .card {
        padding: 2rem 0rem 2rem 0rem; 
        margin: 0rem 10rem;
    }
    .solution .card:first-child {
        padding-top: 0rem; 
    }
    .solution .card:last-child {
        padding-bottom: 0rem; 
    }
    .solution .card:not(:last-child){
        border-right:0px solid rgba(255,255,255,.15);
        border-bottom:2px solid rgba(255,255,255,.15);
    }
    .solution .icon {
        width:3rem;
        height:3rem;
        margin-bottom:0rem;
    }
    .solution h2{
        margin-top: .1rem;
    }

    .solution .card p{
        margin:.1rem 0;
    }

    .solution .btn{
        margin-top:1.5rem;
    }
    .solution .cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .solution .columns {
        width: 100%;
    }

    .solution #col1{
        border-right: 0px solid var(--blue-archi-dark);
    }


}

/* ============================= */
/* Mobile (phones, landscape too)*/
/* ============================= */
@media (max-width: 768px) {
     
    .solution .text-column {
        gap: 1.8rem;
    }

    .solution #image_title {
            display: block;
        /* max-width:230px; */
        height: 10rem;;
        object-fit: cover;
        margin: auto auto;
    } 


    .solution .subtitle-2{
    }

    .solution .card {
        margin: 0rem 0rem;
    }
    
  


}

/* ============================= */
/* Small phones                  */
/* ============================= */
@media (max-width: 480px) {
   .solution #section-1 {
        padding-top: 3rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        flex-direction: column;
        gap: 1rem;
    }

    /* Stack logo + text vertically instead of side-by-side */

    .solution #logo_title {
        display:flex;
        max-height: 5rem;
        padding-bottom: 2rem;
        align-self: center;
    }

    .solution .text-column {
        gap: 1.8rem;
    }

    .solution .title {
        text-align: center;
        justify-content: center;
    }

    .solution .title-separator {
        border: none;
        border-top: 2px solid var(--blue-archi-light);
        margin-right: 40%;
        margin-left: 40%;

    }

    .solution .subtitle {
        text-align: center;
        justify-content: center;
    }

    /* Description no longer a narrow 27% column — full width under the title */
    .solution .description {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .solution #title_image{
        width: 100%;
        max-width: 20rem;
        max-height:20rem;
        align-self: center;
        padding-top: 2%;
        padding-right: 0%;
        margin: 0%
    }

    .solution #canvas-div {
        height: 100dvh;
        min-height: 100dvh;
        max-height: 100dvh;
    }

    


    .solution .archi-img-wrap {
        height: 150px;
    }


    .solution .archi-step {

        width: 32px;
        height: 32px;
       
    }

    .solution #div-en-savoir-plus {
        padding-top: 1rem;
    }


    .solution #section-2{
        padding: 3rem 1.5rem 1.5rem 1.5rem;
    }

    .solution #title-2 {
    }

    .solution h2{
    }

   

}

#section-archify .title{
    text-align: center;
    justify-content: center;
    vertical-align: top;
    width: auto;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    padding: 0rem 0rem;

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

#section-archify #SUB-TITLE {   
    text-align: center;
    justify-content: center;
    vertical-align: top;
    width: auto;
    padding: 0rem 0rem 3rem 0rem;
    color: var(--blue-archi-light);
    font-size: clamp(1.1rem, 1.6vw, 1.8rem);

    font-weight: 400;
}

#section-archify .sub-title{
    text-align: center;
    justify-content: center;
    width: auto;
    font-size: clamp(0.95rem, 1.3vw, 1.2rem);
    padding: 0 1rem;
    margin-top: 2rem;
    color: var(--blue-archi-light);
    /* font-weight: bold; */
}

#section-archify .TITLE{

  padding: 0rem 0rem 1rem 0rem;
  color: var(--blue-archi-dark);
    font-size: clamp(1.6rem, 2.8vw, 3rem);
  font-weight: 600;
}

#section-archify-cols {
  display: grid;
  column-gap: clamp(1rem, 5vw, 15rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;  /* step / image / title / sub-title */
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  padding: 0 1.25rem;
  margin: 0 auto;
}


#section-archify {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem 0rem 0rem 0rem;
}


#section-archify .columns {
    border-radius: 25px;
    box-shadow: 0 0px 10px rgba(33,46,65,.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding: clamp(1.25rem, 2vw, 2rem);
  margin: 1rem auto 0rem auto;
  justify-items: center;
  text-align: center;
  width: 100%;
  max-width: 400px;
  min-height: 100%;
}


#section-archify .archi-img-wrap {
  height: clamp(150px, 18vw, 220px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75rem 0;
}

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

#section-archify .archi-step {
    color: white;
    box-shadow: 0px 0px 10px rgba(50, 105, 188, 0.676);
    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%;
    background-color: var(--blue-archi-light);
    border: 2px solid #1e6fd9;
    overflow: hidden;
    margin: 0 auto 0.5rem auto;   /* centers the wrap itself in case parent isn't centering it */
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-archify #div-en-savoir-plus {
    color: var(--blue-archi-light);
    font-weight:400;
    padding-top: 3rem;
    padding-bottom: 0rem;
}


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

@media (max-width: 980px) {


    #section-archify-cols {
    grid-template-columns: 1fr;
    max-width: 460px;
    padding: 0 1rem;
    row-gap: 3rem;
    }
    #section-archify .columns {
    max-width: 340px;
    padding: 1.25rem 1rem;
        margin: 2rem auto 0rem auto;
    }

  #section-archify .archi-img-wrap {
    height: 140px;
  }

}

@media (max-width: 480px) {

    #section-archify .TITLE{
        padding: 0rem 0rem 0rem 0rem;
    }

    


    #section-archify {
        padding: 2rem 0rem;
    }

    #section-archify-cols {
      gap: 1rem;
    }


     #section-archify #SUB-TITLE {
        padding-left: 1rem;
      padding-right: 1rem;
        padding-bottom: 0.8rem;
    }

}



#atouts {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 7rem 1rem 7rem 1rem;
    min-height: 100vh;
    background-color: #f4f8ff;
    /* max-height: 100vh; */
}

#atouts #TITLE {

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

}


#atouts #SUB-TITLE {

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

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



#atouts-cols {
    display: grid;
    padding: 0rem 10rem;
    gap: 2rem;
    column-gap: 5rem;
    row-gap: 2rem;
    grid-template-columns: repeat(3, 2fr);
    grid-template-rows: auto auto auto auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}


#atouts .columns {
    border-radius: 50px;
    box-shadow: 0 -0px 10px rgba(33,46,65,.18);
    display: grid;
    background-color: #f4f8ff;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding: 2rem 3rem;
    margin: 0rem auto 0rem auto;
    justify-items: center;
    text-align: center;
    width: 100%;
}



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



#atouts .card-list li {
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(0.95rem, 1vw, 1.3rem);
    padding-bottom: 0.4rem;
}



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

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




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

#atouts h3{
    display: flex;
    flex-direction: row;
    vertical-align: center;
    margin: auto;
    padding-left: 0rem;
    /* padding-top: 1rem; */
    font-size: clamp(1.2rem, 1.8vw, 2rem);
    text-align: center;
    color: var(--blue-archi-dark);
}


@media (max-width: 1400px) {

    #atouts-cols {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(3, 2fr);
        width: 90%;
    }

    
    #atouts {
        padding: 3rem 1rem 3rem 1rem;
    }

}

@media (max-width: 768px) {
    #atouts-cols {
        grid-template-columns: repeat(1, 6fr);
        padding: 0rem 4rem;
        margin: 0rem auto;
    }
    #atouts #TITLE {
        text-align: center;
        padding-left: 0rem;
    }

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

    #atouts 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) {


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

    

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

    #atouts h3 {
    }
    
    #atouts .columns {
        width: 100%;
    }

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

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

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

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

    
}

#cause-cons{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    padding: 2rem 0rem;
    margin: 2rem 0rem;
    min-height: 100vh;
    align-items: start;
    column-gap: 2rem;
    row-gap: 5rem;
    position: relative;
}

#cause-cons::before {
    content: "";
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 50%;
    border-left: 1.5px solid var(--blue-archi-dark);
}

#cause-cons .columns {
    display: contents;
}

#cause-cons #col1 .title,
#cause-cons #col1 .description,
#cause-cons #col1 .subtitle,
#cause-cons #col2 .title,
#cause-cons #col2 .description,
#cause-cons #col2 .subtitle {
    width: 100%;
    text-align: center;
}

#cause-cons #col1 .title,
#cause-cons #col2 .title {
    grid-row: 1;
}

#cause-cons #col1 .description,
#cause-cons #col2 .description {
    grid-row: 2;
}

#cause-cons #col1 .subtitle-container,
#cause-cons #col2 .subtitle-container {
    grid-row: 3;
}

#cause-cons #col1 .title,
#cause-cons #col1 .description,
#cause-cons #col1 .subtitle-container {
    grid-column: 1;
    padding-left: 3rem;
    padding-right: 3rem;
}

#cause-cons #col2 .title,
#cause-cons #col2 .description,
#cause-cons #col2 .subtitle-container {
    grid-column: 2;
    padding-left: 3rem;
    padding-right: 3rem;
}
#cause-cons .title{
    text-align: center;
    justify-content: center;
    width: auto;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

#cause-cons #col1 .subtitle-container,
#cause-cons #col2 .subtitle-container {
    padding: 0rem 10rem;
}

#cause-cons .subtitle{
    text-align: left;
    justify-content: center;
    width: auto;
    font-size: clamp(1.2rem, 1vw, 1.3rem);
    font-weight: 400;
    box-shadow: 0 -0px 10px rgba(33,46,65,.18);
    padding: 1.5rem 1.5rem;
    border-radius: 2rem;
    text-align: left;

    }
#cause-cons .description{
    text-align: left;
    justify-content: center;
    width: auto;
    font-size: clamp(0.95rem, 1vw, 1rem);
    align-self: stretch;
}

#cause-cons .title-separator{
    border: none;
    border-top: 2px solid var(--blue-archi-light);
    margin: 3rem 40%;
}

#cause-cons #col1{
    border-right: 1.5px solid var(--blue-archi-dark);
}


.cause-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    

}

#cause-cons .cause-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 190px;
}

#cause-cons .cause-icon-wrap {
    box-shadow: 0 -0px 10px rgba(33,46,65,.18);
    box-sizing: border-box;
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    /* border: 2px solid #1e6fd9; */
    overflow: hidden;
    margin: 0 auto 2rem auto;   /* centers the wrap itself in case parent isn't centering it */
    display: flex;
    align-items: center;
    justify-content: center;
}

#cause-cons .cause-icon {
    display: block;
    max-width: 60%;
    max-height: 60%;
    margin: 0 auto;               /* belt-and-suspenders centering */
    object-fit: contain;
}

#cause-cons .cause-title {
    display: block;
    width: 100%;
    font-size: clamp(0.95rem, 1.2vw, 2rem);
    line-height: 1.3;
}



@media (max-width: 1400px) {

    #cause-cons {
        column-gap: 1.5rem;
        row-gap: 3.5rem;
    }

    #cause-cons .cause-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0rem 1rem 1rem 0rem;
    }

    #cause-cons .cause-icon-wrap {
        width: 100px;
        height: 100px;
    }
    #cause-cons .cause-item {
        width: 100px;
    }

    #cause-cons #col1 .subtitle-container,
    #cause-cons #col2 .subtitle-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #cause-cons .description{
        padding-top: 3rem;
    }

}



@media (max-width: 1024px) {

    #cause-cons{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 3rem;
    }

    #cause-cons::before {
        display: none;
    }

    #cause-cons .subtitle{
        padding: 1.5rem 1.5rem;
    }

    #cause-cons .columns {
        display: grid;
        width: 100%;
    }

    #cause-cons #col1 .title,
    #cause-cons #col1 .description,
    #cause-cons #col1 .subtitle-container,
    #cause-cons #col2 .title,
    #cause-cons #col2 .description,
    #cause-cons #col2 .subtitle-container {
        grid-column: 1;

    }



    #cause-cons #col1 .subtitle-container,
    #cause-cons #col2 .subtitle-container {
        margin-top: 3rem;
        padding: 0rem 10rem;

    }

    #cause-cons #col1 .title,
    #cause-cons #col2 .title {
        grid-row: 1;
    }

    #cause-cons #col1 .description,
    #cause-cons #col2 .description {
        grid-row: 2;
        padding: 3rem  5rem 0rem 5rem;
    }

    #cause-cons #col1 .subtitle-container,
    #cause-cons #col2 .subtitle-container {
        grid-row: 3;
    }

    #cause-cons #col1{
        border-right: 0px solid var(--blue-archi-dark);
    }
    #cause-cons #col1{
        border-right: 0px solid var(--blue-archi-dark);
    }

    #cause-cons .cause-list {
        gap: 1rem;
    }

    #cause-cons .cause-icon-wrap {
        width: 64px;
        height: 64px;
        margin-bottom: 1rem;
    }
    #cause-cons .cause-item {
        width: 200px;
    }
}




@media (max-width: 780px) {

    #cause-cons #col1 .subtitle-container,
    #cause-cons #col2 .subtitle-container {
        margin-top: 3rem;
        padding: 0rem 2rem;

    }

    #cause-cons #col1 .description,
    #cause-cons #col2 .description {
        padding: 2rem  2rem 0rem 2rem;
    }
    #cause-cons .title{
    }
    #cause-cons .subtitle{
    }
    #cause-cons .description{
    }
    
    #cause-cons .cause-item {
        width: 80px;
    }
}
#devices-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#devices-section {
    /* max-width: 1700px; */
    min-height: 100vh;
    margin: auto;
    /* display: flex; */
    /* align-items: center; */
    background: #f4f8ff;
    /* border-radius: 20px; */
    padding: 6rem 6rem;
}

#devices-section .section-title {
    text-align: center;
    color: #243DB8;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-bottom: 8rem;
}

#devices-section .content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Left & right columns */

#devices-section .column {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

#devices-section .item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

#devices-section .icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border: 2px solid #243DB8;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#devices-section .icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

#devices-section .text h3 {
    color: #243DB8;
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
}

#devices-section .text p {
    color: #243DB8;
    font-size: clamp(0.95rem, 1vw, 1.0625rem);
    line-height: 1.5;
}

/* Middle */

#devices-section .middle-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#devices-section .middle-image img {
    /* width: 100%; */
    max-width: clamp(250px, 30vw, 700px);
    height: auto;
    object-fit: contain;
}

/* Responsive */

@media (max-width: 1000px) {
    #devices-section {

        padding: 2rem 2rem;
    }

    #devices-section .content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    #devices-section .middle-image {
        order: -1;
    }

    #devices-section .section-title {
        margin-bottom: 3rem;
    }
}
