.animated-submenu-block[data-submenu=right]>.sub-menu {
    margin: 0;
}
#header {
    position: sticky !important;
    top: 0;
}
button.ct-header-search.ct-toggle {
    margin: 0 !important;
}
#header [data-items]>* {
    margin: 0 !important;
}
ul.wp-block-navigation__container.is-responsive.is-vertical.wp-block-navigation {
    width: 100%;
    display: inline-block;
}
ul.wp-block-navigation__container li.wp-block-navigation-item {
    padding: 1rem;
    border-radius: 6px;
}
ul.wp-block-navigation__container li.wp-block-navigation-item.current-menu-item, ul.wp-block-navigation__container li.wp-block-navigation-item:hover {
    background: #02456b;
    color: #fff;
}
.pmpro-account section#pmpro_account-orders {
    display: none;
}

ul.wp-block-navigation__container  {
	background-color: var(--pmpro--color--base);
	border: 1px solid var(--pmpro--color--border--variation);
	border-radius: var(--pmpro--base--border-radius);
	box-shadow: var(--pmpro--box-shadow);
	margin: var(--pmpro--base--spacing--medium) 0;
}

/*Ride View Page */
.ride-wrapper .header {
	background: linear-gradient(135deg, #255f80 0%, #b2c164 100%);
	color: white;
	padding: 30px;
	text-align: center;
}
.ride-wrapper .header h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
	color:#fff;
}
.ride-wrapper .header p {
	opacity: 0.9;
	font-size: 1.1em;
}
.ride-wrapper .content {
	padding: 30px;
}
.ride-wrapper .controls {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 15px;
}
.ride-wrapper .control-group {
	display: flex;
	flex-direction: column;
	position: relative;
}
.ride-wrapper .control-group label {
	font-weight: bold;
	color: #2a637f;
	margin-bottom: 8px;
	font-size: 1em;
}
.ride-wrapper .control-group select {
	width: 100%;
	padding: 12px 40px 12px 12px;
	font-size: 1em;
	line-height: 1.5;
	min-height: 44px;
	height: auto;
	border: 2px solid #2a637f;
	border-radius: 8px;
	background: white;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
}
.ride-wrapper .control-group select option {
	padding: 8px;
	line-height: 1.5;
}
.ride-wrapper .stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}
.ride-wrapper .stat-card {
	background: linear-gradient(135deg, #255f80 0%, #b2c164 100%);
	color: white;
	padding: 25px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	transition: transform 0.3s;
}
.ride-wrapper .stat-card:hover {
	transform: translateY(-5px);
}
.ride-wrapper .stat-value {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 5px;
}
.ride-wrapper .stat-label {
	font-size: 0.9em;
	opacity: 0.9;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ride-wrapper .section {
	margin-bottom: 40px;
}
.ride-wrapper .section-title {
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #2a637f;
	border-bottom: 3px solid #2a637f;
	padding-bottom: 10px;
}
.ride-wrapper .map-container {
	position: relative;
	width: 100%;
	height: 600px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.ride-wrapper #map {
	width: 100%;
	height: 100%;
}
.ride-wrapper .chart-container {
	position: relative;
	height: 300px;
	margin-bottom: 30px;
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
}
.ride-wrapper .loading {
	text-align: center;
	padding: 50px;
	font-size: 1.2em;
	color: #2a637f;
}
.ride-wrapper .error {
	background: #fee;
	color: #c33;
	padding: 20px;
	border-radius: 10px;
	margin: 20px 0;
}
.ride-wrapper .info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}
.ride-wrapper .info-card {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	border-left: 4px solid #2a637f;
}
.ride-wrapper .info-card h3 {
	color: #2a637f;
	margin-bottom: 10px;
}
.ride-wrapper .info-card p {
	margin: 5px 0;
	color: #666;
}
.ride-wrapper .distance-filter-controls {
	margin-bottom: 20px;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 10px;
}
.ride-wrapper .distance-filter-controls label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	color: #2a637f;
}
.ride-wrapper .distance-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ride-wrapper .distance-filter-btn {
	padding: 8px 15px;
	border: 2px solid #2a637f;
	border-radius: 5px;
	background: white;
	color: #2a637f;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s;
}
.ride-wrapper .distance-filter-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(102, 126, 234, 0.3);
}
.ride-wrapper .distance-filter-btn.active {
	background: linear-gradient(135deg, #2a637f 0%, #764ba2 100%);
	color: white;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.ride-wrapper a[href="test_form.html"]:hover {
	background-color: rgba(255,255,255,0.3) !important;
}
/* Tabs */
.ride-wrapper .tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid #e0e0e0;
}
.ride-wrapper .tab {
	padding: 15px 30px;
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 600;
	color: #666;
	transition: all 0.3s;
	position: relative;
	bottom: -2px;
}
.ride-wrapper .tab:hover {
	color: #2a637f;
	background: rgba(102, 126, 234, 0.05);
}
.ride-wrapper .tab.active {
	color: #2a637f;
	border-bottom-color: #2a637f;
	background: rgba(102, 126, 234, 0.05);
}
.ride-wrapper .tab-content {
	display: none;
}
.ride-wrapper .tab-content.active {
	display: block;
}
/* Activity Cards */
.ride-wrapper .activities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}
.ride-wrapper .activity-card {
	background: white;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	padding: 20px;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.ride-wrapper .activity-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
	border-color: #2a637f;
}
.ride-wrapper .activity-card.selected {
	border-color: #2a637f;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}
.ride-wrapper .activity-card-header {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 15px;
}
.ride-wrapper .activity-card-title {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	margin: 0;
	flex: 1;
}
.ride-wrapper .activity-card-type {
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 0.85em;
	font-weight: 600;
	text-transform: uppercase;
}
.ride-wrapper .activity-card-type.ride {
	background: #E3F2FD;
	color: #1976D2;
}
.ride-wrapper .activity-card-type.event {
	background: #F3E5F5;
	color: #7B1FA2;
}
.ride-wrapper .activity-card-date {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 15px;
}
.ride-wrapper .activity-card-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 15px;
}
.ride-wrapper .activity-card-stat {
	display: flex;
	flex-direction: column;
}
.ride-wrapper .activity-card-stat-label {
	font-size: 0.8em;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.ride-wrapper .activity-card-stat-value {
	font-size: 1.3em;
	font-weight: bold;
	color: #2a637f;
	margin-top: 5px;
}
/**coming-soon-wrapper**/

.coming-soon-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 17rem 0;
    background-image: url(.././image/coming-soon-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.coming-soon-box h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.coming-soon-box h1 strong {
    width: 100%;
}
.coming-soon-box p {
	font-size: 18px;
	opacity: 0.85;
	margin-bottom: 30px;
	color: #fff;
}


/***Pricing-pages**/
.pmpro {
   /*  display: flex; */
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.pmpro_advanced_levels-div {
    justify-content: center;
}
.pmpro_actions_nav:not(#pmpro_login .pmpro_actions_nav) {
    width: 100%;
}

/****/
.is-layout-flex {
    gap: 5rem;
}
.pmpro_section .pmpro_font-x-large {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0.5rem 0.5rem 0.5rem 1rem !important;
    border-left: 5px solid;
    margin-bottom: 2.5rem !important;
	text-transform: uppercase;
}
.wp-block-navigation .wp-block-navigation-item__content {
    font-size: 1.15rem !important;
    font-weight: 600;
}
h2.pmpro_form_heading.pmpro_font-large {
    text-transform: uppercase !important;
    border-left: 4px solid;
    padding-left: 0.6rem;
    margin-bottom: 2rem;
}
#basic-user-avatar-form input[type="submit"] {
    background-color: #0c3d54;
    border-radius: 8px;
	line-height: 1.5;
    min-height: 50px;
	width: 9rem;
    padding: 12px !important;
}
#basic-user-avatar-form p {
    margin-bottom: 0.5rem;
}
.pmpro_tag-success {
    background-color: #02456b;
    color: #fff;
}
tbody th, tbody td, tfoot td, .pmpro_actions_nav a {
	font-size: 1.15rem;
}
.pmpro_table_order-date a {
    color: #02456b;
    text-decoration: underline;
}
.pmpro_checkout-field-access_code label small {
    font-weight: 400;
}
.pmpro_checkout-field-access_code label {
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.pmpro_checkout-field-access_code label span.required {
    margin: 0 0.3rem;
}
#access_code {
    background-color: var(--pmpro--color--base);
    border: 1px solid var(--pmpro--color--border);
    border-radius: var(--pmpro--base--border-radius);
    box-shadow: none;
    box-sizing: border-box;
    color: var(--pmpro--color--contrast);
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin: 0;
    min-height: auto;
    outline: none;
    padding: var(--pmpro--base--spacing--small);
}
.pmpro_form_input-access_code.pmpro_form_input-error{
		border-color: var(--pmpro--color--error-border)  !important;
		box-shadow: 0 0 0 0.2rem #f8d7da !important;
}
#pmpro_member_profile_edit {
    margin-bottom: 0;
}	
#basic-user-avatar-form {
    background-color: var(--pmpro--color--base);
    border: 1px solid var(--pmpro--color--border--variation);
    border-radius: var(--pmpro--base--border-radius);
    box-shadow: var(--pmpro--box-shadow);
    padding: 36px;
}
#basic-user-avatar-form > .gravatar.avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    margin-bottom: 0.5rem;
}

/****COMPONENTS-css*******/
 :root {
            /* Brand Colors based on your Logo */
            --brand-blue: #01456a; 
            --brand-green: #607340; 
            --brand-dark: #0b1d26;
            --brand-light: #f4f6f8;
            --text-main: #1a1a1a;
            --text-muted: #666;
            --white: #ffffff;
        }

.btn {
	display: inline-block;
	padding: 12px 28px;
	font-weight: 600;
	border-radius: 4px;
	font-size: 0.95rem;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.btn-primary {
	background-color: var(--brand-blue);
	color: var(--white);
	border: 2px solid var(--brand-blue);
}

.btn-primary:hover {
	background-color: rgb(18, 93, 127);
	color: var(--white);
}

.btn-outline {
	background-color: transparent;
	color: var(--white);
	border: 2px solid var(--white);
}

.btn-outline:hover {
	background-color: var(--white);
	color: var(--brand-blue);
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.section-padding {
	padding: 80px 0;
}

/* --- HEADER --- */


/* --- HERO SECTION --- */
.hero {
	height: 90vh;
	min-height: 600px;
	display: flex;
	align-items: center;
	color: var(--white);
	text-align: left;
}

.hero-content {
	max-width: 800px;
}

.hero h1 {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: -1px;
	color: var(--white);
}

.hero p {
	font-size: 1.25rem;
	color: #e0e0e0;
	margin-bottom: 40px;
	font-weight: 300;
	max-width: 650px;
}

.hero-proof {
	display: flex;
	gap: 20px;
	margin-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 20px;
}

.proof-item {
	font-size: 0.85rem;
	color: #ccc;
	display: flex;
	align-items: center;
	gap: 8px;
}

.proof-item i { color: var(--brand-green); }

/* --- CREDIBILITY STRIP --- */
.credibility-strip {
	background-color: var(--brand-dark);
	color: #8899a6;
	padding: 20px 0;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #1c2e36;
}

/* --- RISK ELIMINATION (Value Prop) --- */
.risk-section {
	background-color: var(--white);
}

.split-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.section-title {
	font-size: 2.5rem;
	color: var(--brand-dark);
	margin-bottom: 20px;
	font-weight: 700;
}

.text-block p {
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: var(--text-muted);
}

.visual-block img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* --- TECH EXPLAINER (8x Claim) --- */
.tech-section {
	background-color: #f8f9fa;
}

.tech-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.tech-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	color: var(--text-main);
	font-weight: 500;
}

.tech-list li::before {
	content: "\f058"; /* FontAwesome check */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: var(--brand-blue);
}

.tech-section ul.tech-list {
    list-style: none;
    padding: 0;
}
/* --- CAPABILITY PILLARS --- */
.pillars-section {
	background-color: var(--brand-dark);
	color: var(--white);
}

.pillars-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.pillar-card {
	background: rgba(255,255,255,0.05);
	padding: 30px;
	border-radius: 4px;
	border-left: 4px solid var(--brand-green);
	transition: 0.3s;
}

.pillar-card:hover {
	background: rgba(255,255,255,0.1);
}

.pillar-card h3 {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: var(--white);
}

.pillar-card p {
	font-size: 0.95rem;
	color: #b0bec5;
}
/**request-access**/
.request-access .button-wrap {
    position: relative;
}
.request-access .button-wrap p input {
    background-color: var(--brand-blue);
    color: var(--white);
    border: 2px solid var(--brand-blue);
    width: 100%;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.request-access .button-wrap p input:hover, .pmpro_btn-cancel:hover, #basic-user-avatar-form input[type="submit"]:hover {
	background-color: rgb(18, 93, 127) !important;
    color: var(--white) !important;
}
.request-access .button-wrap span.wpcf7-spinner {
    position: absolute;
}
.request-access .form-control {
    margin-bottom: 1rem;
}
.request-access .form-control .wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    padding: 0px 0;
}
.request-access .form-control p .wpcf7-form-control-wrap input {
    position: relative;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
	height:100%;
}
.request-access .form-control textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    background-color: #fff;
}
/* --- FOOTER --- */
footer {
	background-color: #050e12;
	color: #666;
	padding: 40px 0;
	text-align: center;
	font-size: 0.85rem;
}

footer p { margin-top: 10px; }

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
	.pmpro_font-x-large {
        font-size: 20px !important;
    }
	.pmpro_font-large {
        font-size: 18px !important;
    }
	.is-layout-flex {
		gap: 2rem;
	}
	.pmpro_section .pmpro_font-x-large {
		margin-bottom: 1.5rem !important;
	}
	.wp-block-navigation .wp-block-navigation-item__content {
		font-size: 1rem !important;
	}
	.section-title {
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	.hero h1 { font-size: 2.5rem; }
	.hero-proof { flex-direction: column; gap: 10px; }
	.split-layout, .tech-grid { grid-template-columns: 1fr; }
	.nav-links { display: none; /* Simple hide for mobile prototype */ }
	.section-title {
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	.section-padding {
		padding: 40px 0;
	}
	.site-logo-container {
		height: 4rem !important;
	}
	.section-title {
		font-size: 1.8rem;
	}
	.tech-section .tech-grid {
		flex-direction: column-reverse;
		display: flex;
		flex-wrap: wrap;
	}
	#pmpro_account-membership {
		margin-bottom: 0 !important;
	}
}