.launch-pad {
	display: block;
min-height: 150px;
	min-width: 200px;
	text-decoration: none !important;
	padding: 15px;
	text-align: center;
	background-color: #499bea;
	background-image: -moz-linear-gradient(top,  #499bea 0%, #1c72ce 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#1c72ce));
	background-image: -webkit-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: -o-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: -ms-linear-gradient(top,  #499bea 0%,#1c72ce 100%);
	background-image: linear-gradient(to bottom,  #499bea 0%,#1c72ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#1c72ce',GradientType=0 );
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid #1c72ce;
	border-bottom-color: #1863b3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.launch-pad.orange {
	background-color: #fca13b;
	background-image: -moz-linear-gradient(top,  #fca13b 0%, #f57202 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fca13b), color-stop(100%,#f57202));
	background-image: -webkit-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: -o-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: -ms-linear-gradient(top,  #fca13b 0%,#f57202 100%);
	background-image: linear-gradient(to bottom,  #fca13b 0%,#f57202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca13b', endColorstr='#f57202',GradientType=0 );
	border-color: #f57202;
	border-bottom-color: #d76402;
}

.launch-pad span {
	display: block;
	color: #ffffff;
}

.launch-pad .title {
	font-size: 2.8em;
	margin: 0.3em 0 0.1em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.launch-pad .desc {
	font-size: 2.1em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.launch-pad:hover {
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.7);
}

.launch-pad.orange:hover {
	background-color: #f57202;
}

.how-section1{
    margin-top:-15%;
    padding: 5px;
}

.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}

/* ── Table wrapper ── */
 .table-wrap {
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     margin-bottom: 1.5rem;
}
/* ── Table base styles ── */
 table {
     width: 100%;
     border-collapse: collapse;
     font-size: 0.95rem;
}
 caption {
     caption-side: top;
     text-align: left;
     font-size: 0.85rem;
     color: #555;
     margin-bottom: 0.4rem;
     font-style: italic;
}
 thead th {
     background-color: #003b71;
     color: #fff;
     text-align: left;
     padding: 0.65rem 0.85rem;
     font-weight: 600;
     white-space: nowrap;
}
 tbody tr:nth-child(odd) {
     background-color: #f5f8fc;
}
 tbody tr:nth-child(even) {
     background-color: #fff;
}
 tbody tr:focus-within {
     outline: 2px solid #005fac;
     outline-offset: -2px;
}
 td {
     padding: 0.6rem 0.5rem;
     vertical-align: top;
     border-bottom: 1px solid #d8e2ee;
     line-height: 1.4;
}
/* ── Mobile: card layout ── */
 @media (max-width: 640px) {
     table, thead, tbody, th, td, tr {
         display: block;
    }
     thead tr {
         position: absolute;
         top: -9999px;
         left: -9999px;
    }
     tbody tr {
         border: 1px solid #c5d3e0;
         border-radius: 6px;
         margin-bottom: 1rem;
         padding: 0.5rem 0;
         background: #fff;
         box-shadow: 0 1px 3px rgba(0,0,0,0.07);
    }
     td {
         border: none;
         border-bottom: 1px solid #eef1f5;
         padding: 0.5rem 0.85rem;
         display: flex;
         gap: 0.5rem;
    }
     td:last-child {
         border-bottom: none;
    }
    /* Data label injected via data-label attribute */
     td::before {
         content: attr(data-label);
         font-weight: 700;
         color: #003b71;
         min-width: 9rem;
         flex-shrink: 0;
         font-size: 0.85rem;
         padding-top: 0.05rem;
    }
}
