﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.heading {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}

.heading label {
    color: #FFB228;
}

.HomeLogo {
    height: auto;
    width: 100%;
    margin-top: -50px;
}

.box {
    background-color: #FFD78F;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    padding: 10px;
    font-size: 14px;
    bottom: 100px;
    position: relative;
    z-index: 2;
}
.over {
    bottom: 100px;
    position: relative;
    z-index: 2;
}

.icon {
    height: 30px;
    width: 30px;
}

.vertical-line {
    height: 25px;
    width: 1px;
    background-color: #757575; 
    margin: 0 10px; 
}

.button1 {
    background-color: #5FA9F0;
    border-radius: 20px;
    padding: 5px 15px ;
    color: #ffffff;
    border: none;
    text-align: center;
}
.button2 {
    background-color: #91C9FF;
    border-radius: 10px;
    padding: 5px 20px;
    border: none;
    text-align: center;
    font-size:12px;
}
.button3 {
    background-color: #F7827F;
    border-radius: 10px;
    padding: 5px 20px;
    border: none;
    text-align: center;
    font-size:12px;
}
button {
    cursor :pointer
}
.button4 {
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 5px 20px;
    border: none;
    text-align: center;
    font-weight:400;
    font-size:12px;
}

@media (max-width: 768px) {
    .heading {
        font-size: 28px;
        line-height: 1.3;
    }

    .box {
        height: auto;
        padding: 15px;
        font-size: 16px;
        line-height: 1.5;
    }

    .HomeLogo {
        margin-top: 10px;
        width: 80%;
    }
    .buttonconnect {
        margin-top: 0px;
    }

}

@media (max-width: 576px) {
    .heading {
        font-size: 24px;
        line-height: 1.4;
    }

    .box {
        font-size: 14px;
        padding: 10px;
    }
    .buttonconnect{
        margin-top:0px;
    }
}


.page2heading{
    text-align:center;
}
.heading2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}
.lable2 {
    font-size: 14px;
    color: #757575;
}
.lable3 {
    font-size: 16px;
    color: #757575;
    margin-top:20px;
}
.page2{
    display:flex;
    justify-content:space-around;
    margin-top:10px;
}
.whitebox {
    height: 50px;
    width: 50px;
    background-color: #FFFFFF;
    align-items: center;
    border-radius: 10px;
    align-content: center;
    justify-content: center;
    display: flex;
    box-shadow: 2px;
    margin-right: 10px;
}
.images{
    height:20px;
    width:20px;
}
.page2_image {
    height :200px;
}

.lableEtape{
    display:flex;
    justify-content:start;
    align-items:center;
}
.imagebox {
    height: 220px;
    width: 260px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    display:flex;
    justify-content:center;
    align-self:center;
}
.buttonconnect {
    background-color: #5FA9F0;
    border-radius: 20px;
    padding: 5px;
    color: #ffffff;
    border: none;
    text-align: center;
    margin-top: 50px;
}
.page21heading {
    margin-top:10px;
    text-align: start;
}
.box1 {
    margin-top:20px;
    height: 250px;
    width: 260px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    display:flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-content:space-between;
}
.circleplace{
    display:flex;
    justify-content:center;
    margin-top:15px;
}
.circle{
    height:70px;
    width:70px;
    border:none;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.circle1 {
    height: 100px;
    width: 100px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.userImage {
    max-width: 100%; 
    max-height: 100%; 
    object-fit: cover;
}
.lableplace {
    text-align: center;
}
.lableplace1{
    text-align:center;
    margin-right:10px;
    margin-left:10px;
}
.boximages{
    height:40px;
    width:40px;
    align-items:center;
}
.ellipse-container {
    position: relative; 
    display: inline-block; 
}

.ellipse {
    display: block; 
    width:70%;
}

.arrow {
    position: absolute; 
    top: 50%; 
    transform: translate(-70%, -50%);
    width: 90%;
}
.class1 {
    display:flex;
    flex-direction:column; 
    justify-content:space-between;
}
.arrowlable{
    font-size:8px;
    margin:10px;
}
.circle1 {
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    background-color: #FFD78F;
    align-items: center;
    display:flex;
    justify-content:center;
}
.row1{
    display:flex;
    flex-direction: row;
    margin-top:10px;
}
.personImage{
    height:55px;
    width:55px;
}

.top-left-label {
    position: absolute;
    top: 10px;
    right: 250px;
    background-color:#ffffff;
    padding: 10px;
    border-radius: 5px;
    z-index: 3;
    font-size: 14px;
    font-weight: bold;
}

.bottom-right-boxes {
    position: absolute;
    bottom: 0px; 
    left: -20px; 
    display: flex;
    flex-direction: column; 
    gap: 10px; 
    z-index: 2;
}

.position-relative {
    position: relative; 
    display: flex;
    justify-content: flex-start; 
    align-items: flex-end; 
}

.background-box {
    position: absolute;
    bottom: -20px; 
    left: 120px; 
    width: 220px;
    height: 300px;
    background-color: #FFD78F; 
    z-index: 1;
    border-radius: 5px; 
}

.overlap-image {
    position: relative; 
    z-index: 2;
    height: 350px; 
    width: 300px; 
    object-fit: cover; 
    margin: 0; 
}

.messageBox {
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    padding: 10px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    border:1px solid;
    background-color:#ffffff;
}

.input1{
    border-radius:20px;
}

.stars-container {
    margin-top: 10px; 
    display: flex; 
    justify-content: start; 
    gap: 5px; 
}

.star {
    width: 20px; 
    height: 20px;
    object-fit: contain; 
}

.circleplacestar {
    display: flex;
    justify-content: start;
    margin-top: 15px;
}

.orangelable {
    color: #FFB228;
    font-size: 19px;
}
.subHeadinglabel {
    font-size: 19px;
}
.round {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.close-btn {
    background-color: #ff5f5f;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    margin-top: 10px;
}
#suggestionsList, #suggestionsList1 {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 9999;
    display: none;
    width: 100%;
}
.project-item:hover {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease-in-out;
}

