
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* project details section start */


.project-details-section .project-details-title-wapper {
    background-image: linear-gradient(to right in oklab, #0052CC 0%, #FF6600 100%);
    padding: 50px 0;
}
/* 
.project-details-title-wapper .project-details-header-wapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 30px;
}

.project-details-title-wapper .project-details-header-wapper .project-details-left-wapper {
    flex: 1;
    min-width: 300px;
    position: relative;
    z-index: 1;
}

.project-details-title-wapper .project-details-header-wapper .project-details-left-wapper h2 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    color: #FFF;
    margin: 0;
    padding-bottom: 20px;
    letter-spacing: 3px;
}

.project-details-title-wapper .project-details-header-wapper .project-details-left-wapper .project-budget h3 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    margin: 0;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.project-details-title-wapper .project-details-header-wapper .project-details-left-wapper ul.project-meta {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.project-details-title-wapper .project-details-header-wapper .project-details-left-wapper ul.project-meta li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper .project-details {
    background: rgba(248, 249, 252, 0.6);
    border-radius: 12px;
    padding: 10px;
    border: 1px solid rgba(35, 73, 162, 0.05);
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper .project-details ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper .project-details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper .project-details ul li span.detail-label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper .project-details ul li span.proposals-badge {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    border-radius: 12px;
    padding: 4px 10px;
    background: linear-gradient(135deg, #2349a2 0%, #4a72df 100%);
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper .project-action-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.project-details-title-wapper .project-details-header-wapper .project-details-right-wapper .project-action-btn button {
    background: rgba(35, 73, 162, 0.1);
    color: #FFF;
    border: none;
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
} */



    .btn-my-custom {
	transition: 0.5s all;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFF !important;
	box-shadow: none;
	outline: none;
	padding: 10px 16px;
	border: none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0052CC;
	display: flex;
	align-items: center;
	gap: 5px;
}
 
 .btn-my-custom-two {
	transition: 0.5s all;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFF !important;
	box-shadow: none;
	outline: none;
	padding: 10px 16px;
	border: none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF6600;
	display: flex;
	align-items: center;
	gap: 5px;
}

.project-details-inner-wapper {
    /* background: linear-gradient(135deg, #F4F8FE 0%, #FFF2ED 100%); */
    background: #F5F5F5;
    padding: 100px 0;
}


.project-details-inner-wapper .project-details-inner-left-wapper {
    background: #FFF;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(36, 98, 211, 0.15), 0 5px 15px rgba(255, 129, 51, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.7);
}


.project-details-left-tab-wapper .tab-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
    /* border-bottom: 2px solid #f0f0f0; */
    margin-bottom: 30px;
}

.project-details-left-tab-wapper .tab-list li.tab-item {
    padding: 14px 28px;
    cursor: pointer;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #64748b;
    border-bottom: 3px solid transparent;
}

.project-details-left-tab-wapper .tab-list li.tab-item h6 {
    margin: 0;
    padding: 0;
}

.project-details-left-tab-wapper .tab-list li.tab-item.active {
    color: #0052CC;
    border-bottom: 3px solid #0052CC;
}

.project-details-left-tab-wapper .tab-content {
    display: none;
}

.project-details-left-tab-wapper .tab-content.active {
    display: block;
}

/* .project-details-left-tab-wapper .tab-content .project-details-Description-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
} */

.project-details-left-tab-wapper .tab-content .project-details-Description-title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
  color: #0052CC;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
    margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E6F0FF;
}

.project-details-left-tab-wapper .tab-content .project-details-Description-title h2 i{
    color: #FF6600;
    margin-right: 12px;
}

.project-details-skills-required{
    margin-top: 15px;
}

/* .project-details-left-tab-wapper .tab-content .project-details-Description-title h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #2352d2, #fa6900);
    border-radius: 2px;
} */

.project-details-left-tab-wapper .tab-content .project-details-Description-title button.bid-toggle {
    transition: 0.5s all;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #e05a00;
    padding: 10px 16px;
    border: 1px solid #e05a00;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #FFF;
}



.project-details-Description-inner p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    padding-bottom: 20px;
}

.project-details-Description-inner h5 {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin: 0;
    padding-bottom: 15px;
}

.project-details-Description-inner ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.project-details-Description-inner ul li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.project-details-Description-inner ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #e05a00;
    font-weight: 800;
    margin-right: 10px;
}

.project-details-skills-required ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
}

.project-details-skills-required ul li {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 20px;
    border-radius: 16px;
    font-size: 16px;
    padding: 8px 16px;
  border-radius: 50px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 1px solid #e0e7ff;
  color: #333;
  background: #e0e7ff;
}

.project-details-id {
    margin: 35px 0;
}

.project-details-id p {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 16px;
    color: #333333;
}

.project-details-id p strong{
    font-size: 1.1rem;
  color: #0052CC;
  font-weight: 600;
}



/* <style> */
:root {
    --primary-blue: #0052CC;
    --accent-orange: #FF6600;
    --text-dark: #333333;
    --bg-light: #F5F5F5;
    --border-radius: 10px;
    --card-shadow: 0 10px 30px rgba(0, 82, 204, 0.1);
}









.bid-form .form-label {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
}

.bid-form .form-label i {
    margin-right: 8px;
    color: #0052cc;
}

.bid-form input.form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #E5E7EB;
    outline: none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background: #FFF;
    border-radius: 12px;
}

.bid-form textarea.form-control {
    width: 100%;
    border: 1px solid #E5E7EB;
    outline: none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    background: #FFF;
    border-radius: 12px;
}

.delivery-day-wapper {
    display: flex;
    flex-wrap: unset;
}

/* .form-control, .input-group-text {
            border-radius: var(--border-radius);
            padding: 0.85rem 1.2rem;
            font-size: 1rem;
            border: 1px solid #ddd;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: var(--primary-blue);
            box-shadow: 0 0 0 0.25rem rgba(0, 82, 204, 0.15);
        }
         */
.delivery-day-wapper .input-group-text {
    background: #FFF;
    color: #0052CC;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    border: 1px solid #E5E7EB;
    border-left: none;
    border-radius: 0 12px 12px 0;
}

.section-divider {
	border-top: 2px dashed #e0e0e0;
	margin: 20px 0;
	position: relative;
}

.section-title {
    position: relative;
    font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #0052CC;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E6F0FF;
}

.section-title i {
    margin-right: 12px;
    color: #FF6600;
}

.upgrade-main-wapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.upgrade-card {
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: white;
}


.upgrade-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}



.upgrade-card.warning {
    border-top: 4px solid #FF9F43;
}

.upgrade-card.info {
    border-top: 4px solid #36BDCB;
}

.upgrade-card.primary {
    border-top: 4px solid #5E7CE2;
}

.upgrade-name {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height: 28px;
	font-size: 22px;
	font-weight: 700;
	color: #333333 !important;
	padding-bottom: 10px;
    margin-left: 15px;
}

.upgrade-name .badge {
    margin-left: 10px;
    padding: 0.35em 0.65em;
    font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
    border-radius: 20px;
}

.upgrade-description {
    font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 0;
	padding-bottom: 0px;
     margin-left: 15px;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.2rem;
}

.milestone-icon {
    background: #0052CC;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 1.2rem;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(0, 82, 204, 0.3);
}

.submit-proposal-btn{
    margin-top: 30px;
    display: flex;
}

.submit-proposal-btn button {
	transition: 0.5s all;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	padding: 10px 16px;
	border: 1px solid #0052CC;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0052CC;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 0 auto;
}




.about-the-client-wapper{
    background: #FFF;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(36, 98, 211, 0.15), 0 5px 15px rgba(255, 129, 51, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.7);
}



.about-the-client-wapper .about-the-client-title h3{
	font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #0052CC;
  font-weight: 600;
  
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E6F0FF;
  text-align: center;
}



.about-the-client-wapper .client-rating{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.about-the-client-wapper .client-rating .client-rating-text-wapper{
    font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.about-the-client-wapper .client-rating .client-rating-text-wapper span{
    font-weight: 700;
}

.a_star_rating { unicode-bidi: bidi-override; direction: ltr; font-size: 16px; }
.a_star_rating span.star { font-family: "Font Awesome 5 Free"; font-weight: 400; font-style: normal; display: inline-block; }
.a_star_rating span.star:before { content: "\f005"; padding-right: 5px; color: #999; }
.a_star_rating span.star.filled:before { color: #ffbe00; content: "\f005"; font-weight: 900;}
.a_star_rating span.star.half-filled:before { content: "\f089"; color: #ffbe00; font-weight: 900;}
.a_star_rating span.star.half-filled:after { content: "\f005"; color: #ffbe00; margin-left: -23px; }


.client-details-main-wapper ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.client-details-main-wapper ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.client-details-main-wapper ul li span.client-details-lable{
    font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #64748b;
}

.client-details-main-wapper ul li span.client-details-inner{
    font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #333333;
}

.about-the-client-wapper .place-bid-right-btn{
    display: flex;
    margin-top: 30px;
}

.about-the-client-wapper .place-bid-right-btn a{
    transition: 0.5s all;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FF6600;
  padding: 10px 16px;
  border: 1px solid #FF6600;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.about-the-client-wapper .place-bid-right-btn a:hover{
    background: #FF6600;
    color: #FFF;
}

.proposal-title-wapper {
    position: relative;
    margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E6F0FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
 
.proposal-title-wapper h3 {
	/* font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	position: relative;
	background: linear-gradient(to left, #2352d2, #fa6900);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
    width: fit-content; */

    font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #0052CC;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  
}
 
.proposal-title-wapper p {
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 14px;
    margin: 0;
}


.proposal-card-wapper {

    background: white;

    border-radius: 8px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

    margin-bottom: 25px;

    overflow: hidden;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    border: 1px solid #e8e8e8;

}
 
.proposal-card-wapper:hover {

    transform: translateY(-3px);

    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);

}
 


.proposal-top-left-right-wapper {

    display: flex;

    justify-content: space-between;

    padding: 20px;

    border-bottom: 1px solid #f0f0f0;

}
 


.proposal-card-left-wapper {

    display: flex;

    flex: 1;

}
 
.proposal-card-img {

    margin-right: 15px;

}
 
.proposal-card-img img {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    object-fit: cover;

    border: 3px solid #e8f4fc;

}
 
.proposal-card-inner h3 {
    color: #333333;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	padding-bottom: 10px;
}
 
.proposal-card-inner h3 a {

    font-family: "Roboto", sans-serif;

    color: #0052CC;

    text-decoration: none;

    font-weight: 700;

    font-size: 21px;

}
 
.proposal-card-inner h3 a:hover {

    text-decoration: underline;

}
 


.proposal-card-inner-rating-all-dt {

    display: flex;

    align-items: center;

    margin-bottom: 12px;

    flex-wrap: wrap;

    gap: 10px;

}
 
.a_star_rating {

    display: inline-flex;

    margin-right: 10px;

}
 
.star {

    color: #f39c12;

    font-size: 16px;

    margin-right: 2px;

}
 
.star:before {

    content: "★";

}
 
.percentage-successfully-wapper {

    font-family: "Roboto", sans-serif;

    display: flex;

    align-items: center;

    background: #f8f9fa;

    padding: 4px 8px;

    border-radius: 4px;

    font-size: 13px;

    font-weight: 600;

    color: #27ae60;

}
 
.percentage-successfully-wapper svg {

    width: 16px;

    height: 16px;

    margin-right: 5px;

}
 
.percentage-successfully-wapper path {

    fill: #27ae60;

}
 
.proposal-location {

    font-family: "Roboto", sans-serif;

    display: flex;

    align-items: center;

    font-size: 13px;

    color: #666;

}
 
.proposal-location img {

    width: 16px;

    height: 12px;

    margin-right: 5px;

    border-radius: 1px;

}
 
.sikll-proposal-wapper {

    margin-top: 10px;

}
 
.sikll-proposal-wapper ul {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

}
 
.sikll-proposal-wapper li span {

    font-family: "Roboto", sans-serif;

    color: #333;
  background: #e0e7ff;

    padding: 4px 10px;

    border-radius: 16px;

    font-size: 12px;

    font-weight: 500;

}


.proposal-card-right-wapper {

    font-family: "Roboto", sans-serif;

    text-align: right;

    padding-left: 20px;

    /* border-left: 1px solid #f0f0f0; */

    min-width: 120px;

}
 
.proposal-card-right-wapper h5 {

    font-family: "Roboto", sans-serif;

    font-size: 22px;

    font-weight: 700;

    color: #0052CC;

    margin: 0 0 5px 0;

}
 
.proposal-card-right-wapper p {

    font-family: "Roboto", sans-serif;

    color: #666;

    font-size: 13px;

    margin: 0;

}
 

.proposal-bottom-wapper {

    display: flex;

    justify-content: space-between;

    padding: 20px;

}

.proposal-bottom-left .proposal-bottom-wapper{
    padding: 0 !important;
}
 
.proposal-bottom-left {
    
    flex: 1;
    padding-right: 20px;

}

.proposal-bottom-left.proposal-bottom-status-sp{
margin-top: 20px;
}
 
.proposal-bottom-left p {

	font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin: 0;
	padding-bottom: 20px;


}
 
.proposal-bottom-left p:last-child {

    margin-bottom: 0;

}
 
.proposal-bottom-left span.sealed-status {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    background: #36BDCB;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
.proposal-bottom-left span.sealed-sponsored {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    background: #5E7CE2;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
.proposal-bottom-left span.sealed-highlight {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    background: #FF9F43;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
 


.proposal-bottom-right {

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    justify-content: space-between;

    min-width: 150px;

}
 
.proposal-bottom-edit-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 
.proposal-bottom-edit-btn a {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 100px;
    background: #0052CC;
    color: #FFF;
    border: 1px solid #0052cc;

}


.proposal-bottom-edit-btn button {
    font-family: "Roboto", sans-serif;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 100px;
    background: rgb(251, 109, 47) !important;
    color: #FFF !important;
    border: 1px solid rgb(251, 109, 47) !important;
    box-shadow: none;
    outline: none;
}

.proposal-bottom-edit-btn a.edit-btn{
    background: #FF6600;
    border: 1px solid #FF6600;
}
 
 
.proposal-bottom-edit-btn p {

    font-family: "Roboto", sans-serif;

    margin: 0 0 10px 0;

    font-size: 13px;

    color: #27ae60;

    font-weight: 500;

    text-align: right;

}
.proposal-title-wapper p {
    background-color: #0052CC;
    color: white;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    margin-top: 5px;
}
/* project details section end */


 /* Enhanced Milestone Setup */
        body {
            counter-reset: milestone-counter;
        }

        .milestone-list {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .milestone-item {
            border: 1px solid #f3f4f6;
            border-radius: 14px;
            overflow: hidden; 
            background-color: #FFF;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
        }

        .milestone-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 28px;
            background: linear-gradient(100deg, #EFF6FF, #DBEAFE);
            border-bottom: 1px solid #F3F4F6;
            transition: background 0.3s ease;
        }
        .milestone-title::before {
            counter-increment: milestone-counter;
            content: "Milestone " counter(milestone-counter) ": ";
            font-weight: 700;
            color: #0052CC;
        }

        .milestone-title {
            font-weight: 700;
            color: #333;
            font-size: 17px;
        }

        .milestone-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .milestone-actions .btn-icon {
            color: #6B7280;
            border: none;
            background-color: rgba(255, 255, 255, 0.6);
            padding: 8px;
            border-radius: 10px;
            transition: all 0.3s ease;
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
            outline: none;
            box-shadow: none;
        }

      

        .milestone-actions .btn-icon[style*="color: #EF4444;"]:hover {
            color: #B91C1C !important;
            background-color: var(--status-red-light);
        }

        .milestone-body {
            padding: 28px;
        }

        .btn-add-milestone {
            transition: 0.5s all;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFF !important;
  box-shadow: none;
  outline: none;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0052CC;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 20px 0 0 auto;
        }


.project-details-header-wapper {
    background: #FFF;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(36, 98, 211, 0.15), 0 5px 15px rgba(255, 129, 51, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.project-details-header-wapper h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 36px; 
    line-height: 44px;
    color: #333333; 
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.project-details-header-wapper .project-budget h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #0052CC;
    margin: 0;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-details-header-wapper ul.project-meta {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.project-details-header-wapper ul.project-meta li {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: none;
    border: 1px solid #e0e7ff;
  color: #333;
  background: #e0e7ff;
}


.project-details-header-wapper .project-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-details-header-wapper .project-details ul li span.detail-label {
    color: #6b7280;
}

.project-action-btn{
    display: flex;
}


.project-details-right-wapper .project-action-btn button {
	background: #F4F4F5;
	color: #0052CC;
	border: 1px solid #0052CC;
	border-radius: 4px;
	padding: 7px 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.1rem;
	margin: 10px 0 0 auto;
	box-shadow: none;
	outline: none;
}


.project-details-status {
    border-radius: 12px;
    padding: 10px 15px; 
}

.project-details-right-wapper{
    display: flex;
    align-items: center;
    justify-content: end;
}

.status-label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 4px 12px;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
}

.status-label.status-open {
    color: #155724;
    background-color: #C6F6D5;
    border: 1px solid #9AE6B4;
}

.status-label.status-inprogress {
    color: #0052CC;
    background-color: #E6F0FF;
    border: 1px solid #B3CDFF;
}

.status-label.status-closed {
    color: #718096;
    background-color: #E2E8F0;
    border: 1px solid #CBD5E0;
}

.project-details-section .project-details-title-wapper {
    padding: 20px 0; 
}

.section-title.milestone-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E6F0FF;
    margin-bottom: 25px;
}

.milestone-title-left {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    color: #0052CC;
    font-weight: 600;
}

.milestone-title-left i {
    margin-right: 0;
    color: #FF6600;
}

.milestone-toggle-group {
    display: flex;
    background-color: #F4F4F5;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    padding: 4px;
}

.milestone-toggle-group input[type="radio"] {
    display: none;
}

.milestone-toggle-group label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #555;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.milestone-toggle-group input[type="radio"]:checked + label {
    background-color: #FFF;
    color: #0052CC;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.payment-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.payment-modal-overlay.active {
    display: flex;
    opacity: 1;
}

.payment-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.payment-modal-overlay.active .payment-modal-content {
    transform: scale(1);
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: #333;
}

.modal-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0052CC;
    margin: 0;
    text-align: center;
}

.modal-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.payment-options input[type="radio"] {
    display: none;
}

.payment-option-card {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.payment-icon {
    font-size: 2.2rem;
    margin-right: 15px;
    width: 40px;
    text-align: center;
}

.payment-option-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.payment-option-details strong {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.payment-option-details span {
    font-family: "Roboto", sans-serif;
    font-size: 0.9rem;
    color: #777;
}

.radio-custom-circle {
    width: 22px;
    height: 22px;
    border: 2px solid #E5E7EB;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.payment-options input[type="radio"]:checked+.payment-option-card {
    border-color: #0052CC;
    background: #F4F8FF;
}
.payment-options input[type="radio"]:checked+.payment-option-card .radio-custom-circle {
    border-color: #0052CC;
    border-width: 7px;
}
.modal-pay-button {
    transition: 0.5s all;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    padding: 12px 20px;
    border: 1px solid #0052CC;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0052CC;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}


@media(max-width:1199px) {

}


@media(max-width:991px) {

    /* project details section start */

    .project-details-inner-wapper .row{
        row-gap: 30px;
    }

    .project-details-inner-wapper .row .row{
        row-gap: 0px;
    }
.project-details-header-wapper {
	margin-bottom: 0;
}
    /* project details section end */

}




@media(max-width:767px) {
    .project-details-header-wapper {
	flex-direction: column;
    padding: 15px;
}
.proposal-bottom-left {
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
}
    .project-details-inner-wapper {
        padding: 50px 0;
    }

    .project-details-inner-wapper .project-details-inner-left-wapper {
        padding: 15px;
    }

    .project-details-skills-required ul li {
        font-size: 14px;
    }

    .milestone-icon {
        display: none;
    }

    .proposal-top-left-right-wapper {
        flex-direction: column;
        gap: 30px;
    }

    .proposal-card-left-wapper {
        flex-direction: column;
        gap: 5px;
    }

    .proposal-bottom-wapper {
        flex-direction: column;
        gap: 10px;
    }

    .proposal-bottom-left {
        padding-right: 0;
        margin-top: 0;
    }

    .proposal-bottom-edit-btn {
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .proposal-bottom-edit-btn p{
        margin: 0;
        padding: 0;
    }

    .project-details-header-wapper h1 {
        font-size: 30px;
        line-height: 36px;
    }

.upgrade-name {
	font-size: 18px;
}
.upgrade-name .badge {
	font-size: 12px;
	border-radius: 12px;
    line-height: 16px;
}
.proposal-card-right-wapper {
	text-align: left;
	padding-left: 0;
	min-width: unset;
}


.project-details-header-wapper .project-budget h3 {
	font-size: 24px;
}

.project-details-Description-inner p {
	font-size: 16px;
	padding-bottom: 18px;
}
.project-details-Description-inner ul li {
	line-height: 20px;
	font-size: 16px;
}
.proposal-bottom-left p {
	line-height: 20px;
	font-size: 16px;
	padding-bottom: 15px;
}
    /* project details section end */


}
