.job-meta-wrapper,
.job_detail_job_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.job-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 14px;
    color: #ffffff;
    
   
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
    backdrop-filter: blur(4px);
}

.job-pill-icon {
    font-size: 16px;
    line-height: 1;
    height: 25px !important;
}

.job-pill-text {
    white-space: nowrap;
}





/*-----------------------------------Day in life  ------------------------------*/	

.edvdo_day_in_life_outerbox{
width:100%;
        background:#FFFFFF;
        border-radius:14px;
        padding:20px;
        box-sizing:border-box;
        display:flex;
        flex-direction:column;
        gap:30px;
		}
		
		.edvdo_day_in_life{
		display:flex;
        align-items:center;
        gap:5px;
		
		}
	/*-----------------------------------Day in life ends ------------------------------*/	


/*-----------------------------------Subject ------------------------------*/

  .edvdo-subjects-wrapper {
    display: flex;
    
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

/* OUTER BOX */
.edvdo-subject-box {
    width: 30%;
    height: 90px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

/* OVERLAY */
.edvdo-subject-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

/* TEXT */
.edvdo-subject-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    color: #ffffff;
   
    text-align: center;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}



/*-----------------------------------Subject ------------------------------*/





/*-----------------------------------edvdo_demand_salary ------------------------------*/


.edvdo_demand_salary_outerbox{
width:100%;
        background:#E6F4FF;
        border-radius:14px;
        padding:24px;
        box-sizing:border-box;
		}
		
		.edvdo_demand_salary{
		display:flex;align-items:center;gap:10px;margin-bottom:16px;
		
		}
		
		.edvdo_demand_salary_desc{
		background:#E6F4FF;
            border:1px solid #B0DEFF;
            border-radius:14px;
            padding:17px;
            color:#1E1E1E;
			}



/*-----------------------------------edvdo_demand_salary ends------------------------------*/







/*-----------------------------------edvdo-real-life-example------------------------------*/

.edvdo-real-life-example-outer-box{
width:100%;

background:#E6F4FF;
border-radius:14px;
padding:24px;
margin:24px auto;

}


.edvdo-real-life-example-title{
display:flex;
align-items:center;
gap:12px;
margin-bottom:16px;
}

.edvdo-real-life-example-story{
background:#BFE4FF;
border-radius:14px;
padding:20px 40px;

}



/*-----------------------------------edvdo-real-life-example ends------------------------------*/







/*-----------------------------------edvdo_how_to_become------------------------------*/


.edvdo-become-wrap {
            background: #fff;
            border-radius: 20px;
            padding: 28px;
        }

        .edvdo-become-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }

     

        .edvdo-become-title span {
            background: #eef2ff;
            padding: 8px 10px;
            border-radius: 10px;
           
        }

        .edvdo-become-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 14px;
        }

        .edvdo-become-card {
width:100%;
            display: flex;
            gap: 12px;
            align-items: flex-start;
            background: #f9fafb;
            padding: 14px 16px;
            border-radius: 14px;
        }

        .edvdo-become-card p {
            margin: 0;
         
            color: #111827;
         
        }

        .edvdo-become-card .dot {
            width: 10px;
            height: 10px;
            background: #4f46e5;
            border-radius: 50%;
            margin-top: 6px;
            flex-shrink: 0;
        }
		
		
		/*-----------------------------------edvdo_how_to_become ends------------------------------*/
		
		
		
		
		
				/*-----------------------------------edvdo_what_you_do------------------------------*/
		.edvdo-what-you-do-wrap {
            background: #fff;
            border-radius: 20px;
            padding: 28px;
        }

        .edvdo-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 22px;
        }

     

        .edvdo-title-icon {
            background: #f3f4f6;
            padding: 8px 10px;
            border-radius: 10px;
          
        }

        .edvdo-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .edvdo-card {
            display: flex;
            gap: 14px;
            align-items: center;
            background: #f9fafb;
            padding: 16px 18px;
            border-radius: 14px;
        }

    

        .edvdo-icon {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            flex-shrink: 0;
        }

        .blue { background:#e0ecff; }
        .purple { background:#efe3ff; }
        .green { background:#e6f9ee; }
        .orange { background:#ffe9d6; }
        .pink { background:#ffe4ef; }
        .indigo { background:#e7ebff; }
        .teal { background:#d9f7f3; }
        .red { background:#ffe3e3; }




				/*-----------------------------------edvdo_what_you_do ends------------------------------*/




				/*-----------------------------------edvdo_skills_traits------------------------------*/

.edvdo-skill-wrap {
            background: #eef7ff;
            border-radius: 18px;
            padding: 24px;
        }

        .edvdo-skill-block {
            margin-bottom: 20px;
        }

        .edvdo-skill-block h4 {
            margin: 0 0 12px;
         
            
            color: #1f2937;
        }

        .edvdo-chip-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .edvdo-chip {
            background: #ffffff;
            padding: 8px 14px;
            border-radius: 12px;
           
            color: #111827;
            box-shadow: 0 2px 6px rgba(0,0,0,0.04);
            white-space: nowrap;
        }

				/*-----------------------------------edvdo_skills_traits ends------------------------------*/





/*-----------------------------------Mobile screen Starts------------------------------*/




@media screen and (min-width: 320px) and (max-width: 480px) {



/*-----------------------------------Subject ------------------------------*/

    .edvdo-subjects-wrapper {
    display: flex;
    
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* OUTER BOX */
.edvdo-subject-box {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

/* OVERLAY */
.edvdo-subject-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

/* TEXT */
.edvdo-subject-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    color: #ffffff;
   
    text-align: center;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}



/*-----------------------------------Subject ------------------------------*/







.job-meta-wrapper,
.job_detail_job_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.job-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    color: #ffffff;
    
   
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
    backdrop-filter: blur(4px);
}

.job-pill-icon {
  
    line-height: 1;
}

.job-pill-text {
    white-space: nowrap;
}







.edvdo_day_in_life_outerbox{
width:100%;
        background:#FFFFFF;
        border-radius:14px;
        padding:20px;
        box-sizing:border-box;
        display:flex;
        flex-direction:column;
        gap:10px;

		}
		
		.edvdo_day_in_life{
		display:flex;
        align-items:center;
        gap:5px;
		
		}
		



/*-----------------------------------edvdo_demand_salary ------------------------------*/


.edvdo_demand_salary_outerbox{
width:100%;
        background:#E6F4FF;
        border-radius:14px;
        padding:10px;
        box-sizing:border-box;
		}
		
		.edvdo_demand_salary{
		display:flex;
        align-items:center;
        gap:10px;
        margin-bottom:5px;
		
		}
		
		.edvdo_demand_salary_desc{
		background:#E6F4FF;
            border:1px solid #B0DEFF;
            border-radius:14px;
            padding:10px;
            color:#1E1E1E;
			}



/*-----------------------------------edvdo_demand_salary ends------------------------------*/







/*-----------------------------------edvdo-real-life-example------------------------------*/

.edvdo-real-life-example-outer-box{
width:100%;

background:#E6F4FF;
border-radius:14px;
padding:10px;
margin:auto;

}


.edvdo-real-life-example-title{
display:flex;
align-items:center;
gap:12px;
margin-bottom:16px;
}

.edvdo-real-life-example-story{
background:#BFE4FF;
border-radius:14px;
padding:20px;

}



/*-----------------------------------edvdo-real-life-example ends------------------------------*/



/*-----------------------------------edvdo_how_to_become------------------------------*/

.edvdo-become-wrap {
            background: #fff;
            
            padding: 5px;
        }


.edvdo-become-title {
    align-items: flex-start;
    gap: 8px;
}


.edvdo-become-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.edvdo-become-card {
    width: 100%;
    display: flex;
            gap: 12px;
            align-items: flex-start;
            background: #f9fafb;
            padding: 10px;
            border-radius: 14px;
}

.edvdo-become-card p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .edvdo-become-card .dot {
            width: 10px;
            height: 10px;
            background: #4f46e5;
            border-radius: 50%;
            margin-top: 6px;
            flex-shrink: 0;
        }
		




	/*-----------------------------------edvdo_how_to_become ends------------------------------*/
	
	
	
				/*-----------------------------------edvdo_what_you_do------------------------------*/


    .edvdo-what-you-do-wrap {
        padding: 10px;
        border-radius: 16px;
    }

  

    .edvdo-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .edvdo-card {
           display: flex;
    gap: 10px;
    align-items: center;
    background: #f9fafb;
    padding:5px;
    border-radius: 14px;
    }

    .edvdo-icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        flex-shrink: 0;
    }

   


				/*-----------------------------------edvdo_what_you_do ends------------------------------*/
	
					/*-----------------------------------edvdo_skll_traits_start------------------------------*/


    .edvdo-chip-grid {
        display: block;
    }

    .edvdo-chip {
        position: relative;
        display: block;
        padding: 10px 0 10px 36px;
        margin-bottom: 10px;
     
     
        white-space: normal;
        box-shadow: none;
        border-radius: 0;
    }

    .edvdo-chip::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-image: url("https://dev.edvdo.com/wp-content/uploads/2025/12/arrow-right-svgrepo-com-1.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .edvdo-skill-block h4 {
        position: relative;
        padding-left: 42px;
    }

    .edvdo-skill-block:nth-of-type(1) h4::before,
    .edvdo-skill-block:nth-of-type(2) h4::before,
    .edvdo-skill-block:nth-of-type(3) h4::before {
        content: "";
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .edvdo-skill-block:nth-of-type(1) h4::before {
        background-image: url("https://dev.edvdo.com/wp-content/uploads/2025/01/3d-rendering-arrow-hitting-target.jpg");
    }

    .edvdo-skill-block:nth-of-type(2) h4::before {
        background-image: url("https://dev.edvdo.com/wp-content/uploads/2024/11/yellow-luminous-bulb-white-background-flat-style-vector-illustration.png");
    }

    .edvdo-skill-block:nth-of-type(3) h4::before {
        background-image: url("https://dev.edvdo.com/wp-content/uploads/2024/06/human-brain_9135810-2.svg");
    }






/*-----------------------------------edvdo_skills_traits ends------------------------------*/









}


/*-----------------------------------Mobile screen  ends------------------------------*/







@media screen and (min-width: 481px) and (max-width: 1024px) {



/*-----------------------------------Subject ------------------------------*/

    .edvdo-subjects-wrapper {
    display: flex;
  
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* OUTER BOX */
.edvdo-subject-box {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

/* OVERLAY */
.edvdo-subject-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

/* TEXT */
.edvdo-subject-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    color: #ffffff;
   
    text-align: center;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}



/*-----------------------------------Subject ------------------------------*/











job-meta-wrapper,
.job_detail_job_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.job-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 14px;
    color: #ffffff;
    
   
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
    backdrop-filter: blur(4px);
}

.job-pill-icon {
    font-size: 16px;
    line-height: 1;
}

.job-pill-text {
    white-space: nowrap;
}







.edvdo_day_in_life_outerbox{
width:100%;
        background:#FFFFFF;
        border-radius:14px;
        padding:10px;
        box-sizing:border-box;
        display:flex;
        flex-direction:column;
        gap:10px;
		}
		
		.edvdo_day_in_life{
		display:flex;
        align-items:center;
        gap:5px;
		
		}
		



/*-----------------------------------edvdo_demand_salary ------------------------------*/


.edvdo_demand_salary_outerbox{
width:100%;
        background:#E6F4FF;
        border-radius:14px;
        padding:24px;
        box-sizing:border-box;
		}
		
		.edvdo_demand_salary{
		display:flex;align-items:center;gap:10px;margin-bottom:16px;
		
		}
		
		.edvdo_demand_salary_desc{
		background:#E6F4FF;
            border:1px solid #B0DEFF;
            border-radius:14px;
            padding:17px;
            color:#1E1E1E;
			}



/*-----------------------------------edvdo_demand_salary ends------------------------------*/







/*-----------------------------------edvdo-real-life-example------------------------------*/

.edvdo-real-life-example-outer-box{
width:100%;

background:#E6F4FF;
border-radius:14px;
padding:24px;
margin:24px auto;

}


.edvdo-real-life-example-title{
display:flex;
align-items:center;
gap:12px;
margin-bottom:16px;
}

.edvdo-real-life-example-story{
background:#BFE4FF;
border-radius:14px;
padding:20px 40px;

}



/*-----------------------------------edvdo-real-life-example ends------------------------------*/





/*-----------------------------------edvdo_how_to_become------------------------------*/


.edvdo-become-wrap {
            background: #fff;
            border-radius: 20px;
            padding: 10px;
        }

        .edvdo-become-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

     

        .edvdo-become-title span {
            background: #eef2ff;
            padding: 8px 10px;
            border-radius: 10px;
           
        }

        .edvdo-become-grid {
            display: grid;
            grid-template-columns: auto;
            gap: 14px;
        }

        .edvdo-become-card {
width:100%;
            display: flex;
            gap: 12px;
            align-items: flex-start;
            background: #f9fafb;
            padding:16px;
            border-radius: 14px;
        }

        .edvdo-become-card p {
            margin: 0;
           
            color: #111827;
            line-height: 1.4;
        }

        .edvdo-become-card .dot {
            width: 10px;
            height: 10px;
            background: #4f46e5;
            border-radius: 50%;
            margin-top: 6px;
            flex-shrink: 0;
        }
		
		
		/*-----------------------------------edvdo_how_to_become ends------------------------------*/
		
		
		
		
		
				/*-----------------------------------edvdo_what_you_do------------------------------*/
		.edvdo-what-you-do-wrap {
            background: #fff;
            border-radius: 20px;
            padding: 10px;
        }

        .edvdo-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 22px;
        }

     

        .edvdo-title-icon {
            background: #f3f4f6;
            padding: 8px 10px;
            border-radius: 10px;
         
        }

        .edvdo-grid {
            display: grid;
            grid-template-columns: auto;
            gap: 16px;
        }

        .edvdo-card {
            display: flex;
            gap: 5px;
            align-items: center;
            background: #f9fafb;
            padding: 10px;
            border-radius: 14px;
        }

    

        .edvdo-icon {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            flex-shrink: 0;
        }

        .blue { background:#e0ecff; }
        .purple { background:#efe3ff; }
        .green { background:#e6f9ee; }
        .orange { background:#ffe9d6; }
        .pink { background:#ffe4ef; }
        .indigo { background:#e7ebff; }
        .teal { background:#d9f7f3; }
        .red { background:#ffe3e3; }




				/*-----------------------------------edvdo_what_you_do ends------------------------------*/




				/*-----------------------------------edvdo_skills_traits------------------------------*/

.edvdo-skill-wrap {
            background: #eef7ff;
            border-radius: 18px;
            padding: 15px;
        }

        .edvdo-skill-block {
            margin-bottom: 20px;
        }

        .edvdo-skill-block h4 {
            margin: 0 0 12px;
          
         
            color: #1f2937;
        }

        .edvdo-chip-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .edvdo-chip {
            background: #ffffff;
            padding: 8px 14px;
            border-radius: 12px;
        
        
            color: #111827;
            box-shadow: 0 2px 6px rgba(0,0,0,0.04);
            white-space: nowrap;
        }

				/*-----------------------------------edvdo_skills_traits ends------------------------------*/










}