#small-arrow-to-bottom {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

#small-arrow-to-bottom .badge {
	position: absolute;
	top: -3px;
	right: -4px;
}


.open-arrow-to-bottom {
	height: 50px;
	width: 50px;
	display: block;
	background: #000;
	padding: 12px 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}

.open-arrow-to-bottom:hover {
	color: white;
	background: #323232;
}
body.landing-page, .landing-page .navbar-default .nav li a {
    color: #000000 !important;
    font-family: Montserrat, sans-serif !important;
}
/* Navigation */
.landing-page .navbar {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 0;
    min-height: 70px;
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 200;
}

.landing-page .navbar-brand {
    font-weight: bold;
    font-size: 24px;
}

.landing-page .nav-link {
    font-weight: 500;
}

.landing-page .navbar .container {
    margin-top: 9px;
}

.landing-page .left-menu {
    margin-left: 50px;
}

/* Hero Section */
.landing-page .hero {
    background: url('https://au-utilihub.s3.ap-southeast-2.amazonaws.com/compareandswitch/header_1.svg') no-repeat;
    background-size: cover;
    color: white;
    padding: 80px 0;
    max-height: 500px;
    background-position: 90% 50%;
}

.landing-page .hero.compare_page {
    background: url('https://au-utilihub.s3.ap-southeast-2.amazonaws.com/compareandswitch/header_2.svg') no-repeat;
    background-size: cover;
    background-position: 90% 50%;
}

.landing-page .hero.tips_tricks_page {
    background: url('https://au-utilihub.s3.ap-southeast-2.amazonaws.com/compareandswitch/header_3.svg') no-repeat;
    background-size: cover;
    background-position: 90% 50%;
}

.landing-page .hero.pages {
	/*    background: url('../img/blue_bg.png') no-repeat;
		background-size: cover;*/
    background-image: none;
}

.landing-page .hero h1 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 20px;
}

.landing-page .hero p {
    font-size: 20px;
    margin-bottom: 30px;
}

/* Footer */
.landing-page footer {
	/*    background: url('../img/footer_bg.png') no-repeat;
		background-size: cover;*/
    color: #000000;
    padding: 60px 0 30px;
}

.landing-page .footer-column h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.landing-page .footer-column ul {
    list-style: none;
    padding: 0;
}

.landing-page .footer-column ul li {
    margin-bottom: 10px;
}

.landing-page .footer-column ul li a {
    color: white;
}

.landing-page .social-icons {
    font-size: 24px;
}

.landing-page .social-icons a {
	/* color: white;
	margin-right: 15px;*/
	background-color: #000000;
	padding: 7px;
	border-radius: 5px;
}

.landing-page .copyright {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.landing-page .footer-bottom .social-icons {
    color: white;
    margin-left: 15px;
    font-size: 20px;
}

.landing-page  .features {
    margin-top: 0px !important;
}

.landing-page .feature1 img, .landing-page .feature2 img {
    max-width: 100%;
    vertical-align: top;
}

.landing-page .divider_image {
    background: url('../img/divider_image.png') no-repeat;
    background-size: cover;
    min-height: 318px;
    background-position: 50% 50%;
}
@media (max-width: 768px) {
    .landing-page .divider_image {
        background-size: contain;
        min-height: 200px;
    }

    .landing-page .left-menu {
        margin-left: 0px;
    }
}

.landing-page .yellow-container {
    background: #FF9000;
    min-height: 470px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.landing-page .yellow_icon_p {
	text-align: center;
}

.landing-page .yello-container-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
}

.landing-page .yellow-container ul {
    color: #ffffff;
    font-size: 16px;
    margin-left: -10px;
}

.landing-page .privider_image_container {
    width: 177px;
    height: 144px;
    border: 1px solid #efefef;
    text-align: center;
    text-shadow: 1px;
    box-shadow: 5px 5px 5px #efefef;
    border-radius: 10px;
    padding: 10px;
}

.landing-page .primary_color_text, .landing-page .features small {
    /*color: #003C70 !important;*/
}

/***********/
.image-column img {
	width: 100%;
	height: auto;
	max-width: 555px;
}

.image-column img.howitworks {
	max-width: 500px;
}

.text-column {
	display: flex;
	align-items: center;
	min-height: 555px;
	text-align: right;
}
.text-column.howitworks {
	min-height: 500px;
	text-align: left;
}

.text-content {
	width: 100%;
}


.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}

/* Adjustments for small screens */
@media (max-width: 767px) {
	.text-column {
        min-height: auto;
        padding: 20px 20px;
        text-align: center;
	}

	.image-column {
        text-align: center;
        padding-bottom: 20px;
	}

	.image-column img {
        max-width: 400px;
        height: auto;
	}
	.text-content {
        text-align: left !important;
	}

	.landing-page .hero {
        box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
	}

	.image-column img.howitworks {
        max-width: 200px;
	}

	.landing-page h1 {
		font-size: 25px !important;
	}
	.subheading-p {
		font-size: 20px !important;
	}

	.landing-page .card.home {
		padding:1px !important;
	}
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
}
/***********/

.landing-page .image-list {
    text-align: center;
}

.landing-page .image-box {
    border: 1px solid #efefef;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    width: 177px;
    height: 144px;
    vertical-align: top; /* optional: keeps rows aligned better */
    box-shadow: 5px 5px 5px #efefef;
    padding-top: 20px;
}

.landing-page .image-box img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}


/* Card */

.landing-page .card-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.landing-page .card-col {
	padding: 15px;
	flex: 1 0 90%; /* Default: full width on mobile */
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width: 768px) {
    .landing-page .card-col {
		flex: 1 0 33.33%;
		padding: 25px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.landing-page .text-column.howitworks {
		min-height: 700px;
	}
}

.landing-page .card {
	/*      border: 1px solid #FF9000;*/
	border-radius: 20px;
	padding: 20px;
	/*      background-color: #FF9000;*/
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #000000;
	font-size: 16px;
}

.landing-page .card h3 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.landing-page .card ul {
	padding-left: 20px;
	margin-top: 10px;
}

.landing-page .hero h1.big_h1 {
	font-size: 96px;
}

.landing-page ul {
	font-size: 16px !important;
}

.landing-page .manual-address-link {
	margin-left: 3px;
}

.landing-page .image-column.howitworks {
	/*        background: url('../img/howitworks1.png') no-repeat;
		 background-size: cover;
		 color: white;
		 padding: 80px 0;
		 background-size: 100%;*/
}

.landing-page .pages-title {
	margin-top: 80px !important;
	padding-top: 50px;
	padding-bottom: 50px;
}

.landing-page .faq p, .landing-page .disclaimer p, .landing-page .faq ol, .landing-page .faq ul {
	color: gray !important;
}

.landing-page .text-content h1 {
    color: #000000 !important;
}

.landing-page .text-content p:not(.theme_primary_color_text), .landing-page .text-content ul {
    color: gray !important;
}

.landing-page .text-content p.black_color {
	color: #000000 !important;
}

.landing-page .page_content
{
    min-height: 70%;
    min-height: -webkit-calc(100% - 450px);
    min-height: -moz-calc(100% - 450px);
    min-height: calc(100% - 450px);
}

.comparenow-btn, .landing-page .next-button {
    font-size: 18px !important;
}


.image-scroll-horizontal {
	display: flex;
	flex-direction: row;       /* Horizontal layout */
	overflow-x: auto;          /* Enable horizontal scrolling */
	-webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
	gap: 10px;                 /* Optional: space between images */
	padding: 10px;
	max-width: 100%;           /* Prevent overflow from container */
	scroll-snap-type: x mandatory; /* Optional: snap effect */
}

.image-scroll-horizontal .image-box {
	flex-shrink: 0;            /* Prevent images from shrinking */
	width: 200px;              /* Set a fixed width or use responsive units */
	height: auto;
	border-radius: 8px;        /* Optional: rounded corners */
	scroll-snap-align: start;  /* Optional: align snapping */
}

.image-scroll-horizontal::-webkit-scrollbar {
	display: none;
}
.image-scroll-horizontal {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;     /* Firefox */
}

.landing-page .dotted_hr {
    display: none;
}
.black_color {
	color: #000000 !important;
}

.gray_color {
	color: gray !important;
}

.faq h2 {
	font-weight: 500 !important;
}

.landing-page .navbar.non-static {
	position: relative !important;
}

.landing-page .faq.suburb_page p, .landing-page .faq.suburb_page ol, .landing-page .faq.suburb_page ul {
	color: inherit !important;
}

.tips_tricks .card-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 220px)); /* thinner cards */
	gap: 60px; /* increased gap */
	justify-content: center; /* center cards if extra space */
}

.tips_tricks .card {
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
}

.tips_tricks  .card p {
	flex-grow: 1;
}

/* Tablet: keep single row if possible */
@media (max-width: 900px) {
	.tips_tricks .card-container {
		grid-template-columns: repeat(3, minmax(160px, 1fr));
	}
}

/* Mobile: wrap to multiple rows */
@media (max-width: 600px) {
	.tips_tricks .card-container {
		grid-template-columns: 1fr; /* stack on small screens */
	}
}