/* Container Row */
.row-itiner {
    display: flex;
    align-items: stretch; /* Ensures all children are equal height */
    margin-bottom: 30px;
    gap: 20px;
    margin-left: 50px;
    margin-right: 30px;
   
    padding: 15px;
  
    box-sizing: border-box;
}
.remove-day {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 10px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
}
/* Number Block */
.number-itiner {
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.6px solid #85B7CC;
    border-radius: 16px;
    font-size: 48.6px;
    font-weight: 700;
    color: #85B7CC;
    background-color: white;
    flex-shrink: 0;
}

/* Upload Section */
.upload-itiner {
    width: 190px;
    border: 2px dashed #85B7CC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    padding: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Upload Icon */
.uploaditr {
    width: 100%;
    height: auto;
    max-height: 100px;
    border-radius: 8px;
    object-fit: cover;
}
/* Upload Text Area */
.upload-label-itiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
    width: 100%;
}

.upload-label-itiner span {
    font-size: 14px;
    font-weight: 400;
    color: black;
    word-break: break-word;
}

/* Upload Button */
.select-btn-itiner {
    background-color: #85B7CC;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: white;
    width: 80%;
}

/* Text Details Area */
.details-itiner {
    flex-grow: 1;
    border-radius: 16px;
    border: 1px solid #ccc;
    background-color: white;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

/* Title */
.tittleit {
    font-weight: 700;
    font-size: 23px;
    color: gray;
    outline: none;
    cursor: text;
    margin-bottom: 10px;
    white-space: pre-wrap;
    word-break: break-word;
    flex-shrink: 0;
}

/* Description */
.desit {
    font-weight: 400;
    font-size: 16px;
    color: gray;
    outline: none;
    cursor: text;
    white-space: pre-wrap;
    word-break: break-word;
    flex-grow: 1;
}

/* Add Day Button */
.add-btn-itiner {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #85B7CC;
    color: black;
    font-weight: 600;
    padding: 15px 60px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 26px;
    border: none;
    margin-top: 20px;
    margin-left: 50px;
}

.upload-itinerpa {
    width: 190px;
    height: 120px;
    display: flex;
    cursor: pointer;
    border-radius: 15px;
  
}

.uploaditrpa {
    width: auto;
    height: auto;
    border-radius: 15px;
  
}




.details-itiner strong{
    padding-top: 20px;
    margin-top: 20px;
}
