
     
        .Ps_new_home_first_wrapper {
            position: relative;
            width: 100%;
            min-height: 100vh;
       
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-sizing: border-box;
            overflow: hidden; 
        }

    
        .Ps_new_home_first_bg_image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }

     
        .Ps_new_home_first_overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(11, 11, 11, 0.77), rgba(11, 11, 11, 0.77)),
linear-gradient(180deg, rgba(102, 102, 102, 0) 1.3%, rgba(0, 0, 0, 0.68) 82.46%),
linear-gradient(180deg, rgba(0, 0, 0, 0.68) 2.47%, rgba(0, 0, 0, 0) 13.92%);

            z-index: 1;
        }

        .Ps_new_home_first_content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 100vh;
            padding: 40px 60px;
            box-sizing: border-box;
        }

     
        .Ps_new_home_first_top_section {
            margin-top: 16vh;
            position: relative;
        }

        .Ps_new_home_first_subtitle {
            max-width: 95%;
    margin-bottom: 0vw;
    color: rgba(240, 234, 220, 0.8);
    position: relative;
    z-index: 10;
    font-family: Clash Display;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.4571rem + 1.7143vw, 2rem);
    line-height: normal;
    letter-spacing: 0%;
    text-align: right;
        }

        .Ps_new_home_first_title_container {
            position: relative;
            width: 100%;
            text-align: center;
        }

      

     
        .Ps_new_home_first_zones {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            z-index: 20; 
        }

        .Ps_new_home_first_zone {
            flex: 1;
            height: 100%;
            cursor: pointer;
        }

     
        .Ps_new_home_first_cards_container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none; 
            z-index: 30; 
        }

        .Ps_new_home_first_card {
            position: absolute;
            top: 50%;
            opacity: 0; 
            object-fit: cover; 
          
        }

        .Ps_new_home_first_card.left { width: 190px; height: 229px; }
        .Ps_new_home_first_card.center { width: 290px; height: 350px; }
        .Ps_new_home_first_card.right { width: 190px; height: 229px; }

       
        .Ps_new_home_first_bottom {
                display: flex;
    gap: 60px;
    margin-bottom: 20px;
    justify-content: space-between;
        }

        .Ps_new_home_first_col {
                position: relative;
    cursor: pointer;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
        }

        .Ps_new_home_first_col .Ps_new_home_first_col_heading {
                position: relative;
    z-index: 2;
    font-family: Clash Display;
    font-weight: 400;
    font-size: clamp(1.25rem, 1.1571rem + 0.381vw, 1.5rem);
    line-height: 100%;
    letter-spacing: 0%;
			color:rgba(255, 255, 255, 1);
			    margin-bottom: 1rem !important;
        }
.Ps_new_home_first_col .Ps_new_home_first_col_heading span{
	color:#000;
}

        .Ps_new_home_first_col .Ps_new_home_first_col_para {
                  color: rgba(255, 255, 255, 0.63);
    margin: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: Archivo;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem);
    letter-spacing: 0%;
    margin-top: auto;
        }

        .Ps_new_home_first_arrow {
          
            display: inline-block;
        }

        /* Bottom Circles - Desktop Positions */
        .Ps_new_home_first_circle {
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            z-index: 1;
            opacity: 1;
            top: 0px;
			transform-origin: left center;
        }

        .Ps_new_home_first_col:nth-child(1) .Ps_new_home_first_circle { background-color: rgba(220, 97, 41, 1); left: 90px; }
        .Ps_new_home_first_col:nth-child(2) .Ps_new_home_first_circle { background-color: rgba(130, 135, 57, 1); left: 160px; }
        .Ps_new_home_first_col:nth-child(3) .Ps_new_home_first_circle { background-color: rgba(235, 152, 152, 1); left: 225px;}

        @media (min-width: 1200px) and (max-width: 1400px) {
            .Ps_new_home_first_subtitle{
                font-size: 28px;
            }
        }
      
        @media (max-width: 900px) {
            .Ps_new_home_first_content {
                        padding: 40px 15px;
        justify-content: space-evenly;
        height: 100%;
        min-height: 100%;
        gap: 5rem;
            }
			.Ps_new_home_first_wrapper{min-height:100%}

            .Ps_new_home_first_top_section {
                margin-top: 14vh;
            }

            .Ps_new_home_first_subtitle {
                        text-align: right;
        max-width: 100%;
        margin: 0 auto 10px auto;
            }
			.Ps_new_home_first_arrow svg{
				max-width:20px;
			}




            .Ps_new_home_first_zones,
            .Ps_new_home_first_cards_container {
                display: none !important; 
            }

            .Ps_new_home_first_bottom {
               flex-direction:column
				
            }
			.Ps_new_home_first_col .Ps_new_home_first_col_heading{
				margin-bottom:0!important
			}
            .Ps_new_home_first_col {
                padding-top: 0;
				gap: 30px;
            }

           

           
            
			
			.Ps_new_home_first_circle{
				width: 50px;
    height: 50px;
			}

          
            .Ps_new_home_first_col:nth-child(1) .Ps_new_home_first_circle { 
                left: 75px; top: -12px;
            }
            .Ps_new_home_first_col:nth-child(2) .Ps_new_home_first_circle { 
                left: 133px; top: -13px;
            }
            .Ps_new_home_first_col:nth-child(3) .Ps_new_home_first_circle { 
               left: 197px; top: -13px;
            }

        
            .Ps_new_home_first_wa {
                display: contents; 
            }
            
            .Ps_new_home_first_wa_icon {
                position: fixed;
                bottom: 20px;
                right: 20px;
                width: 50px;
                height: 50px;
                z-index: 50;
                box-shadow: 0 5px 15px rgba(0,0,0,0.5);
            }

            .Ps_new_home_first_wa_icon svg {
                width: 28px;
                height: 28px;
            }
        }