.upper {
	text-transform: uppercase;
}

.opensans {
	font-family: 'Open Sans', sans-serif;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.dflex {
	display: flex;
}

.underline {
	text-decoration: underline;
}

.df {
	display: flex;
}

.dfw {
	display: flex;
	flex-wrap: wrap;
}

.rel {
	position: relative;
}

.img-white {
	filter: brightness(0) invert(1);
}

.all {
	display: flex;
	align-items: center;
	justify-content: center;
}

.absolute {
	position: absolute;
}

.rotate {
	transform: rotate(180deg);
}

@font-face {
	font-family: 'hel-b';
	src: url('../fonts/Helvetica-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.woff2') format('woff2'),
		url('../fonts/Helvetica.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'hel-l';
	src: url('../fonts/Helvetica-Light.woff') format('woff2');
	font-style: normal;
	font-display: swap;
}

body {
	color: #000;
	overflow-x: hidden;
	font-family: 'Helvetica';
	font-weight: normal;
	font-size: 18px;
}

a {
	color: #000;
}

a:hover {
    color: #047dba;
}

a:hover {
	text-decoration: none;
}

p {
    font-family: Montserrat, sans-serif;
    font-weight: normal;
    color: #1a1a1a;
    line-height: 1.6 !important;
    font-size: 18px !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-family: Montserrat !important;
    font-weight: bold !important;
    color: #000;
    text-transform: none;
}

.p-lg {
	font-size: 22px;
	line-height: 26px;
}

.container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}


h1 {
	font-size:50px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
}

h2 {
    font-size: 45px !important;
    font-family: Arial;
    font-weight: bold !important;
    color: #147F3B;
    margin-bottom: 30px !important;
}

h3 {
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    color: #ff6e00;
}

h4 {
    font-size: 24px !important;
    font-family: Arial;
	font-weight: bold;
     color: #ff6e00;
}
h5 {
	font-size: 21px;
	color: #000;
	font-family: Arial;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	font-family: Arial;
}

.container {
	max-width: 1250px;
}

.main_header ul {
	list-style: none;
	padding: 0px;
}

.btn_green {
	background: #006738;
	color: #fff;
	display: inline-block;
	padding: 8px 30px;
	text-align: center;
}

.btn_green:hover {
	background: #024525;
	color: #fff;
}

.btn_sm {
	background: #3573B3;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	border: 0;
	border-radius: 0px;

	font-weight: bold;
	font-size: 16px;
}

.btn_sm:hover {
	background: #003057;
	color: #047DBA;
	border-top: 4px solid #047DBA;
}

.btn_lg {
	background: #3573B3;
	color: #fff;
	display: inline-block;
	padding: 15px 50px;
	text-align: center;
	border: 0;
	border-radius: 5px;

	font-weight: bold;
	min-width: 280px;
	font-size: 16px;
}

.btn_lg:hover {
	background: #003057;
	color: #fff;
}

.form-control {
	box-shadow: 0px 0px 3px #00000029;
	border: 1px solid #E2E2E2;
	border-radius: 0;
	min-height: 50px;
}

.no-margin {
	margin-left: 0px;
	margin-right: 0px;
}

/* ========================================
   NEW HEADER STYLES - GoMoneyMiles Redesign
   ======================================== */

.main_header {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    top: 0;
    border-bottom: none;
}

.header-bottom-border {
    height: 5px;
    background: linear-gradient(90deg, #F4732B 0%, #FF9A5C 50%, #F4732B 100%);
    width: 100%;
}

.main_header .navbar-collapse {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.main_header .container {
    align-items: flex-start;
}

.navbar {
    padding: 15px 0px;
    margin-bottom: 0px;
}

.navbar ul {
    list-style: none;
    padding: 0;
}

.navbar .container-fluid {
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

/* Logo Styles */
.logo_wrap {
    display: flex;
    align-items: center;
}

.logo_wrap .navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-right: 0;
}

.navbar-brand img {
    max-width: 100px;
    height: auto;
}

.logo-text {
    display: block;
    color: #27823F;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: -0.5px;
}

/* Navigation Bottom - Main Nav */
.nav_bottom {
    margin-left: auto;
    margin-right: 30px;
    margin-top: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-nav > li {
    position: relative;
    margin: 0px 5px;
}

.navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 20px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #2D3036;
    text-transform: none;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-nav > li > a:hover {
    color: #047DBA;
}

/* Active/Current Menu Item - Blue text like "For Employers" */
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-parent > a,
.navbar-nav > li.current_page_item > a {
    color: #047DBA !important;
}

/* Dropdown Menu Styles */
.navbar-nav > li > .dropdown-menu {
    min-width: 220px;
    border-radius: 0px;
    padding: 15px 0px;
    margin-top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 0;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    border-radius: 0;
    text-align: left;
    border-top: 4px solid #F4732B;
}

.navbar-nav > li > .dropdown-menu > li {
    margin-bottom: 5px;
    position: relative;
}

.navbar-nav > li > .dropdown-menu a {
    font-size: 16px;
    font-weight: 600;
    color: #2D3036;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    white-space: normal;
    padding: 8px 20px;
    display: block;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar-nav > li > .dropdown-menu a:hover {
    color: #27823F;
    background: #f8f8f8;
}

.navbar-nav > li:hover .dropdown-menu {
    display: block;
    z-index: 9999;
}

/* Download App Button */
.header_cta {
    display: flex;
    align-items: center;
}

.download-app-btn {
    background: #047DBA;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.download-app-btn:hover {
    background: #035f8f;
    color: #fff !important;
    transform: translateY(-2px);
}

.download-app-btn .arrow-icon {
    font-weight: bold;
    font-size: 18px;
}

/* Mobile Menu Toggle */
.navbar-toggler {
    border: none;
    padding: 10px;
    background: none;
    position: relative;
    z-index: 100;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #2D3036;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Hide elements not needed in new design */
.top_header_cont {
    display: none;
}

.select_language.languageselection {
    display: none;
}

.top_search {
    display: none;
}

.top_menu {
    display: none;
}

/* Mobile Menu Items */
.mobile-menu {
    display: none;
}

/* Alert Bar Styles */
.alert-bar {
    background: #FDDB20;
    width: 100%;
    z-index: 999;
    border: 0;
    text-align: center;
    padding: 15px 10px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.alert-bar .close {
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 1;
    color: #2D3036;
}

.alert-bar p {
    margin: 0px;
    color: #2D3036;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 0px 30px;
}

/* Admin bar adjustment */
.admin-bar .main_header {
    margin-top: 32px !important;
}

/* Main wrapper padding for fixed header */
.logged-in .main_wrapper {
    padding-top: 145px;
}

.main_wrapper {
    padding-top: 130px;
}

img {
    max-width: 100%;
}

/* ========================================
   HERO BANNER STYLES - New Design
   ======================================== */

.main_banner {
    position: relative;
    display: block;
    padding-top: 0;
}

.main_banner::before {
    display: none; /* Remove the white overlay */
}

.main_banner .carousel {
    position: relative;
}

.main_banner .carousel-item {
    position: relative;
}

.main_banner .carousel-item img {
    min-height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Caption Box - Blue semi-transparent */
.main_banner .carousel-caption {
    position: absolute;
    left: 50px;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    text-align: left;
   /* background: rgba(4, 125, 186, 0.9);  #047DBA with transparency */
    background: rgba(20, 127, 59, 0.9); /* #147F3B with transparency */
    padding: 50px 50px 40px 50px;
    max-width: 520px;
    width: 100%;
}

.main_banner .carousel-caption h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: none;
}

.main_banner .carousel-caption h1 span {
    display: block;
    font-size: 35px;
}

.main_banner .carousel-caption p {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    font-weight: 400;
}

/* Orange divider line */
.caption-divider {
    width: 80px;
    height: 4px;
    background: #F4732B;
    margin: 25px 0 20px 0;
}

/* Download the App link */
.bnr-rd {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
    border: none;
    padding: 0;
    text-transform: none;
}

.bnr-rd:hover {
    color: #fff;
    text-decoration: underline;
}

.wht-rd:hover {
    color: #F4732B;
    border-top: 4px solid #fff;
}

/* Carousel Navigation Arrows */
.main_banner .carousel-control-prev,
.main_banner .carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 15;
}

.main_banner .carousel-control-prev {
    left: 20px;
}

.main_banner .carousel-control-next {
    right: 20px;
}

.carousel-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #2D3036;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.carousel-arrow:hover {
    background: #fff;
    transform: scale(1.05);
}

.carousel-arrow svg {
    width: 24px;
    height: 24px;
}

/* Hide old arrow images */
.main_banner .carousel-control-prev img,
.main_banner .carousel-control-next img {
    display: none;
}

/* Carousel Indicators / Dots */
.main_banner .carousel-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
}

.main_banner .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}

.main_banner .carousel-indicators li.active {
    background: #147F3B;
    border-color: #147F3B;
}

.main_banner .carousel-indicators li:hover {
    background: rgba(255, 255, 255, 0.9);
}

/* ========================================
   WAYS YOU CAN EARN SECTION - New Design
   ======================================== */

.ways-to-earn {
    padding: 80px 0 60px;
    background: #fff;
}

.ways-to-earn .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.ways-to-earn .section-header h2 {
    color: #1E1E1E !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px !important;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: none;
}

.ways-to-earn .section-header p {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.ways-to-earn .nav_section {
    padding: 0;
}

.ways-to-earn .navBlock {
    margin: 0;
    margin-top: 0;
    position: relative;
    z-index: 9;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ways-to-earn .navBlock .navcol {
    width: calc(20% - 20px);
    min-width: 180px;
    max-width: 220px;
    padding: 0;
    margin: 0;
    background: transparent;
    border-bottom: none;
    position: relative;
    flex: 1;
}

.ways-to-earn .navBlock .navcol .earn-card {
    display: block;
    text-decoration: none;
    height: 100%;
}

.ways-to-earn .navBlock .navBlock_col {
    text-align: center;
    background: #F8F8F8;
    padding: 40px 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    min-height: 280px;
}

.ways-to-earn .navBlock .navBlock_col h3 {
    margin: 0;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px !important;
    text-transform: none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #1E1E1E !important;
    transition: color 0.3s ease;
}

.ways-to-earn .navBlock p {
    font-size: 14px;
    line-height: 1.6;
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    flex-grow: 1;
    transition: color 0.3s ease;
}

.ways-to-earn .navblock_icon {
    min-height: 70px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ways-to-earn .navblock_icon img {
    transform: scale(1);
    max-width: 60px;
    height: auto;
    transition: filter 0.3s ease;
}

/* Orange bottom line */
.ways-to-earn .card-bottom-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background: #F4732B;
}

/* Hover state - Blue background */
.ways-to-earn .navBlock .navcol:hover .navBlock_col {
    background: #147F3B;
}

.ways-to-earn .navBlock .navcol:hover h3,
.ways-to-earn .navBlock .navcol:hover p {
    color: #fff !important;
}

.ways-to-earn .navBlock .navcol:hover .navblock_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(8deg) brightness(105%) contrast(101%);
}

/* Legacy nav_section styles for backwards compatibility */
.nav_section {
    padding: 0px 30px;
}

/* ========================================
   HOW IT WORKS SECTION
   ======================================== */

.how-it-works-section {
    background: #147F3B;
    padding: 70px 0 80px;
}

.how-it-works-section .container {
    max-width: 900px;
}

.how-it-works-section h2 {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px !important;
    text-align: center;
    margin-bottom: 50px;
}

.how-it-works-section .steps-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.how-it-works-section .step-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.how-it-works-section .step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works-section .step-number span {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.how-it-works-section .step-content {
    flex: 1;
}

.how-it-works-section .step-content h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.how-it-works-section .step-content h3 span {
    color: #F4732B;
}

.how-it-works-section .step-content p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* CTA at bottom */
.how-it-works-section .how-it-works-cta {
    text-align: center;
    margin-top: 50px;
}

.how-it-works-section .cta-line {
    width: 200px;
    height: 4px;
    background: #F4732B;
    margin: 0 auto 15px;
}

.how-it-works-section .cta-link {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.how-it-works-section .cta-link:hover {
    color: #F4732B;
    text-decoration: underline;
}

/* ========================================
   WHY COMMUTERS LOVE GOMONEYMILES SECTION
   ======================================== */

.why-commuters-section {
    padding: 80px 0;
    background: #F8F8F8;
}

.why-commuters-section .row {
    display: flex;
    align-items: center;
}

/* Image Column */
.why-commuters-section .img-col {
    padding-right: 40px;
}

.why-commuters-section .img-wrapper {
    position: relative;
}

.why-commuters-section .img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

/* Content Column */
.why-commuters-section .content-col {
    padding-left: 40px;
}

.why-commuters-section .content-wrapper {
    max-width: 520px;
}

.why-commuters-section .content-wrapper h2 {
    color: #1E1E1E !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px !important;
    line-height: 1.2;
    margin-bottom: 30px;
}

/* Benefits List */
.why-commuters-section .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.why-commuters-section .benefits-list li {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.why-commuters-section .benefits-list li::before {
    content: '•';
    color: #147F3B;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Orange CTA Divider */
.why-commuters-section .cta-divider.orange {
    width: 280px;
    max-width: 100%;
    height: 3px;
    background: linear-gradient(to right, #F4732B, #147F3B);
    margin-bottom: 15px;
}

/* Green Link */
.green-link {
    color: #147F3B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.green-link:hover {
    color: #0f5c2b;
    text-decoration: underline;
}

/* ========================================
   COMMON QUESTIONS FAQ SECTION
   ======================================== */

.common-questions-section {
    padding: 80px 0;
    background: #fff;
}

.common-questions-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.common-questions-section .section-header h2 {
    color: #1E1E1E !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px !important;
    line-height: 1.2;
    margin-bottom: 20px;
}

.common-questions-section .section-header p {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 8px;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #F8F8F8;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.faq-question:hover {
    background: #047DBA;
}

.faq-question:hover .question-text {
    color: #fff;
}

.faq-question:hover .faq-icon {
    color: #fff;
}

.faq-question .question-text {
    color: #147F3B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
    flex: 1;
    padding-right: 15px;
}

.faq-question .faq-icon {
    color: #147F3B;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.faq-question .icon-minus {
    display: none;
}

.faq-question .icon-plus {
    display: block;
}

/* Active/Expanded State */
.faq-item.active .faq-question {
    background: #F8F8F8;
    border-radius: 4px 4px 0 0;
}

.faq-item.active .faq-question .question-text {
    color: #147F3B;
}

.faq-item.active .faq-question .faq-icon {
    color: #147F3B;
}

.faq-item.active .faq-question .icon-minus {
    display: block;
}

.faq-item.active .faq-question .icon-plus {
    display: none;
}

/* FAQ Answer */
.faq-answer {
    display: none;
    background: #F8F8F8;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer-content {
    padding: 0 20px 20px 20px;
}

.faq-answer-content p, .faq-answer-content li {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
    line-height: 1.7;
    margin: 0;
}

/* FAQ Footer */
.faq-footer {
    text-align: center;
    margin-top: 50px;
}

.faq-footer p {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.help-center-link {
    color: #047DBA;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.help-center-link:hover {
    color: #035d8a;
}

/* ========================================
   DOWNLOAD APP SECTION
   ======================================== */

.download-app-section {
    padding: 80px 0;
    background: #F8F8F8;
}

.download-app-section .row {
    display: flex;
    align-items: center;
}

/* Image Column */
.download-app-section .img-col {
    padding-right: 40px;
}

.download-app-section .img-wrapper {
    position: relative;
}

.download-app-section .img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

/* Content Column */
.download-app-section .content-col {
    padding-left: 40px;
}

.download-app-section .content-wrapper {
    max-width: 520px;
}

.download-app-section .content-wrapper h2 {
    color: #1E1E1E !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px !important;
    line-height: 1.2;
    margin-bottom: 25px;
}

.download-app-section .content-wrapper p {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Reuse the orange gradient divider and green link from why-commuters section */

/*=======add home-css for page============*/
.navBlock {
    margin: auto;
    margin-top: -140px;
    position: relative;
    z-index: 9;
    padding: 40px 0px 0px;
    text-align: center;
}

.navBlock .navcol {
    width: 19%;
    padding: 40px 12px 10px;
    margin-bottom: 30px;
    background: #F8F8F8;
    margin: 5px;
    border-bottom: 4px solid #F4732B;
    position:relative;
}

.navBlock .navBlock_col {
    text-align: center;
}

.navBlock .navBlock_col h4, .navBlock .navBlock_col h2 {
  margin: 0;
  text-align: center;
  padding-bottom: 0px;
  font-size: 18px!important;
  text-transform: uppercase;
  font-family: arial !important;
  font-weight: bold;
  color: #1E1E1E!important;
}

.navBlock p {
    font-size: 15px;
    line-height: 24px;
}

.navblock_icon img {
    transform: scale(0.9);
}

.navblock_icon {
    min-height: 70px;
    margin-bottom: 20px;
}

.navcol:hover {
    background: #047DBA;
}

.navcol:hover h2,
.navcol:hover p {
    color: #fff!important;
}

.navcol:hover .navblock_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(8deg) brightness(105%) contrast(101%);
}

.main-wrap {
    padding: 90px 0px 90px;
}

.main-wrap h2 {
    color: #1E1E1E !important;
    font-size: 60px !important;
}

/* ========================================
   WHAT IS GOMONEYMILES SECTION - New Design
   ======================================== */

.what-is-section {
    padding: 80px 0;
    background: #fff;
}

.what-is-section .row {
    display: flex;
    align-items: center;
}

/* Image Column */
.what-is-section .img-col {
    padding-right: 40px;
}

.what-is-section .img-wrapper {
    position: relative;
}

.what-is-section .img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

/* Content Column */
.what-is-section .content-col {
    padding-left: 40px;
}

.what-is-section .content-wrapper {
    max-width: 520px;
}

.what-is-section .content-wrapper h2 {
    color: #1E1E1E !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 34px !important;
    line-height: 1.2;
    margin-bottom: 25px;
}

.what-is-section .content-wrapper p {
    color: #1E1E1E;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* CTA Divider Line */
.cta-divider {
    width: 100%;
    max-width: 280px;
    height: 3px;
    background: #047DBA;
    margin-bottom: 15px;
}

/* Blue Link Style */
.blue-link {
    color: #147F3B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.blue-link:hover {
    color: #035d8a;
    text-decoration: underline;
}

/* Keep existing grn-btn for backwards compatibility */
.grn-btn {
    color: #27823F;
    border-top: 4px solid #F4732B !important;
    padding-top: 4px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'arial';
    font-weight: bold;
    margin-top: 0px;
    display: inline-block;
}

.grn-btn a {
    padding: 2px 2px;
}

.grn-btn:hover {
    color: #047DBA;
    text-transform: uppercase;
    border-top: 4px solid #047DBA !important;
}

.gform_footer.top_label {
    align-items: center;
    display: block !important;
    text-align: center;
}

.gform_footer .gform_button {
    color: #27823F;
    border-top: 4px solid #F4732B !important;
    padding: 0px;
    text-transform: uppercase;
    font-size: 20px;
    background: none;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    font-family: 'arial';
    font-weight: bold;
}

.gform_footer .gform_button:hover {
    color: #047DBA;
    border-top: 3px solid #047DBA !important;
}

.grey {
    background: #F8F8F8;
}

.pgng-top {
    padding-top: 20px;
}

.odd .pgng-top {
    padding-left: 30px;
}

.even .pgng-top {
    padding-right: 30px;
}

.video-wrap {
    background: #047DBA;
    padding: 90px 0px 90px;
    text-align: center;
}

.video-wrap h2 {
    color: #fff !important;
    margin-bottom: 40px !important;
    font-size: 60px !important;
}

.video-wrap h3 {
    background: #fff;
    padding: 27px 15px;
    color: #1E1E1E;
    font-size: 20px;
    position: relative;
    top: -7px;
}

.wht-rd {
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-top: 4px solid #F4732B;
    text-transform: uppercase;
    padding: 5px 4px;
    margin-top: 20px;
    display: inline-block;
}

/*=======add footer-css for page============*/

/* ========================================
   NEW FOOTER DESIGN
   ======================================== */

.footer.footer-new {
    background: #2D3036;
    padding: 60px 0 30px;
}

.footer.footer-new .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer.footer-new .footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

/* Logo Column */
.footer.footer-new .foot_col_logo {
    flex: 0 0 auto;
    max-width: 200px;
}

.footer.footer-new .foot_logo {
    margin-bottom: 25px;
}

.footer.footer-new .foot_logo img {
    height: 80px;
    width: auto;
    display: block;
    margin-bottom: 8px;
}

.footer.footer-new .foot_logo .logo-text {
    color: #147F3B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: block;
}

/* Social Icons */
.footer.footer-new .foot_media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer.footer-new .foot_media ul li {
    margin: 0;
    padding: 0;
}

.footer.footer-new .foot_media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer.footer-new .foot_media ul li a img {
    max-height: 24px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.footer.footer-new .foot_media ul li a:hover img {
    filter: invert(55%) sepia(17%) saturate(5389%) hue-rotate(344deg) brightness(99%) contrast(92%);
}

/* Menu Columns */
.footer.footer-new .foot_col_menu {
    flex: 0 0 auto;
}

.footer.footer-new .foot_col_menu .foot_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer.footer-new .foot_col_menu .foot_menu li {
    margin-bottom: 18px;
}

.footer.footer-new .foot_col_menu .foot_menu li:last-child {
    margin-bottom: 0;
}

.footer.footer-new .foot_col_menu .foot_menu li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 0;
}

.footer.footer-new .foot_col_menu .foot_menu li a:hover {
    color: #F4732B;
}

/* Last Column with SBCTA Logo */
.footer.footer-new .foot_col_last {
    display: flex;
    flex-direction: column;
}

.footer.footer-new .foot_logo_second {
    margin-top: auto;
    padding-top: 20px;
}

.footer.footer-new .foot_logo_second img {
    max-width: 70px;
    height: auto;
}

/* Footer Bottom / Copyright */
.footer.footer-new .footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer.footer-new .footer-bottom p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.footer.footer-new .footer-bottom ul {
    display: none;
}

/* Legacy footer styles for backwards compatibility */
.footer:not(.footer-new) {
    background: #1E1E1E;
    padding: 50px 0px 15px 0px;
}

.footer:not(.footer-new) .footmenu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.footer li {
    list-style: none;
}

.footer:not(.footer-new) .foot_media ul {
    list-style: none;
    padding: 0px;
    display: flex;
}

.footer:not(.footer-new) .foot_media ul li {
    margin-right: 0px;
    margin-left: 0;
    padding-top: 20px;
}

.footer:not(.footer-new) .foot_media ul li a {
    padding: 0px 25px 0px 0px;
}

.footer:not(.footer-new) .foot_media ul li a img {
    max-height: 30px;
}

.footer:not(.footer-new) .foot_media ul li a img:hover {
    filter: invert(55%) sepia(17%) saturate(5389%) hue-rotate(344deg) brightness(99%) contrast(92%);
}

.footer:not(.footer-new) .footer-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.foot_logo {
    margin-bottom: 20px;
}

.footer-adress p {
    color: #fff;
    font-size: 14px;
}

.footer-adress p a {
    color: #fff;
}

.contact-btn a {
    color: #FFFFFF;
    font-family: 'AdelleSansW04';
    font-weight: bold;
}

.foot_col h5 {
    color: #FFFFFF;
    font-family: 'AdelleSansW04';
    font-weight: bold;
}

.footer:not(.footer-new) .foot_col .foot_menu {
    padding: 26px 0px 0px;
}

.foot_logo img {
    height: 73px;
}

.footer:not(.footer-new) .foot_col .foot_menu li a {
    color: #fff;
    font-size: 18px;
    font-family: arial;
    padding: 0px 0px 22px;
    display: block;
}

.footer:not(.footer-new) .foot_col .foot_menu li a:hover {
    color: #F4732B;
}

.footer:not(.footer-new) .footer-bottom ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    list-style: none;
}

.footer:not(.footer-new) .footer-bottom ul li {
    margin: 0px 15px;
    position: relative;
}

.footer:not(.footer-new) .footer-bottom ul li a {
    color: #fff;
    font-size: 14px;
}

.footer:not(.footer-new) .footer-bottom ul li a:hover {
    text-decoration: underline;
}

.footer:not(.footer-new) .footer-bottom ul li:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 5px;
}

.footer:not(.footer-new) .footer-bottom ul li:last-child::after {
    display: none;
}

.footer-bottom {
    padding-top: 0px;
}

.footer:not(.footer-new) .footer-bottom p {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'arial';
    font-weight: bold;
}

/*===============add-css==============*/


.mega-dropdown-menu {
    position: absolute;
    background: #FAFAFA;
    box-shadow: 0px 3px 6px #00000029;
    width: 1000px;
    padding: 30px;
    display: none;
    left: -50%;
}

.mega-dropdown-menu a {
    color: #2D3036;
}

.mega-dropdown-menu .row {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    margin: 0;
    grid-column-gap: 30px;
}

.mega-dropdown-menu .two_col .submenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.megamenu-item {
    position: static !important;
}

.mega_col>ul>li {
    margin-bottom: 10px;
}

.mega_col>ul>li>a {
    font-family: 'AdelleSansW04';
    font-weight: bold;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
}

.mega_col>ul>li ul {
    padding-top: 10px;
    padding-left: 0px;
}

.mega_col .submenu li a {
    font-size: 15px;
    color: #272727;
}

.mega_col .submenu li a:hover {
    text-decoration: underline;
}

.mega_col .submenu li {
    margin-bottom: 8px;
}

.navbar-nav>li:hover .mega-dropdown-menu {
    display: block;
}

.mega-dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 40%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.mega-dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 40%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.sc_close {
    display: none;
}

.main-wrap.er-pg {
    padding-top: 350px;
    padding-bottom: 140px;
}

.no-found-info {
    text-align: center;
}

.no-found-info .grn-btn {
    font-family: 'arial';
    font-weight: bold;
}

.no-found-info h2 {
    font-size: 200px;
    line-height: 145px;
    color: #000;
    margin-bottom: 40px;
}

.no-found-info h3 {
    font-size: 32px;
    margin-bottom: 50px;
    color: #000;
}

.page_title {
    padding-top:30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.search-results .page_title {
    margin-bottom:0px; 
}

.resultmain {
    padding: 35px 0px 35px 0px;
}

.darkblue {
    background: #047DBA;
}

.resull_filter {
    padding: 50px 0px 120px 0px;
} 

.gray {
    background: #FAFAFA;
}

.resull_filter .title {
    display: inline-block;
    margin-bottom: 0rem;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
}

.search_box .input-group {
    box-shadow: none;
    border: none;
}

.search_box .form-control {
    border: 0;
    box-shadow: none;
}

.search_box .btn {
    background: #F4732B;
    border-radius: 0px;
}

.search_box .btn:hover {
    background: #047DBA;
    border-radius: 0px;
}

.search_box .btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(122deg) brightness(103%) contrast(102%);
}


.filter_block {
    margin-top: 30px;
}

.filter_block .form-group {
    margin-bottom: 12px;
}

.filterBlocks {
    padding-left: 5px;
}

.title-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-sort h2 {
    color: #1E1E1E;
}

.result_row {
    background: #F8F8F8;
    margin-bottom: 17px;
    box-shadow: 0px 2px 4px #00000029;
    border: none;
    border: 1px solid #F8F8F8;
}

.re_category {
    background: #047DBA;

    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'arial';
    font-weight: bold;
}

.result_row .rsltBody {
    padding: 30px 40px 20px 40px;
}

.result_row:hover {
    border: 1px solid #047DBA;
    outline: 1px solid #047DBA;
}

.result_row:hover .re_category {
    background: #27823F;
    color: #fff;

}

.main_search_content {
    display: flex;
    justify-content: center;
}

.main_search_content h2 {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 13px;
    color: #ffffff !important;
    font-weight: normal !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 24px !important;
}

.main_search_content .search_box {
    max-width: 100%;
}

.main_search_content .form-control {
    min-width: 400px;
}
.search_box .form-control {
    box-shadow: none;
    border: none;
    border-radius: 0px;
}
#skip-link {
    display: none;
  }
  .navbar-toggler {display:none !important}
#navbarResponsive {
  display: none !important;
}
#menu-footer-menu-3 {
    display: none;
  }