/* Global properties ======================================================== */


h1{ 
	color: black;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 6px;
        font-family:inherit;
}

/* Body */
body {
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.3px;
  background: linear-gradient(180deg, #A9A9AF, #B6B6B9); /* grey gradient*/ 
  color: #333;
  margin: 0;
  padding: 3px;
}

body a {
  color: #D6D6D9;
}
body a:hover {
  color: #84848A;
}
  

/*sectioning for white blocks*/
.section {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease; /* smooth animation */
}

/* Hover effect */
.section:hover {
  transform: translateY(-6px); /* lifts card upward */
  box-shadow: 0 12px 28px rgba(0,0,0,0.12); /* deeper shadow */
}

/* Headings */
h2  {
  text-decoration:underline;
  font-size: 26px;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
  text-align: center;
}

/* Paragraphs */
p {
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
  text-align: center;
}

/* Lists */
ul, ol {
  font-size: 18px;
  color: #444;
  margin: 20px auto;
  max-width: 700px;
  padding-left: 20px;
  text-align: left;
}

/* Strong keywords */
strong {
  font-weight: 600;
}



img{ 
	width: 65%;
    	border-radius: 8px;
    	display: block;
        margin: auto;
}

ul{
	font-size: 20px
}
.pictable {
	border: 2px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
	width: 75%;
	table-layout:fixed;
	margin: 20px auto;
	text-align: center;
	background-color: #1B1935;
}
.pictable2 {
	border: 2px solid #ccc;
	border-collapse: collapse;
	padding: 1px;
	width: 100%;
	table-layout:fixed;
	margin: 5px auto;
	text-align: center;
	background-color: #1B1935;
}
.numbertable {
	border: 2px solid #ccc;
	padding: 10px;
	width: 80%;
	table-layout: fixed;
	margin: 20px auto;
	text-align: center;
	background-color: #1B1935;
}
.pctable td{
	border: none;
	padding: 10px;
}

th, td {
	border: 1px solid #ccc;
	color: white;

}
th {
	color: white;
	padding: 5px;
	text-align:center;

}
td {
	padding: 5px;
	text-align:center;

}
.indeximg {
	width: 50%;
	max-width: 400px;
	height: auto;
	border-radius: 10px;
}

/* Navbar container */
.navbar {
  overflow: hidden;
  background: linear-gradient(360deg, #36363B, #3B3A48); /* soft light grey gradient*/
  font-family: Arial;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropbtn strong{
	color:white;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}
.navbar .dropdown .dropbtn {
  color: #ffffff ; /* force white */
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
  background-color: inherit;
  border: none;
  font-weight: 600;
}


/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: 2px;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
  padding: 14px 16px;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Make GUIDE turn light grey on hover */
.dropdown .dropbtn:hover,
.dropdown:hover .dropbtn {
    color: slategrey !important;
}



/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #444444;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
} 

.glow-banner {
    width: 100%;
    padding: 25px 0;
    background: linear-gradient(180deg, #29292A, #35353A);
    position: relative;
    box-shadow: 0 0 45px rgba(255, 255, 255, 0.3),
                0 0 90px rgba(255, 255, 255, 0.2),
                inset 0 0 30px rgba(255, 255, 255, 0.15); /*shadow white*/
}

.banner-inner {
    max-width: 1050px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 20px;
}

.banner-logo {
    width: 275px;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.3));
}

.banner-text h1 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-shadown: 0 0 8px rgba(255, 255, 255, 0.6);
}

.tagline {
    margin: 4px 0 0 0;
    font-size: 10 rem;
    opacity: 1;
    color: #CAC7C7;
    font-weight: 400;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

.banner-date {
    margin-left: auto;
    font-size: 0.95rem;
    opacity: 0.8;
    color: #CAC7C7;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
}

.pctower {
    width: 250px;   
}

.icon-list li {
  display: flex;
  align-items: center;
  margin: 15px 0;
  font-size: 20px;
  margin-left: 12px;
}

.icon-list li span {
   flex: 1;
}

.icon {
  width: 60px;       /* adjust size here */
  height: 40px;
  margin-right:45px;
}




