:root {
  /* Brand Primary (Tinubu Navy - The Foundation) */
  --brand-primary-color: #1d4c75;        /* Deep Tinubu Navy */
  --brand-primary-text-color: #FFFFFF;   /* White for high contrast */
  --brand-primary-light-color: #004B7A;  /* Lighter Navy for hover/depth */
  --brand-primary-medium-color: #003352; /* Mid-tone Navy */
  --brand-primary-dark-color: #001524;   /* Deepest Navy Anchor */

  /* Brand Secondary (Electric Cyan - The Spark) */
  --brand-secondary-color: #9acedb;      /* The "Electric" Accent */
  --brand-secondary-text-color: #00263E; /* Navy text for readability on Cyan */
  --brand-secondary-light-color: #D6F5FF;/* Soft Cyan tint */
  --brand-secondary-medium-color: #00A3E0;
  --brand-secondary-dark-color: #0089C4;
  
  /* Primary Tonal Scale (Navy to Ice Spectrum) */
  --primary-50:  #F0F7FA; /* Very light surface tint */
  --primary-100: #E1EBF2;
  --primary-200: #B3C6D4;
  --primary-300: #9acedb; /* Secondary Color integrated into scale */
  --primary-400: #426E8C;
  --primary-500: #00263E; /* Main Brand Navy */
  --primary-600: #001F33;
  --primary-700: #001829;
  --primary-800: #00121F;
  --primary-900: #000B14; /* Pure Deep Navy */
  
  /*Override progress wheel color*/
  --progress-wheel-outer-bg-color: #5190a6;

  /*Override footer colod*/
  --footer-bg-color: #1d4c75;
  
  /*/Override footer padding*/
  --footer-padding: 1rem 3rem;

} 

.sk-toolbar{
	background-image: url(https://applied-uw.demo.innoveo.cloud/api/v2/definitionResources?path=Zonedefinition%2FZoneDefinition%2Fen%2FUS%2Ffooter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    background-image: url(https://applied-uw.demo.innoveo.cloud/api/v2/definitionResources?path=Zonedefinition%2FZoneDefinition%2Fen%2FUS%2Ffooter.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
}

aside.sk-nav { 
background-color: #154c76; 
--menu-item-font-color: white; 
}

nav.sk-toolbar{ 
background-color: #154c76;
--toolbar-icon-color: white; 
}

.sk-adv h3{
    padding-bottom: 0;
    margin: 5px 0 15px 0;
    color: #4a4a4a;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-weight:lighter
}

.sk-adv p{
    text-align: justify;
    text-align:center;
}

.sk-adv .sk-adv-flow{
    display: flex;
}

.sk-adv-flow-item{
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
}

.sk-adv-flow-item .progress-radial{
    margin-right: 0;
    transform: scale(.8);
}

.progress-radial .overlay {
    width: 85px;
    height: 85px;
    margin-left: 25px;
    margin-top: 25px;
    line-height: 90px;
}
	
@media (max-width: 480px){
    .sk-adv .sk-adv-flow{
        display: flex;
        flex-direction: column;
    }
    .sk-adv-flow-item{
	    width: 100%;
    }
}

.sk-attr.sk-radio--price .sk-option-list label {
    display: block;
    float: left;
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px
}
 
.sk-attr.sk-radio--price .sk-option-list label>div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch
}
 
.sk-attr.sk-radio--price.sk-attr--read .sk-field>div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch
}
 
.sk-attr.sk-radio--price .skyePackageSelectorLabel {
    width: 100%;
    font-weight: bold;
}
 
.sk-attr.sk-radio--price .skyePackageSelectorGraph {
    width: 100%;
    margin-right: 1%
}
 
.sk-attr.sk-radio--price .skyePackageSelectorPrice {
    width: 100%;
    height: 100%;
    color: #4A4A4A;
    text-align: left;
}

.policy-info-card {
    background: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #fff;
	line-height: normal;
}

.policy-info-card h4, 
.policy-info-card h5 {
	text-transform: uppercase;
    color: #fff;
	padding: 0px;
}

.policy-info-card .header-section {
    border-bottom: 2px solid #f0f2f5;
    margin-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.policy-info-card .section {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.h3 {
	text-transform: uppercase;
}

.policy-info-card .section-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
    display: block;
}

.policy-info-card {
    /* Abstract road image with a gradient overlay for text legibility */
    background-image: 
		linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		url('https://skyetest31.dev.innoveo.cloud/api/v2/definitionResources?path=Application%2FApplication%2Fen%2FUS%2Fhero-background.png');
    background-size: cover;
    background-position: top;
}

.header-section h4 {
    margin: 0 0 4px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
	padding-left: 16px;
	padding-right: 16px;
}

.policy-info-card p {
    margin: 0 0 4px 0;
	padding-left: 8px;
}

.policy-info-card b {
    color: #fff;
    font-weight: 600;
}

.meta-text {
    font-size: 12px;
    color: #fff;
	padding-left: 0px;
}

.dashboard-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

/* Grid Columns */
.stat-column {
  width: 50%;
  padding: 6px;
  box-sizing: border-box;
}

.chart-column {
  width: 50%;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
}

/* Cards */
.stat-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background-color: #1d4c75;
  color: white;
  border-radius: 8px;
  box-shadow: var(--component-shadow);
  background-image: 
		linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
		url('https://applied-uw.demo.innoveo.cloud/api/v2/definitionResources?path=Application%2FApplication%2Fen%2FUS%2Fcard1.png');
}

/* Typography & Elements */
.stat-label {
  opacity: 0.9;
}

.stat-value {
  margin: 0;
  font-weight: bold;
}

.stat-icon {
  font-size: 20px;
  opacity: 0.8;
}

.chart-title {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
 
@media (max-width: 480px) {
    .skye--resp .sk-radio--price .sk-option-item label .skyePackageSelectorLabel {
        width:100%
    }
 
    .skye--resp .sk-radio--price .sk-option-item label .skyePackageSelectorGraph {
        width: 100%;
        margin-right: 0;
        padding-top: 5px
    }
 
    .skye--resp .sk-radio--price .sk-option-item label .skyePackageSelectorPrice {
        width: 100%;
        padding-top: 5px
    }
}
  
@media (max-width: 480px) {
    .skye--resp .sk-radio--price input+label:before {
        top: 10px
    }
}re {
        top: 10px
    }
}