﻿:root {
	--preview-height: 38px;
	--primary-color: #08155c;
	--secondary-color: #bad6eb;
}

html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
	box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn:focus,
.btn:active:focus,
.btn:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* Define the hover color for input fields */
input:focus {
	border-color: var(--primary-color) !important;
	box-shadow: none !important;
}

.form-check-input:checked {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.btn-org-primary-outline {
	color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.btn-org-primary {
	color: white !important;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.btn-org-primary:hover {
	color: white;
}

.spinner {
	width: 6rem;
	height: 6rem;
	border-width: 0.5rem;
	color: #3B71CA;
}

.text-size {
	font-size: 16px !important;
}

.text-primary {
	color: var(--primary-color) !important;
}

@media only screen and (max-width: 500px) {
	.dtc-frame {
		width: 100%;
		max-width: 100%;
	}

	iframe {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.responsive-text-size {
		font-size: 1.100rem;
	}
}

@media screen and (orientation: landscape) {
	.row > .col-md-6:first-child {
		border-right: 2px solid #eee;
	}

	.row > .col-md-6:last-child {
		border-right: none;
	}
}

.preview-banner {
	background: linear-gradient(90deg, #111, #333);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	text-align: center;
	font-weight: 600;
	font-size: 0.9rem;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.navbar .nav-link:hover {
	text-decoration: underline;
	color: white;
}

.btn-primary {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}

.dtc-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	background-color: var(--primary-color) !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.dtc-navbar.with-preview {
	top: 39px;
}

.navbar-dark .navbar-nav .nav-link {
	color: white !important;
}

.dtc-brand {
	display: flex;
	align-items: center;
	gap: 40px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.dtc-logo-wrap {
	height: 70px;
	width: 80px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dtc-logo {
	height: 60px;
	width: auto;
	max-width: 120px;
	object-fit: contain;
}

.dtc-agency-title {
	font-size: 1.9rem;
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 460px;
	line-height: 1.2;
}

.dtc-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dtc-nav-link {
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	padding: 6px 10px;
	white-space: nowrap;
	display: inline-block;
}

.dtc-nav-link:hover {
	text-decoration: underline;
	color: #ffffff;
}

.dtc-nav-item {
	margin: 0 4px;
}

.dtc-contact-block {
	margin-bottom: 20px;
}

.dtc-label {
	font-size: 1rem;
	color: black;
	margin-bottom: 5px;
}

.dtc-text {
	font-size: 1.2rem;
	font-weight: 500;
	color: #212529;
	word-break: break-word;
}

.dtc-divider {
	height: 4px;
	background-color: var(--secondary-color) !important;
	border-radius: 5px;
	margin: 12px 0;
}

.dtc-email-link {
	color: #4f46e5;
	text-decoration: underline;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.dtc-social-icons {
	display: flex;
	gap: 10px;
}

.dtc-social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--primary-color) !important;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
	text-decoration: none;
}
	.dtc-social-icons a:hover {
		opacity: 0.85;
	}
.dtc-about-text {
	font-size: 1.1rem;
	text-align: justify;
	line-height: 1.7;
	color: black;
	margin-top: 10px;
}

.dtc-section-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.secondary-card {
	background-color: #4b5563;
	color: #fff;
	border-radius: 10px;
	width: 75%;
}

.secondary-card h5 {
	font-weight: 600;
}

.secondary-card ul {
	padding-left: 18px;
}

.secondary-card li {
	margin-bottom: 6px;
	font-size: 14px;
}

.dtc-quote-wrapper {
	width: 100%;
	max-width: 500px;
	padding-bottom: 15px;
}

.dtc-quote-widget {
	border-radius: 12px;
	padding: 16px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.04);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 6px 14px rgba(0, 0, 0, 0.08);
}

#dtcQuoteContainer {
	width: 100%;
	position: relative;
}

.page-wrapper {
	padding-top: 80px;
}

.page-wrapper.preview-mode {
	padding-top: 120px;
}

#why-term,
#how-it-works,
#contact-section {
	scroll-margin-top: 160px;
}

#dtc-website-about-section {
	scroll-margin-top: 120px;
}

.section-info {
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.06), 0 3px 10px rgba(0, 0, 0, 0.10);
}

.info-card {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
	max-width: 30rem;
	width: 100%;
	height: 190px;
}

.section-heading-wrapper {
	max-width: 30rem;
	width: 100%;
}

.contact-form-card {
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	border-radius: 10px;
}

.form-input-styled {
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	border-radius: 10px;
}

.form-textarea-styled {
	height: 120px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 6px 12px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}

@media (max-width: 767px) {

	.dtc-brand {
		gap: 10px;
	}

	.dtc-logo {
		height: 45px;
	}

	.dtc-logo-wrap {
		width: 55px;
		height: 55px;
	}

	.dtc-agency-title {
		font-size: 1.1rem;
		max-width: 160px;
	}

	.dtc-navbar {
		padding: 8px 10px;
	}

	.dtc-text {
		font-size: 0.95rem;
	}

	.secondary-card {
		width: 100% !important;
	}

	.container-fluid {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.row > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dtc-section-title.fs-1 {
		font-size: 1.6rem !important;
		text-align: center;
	}

	.dtc-divider {
		margin-left: auto;
		margin-right: auto;
	}

	.dtc-quote-wrapper,
	.dtc-quote-widget {
		width: 100%;
		max-width: 100%;
	}

	.info-card {
		max-width: 100%;
		height: auto;
		padding: 10px;
	}

	.info-card h5 {
		font-size: 1.1rem;
	}

	.info-card b {
		font-size: 0.9rem;
	}

	#contact-section .col-lg-3,
	#contact-section .col-lg-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#contact-section .offset-lg-1 {
		margin-left: 0 !important;
	}

	.contact-form-card {
		margin: 20px 10px !important;
	}

	form .row {
		flex-direction: column;
	}

	form .col {
		width: 100%;
	}

	input.form-control,
	textarea.form-control {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	.secondary-card {
		width: 100%;
	}

	.dtc-section-title.fs-1 {
		font-size: 2rem;
	}

	.dtc-quote-wrapper {
		max-width: 420px;
		width: 100%;
	}

	.dtc-quote-widget {
		width: 100%;
	}

	.info-card {
		height: auto;
	}
}

@media (max-width: 991px) {
	.navbar-collapse {
		text-align: right;
	}

	.navbar-nav {
		align-items: flex-end !important;
		width: 100%;
	}

	.dtc-nav-item {
		width: 100%;
	}

	.dtc-nav-link {
		display: block;
		width: 100%;
		text-align: right;
	}
}
.progress-bar {
	background-color: var(--primary-color) !important;
}

.reflexive-spacing > div > div:nth-child(2) {
	padding: 1.5em;
}

.reflexive-spacing > div > div:nth-child(2) > div:not(first-child) {
	margin-top: 2em;
}

.dtc-wrapper {
	--primary-color: #005cff;
}

/* Progress */
.dtc-progress-bar {
	background-color: var(--primary-color);
}

/* Icon */
.dtc-icon {
	font-size: 5rem;
}

/* Quote Card */
.quote-card {
	border: 1px solid var(--primary-color);
	border-radius: 1em;
	padding: 1.5rem;
	max-width: 360px;
	width: 100%;
}

/* Label */
.quote-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	background-color: #005cff;
	color: #fff;
	font-weight: bold;
	padding: 0.25rem;
	border-top-left-radius: 1em;
	border-bottom-right-radius: 1em;
	text-align: center;
}

/* Layout */
.quote-logo {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

	.quote-logo img {
		height: 40px;
		max-width: 100%;
		object-fit: contain;
	}

.quote-price {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.quote-empty {
	width: 25%;
}

/* Price */
.price {
	font-size: 1.75rem;
	font-weight: bold;
}

.per-month {
	font-size: 1.1rem;
	font-weight: bold;
}

.template1-about-section-header {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto 1fr;
	column-gap: 2rem;
	grid-template-areas:
		"title  image"
		"desc   image";
}

.template1-about-section-title {
	grid-area: title;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.2;
}

.template1-about-section-img {
	grid-area: image;
	max-width: 300px;
	height: auto;
	align-self: start;
}

.template1-about-section-description {
	grid-area: desc;
	align-self: start;
	margin-top: 0.5rem !important;
	padding-top: 0 !important;
}

.template1-about-section-divider {
    width: 22%;
}

@media (max-width: 991px) {
    .template1-about-section-header {
        display: flex;
        flex-direction: column;
    }

    .template1-about-section-title {
        order: 0;
    }

    .template1-about-section-img {
        order: 1;
        max-width: 100%;
        margin-top: 1rem;
    }

    .template1-about-section-description {
        order: 2;
    }
}

.template2-content-column {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

@media (max-width: 991px) {
	.template2-content-column {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
}