/*****************************************************************
    TechOne site polish — typography, UX, and visual refinements
*****************************************************************/

html {
	scroll-behavior: smooth !important;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #4a4a4a;
	-webkit-font-smoothing: antialiased;
}

::selection {
	background: #7b68ee;
	color: #fff;
}

/* Hero */
@media only screen and (min-width: 992px) {
	.home-section .main-banner-content {
		padding-top: 180px !important;
	}
}

.home-section::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 55%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, transparent 40%, rgba(0, 0, 0, 0.08) 100%);
	pointer-events: none;
	z-index: 0;
}

.home-section .d-table {
	position: relative;
	z-index: 1;
	width: 100%;
}

.hero-badge {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50px;
	padding: 8px 18px;
	margin-bottom: 18px;
	backdrop-filter: blur(6px);
}

.main-banner-content h1 {
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
	line-height: 1.15;
}

.main-banner-content p {
	line-height: 1.75;
	max-width: 540px;
	opacity: 0.95;
}

.main-banner-content .banner-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.main-banner-content .banner-btn .default-btn-one:first-child {
	background-color: #fff;
	color: #370b6f;
}

.main-banner-content .banner-btn .default-btn-one:first-child:hover {
	color: #7b68ee;
}

/* Section headings */
.section-title h2,
.partner-title h2 {
	position: relative;
	padding-bottom: 14px;
}

.section-title h2::after,
.partner-title h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	border-radius: 4px;
	background: linear-gradient(90deg, #7b68ee, #2dbcdc);
}

/* Cards & items */
.single-services-item {
	border-radius: 12px;
	border: 1px solid #eee;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.single-services-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(123, 104, 238, 0.12);
	border-color: rgba(123, 104, 238, 0.25);
}

.portfolio-item {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.partner-list .partner-item a img {
	filter: grayscale(100%);
	opacity: 0.7;
	transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.partner-list .partner-item a:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}

.single-testimonial {
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	border: 1px solid #f0f0f0;
}

/* Inner pages (fees, privacy, terms) — solid navbar from first paint */
.navbar-section.navbar-inner-page {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff !important;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
}

.navbar-section.navbar-inner-page .techvio-nav .navbar-brand .white-logo,
.navbar-section.navbar-inner-page .techvio-responsive-nav .logo .white-logo {
	display: none !important;
}

.navbar-section.navbar-inner-page .techvio-nav .navbar-brand .black-logo {
	display: block !important;
}

.navbar-section.navbar-inner-page .techvio-nav .navbar .navbar-nav .nav-item .nav-link {
	color: #404040 !important;
}

.navbar-section.navbar-inner-page .techvio-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.navbar-section.navbar-inner-page .techvio-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.navbar-section.navbar-inner-page .techvio-nav .navbar .navbar-nav .nav-item .nav-link.active {
	color: #7b68ee !important;
}

@media only screen and (max-width: 991px) {
	.navbar-section.navbar-inner-page .techvio-responsive-nav .logo .black-logo {
		display: block !important;
	}

	.navbar-section.navbar-inner-page .techvio-responsive-nav .mean-container a.meanmenu-reveal {
		color: #404040;
	}

	.navbar-section.navbar-inner-page .techvio-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #404040;
	}
}

/* Nav link colors — hero overlay vs scrolled */
@media only screen and (min-width: 992px) {
	.navbar-section.is-sticky.navbar-at-top .techvio-nav .navbar .navbar-nav .nav-item .nav-link {
		color: #ffffff !important;
	}

	.navbar-section.is-sticky.navbar-at-top .techvio-nav .navbar .navbar-nav .nav-item .nav-link:hover,
	.navbar-section.is-sticky.navbar-at-top .techvio-nav .navbar .navbar-nav .nav-item .nav-link:focus,
	.navbar-section.is-sticky.navbar-at-top .techvio-nav .navbar .navbar-nav .nav-item .nav-link.active {
		color: #d4c4ff !important;
	}

	.navbar-section.is-sticky:not(.navbar-at-top) .techvio-nav .navbar .navbar-nav .nav-item .nav-link {
		color: #404040 !important;
	}

	.navbar-section.is-sticky:not(.navbar-at-top) .techvio-nav .navbar .navbar-nav .nav-item .nav-link:hover,
	.navbar-section.is-sticky:not(.navbar-at-top) .techvio-nav .navbar .navbar-nav .nav-item .nav-link:focus,
	.navbar-section.is-sticky:not(.navbar-at-top) .techvio-nav .navbar .navbar-nav .nav-item .nav-link.active {
		color: #7b68ee !important;
	}
}

/* Footer */
.footer-logo img {
	max-width: 200px;
	height: 70px;
	width: auto;
	object-fit: contain;
}

.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
	padding: 0;
	list-style: none;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	transition: background 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
	background: #7b68ee;
	transform: translateY(-2px);
	color: #fff;
}

.footer-info-contact span a {
	transition: color 0.2s ease;
}

.footer-info-contact span a:hover {
	color: #7b68ee;
}

/* Go to top */
.go-top {
	bottom: 96px;
}

/* WhatsApp FAB */
.wa-fab {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #25d366;
	border-radius: 50px;
	padding: 14px 20px;
	cursor: pointer;
	border: none;
	box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-fab:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}

.wa-fab svg {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
}

.wa-fab-text {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
}

.wa-popup {
	position: fixed;
	bottom: 90px;
	right: 24px;
	z-index: 9998;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	padding: 16px;
	width: 240px;
	display: none;
	animation: waPopIn 0.25s ease;
}

@keyframes waPopIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wa-popup.open {
	display: block;
}

.wa-popup-name {
	margin: 0 0 4px;
	font-weight: 600;
	font-size: 14px;
}

.wa-popup-msg {
	margin: 0 0 10px;
	font-size: 12px;
	color: #666;
}

.wa-popup-btn {
	background: #25d366;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 13px;
	width: 100%;
	cursor: pointer;
	font-weight: 500;
}

.deploy-check {
	font-size: 13px;
	color: #7b68ee;
	font-weight: 600;
}

.deploy-check i {
	margin-right: 6px;
	color: #28a745;
}

@media only screen and (max-width: 767px) {
	.main-banner-content h1 {
		font-size: 34px;
	}

	.main-banner-content .banner-btn .default-btn-one {
		width: 100%;
		text-align: center;
	}

	.wa-fab-text {
		display: none;
	}

	.wa-fab {
		padding: 16px;
		border-radius: 50%;
		width: 56px;
		height: 56px;
		right: 16px;
		bottom: 16px;
	}
	
	.wa-fab svg {
		width: 24px;
		height: 24px;
	}

	.go-top {
		bottom: 80px;
		right: 16px;
		width: 45px;
		height: 45px;
	}

	.wa-popup {
		right: 16px;
		bottom: 80px;
		width: 260px;
	}
	
	.wa-popup-name {
		font-size: 13px;
	}
	
	.wa-popup-msg {
		font-size: 11px;
	}
	
	.wa-popup-btn {
		font-size: 12px;
		padding: 9px 12px;
	}
}

/*****************************************************************
    Google Trust Badges & Lead Generation Section
*****************************************************************/

/* Hero Trust Indicator */
.hero-trust-indicator {
	margin-top: 25px;
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 10px 18px;
	backdrop-filter: blur(8px);
	animation: fadeInUp 1s ease-in-out;
}

.google-hero-badge {
	height: 38px;
	width: auto;
	border-radius: 4px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.trust-text {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #fff;
	line-height: 1.4;
	margin-left: 12px;
}

.trust-text .stars {
	color: #ffb300;
	font-size: 14px;
	margin-bottom: 2px;
}

.trust-text span {
	opacity: 0.9;
}

/* Google Trust Verification Section */
.google-trust-section {
	background: #f9fbfd;
	position: relative;
	overflow: hidden;
}

.google-trust-card-wrapper {
	position: relative;
	perspective: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.google-trust-card {
	max-width: 100%;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(55, 11, 111, 0.08);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
	border: 1px solid rgba(123, 104, 238, 0.12);
	background: #fff;
	padding: 12px;
}

.google-trust-card:hover {
	transform: translateY(-8px) rotateY(-5deg);
	box-shadow: 0 30px 60px rgba(55, 11, 111, 0.18);
}

.trust-bullets {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

.trust-bullets li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #4a4a4a;
	font-weight: 500;
}

.trust-bullets li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #28a745;
	font-size: 18px;
}

.google-trust-btns {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

/* Floating Google Badge (Bottom-Left) */
.floating-google-badge {
	position: fixed;
	bottom: 24px;
	left: 24px;
	z-index: 9999;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 50px;
	padding: 10px 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.floating-google-badge:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 12px 30px rgba(123, 104, 238, 0.18);
	border-color: #7b68ee;
}

.floating-google-icon {
	height: 24px;
	width: auto;
}

.floating-google-text {
	font-size: 13px;
	font-weight: 600;
	color: #2d3748;
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.floating-google-stars {
	color: #ffb300;
	font-size: 11px;
}

/* Trust Verification Modal (Lightbox) */
.trust-modal {
	display: none;
	position: fixed;
	z-index: 100000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.trust-modal.open {
	display: flex;
	opacity: 1;
}

.trust-modal-content {
	position: relative;
	max-width: 500px;
	width: 90%;
	background-color: #fff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
	animation: modalZoomIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	text-align: center;
}

@keyframes modalZoomIn {
	from {
		transform: scale(0.85);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

.trust-modal-close {
	position: absolute;
	top: 15px;
	right: 18px;
	font-size: 24px;
	font-weight: bold;
	color: #a0aec0;
	cursor: pointer;
	transition: color 0.2s;
	line-height: 1;
}

.trust-modal-close:hover {
	color: #4a5568;
}

.trust-modal-img {
	width: 100%;
	max-height: 480px;
	height: auto;
	object-fit: contain;
	border-radius: 8px;
	margin-bottom: 16px;
}

.trust-modal-title {
	font-size: 18px;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 6px;
}

.trust-modal-desc {
	font-size: 14px;
	color: #718096;
	margin-bottom: 20px;
}

.trust-modal-btn {
	background: #7b68ee;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s;
}

.trust-modal-btn:hover {
	background: #6250d4;
	color: #fff;
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 767px) {
	.floating-google-badge {
		bottom: 16px;
		left: 16px;
		padding: 10px;
		border-radius: 50%;
		width: 46px;
		height: 46px;
		justify-content: center;
		gap: 0;
	}
	.floating-google-text {
		display: none !important;
	}
	.floating-google-icon {
		height: 24px;
		width: 24px;
	}
	.google-trust-btns {
		flex-direction: column;
		width: 100%;
	}
	.google-trust-btns a {
		width: 100%;
		text-align: center;
	}
	
	/* Copyright area mobile fixes */
	.copyright-area p {
		font-size: 13px !important;
		line-height: 1.6;
	}
	
	.copyright-area p span {
		display: block !important;
		margin-left: 0 !important;
		margin-top: 8px;
		font-size: 11px !important;
	}
	
	/* Trust badge tags mobile wrapping */
	.trust-badge-tags {
		justify-content: center;
	}
	
	.trust-badge-tag {
		font-size: 11px !important;
		padding: 6px 10px !important;
	}
	
	/* Contact form mobile spacing */
	.contact-details-box,
	.contact-form-box {
		margin-bottom: 0;
	}
	
	.contact-details-box h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	
	.contact-details-box > p {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	
	.contact-info-item {
		margin-bottom: 20px;
		align-items: flex-start;
	}
	
	.contact-info-item i {
		font-size: 18px;
		margin-right: 12px;
		margin-top: 2px;
		flex-shrink: 0;
	}
	
	.contact-info-item p {
		font-size: 14px;
		line-height: 1.65;
		word-break: break-word;
	}
	
	.contact-info-item strong {
		font-size: 12px;
		margin-bottom: 6px;
		display: block;
	}
	
	/* Hero trust indicator mobile */
	.hero-trust-indicator {
		padding: 8px 14px;
		margin-top: 20px;
	}
	
	.google-hero-badge {
		height: 32px;
	}
	
	.trust-text {
		font-size: 11px;
		margin-left: 10px;
	}
	
	.trust-text .stars {
		font-size: 12px;
	}
}

/*****************************************************************
    Interactive FAQ Accordion Section
*****************************************************************/
.faq-section {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}

.faq-accordion {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid #eef2f6;
	padding: 20px 0;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-question {
	font-size: 18px;
	font-weight: 600;
	color: #1a202c;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.25s ease;
	user-select: none;
}

.faq-question:hover {
	color: #7b68ee;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s ease;
	font-size: 15px;
	line-height: 1.75;
	color: #4a5568;
	padding-top: 0;
}

.faq-item.active .faq-answer {
	max-height: 1000px;
	transition: max-height 0.4s cubic-bezier(1, 0, 1, 0), padding 0.4s ease;
	padding-top: 12px;
}

.faq-icon {
	font-size: 14px;
	transition: transform 0.25s ease;
	color: #7b68ee;
	margin-left: 15px;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

/*****************************************************************
    Modern Contact Layout & Lead Inquiry Form
*****************************************************************/
.contact-details-box {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(55, 11, 111, 0.03);
	border: 1px solid #edf2f7;
	padding: 35px;
	height: 100%;
}

.contact-details-box h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 24px;
}

.contact-info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

.contact-info-item i {
	font-size: 20px;
	color: #7b68ee;
	margin-right: 15px;
	margin-top: 4px;
	width: 24px;
	text-align: center;
}

.contact-info-item p {
	margin-bottom: 0;
	font-size: 15px;
	color: #4a5568;
	line-height: 1.6;
}

.contact-info-item strong {
	display: block;
	color: #1a202c;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
}

.contact-info-item a {
	color: #4a5568;
	text-decoration: none;
	word-break: break-all;
	transition: color 0.2s ease;
}

.contact-info-item a:hover {
	color: #7b68ee;
}

.trust-badges-block {
	border-top: 1px solid #edf2f7;
	margin-top: 30px;
	padding-top: 30px;
}

.trust-badges-block h4 {
	font-size: 15px;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.trust-badge-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.trust-badge-tag {
	background: #f8fafc;
	border-radius: 6px;
	padding: 8px 14px;
	font-size: 12px;
	font-weight: 600;
	color: #475569;
	display: flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #e2e8f0;
}

.trust-badge-tag i {
	color: #28a745;
	font-size: 12px;
}

.contact-form-box {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 12px 36px rgba(55, 11, 111, 0.05);
	border: 1px solid #edf2f7;
	padding: 35px;
}

.contact-form-box h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 8px;
}

.contact-form-box p {
	font-size: 15px;
	color: #718096;
	margin-bottom: 25px;
}

.form-group-custom {
	margin-bottom: 20px;
}

.form-group-custom label {
	font-size: 14px;
	font-weight: 600;
	color: #4a5568;
	margin-bottom: 8px;
	display: block;
}

.form-control-custom {
	width: 100%;
	background-color: #f8fafc;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 15px;
	color: #1e293b;
	transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.form-control-custom:focus {
	background-color: #ffffff;
	border-color: #7b68ee;
	outline: none;
	box-shadow: 0 0 0 3px rgba(123, 104, 238, 0.15);
}

.form-control-custom::placeholder {
	color: #94a3b8;
}

.submit-btn-custom {
	background: linear-gradient(90deg, #7b68ee, #6250d4);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 14px 28px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	transition: opacity 0.2s, transform 0.2s;
	box-shadow: 0 6px 20px rgba(123, 104, 238, 0.2);
}

.submit-btn-custom:hover {
	opacity: 0.95;
	transform: translateY(-1px);
}

.submit-btn-custom:active {
	transform: translateY(0);
}

.form-alert {
	padding: 14px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.form-alert-success {
	background-color: #f0fdf4;
	border: 1px solid #bbf7d0;
	color: #15803d;
}

.form-alert-error {
	background-color: #fef2f2;
	border: 1px solid #fee2e2;
	color: #b91c1c;
}

/* Tablet and smaller screens */
@media only screen and (max-width: 991px) {
	.contact-details-box h3 {
		font-size: 22px;
	}
	
	.contact-details-box > p {
		font-size: 14px;
		line-height: 1.7;
	}
	
	.contact-info-item {
		margin-bottom: 22px;
	}
	
	.contact-info-item p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.faq-question {
		font-size: 16px;
	}
	.contact-details-box, .contact-form-box {
		padding: 24px;
	}
	
	/* Form control mobile improvements */
	.form-control-custom {
		font-size: 14px;
		padding: 11px 14px;
	}
	
	.form-group-custom label {
		font-size: 13px;
	}
	
	.submit-btn-custom {
		padding: 13px 24px;
		font-size: 14px;
	}
	
	/* Trust modal mobile */
	.trust-modal-content {
		width: 95%;
		padding: 20px;
		max-height: 90vh;
		overflow-y: auto;
	}
	
	.trust-modal-img {
		max-height: 350px;
	}
}

/* Extra small mobile devices */
@media only screen and (max-width: 479px) {
	.copyright-area p {
		font-size: 12px !important;
	}
	
	.copyright-area p span {
		font-size: 10px !important;
		padding: 3px 8px !important;
	}
	
	.deploy-check {
		font-size: 10px !important;
	}
	
	/* Contact section mobile stacking */
	.contact-details-box,
	.contact-form-box {
		padding: 20px;
	}
	
	.contact-details-box h3,
	.contact-form-box h3 {
		font-size: 19px;
		margin-bottom: 14px;
	}
	
	.contact-details-box > p {
		font-size: 13px;
		line-height: 1.65;
		margin-bottom: 18px;
	}
	
	.contact-info-item {
		margin-bottom: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #f1f3f5;
	}
	
	.contact-info-item:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.contact-info-item i {
		font-size: 16px;
		margin-right: 10px;
		width: 20px;
	}
	
	.contact-info-item p {
		font-size: 13px;
		line-height: 1.6;
	}
	
	.contact-info-item strong {
		font-size: 11px;
		margin-bottom: 5px;
		letter-spacing: 0.3px;
	}
	
	.trust-badges-block {
		margin-top: 16px;
		padding-top: 16px;
	}
	
	.trust-badges-block h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	/* Form improvements for very small screens */
	.form-control-custom {
		font-size: 13px;
		padding: 10px 12px;
	}
	
	.submit-btn-custom {
		padding: 12px 20px;
		font-size: 13px;
	}
	
	/* Hero adjustments */
	.hero-trust-indicator {
		padding: 6px 12px;
		margin-top: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.google-hero-badge {
		height: 28px;
	}
	
	.trust-text {
		font-size: 10px;
		margin-left: 8px;
		text-align: left;
	}
	
	/* Trust modal extra small screens */
	.trust-modal-title {
		font-size: 16px;
	}
	
	.trust-modal-desc {
		font-size: 13px;
	}
	
	.trust-modal-btn {
		padding: 10px 20px;
		font-size: 13px;
	}
}
