/*------------------ Breadcrumb styling --------------------*/
.breadcrumbs
{
	background: linear-gradient(rgba(150, 60, 221, 0.1), rgba(51, 153, 255, 0.9)), url('../img/auto-insurance.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.breadcrumb-container
{
	height: 34vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 1.5rem;
	gap: 1.5rem;
}

.breadcrumb-container .hero-heading
{
	font-size: 3rem;
}

.breadcrumb-container .hero-benefits
{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 600px;
	margin-top: 1rem;
}

.breadcrumb-container .hero-benefit-item
{
	display: flex;
	align-items: center;
	gap: 0.8rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #ffffff;
	padding: 0.8rem 1rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}

.breadcrumb-container .hero-benefit-item:hover
{
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateX(5px);
}

.breadcrumb-container .hero-benefit-item ion-icon
{
	font-size: 1.5rem;
	flex-shrink: 0;
	color: var(--yellow-color);
}
.breadcrumb-container .hero-benefit-text
{
	display: block;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	color: #ff4a4a;
	text-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
	padding-right: 0.5rem;
}

.motor-page .breadcrumb-container .hero-benefit-text
{
	color: #ffffff;
}

.medical-page .breadcrumb-container .hero-benefit-text,
.school-page .breadcrumb-container .hero-benefit-text,
.pension-page .breadcrumb-container .hero-benefit-text
{
	color: #ffffff;
}

.medical-pricing
{
	padding: 40px 20px;
	background: linear-gradient(135deg, #3399ff 0%, #2980b9 100%);
	color: #ffffff;
	text-align: center;
}

.medical-pricing-inner
{
	max-width: 640px;
	margin: 0 auto;
}

.medical-pricing .highlight-description
{
	margin-bottom: 1.5rem;
	color: rgba(255, 255, 255, 0.9);
}

.medical-pricing-actions
{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.medical-pricing-price
{
	font-size: 2.5rem;
	font-weight: 700;
	color: #fcb900;
}

.medical-pricing-actions .cta-button
{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #000;
	border: none;
	cursor: pointer;
}

.medical-pricing-actions .cta-button ion-icon
{
	font-size: 1.2rem;
}

.medical-pricing-actions .cta-button .cta-text
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	line-height: 1.2;
	text-align: left;
}

.medical-pricing-actions .cta-button .cta-number
{
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

@media (min-width: 768px)
{
	.medical-pricing-actions
	{
		flex-direction: row;
		justify-content: center;
	}
}

.pricing-highlights
{
	background: linear-gradient(180deg, #1f6ed8, #0c3f7f);
	color: #fff;
	padding: 3rem 1.5rem 3.5rem;
	text-align: center;
}

.pricing-highlights .pricing-grid
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	max-width: 1100px;
	margin: 0 auto;
}

.pricing-card
{
	flex: 1 1 260px;
	min-width: 260px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	padding: 2rem 1.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.pricing-card .pricing-label
{
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
}

.pricing-card .amount-highlight
{
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	padding: 0.6rem 1.25rem;
	border-radius: 999px;
	background: #ffc107;
	color: #1a1a1a;
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.pricing-card .pricing-frequency
{
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
}

.pricing-card .pricing-detail
{
	margin-top: 0.75rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	line-height: 1.4;
}

@media (max-width: 768px)
{
	.pricing-card
	{
		padding: 1.5rem;
	}
	.pricing-card .pricing-label
	{
		letter-spacing: 0.2em;
	}
}

/*-------------------- Life Pricing Section --------------------*/
.life-pricing
{
	background: linear-gradient(180deg, #0f62c1, #06295f);
	color: #fff;
	padding: 4rem 0;
}
.life-pricing-heading
{
	text-align: center;
	margin-bottom: 2.5rem;
}
.life-pricing-heading .heading
{
	font-size: 2.5rem;
	margin: 0.4rem 0;
}
.life-pricing-grid
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 360px));
	gap: 1.5rem;
	justify-content: center;
}
.life-pricing-card
{
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 20px;
	padding: 1.75rem;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}
.life-pricing-label
{
	margin: 0;
	font-size: 0.85rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}
.life-pricing-amount
{
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
}
.life-pricing-card .amount-highlight
{
	background: #ffd953;
	color: #061a3f;
	font-size: 1.5rem;
	padding: 0.4rem 1rem;
}
.life-pricing-card .pricing-frequency
{
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}
.life-pricing-detail
{
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px)
{
	.life-pricing
	{
		padding: 3rem 1rem;
	}
	.life-pricing-grid
	{
		grid-template-columns: 1fr;
	}
}

/*------------------ Breadcrumb styling --------------------*/


/*------------------ Insurance description --------------------*/
.insurance-features
{
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 1rem 1.7rem 1rem 0;
}

.insurance-features ion-icon
{
	color: var(--yellow-color);
}

.desc-content .para-line
{
	margin: 1rem 0;
}

.desc-img-content
{
	margin: 2rem 0;
}

.insurance-detail-img
{
	border: none;
	border-radius: 6px;
}
/*------------------ Insurance description --------------------*/



/*--------------------- Plocies description ---------------------*/
.single-policy
{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 1.6rem 0;
}

.single-policy ion-icon
{
	color: var(--yellow-color);
	font-size: 2rem;
	display: inline-block;
}
.micro-pricing-highlight
{
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}
.micro-pricing-card
{
	background: linear-gradient(135deg, rgba(51, 153, 255, 0.9), rgba(11, 77, 148, 0.95));
	border-radius: 18px;
	padding: 1.75rem;
	width: 100%;
	max-width: 640px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 20px 40px rgba(4, 20, 60, 0.35);
	display: flex;
	gap: 1.5rem;
	align-items: center;
	flex-wrap: wrap;
}
.micro-card-icon
{
	width: 60px;
	height: 60px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.micro-card-icon ion-icon
{
	color: #ffffff;
	font-size: 1.5rem;
}
.micro-card-content h3
{
	margin: 0 0 0.25rem 0;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 600;
}
.micro-card-content p
{
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
}
/*--------------------- Plocies description ---------------------*/




/*------------------------- Agent CTA ----------------------------*/
.agent-cta
{
	background: linear-gradient(rgba(51, 153, 255, 0.9), rgba(51, 153, 255, 0.9)), url("../img/hero-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.agents
{
	margin: 1.5rem 0;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.agent .para-line
{
	font-weight: bold;
	text-transform: uppercase;
}

.agent hr
{
	color: var(--yellow-color);
	height: 2px;
	margin: 1rem 0;
}

.agent .agent-name, .agent .agent-email
{
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
/*------------------------- Agent CTA ----------------------------*/



/*---------------------------- Insurance pack -------------------------*/
.ins-pack-row
{
	margin: 1.6rem 0;
}

.ins-pack-name
{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.1;
}

.ins-pack-price
{
	margin-top: 1rem;
	font-weight: 600;
}

.pack-cta
{
	border: none;
	background: none;
}

.pack-cta a
{
	margin: 1.5rem 0;
	color: var(--blue-color);
	font-size: 1.1rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.insurance-packs .container hr
{
	color: #ffffff3d;
	height: 1px;
}
/*---------------------------- Insurance pack -------------------------*/


/*---------------------------- Quotation ------------------------------*/
.quot-img-col
{
	background: url(../img/additional-service-1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.spacer
{
	height: 500px;
}
/*---------------------------- Quotation ------------------------------*/


/*----------------------------- Dark Mode ------------------------------*/
[data-theme="dark"] .description {
    background: var(--bg-color) !important;
}

[data-theme="dark"] .desc-content .heading {
    color: var(--heading-color);
}

[data-theme="dark"] .desc-content .para-line {
    color: var(--text-color);
}

[data-theme="dark"] .single-policy {
    background: var(--card-bg);
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

[data-theme="dark"] .single-policy .para-line {
    color: var(--text-color);
}

[data-theme="dark"] .agent-cta {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/hero-bg.jpg");
}

[data-theme="dark"] .ins-pack-name {
    color: var(--heading-color);
}

[data-theme="dark"] .ins-pack-price {
    color: var(--text-color);
}

[data-theme="dark"] .lead-form {
    background-color: var(--card-bg);
}

[data-theme="dark"] .quoatation {
    background-color: var(--bg-color);
}
/*----------------------------- Dark Mode ------------------------------*/

.info-box {
    background-color: #e8f4f8;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #3399ff;
    margin-bottom: 2rem;
}

[data-theme="dark"] .info-box {
    background-color: rgba(51, 153, 255, 0.1);
}




/*---------------------------------------------------------------*/
/*-------------------- Mobile screen styling (< 768px) ---------*/
/*---------------------------------------------------------------*/
@media screen and (max-width: 767px)
{
	/*----------- Breadcrumb styling ----------*/
	.breadcrumb-container 
	{
		height: 35vh;
		padding: 1rem;
		gap: 1rem;
	}

	.breadcrumb-container .hero-heading
	{
		font-size: 1.8rem;
	}

	.breadcrumb-container .hero-benefits
	{
		gap: 0.7rem;
		margin-top: 0.5rem;
		max-width: 100%;
	}

	.breadcrumb-container .hero-benefit-item
	{
		font-size: 0.8rem;
		padding: 0.6rem 0.8rem;
		gap: 0.6rem;
	}

	.breadcrumb-container .hero-benefit-item ion-icon
	{
		font-size: 1.2rem;
	}

	/*----------- description styling --------------*/
	.description
	{
		background: transparent;
	}

	.description .container .row
	{
		flex-direction: column;
		gap: 1.5rem;
	}

	.desc-content
	{
		width: 100% !important;
	}

	.insurance-features
	{
		font-size: 0.8rem;
		margin: 0.8rem 1rem 0.8rem 0;
	}

	.insurance-detail-img
	{
		max-width: 100%;
		height: auto;
	}

	/*---------------- policy styling --------------------*/
	.policies
	{
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
	}

	.single-policy
	{
		flex-direction: column;
		gap: 1rem;
		margin: 1.2rem 0;
	}

	.single-policy ion-icon
	{
		font-size: 1.6rem;
		display: inline-block;
	}

	/*----------------- Agents styling --------------------*/
	.agents
	{
		flex-direction: column;
		gap: 1.5rem;
	}

	.agent
	{
		margin: 1rem 0;
	}

	.agent .para-line
	{
		font-size: 0.85rem;
	}

	.agent .agent-name, .agent .agent-email
	{
		font-size: 0.9rem;
	}

	/*----------------- Insurance pack ------------------------*/
	.ins-pack-row
	{
		flex-direction: column;
		align-items: stretch;
		margin: 1.2rem 0;
	}

	.ins-pack-name
	{
		font-size: 1.3rem;
	}

	.pack-cta a
	{
		font-size: 0.95rem;
	}

	/*----------------------- Quotation ----------------------*/
	.quoatation
	{
		background: transparent;
		padding: 1.5rem 0;
	}

	.spacer
	{
		display: none;
	}

	.quot-img-col
	{
		display: none;
	}
	/*----------------------- Quotation ----------------------*/
}

/*---------------------------------------------------------------*/
/*-------------------- Tablet screen styling (768px - 1024px) --*/
/*---------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px)
{
	/*----------- Breadcrumb styling ----------*/
	.breadcrumb-container 
	{
		height: 45vh;
		gap: 1.2rem;
	}

	.breadcrumb-container .hero-heading
	{
		font-size: 2.2rem;
	}

	.breadcrumb-container .hero-benefits
	{
		gap: 0.8rem;
		margin-top: 0.8rem;
	}

	.breadcrumb-container .hero-benefit-item
	{
		font-size: 0.9rem;
		padding: 0.7rem 0.9rem;
		gap: 0.7rem;
	}

	.breadcrumb-container .hero-benefit-item ion-icon
	{
		font-size: 1.3rem;
	}

	/*----------- description styling --------------*/
	.description
	{
		background-image: linear-gradient(
		  155deg,
		  hsl(215deg 100% 98%) 0%,
		  hsl(215deg 100% 98%) 30%,
		  hsl(215deg 100% 98%) 38%,
		  hsl(215deg 100% 98%) 43%,
		  hsl(215deg 100% 98%) 47%,
		  hsl(215deg 100% 98%) 48%,
		  hsl(215deg 100% 98%) 50%,
		  hsl(215deg 100% 98%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 51%,
		  hsl(215deg 100% 100%) 53%,
		  hsl(215deg 100% 100%) 55%,
		  hsl(215deg 100% 100%) 60%,
		  hsl(215deg 100% 100%) 68%,
		  hsl(0deg 0% 100%) 96%
		);
	}

	.description .container .row
	{
		flex-direction: row;
		gap: 2rem;
	}

	.desc-content
	{
		width: 100% !important;
	}

	.insurance-features
	{
		font-size: 0.85rem;
	}

	/*---------------- policy styling --------------------*/
	.policies
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.5rem;
	}

	.single-policy
	{
		flex-direction: column;
		gap: 1rem;
	}

	.single-policy ion-icon
	{
		font-size: 1.8rem;
		display: inline-block;
	}

	/*----------------- Agents styling --------------------*/
	.agents
	{
		flex-direction: column;
		gap: 2rem;
	}

	/*----------------- Insurance pack ------------------------*/
	.ins-pack-row
	{
		align-items: center;
		flex-direction: column;
	}

	.insurance-features
	{
		margin-top: 0;
	}

	/*----------------------- Quotation ----------------------*/
	.quoatation
	{
		background: #f3f8ff;
	}

	.spacer
	{
		height: 300px;
	}
	/*----------------------- Quotation ----------------------*/
}

/*---------------------------------------------------------------*/
/*-------------------- Desktop screen styling (1025px+) --------*/
/*---------------------------------------------------------------*/
@media screen and (min-width: 1025px)
{
	/*----------- Breadcrumb styling ----------*/
	.breadcrumb-container 
	{
		height: 50vh;
	}


	/*----------- description styling --------------*/
	.description
	{
		background-image: linear-gradient(
		  155deg,
		  hsl(215deg 100% 98%) 0%,
		  hsl(215deg 100% 98%) 30%,
		  hsl(215deg 100% 98%) 38%,
		  hsl(215deg 100% 98%) 43%,
		  hsl(215deg 100% 98%) 47%,
		  hsl(215deg 100% 98%) 48%,
		  hsl(215deg 100% 98%) 50%,
		  hsl(215deg 100% 98%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 50%,
		  hsl(215deg 100% 99%) 51%,
		  hsl(215deg 100% 100%) 53%,
		  hsl(215deg 100% 100%) 55%,
		  hsl(215deg 100% 100%) 60%,
		  hsl(215deg 100% 100%) 68%,
		  hsl(0deg 0% 100%) 96%
		);
	}

	.description .container .row
	{
		gap: 4rem;
	}

	.desc-content
	{
		width: 150% !important;
	}

	.insurance-features
	{
		font-size: 0.9rem;
	}


	/*---------------- policy styling --------------------*/
	.policies
	{
		display: grid;
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2rem;
	}

	.single-policy
	{
		flex-direction: row;
	}


	/*----------------- Agents styling --------------------*/
	.agents
	{
		flex-direction: row;
		gap: 4rem;
	}


	/*----------------- Insurance pack ------------------------*/
	.ins-pack-row
	{
		align-items: flex-start;
	}

	.insurance-features
	{
		margin-top: 0;
	}


	/*----------------------- Quotation ----------------------*/
	.quoatation
	{
		background: #f3f8ff;
	}
	/*----------------------- Quotation ----------------------*/
}

/* Dark Mode Overrides */
[data-theme="dark"] .description {
    background-image: none !important;
    background-color: var(--bg-color);
}

[data-theme="dark"] .quoatation {
    background: var(--bg-color) !important;
}