.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
  }

body{
    font-family: Arial,  sans-serif;
    padding-top: 120px;
    /* background-color: #f8f9fa; */
}
.hero-section{
    background: url('Final_Images/Course/img.jpeg') no-repeat center center/cover;
    position: relative;
    /* filter: blur(1.1px); */
    color: white;
    padding: 20px 0;
}
.hero-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.hero-content{
    position: relative;
    z-index: 1;
}
.job-guarantee{
    background: white;
    color: black;
    border-radius: 15px;
    padding: 20px;
    text-align: start;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.d-flex-center{
    display :flex;
    justify-content: start;
    align-items: start;
    
}
.box{
    width: 1100px;
    height: 550px;
    align-items: start;
    justify-content: start;
}
.container{
    width: 500px;
    height: 300px;

}
.main{
    width: 1100px;
    height:3000px;
    align-items: start;
    justify-content:start ; 
     
}
.box1{
   width: 300px;
    height: 60px;
    border-color: black;
}

.hero-rating{
    position: absolute;
    left: -150px;
}
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
padding: 0;
} */

.container1 {
position: sticky;
top: 0;
background-color: #f9f9f9;
padding: 20px;
margin: 20px;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
max-width: 400px;
max-height: 500px;
margin-left: auto;
margin-right: auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}

button {
padding: 10px;
background-color: #fab804;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
/* .dropdown{
padding: 100px;
box-shadow:aqua;
} */