.theme-input-holder
{
	padding : 0.75em;
	border-left : 0.2em solid #9e825c;
	border-radius: 4px;
	display : flex;
	flex-direction: row;
	margin-bottom : 0.81em;
}
.theme-input-icon
{
	font-size: 1.5em;
	color : #9e825c;
}
.theme-input-icon2
{
	font-size: 1.2em;
	color : #bda077;
}
.theme-input-input
{
	outline : none;
	border : none;
	border-left : 1px solid #d9d2d2;
	margin-left : 10px;
	padding-left : 10px;
    width : 100%;
}
.theme-login-btn
{
	background-color:  #9e825c;
	border-radius: 3px;
	outline : none;
	border : transparent;
	color : #ffffff;
	padding-left : 1.5em;
	padding-right : 1.5em;
	padding-top : 0.4em;
	padding-bottom : 0.44em;
	cursor : pointer
}
.theme-login-btn:hover, .theme-login-btn:focus
{
	background-color:  #4b4a4b;
	border-radius: 3px;
	outline : none;
	border : transparent;
	color : #ffffff;
	padding-left : 1.5em;
	padding-right : 1.5em;
	padding-top : 0.4em;
	padding-bottom : 0.44em;
	cursor : pointer
}

.theme-input-holder input::placeholder {
	color: gray;
	opacity: 0.5;
	font-style: italic;
  }
  .login-section-signup-link
  {
	padding-top : 1.5em;
	padding-bottom : 0.5em;
	display : block;
	text-align: center;
	color : #000000;
	text-decoration: none;
  }
  .login-section-signup-link:hover
  {
	padding-top : 1.5em;
	padding-bottom : 0.5em;
	display : block;
	text-align: center;
	color : #000000;
	text-decoration: none;
  }
  .login-section-signup-link > span
  {
	color : #4b4a4b;
  }
  .inherit-a, .inherit-a:hover
  {
	color : inherit;
  }

  /*#################################################
   Profile Page Styles */

  .theme-card
{
	padding : 0.6em;
	border-radius: 0.8em;
	background-color: #ffffff;
	border : 1px solid #e0dcdc;
}
.profile-img-holder
{
	display : flex;
	flex-direction: row;
	justify-content: center;
	width : 100%;

}
.profile-img-holder img
{
	width : 35%;
	height : auto;
}
.profile-name-holder
{
	text-align: center;
	font-size: 1.15em;
}
.profile-logout-button-holder
{
	display : flex;
	flex-direction: row;
	justify-content: center;
	width : 100%;
}
.profile-logout-button-holder button
{
	color : #ffffff;
	background-color: #9e825c;
	outline : none;
	border-radius: 2em;
	font-size: 0.8em;
	border : none;
	padding-left : 1em;
	padding-right : 1em;
	padding-top : 0.3em;
	padding-bottom : 0.3em;
	cursor : pointer;
}
.theme-backdrop
{
	background-color: #f1f3f2;
}
.profile-nav-link
{
	color :#212429;
	text-decoration: none;
	cursor : pointer;
	display : block;
	font-size: 0.8em;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 0.5em;
	border-radius: 5px;
	transition : 0.5s ease all;

}
.profile-nav-link:hover
{
	color :#212429;
	text-decoration: none;
	cursor : pointer;
	display : block;
	font-size: 0.8em;
	padding-top : 5px;
	padding-bottom : 5px;
	background-color: #f0eeee;
	padding-left : 0.5em;
	border-radius: 5px;
	transition : 0.5s ease all;
}
.profile-data-table
{
	width : 100%;
}
.profile-data-table-first-td
{
	width : 40%;
	display: inline-block;
	
}
.profile-data-table-second-td
{
	width : 55%;
	display: inline-block;
	
}
.stats-tile
{
	border-radius: 5px;
	background-color: #f0eeee;
	font-size: 1.5em;
	height : 2.6em;
	color : #9e825c;
}
.input-error
{
	box-shadow : 0px 1px 2px 1px #ff172a !important;
}
.welcome
{
	font-size: 0.4em;
	font-style: italic;
}


.flexp
{
	display : flex;
	flex-direction: column;
	justify-content : center;
	
	
	height : 100%;

}

.flexc
{
	display : flex;
	flex-direction: row;
	justify-content : center;
	
	
	width : 100%;

}




.tp02 { padding-top : 0.2em; }
.tp04 { padding-top : 0.4em; }
.tp06 { padding-top : 0.6em; }
.tp08 { padding-top : 0.8em; }
.tp1 { padding-top : 1em; }
.tp11 { padding-top : 1.1em; }
.tp12 { padding-top : 1.2em; }
.tp13 { padding-top : 1.3em; }
.tp14 { padding-top : 1.4em; }
.tp15 { padding-top : 1.5em; }
.tp16 { padding-top : 1.6em; }
.tp17 { padding-top : 1.7em; }
.tp18 { padding-top : 1.8em; }
.tp19 { padding-top : 1.9em; }
.tp2 { padding-top : 2em; }
.bp02 { padding-bottom : 0.2em; }
.bp04 { padding-bottom : 0.4em; }
.bp06 { padding-bottom : 0.6em; }
.bp08 { padding-bottom : 0.8em; }
.bp1 { padding-bottom : 1em; }
.bp11 { padding-bottom : 1.1em; }
.bp12 { padding-bottom : 1.2em; }
.bp13 { padding-bottom : 1.3em; }
.bp14 { padding-bottom : 1.4em; }
.bp15 { padding-bottom : 1.5em; }
.bp16 { padding-bottom : 1.6em; }
.bp17 { padding-bottom : 1.7em; }
.bp18 { padding-bottom : 1.8em; }
.bp19 { padding-bottom : 1.9em; }
.bp2 { padding-bottom : 2em; }
.ts01 { font-size : 0.1em; }
.ts02 { font-size : 0.2em; }
.ts03 { font-size : 0.3em; }
.ts04 { font-size : 0.4em; }
.ts05 { font-size : 0.5em; }
.ts06 { font-size : 0.6em; }
.ts07 { font-size : 0.7em; }
.ts08 { font-size : 0.8em; }
.ts09 { font-size : 0.9em; }
.ts1 { font-size : 1em; }
.ts11 { font-size : 1.1em; }
.ts12 { font-size : 1.2em; }
.ts13 { font-size : 1.3em; }
.ts14 { font-size : 1.4em; }
.ts15 { font-size : 1.5em; }
.ts16 { font-size : 1.6em; }
.ts17 { font-size : 1.7em; }
.ts18 { font-size : 1.8em; }
.ts19 { font-size : 1.9em; }
.ts2 { font-size : 2em; }
.ts21 { font-size : 2.1em; }
.ts22 { font-size : 2.2em; }
.ts23 { font-size : 2.3em; }
.tm02 { margin-top : 0.2em; }
.tm04 { margin-top : 0.4em; }
.tm06 { margin-top : 0.6em; }
.tm08 { margin-top : 0.8em; }
.tm1 { margin-top : 1em; }
.tm11 { margin-top : 1.1em; }
.tm12 { margin-top : 1.2em; }
.tm13 { margin-top : 1.3em; }
.tm14 { margin-top : 1.4em; }
.tm15 { margin-top : 1.5em; }
.tm16 { margin-top : 1.6em; }
.tm17 { margin-top : 1.7em; }
.tm18 { margin-top : 1.8em; }
.tm19 { margin-top : 1.9em; }
.tm20 { margin-top : 2em; }
.bm02 { margin-bottom : 0.2em; }
.bm04 { margin-bottom : 0.4em; }
.bm06 { margin-bottom : 0.6em; }
.bm08 { margin-bottom : 0.8em; }
.bm1 { margin-bottom : 1em; }
.bm11 { margin-bottom : 1.1em; }
.bm12 { margin-bottom : 1.2em; }
.bm13 { margin-bottom : 1.3em; }
.bm14 { margin-bottom : 1.4em; }
.bm15 { margin-bottom : 1.5em; }
.bm16 { margin-bottom : 1.6em; }
.bm17 { margin-bottom : 1.7em; }
.bm18 { margin-bottom : 1.8em; }
.bm19 { margin-bottom : 1.9em; }
.bm20 { margin-bottom : 2em; }
.lm02 { margin-left : 0.2em; }
.lm04 { margin-left : 0.4em; }
.lm06 { margin-left : 0.6em; }
.lm08 { margin-left : 0.8em; }
.lm1 { margin-left : 1em; }
.lm11 { margin-left : 1.1em; }
.lm12 { margin-left : 1.2em; }
.lm13 { margin-left : 1.3em; }
.lm14 { margin-left : 1.4em; }
.lm15 { margin-left : 1.5em; }
.lm16 { margin-left : 1.6em; }
.lm17 { margin-left : 1.7em; }
.lm18 { margin-left : 1.8em; }
.lm19 { margin-left : 1.9em; }
.lm20 { margin-left : 2em; }
.rm02 { margin-right : 0.2em; }
.rm04 { margin-right : 0.4em; }
.rm06 { margin-right : 0.6em; }
.rm08 { margin-right : 0.8em; }
.rm1 { margin-right : 1em; }
.rm11 { margin-right : 1.1em; }
.rm12 { margin-right : 1.2em; }
.rm13 { margin-right : 1.3em; }
.rm14 { margin-right : 1.4em; }
.rm15 { margin-right : 1.5em; }
.rm16 { margin-right : 1.6em; }
.rm17 { margin-right : 1.7em; }
.rm18 { margin-right : 1.8em; }
.rm19 { margin-right : 1.9em; }
.rm20 { margin-right : 2em; }
.boldtext
{
	font-weight : bold;
}
.centertext
{
	text-align : center;
}
.u
{
	text-decoration : underline;
}
.jumbo
{
	padding-top : 2.5rem;
	padding-bottom : 2.5rem;
	font-size: 1.25rem;
	color : #4e5055 !important;
}
.u
{
	text-decoration: underline;
}
.no-u
{
	text-decoration: none !important;
}

.theme-feat-img
{

		width : 60%;
		height : auto;
		padding : 0.7rem;
		border : 8px solid rgba(158, 129, 93, 0.3);
		margin-left : 20%;
		

	border-top-left-radius: 40% ;
	border-bottom-right-radius: 40% ;


}

.large-btn
{
	background-color:  #9e825c;
	border-radius: 3px;
	outline : none;
	border : transparent;
	color : #ffffff;
	padding-left : 2em;
	padding-right : 2em;
	padding-top : 0.6em;
	padding-bottom : 0.64em;
	cursor : pointer;
	font-size: 1.2em;
	transition : 0.5s ease all;
}
.large-btn:hover, .large-btn:focus
{
	background-color:  #4b4a4b;
	border-radius: 3px;
	outline : none;
	border : transparent;
	color : #ffffff;
	padding-left : 2em;
	padding-right : 2em;
	padding-top : 0.6em;
	padding-bottom : 0.64em;
	cursor : pointer;
	font-size: 1.2em;
	transition : 0.5s ease all;
}

.hr
{
	width : 100%;
	height : 1px;
	background-color: #d9d2d2;
	margin-top : 1.5em;
	margin-bottom : 1.5em;
}

.service-card
{
	height : 100%;
	display : flex;
	flex-direction : column;
	border-radius: 2em;
	position : relative;
	border : 1px solid #e0dcdc;
	padding-bottom : 2.5rem;
}
.service-card-header
{
	background-image: url("/images/tile-background-2.jpg");
	background-position: center;
	background-size: cover;
	height : 5rem;
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}
.service-card-content
{
	padding : 1rem;
	flex-grow: 1;
	text-align : justify;
	text-justify: inter-word;
	
	font-family: "Roboto Condensed", sans-serif;
}
.service-card-footer
{
	position : absolute;
	bottom : 0;
	left : 0;
	width : 100%;
	background-color: #d8d1c7;
	height : 2.5rem;
	border-bottom-left-radius: 1.8rem;
	border-bottom-right-radius: 1.8rem;

}
.max-height-2 {
    max-height: 4rem;                 /* FIXED height for all cards */
    line-height: 1.8rem;            /* exactly 2 lines × 2em = 4em total height */
	font-size : 1.25rem;
	font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
	line-clamp: 2;     
    -webkit-box-orient: vertical;
	text-align: left;
    overflow: hidden;            /* required */
    text-overflow: ellipsis;     /* required but visual only */
	color : #ffffff;
    margin: 0;
    padding: 0.6rem;
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

.service-card-link
{

	text-decoration: none;
	display : block;
	color : #9e825c;
	font-weight: bold;
	
	padding-top : 0.5rem;
	font-size: 1rem;
	text-align: center;
	width : 100%;
	border-bottom-left-radius: 1.8rem;
	border-bottom-right-radius: 1.8rem;
}

.s-card
{
	background-color: #f5f5f5;
	padding : 1em;
	border-radius: 1em;
	color : #4a4a4a;
	height : 100%;
	border-top : 3px solid #f5f5f5;
	transition : 0.6s ease all;
	
}
.s-card:hover
{
	background-color: #f5f5f5;
	padding : 1em;
	border-radius: 1em;
	color : #4a4a4a;
	height : 100%;
	border-top : 3px solid #9e825c;
	transition : 0.6s ease all;

	
}


.s-card-header
{
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	height : 3rem;
	overflow: hidden;
}

.s-card-info
{
	font-size: 0.8em;
	margin-bottom : 0.4em;
}
.s-card-btn
{
	display : block;
	width : 100%;
	text-align : center;
	padding : 0.5em;
	border : 1px solid #9e825c;
	border-radius: 0.5em;
	color : #9e825c;
	text-decoration: none;
	font-weight: 400;
	margin-top : 1em;
	transition : 0.5s ease all;
}
.s-card-btn:hover
{
	display : block;
	width : 100%;
	text-align : center;
	padding : 0.5em;
	border : 1px solid #4b4a4b;
	background-color: #4b4a4b;
	border-radius: 0.5em;
	color : #ffffff;
	text-decoration: none;
	font-weight: 400;
	margin-top : 1em;
	transition : 0.5s ease all;

}

.max2
{
	max-height: 5rem;
       -webkit-line-clamp: 2;  
	line-clamp: 2;  
	    overflow: hidden;           
    text-overflow: ellipsis; 
}

.service-page-card
{
	font-weight: 600;
	margin-bottom : 0.5em;
	color : #4e5055 !important;
	font-family: "Roboto", sans-serif;
	background-color: #f5f5f5;
	padding : 1em;
	border-radius: 1em;
	margin-bottom : 1.5em;
}
.service-page-card h1
{
	font-size: 1.65em;
}
.service-page-card i
{
	color : #9e825c;
	margin-right : 0.5em;
}
.breadcrumbs
{
	font-size: 0.85em;
padding-top : 0.5em;
padding-bottom: 0.5em;;
}
.breadcrumbs a
{
	color : #9e825c;
	text-decoration: none;
	font-weight: 500;
	margin-right : 0.95em;
}
.breadcrumbs span
{
	margin-left : 0.5em;
	margin-right : 0.95em;
}
.service-page-card p
{
	font-weight: normal;
	padding: 1em;
}
.indent
{
	text-indent: 3em;
}
.justify
{
	text-justify: inter-word;
	text-align : justify;
}
.rounded-outline-button
{
	border : 2px solid #9e825c;
	border-radius: 2em;
	padding-left : 1.5em;
	padding-right : 1.5em;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	color : #9e825c;
	background-color: transparent;
	cursor : pointer;
	outline : none;
	transition : 0.5s ease all;
	text-align: center;
	text-decoration: none;
}
.rounded-outline-button:hover, .rounded-outline-button:focus
{
	border : 2px solid #4b4a4b;
	border-radius: 2em;
	padding-left : 1.5em;
	padding-right : 1.5em;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	color : #ffffff;
	background-color: #4b4a4b;
	cursor : pointer;
	outline : none;
	transition : 0.5s ease all;
	text-align: center;
	text-decoration: none;
}
.service-page-contact-box
{
	margin-bottom : 2em;
}
.service-page-contact-box a
{
	text-decoration: none;
	color : #9e825c;
	font-weight: 500;
	margin-left : 1.25rem;
	margin-right : 1.25rem;
	font-size: 1.15em;
}
.accent-hr
{
	width : 100%;
	height : 2px;
	background-color: #b19369;
	margin-top : 0.4em;
	margin-bottom : 0.4em;
}


.li
{
	font-weight: normal;
	padding : 0.7em 2em 0.7em 2em;
	background-color: #f5f5f5;
	border-radius : 0.7em;
	border-left : 2px solid #b19369;
	margin-bottom : 0.6em;
}
.li i
{
	margin-right : 1.5em;
}
.gradient-card
{
 		
	text-align: center;
	background-color: #ffffff;
	padding : 1.5em;
	border-radius: 1em;
	margin-bottom : 1.5em;
}
.gradient-card i
{
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom : 0.5em;
}






/* style for progress pages */

/* .accent-logo { display: none; } */
.page-header {
    background: linear-gradient(135deg, #9e825c 0%, #d4b896 100%);
    color: white;
    padding: 4rem 0 2rem 0;
    margin-top: 0;
}

/* Progress Steps Styling */
.progress-container {
    background: white;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}
.steps-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 1rem 0 0.5rem 0;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 25%;
}
.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
    transition: all 0.3s ease;
}
.step-circle.completed {
    background: #28a745;
    color: white;
}
.step-circle.current {
    background: #9e825c;
    color: white;
    box-shadow: 0 0 0 3px rgba(158, 130, 92, 0.3);
    animation: ripple 2s infinite;
    position: relative;
}
.step-circle.current::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgba(158, 130, 92, 0.2);
    animation: pulse 2s infinite;
}
.step-circle.current::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 50%;
    background: rgba(158, 130, 92, 0.1);
    animation: pulse 2s infinite 0.5s;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 3px rgba(158, 130, 92, 0.3);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(158, 130, 92, 0.2);
    }
    100% {
        box-shadow: 0 0 0 3px rgba(158, 130, 92, 0.3);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.step-circle.pending {
    background: #e9ecef;
    color: #6c757d;
    border: 2px solid #dee2e6;
}
.step-title {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: #495057;
    line-height: 1.2;
}
.step-subtitle {
    text-align: center;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.2rem;
}
.progress-line {
    position: absolute;
    top: 25px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}
.progress-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.33%; /* Default: Shows progress to step 2 */
    background: #9e825c;
    transition: width 0.3s ease;
}
/* Progress line variations for different pages */
.progress-line.step-3::after {
    width: 66.66%; /* Shows progress to step 3 */
}

/* Document Upload Styling */
.document-section {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #c4af92;
}
.section-title {
    font-family: 'Marcellus', serif;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #9e825c;
    padding-bottom: 0.5rem;
}
.document-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}
.document-item.uploaded {
    border-color: #28a745;
    background: #f8fff8;
}
.document-item:hover {
    border-color: #9e825c;
}
.document-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.document-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}
.document-status {
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}
.status-pending {
    background: #fff3cd;
    color: #856404;
}
.status-uploaded {
    background: #d4edda;
    color: #155724;
}
.upload-area {
    border: 2px dashed #9e825c;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    background: #fefefe;
    cursor: pointer;
    transition: all 0.3s ease;
}
.upload-area:hover {
    background: #f8f9fa;
    border-color: #7d6647;
}
.upload-area.dragover {
    background: #f0f8ff;
    border-color: #0066cc;
}
.upload-icon {
    font-size: 3rem;
    color: #9e825c;
    margin-bottom: 1rem;
}
.upload-text {
    color: #495057;
    margin-bottom: 0.5rem;
}
.upload-subtext {
    color: #6c757d;
    font-size: 0.9rem;
}
.file-input {
    display: none;
}
.uploaded-file {
    background: #e9ecef;
    border-radius: 5px;
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.file-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.remove-file {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0.8rem;
}
.action-buttons {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 3rem;
}
.btn-secondary {
    background: #6c757d;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}
.btn-primary {
    background: linear-gradient(135deg, #9e825c 0%, #d4b896 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(158, 130, 92, 0.4);
    color: white;
}
.btn-secondary:hover {
    background: #5a6268;
    color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .steps-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow-x: auto;
        gap: 0.5rem;
        padding: 0 0.5rem;
    }
    .step {
        width: auto;
        min-width: 80px;
        flex-shrink: 0;
    }
    .step-circle {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }
    .step-title {
        font-size: 0.7rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0.1rem;
    }
    .step-subtitle {
        display: none;
    }
    .desktop-text {
        display: none;
    }
    .mobile-text {
        display: inline;
    }
    .progress-line {
        top: 17px;
        left: 10%;
        right: 10%;
        height: 1px;
    }
    .action-buttons {
        flex-direction: column;
    }
    .document-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (min-width: 769px) {
    .desktop-text {
        display: inline;
    }
    .mobile-text {
        display: none;
    }
}

/* Profile Page Styling */
.profile-header {
    background: linear-gradient(135deg, #9e825c 0%, #d4b896 100%);
    color: white;
    padding: 4rem 0 2rem 0;
    margin-top: 0;
}
.profile-container {
   
    position: relative;
 
}
.profile-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #c4af92;
}
.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    overflow: hidden;
}
.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-info {
    text-align: center;
    margin-bottom: 2rem;
}
.profile-name {
    font-family: 'Marcellus', serif;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}
.profile-email {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.member-badge {
    background: #9e825c;
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    display: inline-block;
}
.nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}
.nav-card {
    background: white;
    border: 2px solid #f1f3f4;
    border-radius: 12px;
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.nav-card:hover {
    border-color: #9e825c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    color: inherit;
    text-decoration: none;
}
.nav-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #9e825c;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}
.nav-card:hover::before {
    transform: scaleY(1);
}
.nav-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #9e825c, #d4b896);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: white;
}
.nav-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}
.nav-description {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}
.stat-card {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #dee2e6;
    transition: transform 0.3s ease;
}
.stat-card:hover {
    transform: translateY(-2px);
}
.stat-icon {
    font-size: 2rem;
    color: #9e825c;
    margin-bottom: 0.75rem;
}
.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}
.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 500;
}
.info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.info-table tr {
    border-bottom: 1px solid #f1f3f4;
}
.info-table tr:last-child {
    border-bottom: none;
}
.info-table td {
    padding: 1rem 0;
    vertical-align: middle;
}
.info-table .label {
    width: 40%;
    color: #6c757d;
    font-weight: 500;
}
.info-table .value {
    color: #2c3e50;
    font-weight: 400;
}
.info-table i {
    color: #9e825c;
    width: 20px;
    margin-right: 0.5rem;
}
.recent-activity {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid #9e825c;
}
.activity-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}
.activity-item:last-child {
    border-bottom: none;
}
.activity-icon {
    width: 40px;
    height: 40px;
    background: #9e825c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 1rem;
    font-size: 0.9rem;
}
.activity-content {
    flex: 1;
}
.activity-title {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}
.activity-time {
    font-size: 0.8rem;
    color: #6c757d;
}
.logout-button {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    justify-content: center;
}
.logout-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
    color: white;
}

/* Payment Page Styling */
.payment-section {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #9e825c;
}
.payment-summary {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}
.summary-row:last-child {
    border-bottom: 2px solid #9e825c;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    padding-top: 1rem;
}
.summary-row.total {
    color: #2c3e50;
}
.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}
.payment-method {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.payment-method:hover {
    border-color: #9e825c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.payment-method.selected {
    border-color: #9e825c;
    background: rgba(158, 130, 92, 0.05);
}
.payment-method-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.payment-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #9e825c, #d4b896);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}
.payment-method-info h5 {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
}
.payment-method-info p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}
.payment-radio {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 20px;
    height: 20px;
}
.card-form {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 2rem;
    display: none;
}
.card-form.active {
    display: block;
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    display: block;
    color: #495057;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #9e825c;
    box-shadow: 0 0 0 2px rgba(158, 130, 92, 0.2);
}
.security-notice {
    background: #e8f5e8;
    border: 1px solid #c3e6c3;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.security-icon {
    color: #28a745;
    font-size: 1.5rem;
}

/* Profile Page Mobile Responsive */
@media (max-width: 768px) {
    .nav-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Payment Page Mobile Responsive Updates */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    .payment-methods {
        grid-template-columns: 1fr;
    }
}

.c2a-anchor
{
    text-decoration: none;
    color : #4a4a4a;
    font-size: 1.2em;
    font-weight: 500;
}
.c2aicon
{
font-size: 3em;
font-weight: normal;
}

.default-hidden
{
    display : none;
}

.upload-card
{
    background-color : #f7f9fb;
    padding : 2em;
    color : #4a4a4a;
    border : 2px solid #ebebed;
    border-radius: 0.75em;
    margin-bottom : 2em;
     transition : 0.6s ease all;
      cursor : pointer;
}
.upload-card:hover
{
    background-color : #f7f9fb;
    padding : 2em;
    color : #4a4a4a;
    border : 2px solid #8a8475;
    border-radius: 0.75em;
    margin-bottom : 2em;
    transition : 0.6s ease all;
     cursor : pointer;
}
.upload-interface
{
    text-align : center;
    padding : 2em;
    border : 2px dashed #a19c8f;
    border-radius : 0.75em;
    background-color: #fefefe;
}

.document-title 
{
    font-size : 1.28em;
}

.pending-label
{
    background-color: #fff4cd;
    color : #927f45 !important;
    font-size: 0.8em;
    padding : 0.25em;
    font-weight: bold;
    border-radius: 0.15em;
    padding-left : 2em;
    padding-right : 2em;
    text-align: right;
    float : right;

}

.uploaded-label
{
    background-color: #dcf1e1;
    color : #86b4b1 !important;
    font-size: 0.8em;
    padding : 0.25em;
    font-weight: bold;
    border-radius: 0.15em;
    padding-left : 2em;
    padding-right : 2em;
    text-align: right;
    float : right;

}

.uploaded-interface
{
   background-color: #dcf0e1;
    color : #155724;
    padding : 1em;
    margin-top: 1em;
    border-radius: 0.7em;
    border : 1px solid #155724;
   
}

.contact-page-icon
{
    font-size: 2em;
    color : #9e825c;
    margin-right : 0em;
    margin-top : 0em;
    
}
.contact-info
{
    padding-top : 0.75em;
}

.theme-table {
  width: 100%;
border : 5px solid #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  background-color: #ffffff;
  border-radius: 5px;
  
}



.theme-table thead th {
  background-color: rgba(195, 174, 150, 0.5);
border : 5px solid #ffffff;
  font-weight: 500;
  text-align: left;
  padding: 12px 14px;
  border-radius: 5px;
}


.theme-table tbody tr  td{
  background-color: #f5f5f5;
border : 5px solid #ffffff;
  font-weight: 500;
  text-align: left;
  padding: 12px 14px;
  color : #584d43;
}
.theme-secondary-btn
{
    display : block;
    margin-top : 0.5rem;
    margin-bottom : 0.5rem;
    text-decoration : none;
    text-align: center;
    width : 100%;
    background-color: #ffffff;
    color : gray;

padding : 0.65em;
border-radius: 0.5em;
transition : 0.5s ease all;
}

.theme-secondary-btn:hover
{
    display : block;
    margin-top : 0.5rem;
    margin-bottom : 0.5rem;
    text-decoration : none;
    text-align: center;
    width : 100%;
    background-color: #c3ae96;
    color : rgb(255, 255, 255);
transition : 0.5s ease all;

padding : 0.65em;
border-radius: 0.5em;
}

.theme-secondary-btn:hover i 
{
    color : #ffffff !important;
    transition : 0.5s ease all;
}
.document-item
{
    border: 1px solid #e0e0e0; border-radius: 8px; padding: 15px; margin-bottom: 10px; background: #f9f9f9;
}
.document-info
{
    display: flex; justify-content: space-between; align-items: center;
}
.file-icon-name
{
    display: flex; align-items: center; gap: 10px;
}
.file-icon
{
   font-size: 20px; color: #007bff;
}

#autocomplete {
    position: absolute;
    background: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    z-index: 9999;
    display: none;
    max-height: 260px;
    overflow-y: auto;
}

.autocomplete-item {
    padding: 10px 14px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background: #f2f2f2;
}

.autocomplete-item.active {
    background: #e9ecef;
}

.btn-outline-secondary:hover
{
    color : #ffffff !important;
}
.nav-anchor,
.nav-anchor-outline {
    white-space: nowrap;
}
