a {
	text-decoration: none;
	padding: 15px;
	margin-bottom: 15px;
}

hr {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	color: #707070;
}

p {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: white;
}

textarea {
	resize: none;
	border-radius: 6px;
	color: #333333;
	padding: 15px;
	border: 1px solid #cdd;
	column-gap: 15px;
	outline: none;
	font-size: 1rem;
}

.address :where(input, .select-box){
	margin-top: 15px;
}

.backend {
	/* background: rgb(130, 106, 251); */
	font-family: "Times New Roman", 'Lato', Times, serif;
	background-image: linear-gradient(45deg,  #e0bc00 0%, #687352 50%, #3b5998 100%);
}


.backend::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: -1; /* Pushes the image behind the text content */
  
	/* Replace the URL below with your actual image path */
	background-image: url('/images/background1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.backend-2 {
	/* background: rgb(130, 106, 251); */
	font-family: "Times New Roman", 'Lato', Times, serif;
	background-image: linear-gradient(45deg,  #e0bc00 0%, #687352 50%, #3b5998 100%);
}

.backend-2::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	z-index: -1; /* Pushes the image behind the text content */
  
	/* Replace the URL below with your actual image path */
	background-image: url('/images/background2.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.big-word {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
}


.bottom-container {
	padding: 50px 0 10px;
	text-align: center;	
}



.brand {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn { 
	padding: 8px 16px; 
	text-decoration: none; 
	border: 1px solid #ccc; 
	background: #f9f9f9; 
	color: #333; 
}

.btn.active { 
	font-weight: bold; 
	background: #ddd; 
}


.btn.disabled { 
	pointer-events: none; 
	background: #eee;
	color: #999; 
}

.btn-schedule:hover {
  background-color: #000435;
  color: #fff; /* Keeps text white on hover */
}


.btn-schedule {
	background-color:#000080;
	color: #E1AD01;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 1.5rem;
	transition: background-color 0.3s, transform 0.2s;
}


.container {
	position: relative;
	max-width: 700px;
	width: 100%;
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.container header {
	font-size: 1.5rem;
	color: #333333;
	font-weight: 500;
	text-align: center;
}

.container .form {
	margin-top: 30px;
}


.container2 {
	position: relative;
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box; /* Keeps padding inside the total width */
}

.container2 header {
	font-size: 1.5rem;
	color: #333333;
	font-weight: 500;
	text-align: center;
}

.container2 .form {
	margin-top: 30px;
}

.dark-color {
	color: #000080;
}

.darker-yellow {
	color: #8B8000;
}

.form button {
	height: 55px;
	width: 100%;
	color: white;
	font-size: 1.3rem;
	border: none;
	margin-top: 30px;
	cursor: pointer;
	border-radius: 6px;
	font-weight: bold;
	transition: background-color 0.3s, transform 0.2s;
	background-color: #000080;
	padding: 10px 20px;	
}

.form button:hover {
	background-color: rgb(56, 48, 101);
}

.form .column {
	display: flex;
	column-gap: 15px;
}


.form .input-box {
	width: 100%;
	margin-top: 20px;
}


.form :where(.input-box input, .select-box){
	position: relative;
	height: 50px;
	width: 100%;
	outline: none;
	font-size: 1rem;
	color: #707070;
	margin-top: 8px;
	border: 1px solid #cdd;
	border-radius: 6px;
	padding: 0 15px;
}

.golden {
	color: #E1AD01;
	font-weight: bold;
}

.img-logo {
	border-radius: 50%;
	margin-top: 20px;
	margin-left: 30px;
	height: 120px;	
	width: 120px;
	float: left;
}


.input-box label {
	color: #333;
}


.input-box input:focus{
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.light-color {
	color: #FFFF00;
}

.menu {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.menu a {
  text-decoration: none;
  color: #E1AD01;
}

/* button on menu bar --> Schedule a consultation */

/* Transforming the link into a button */
.menu .nav-btn {
  background-color: #000080;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.2s;
}

/* Button interactive states */
.menu .nav-btn:hover {
  background-color:  rgb(56, 48, 101);	
  color: #fff; /* Keeps text white on hover */
}

.menu .nav-btn:active {
  transform: scale(0.95); /* Subtle click effect */
}


.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
}

.pagination { 
	margin-top: 50px;
	display: flex; 
	gap: 10px; 
	align-items: center; 
	justify-content: center; 
}


.row-one, .row-two {
  font-size: 2rem;
  line-height: 1.1;
}

.select-box select {
	height: 100%;
	width: 100%;
	outline: none;
	border: none;
	color: #707070;
	font-size: 1rem;
}

/* CSS Tables */

table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

td, th {
	border: 1px #ddd;
	padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #000080;
	color: white;
	white-space: nowrap; /*  Add this to your CSS if you want to prevent the header text from breaking into a second line. */
}

.white-color {
	color: white;
}

/* Responsive */

@media screen and (max-width: 500px){
	.form .column {
		flex-wrap: wrap;
	}
	
	.form :where(.gender-option, .gender){
		row-gap: 15px;
	}
}

@media screen and (max-width: 768px) {
  	.container {
		padding: 15px; /* Smaller padding on phones */
    	border-radius: 4px; /* Optional: smaller corners */
    	width: 90%; /* Leaves a small margin on screen edges */
    	margin: 0 auto; /* Centers the container */
  	}

  	.container2 {
        padding: 10px;       /* Less padding on mobile */
        border-radius: 4px;  /* Smaller corners */
        border-radius: 4px; 
    	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); /* Fixed: added property and offsets */
    }
	
}

/* https://www.svgrepo.com/svg/533007/trash --> for SVG Icons */


@media only screen and (max-width: 768px) {
	.brand {
		flex-direction: column;
		gap: 10px;
	}
	
	.navbar {
    	flex-direction: column;
    	padding: 1rem;
    	gap: 1rem;
  	}

  	.menu {
    	flex-direction: column;
    	align-items: center;
    	gap: 1rem;
    	font-size: 1.3rem;
 	}

	.btn-schedule {
		font-size: 1rem;
	}

	table, thead, tbody, th, td, tr {
		display: block;
	}
	
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr {
		margin-bottom: 15px;
		border: 1px solid #ccc;
	}
	
	td {
		border: none;
		position: relative;
		padding-left: 50%;
		text-align: right;
	}
	
	td::before {
		position: absolute;
		left: 8px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		content: attr(data-label);
	}

	.img-logo {
		float: none;
		margin: 20px auto 15px auto;
		display: block;
	}
}

/* Mobile styles for screens 600px wide and smaller */
@media screen and (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  
  /* Hide table headers on mobile, but keep them accessible for screen readers */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: right;
  }
  
  /* Add labels to table cells using data-label attribute */
  td:before {
    position: absolute;
    left: 8px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-label);
  }
}