/* WRITE HERE YOUR CUSTOM CSS IN ORDER TO MAKE ITEM UPDATES EASY */

/* ========================================
   Navigation Active State
   ======================================== */

/* Active state for main menu items (shows red when page is active) */
.main-menu > ul > li.active > a {
	color: #C23B22 !important;
	font-weight: 700;
}

/* Active state for service submenu */
.main-menu > ul > li.submenu.active > a {
	color: #C23B22 !important;
	font-weight: 700;
}

/* Active state for individual service menu items (submenu items) */
.main-menu > ul > li.submenu > ul > li.active > a {
	color: #C23B22 !important;
	font-weight: 700;
}

/* ========================================
   Header & Language Switcher
   ======================================== */

/* Language switcher in top header */
.lang-switcher-item {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 15px;
	margin-left: 10px;
}

.lang-switcher-link {
	color: #333333 !important;
	text-decoration: none;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.3s ease;
}

.lang-switcher-link:hover {
	color: #3E5E3A !important;
}

.lang-switcher-link i {
	font-size: 16px;
}

/* Mobile: hide on small screens, show language only (no text) */
@media (max-width: 768px) {
	.lang-switcher-item {
		border-left: none;
		padding-left: 0;
		margin-left: 8px;
	}

	.lang-switcher-link {
		font-size: 12px;
	}
}

/* ========================================
   Homepage Styles
   ======================================== */

/* Homepage feature box icons - set uniform size */
.box_feat span img {
	width: 45px;
	height: 45px;
}

/* Why Work With Us - feature boxes */
.feature_home {
	padding: 20px 0;
	margin-bottom: 15px;
}
.feature_home i {
	font-size: 2rem;
	color: #3E5E3A;
	margin-bottom: 10px;
	display: block;
}
.feature_home h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.feature_home p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* ========================================
   About Page Styles
   ======================================== */

/* Section title block */
.about_title {
	margin-bottom: 40px;
}
.about_title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.about_title p {
	font-size: 18px;
	color: #7A8E72;
	margin-bottom: 0;
}

/* Alternating background */
.bg_color_1 {
	background-color: #F2F2F0;
	padding: 10px 0;
}

/* Pivot Story boxes */
.box_feat_about {
	padding: 30px 20px;
	margin-bottom: 25px;
}
.box_feat_about i {
	font-size: 2.5rem;
	color: #3E5E3A;
	margin-bottom: 15px;
	display: block;
}
.box_feat_about h3 {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.box_feat_about p {
	color: #555;
	line-height: 1.7;
}

/* Why Choose Us - reason boxes */
.reason_box {
	padding: 20px 15px;
	margin-bottom: 20px;
}
.reason_box .icon_set {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.reason_box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.reason_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

/* Core Values boxes */
.value_box {
	background: #fff;
	padding: 25px 20px;
	margin-bottom: 25px;
	border-radius: 4px;
	border-left: 3px solid #3E5E3A;
}
.value_box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.value_box h4 i {
	color: #3E5E3A;
	margin-right: 8px;
}
.value_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 0;
}

/* Who We Serve - audience boxes */
.audience_box {
	padding: 30px 20px;
	margin-bottom: 25px;
}
.audience_box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 10px;
}
.audience_box p {
	color: #555;
	line-height: 1.7;
}

/* CTA section */
.call_section {
	background-color: #3E5E3A;
	padding: 40px 0;
	color: #fff;
}
.call_section h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}
.call_section p {
	color: #FAFAF5;
	font-size: 16px;
	margin-bottom: 0;
}
.call_section .btn_1 {
	margin-top: 15px;
}
/* CTA buttons - display hover state by default, no hover effect for primary buttons */
.call_section .btn_1:not([style*="background-color: #fff"]) {
	background-color: #A12F1C !important;
	border-color: #A12F1C !important;
	transition: none;
}
.call_section .btn_1:not([style*="background-color: #fff"]):hover {
	background-color: #A12F1C !important;
	border-color: #A12F1C !important;
}

/* Schedule a Consultation buttons - white background with green text, no hover effect */
.btn_1.add_left_30 {
	background-color: #fff !important;
	color: #3E5E3A !important;
	border: 1px solid #3E5E3A !important;
	transition: none;
}
.btn_1.add_left_30:hover {
	background-color: #fff !important;
	color: #3E5E3A !important;
	border: 1px solid #3E5E3A !important;
}

/* ========================================
   Hosting Service Page Styles
   ======================================== */

/* Service feature box (hero section) */
.box_feat_service {
	background: #F2F2F0;
	padding: 30px 20px;
	border-radius: 4px;
	text-align: center;
	margin-top: 20px;
}
.box_feat_service i {
	font-size: 2.5rem;
	color: #3E5E3A;
	margin-bottom: 10px;
	display: block;
}
.box_feat_service h3 {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.box_feat_service p {
	color: #555;
	margin-bottom: 0;
	font-size: 14px;
}

/* Why Different - feature boxes */
.feature_hosting {
	padding: 25px 20px;
	margin-bottom: 25px;
	text-align: center;
}
.feature_hosting i {
	font-size: 2.5rem;
	color: #3E5E3A;
	margin-bottom: 12px;
	display: block;
}
.feature_hosting h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.feature_hosting p {
	color: #555;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 0;
}

/* What's Included - service list */
.included_service {
	padding: 15px 0;
	border-bottom: 1px solid #DAD8D3;
}
.included_service:last-child {
	border-bottom: none;
}
.included_service h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.included_service h4 i {
	color: #C23B22;
	margin-right: 8px;
}
.included_service p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Hosting Types boxes */
.hosting_type_box {
	padding: 25px 20px;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 4px;
	border-top: 3px solid #3E5E3A;
}
.type_icon {
	font-size: 2.5rem;
	color: #3E5E3A;
	margin-bottom: 15px;
}
.type_icon i {
	display: block;
}
.hosting_type_box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 12px;
}
.hosting_type_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 8px;
}
.hosting_type_box .badge {
	font-size: 12px;
	padding: 5px 10px;
}

/* Process steps */
.process_step {
	padding: 20px;
	margin-bottom: 25px;
	text-align: center;
}
.step_number {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #3E5E3A;
	color: #fff;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.process_step h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.process_step p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Technical stack list */
.tech_list {
	list-style: none;
	padding-left: 0;
}
.tech_list li {
	padding: 8px 0;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	border-bottom: 1px solid #DAD8D3;
}
.tech_list li:last-child {
	border-bottom: none;
}
.tech_list i {
	color: #3E5E3A;
	margin-right: 10px;
	font-weight: 700;
}
.tech_list strong {
	color: #333333;
	font-weight: 700;
}

/* Guarantee box */
.guarantee_box {
	padding: 40px 30px;
	background: #F2F2F0;
	border-radius: 4px;
	text-align: center;
}
.guarantee_box h3 {
	font-size: 28px;
	font-weight: 700;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}
.guarantee_box .lead {
	color: #555;
	font-size: 16px;
	line-height: 1.7;
}
.guarantee_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}

/* Pricing boxes */
.pricing_box {
	padding: 30px 20px;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #DAD8D3;
	position: relative;
	transition: all 0.3s ease;
}
.pricing_box:hover {
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.pricing_box.featured {
	border-color: #C23B22;
	border-width: 2px;
	transform: translateY(-10px);
}
.badge_featured {
	position: absolute;
	top: -15px;
	left: 20px;
	background-color: #C23B22;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.plan_header {
	padding-bottom: 20px;
	border-bottom: 1px solid #DAD8D3;
	margin-bottom: 20px;
}
.plan_header h3 {
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.price {
	font-size: 36px;
	font-weight: 700;
	color: #3E5E3A;
	margin-bottom: 5px;
}
.price span {
	font-size: 16px;
	font-weight: 400;
	color: #555;
}
.subtitle {
	color: #7A8E72;
	font-size: 14px;
	margin-bottom: 0;
}
.plan_features {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}
.plan_features li {
	padding: 8px 0;
	color: #555;
	font-size: 14px;
	border-bottom: 1px solid #F2F2F0;
}
.plan_features li.text-muted {
	color: #999;
}
.plan_features i {
	color: #C23B22;
	margin-right: 8px;
}
.plan_features li.text-muted i {
	color: #ccc;
}
.full-width {
	width: 100%;
	display: block;
	text-align: center;
	padding: 12px;
}

/* Utility class for top margin */
.add_top_30 {
	margin-top: 30px;
}

.add_left_30 {
	margin-left: 30px;
}

/* Web App Service Page Styles */

/* Tech stack section styling */
.tech_section {
	padding: 20px 0;
	border-bottom: 1px solid #DAD8D3;
}
.tech_section:last-child {
	border-bottom: none;
}
.tech_section h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 12px;
}
.tech_section p {
	color: #555;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 8px;
}

/* Accordion styling */
.accordion {
	border: 1px solid #DAD8D3;
	border-radius: 4px;
}
.accordion-item {
	border: none;
	border-bottom: 1px solid #DAD8D3;
}
.accordion-item:last-child {
	border-bottom: none;
}
.accordion-button {
	font-weight: 700;
	color: #333333;
	background-color: #fff;
	padding: 18px 20px;
	font-size: 16px;
}
.accordion-button:not(.collapsed) {
	background-color: #F2F2F0;
	color: #333333;
	box-shadow: none;
}
.accordion-button:focus {
	border-color: #3E5E3A;
	box-shadow: 0 0 0 0.25rem rgba(62, 94, 58, 0.25);
}
.accordion-body {
	padding: 20px;
	background-color: #fff;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
}

/* Mobile App Service Page Styles */

/* Case study boxes */
.case_study_box {
	padding: 25px 20px;
	background: #fff;
	border-radius: 4px;
	border-left: 4px solid #C23B22;
	height: 100%;
}
.case_study_box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 15px;
}
.case_study_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.case_study_box p:last-child {
	margin-bottom: 0;
}

/* Approach boxes for development philosophy */
.approach_box {
	padding: 20px 0;
	border-bottom: 1px solid #DAD8D3;
}
.approach_box:last-child {
	border-bottom: none;
}
.approach_box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.approach_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Platform support boxes */
.platform_box {
	padding: 25px 20px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #DAD8D3;
}
.platform_box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 15px;
}
.platform_box ul li {
	color: #555;
	font-size: 13px;
}

/* 5-column grid helper for process steps */
@media (min-width: 992px) {
	.col-lg-2-4 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/* UI/UX Design Service Page Styles */

/* Design principle boxes */
.principle_box {
	padding: 20px 0;
	border-bottom: 1px solid #DAD8D3;
}
.principle_box:last-child {
	border-bottom: none;
}
.principle_box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.principle_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Toolkit boxes */
.toolkit_box {
	padding: 25px 20px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #DAD8D3;
}
.toolkit_box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 15px;
}
.toolkit_box ul li {
	color: #555;
	font-size: 13px;
}

/* Service item boxes (for à la carte & bundled services) */
.service_item_box {
	padding: 18px 0;
	border-bottom: 1px solid #DAD8D3;
}
.service_item_box:last-child {
	border-bottom: none;
}
.service_item_box h5 {
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.service_item_box p {
	color: #555;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 0;
}

/* Contact Page Styles */

/* Contact info boxes (3-column layout) */
.contact_box {
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 25px;
}
.contact_box i {
	font-size: 2.5rem;
	color: #3E5E3A;
	margin-bottom: 15px;
	display: block;
}
.contact_box h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.contact_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}
.contact_box a {
	color: #C23B22;
	text-decoration: none;
	font-weight: 500;
}
.contact_box a:hover {
	color: #A12F1C;
}

/* Why Reach Out boxes */
.contact_reason_box {
	padding: 25px 20px;
	margin-bottom: 25px;
	text-align: center;
}
.contact_reason_box i {
	font-size: 2rem;
	color: #3E5E3A;
	margin-bottom: 12px;
	display: block;
}
.contact_reason_box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.contact_reason_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Alternative contact option boxes */
.contact_option_box {
	padding: 20px 0;
	border-bottom: 1px solid #DAD8D3;
}
.contact_option_box:last-child {
	border-bottom: none;
}
.contact_option_box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 8px;
}
.contact_option_box p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}
.contact_option_box a {
	color: #C23B22;
	text-decoration: none;
	font-weight: 500;
}
.contact_option_box a:hover {
	color: #A12F1C;
}

/* Contact form styling */
.contact_form {
	padding: 20px 0;
}
.contact_form .form-group {
	margin-bottom: 20px;
}
.contact_form label {
	font-weight: 600;
	color: #333333;
	margin-bottom: 8px;
	display: block;
	font-size: 14px;
}
.contact_form .form-control,
.contact_form .form-select {
	border: 1px solid #DAD8D3;
	border-radius: 4px;
	padding: 12px 15px;
	font-size: 14px;
	color: #555;
}
.contact_form .form-control:focus,
.contact_form .form-select:focus {
	border-color: #3E5E3A;
	box-shadow: 0 0 0 0.25rem rgba(62, 94, 58, 0.25);
}
.contact_form .form-check-input {
	margin-right: 8px;
}
.contact_form .form-check-label {
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0.5rem;
}
.contact_form .required::after {
	content: " *";
	color: #C23B22;
	font-weight: 700;
}

/* Contact form submit button - display hover state by default, no hover effect */
.contact_form .btn_1 {
	background-color: #A12F1C !important;
	border-color: #A12F1C !important;
	transition: none;
}
.contact_form .btn_1:hover {
	background-color: #A12F1C !important;
	border-color: #A12F1C !important;
}

/* ========================================
   Navigation Active State
   ======================================== */

/* Active nav item — current page indicator */
.main-menu > ul > li.active > a {
	color: #C23B22 !important;
}

/* Active sub-menu item — current service page indicator */
.main-menu ul ul li.active > a {
	color: #C23B22 !important;
	background-color: #f3f3f3;
	padding-left: 15px;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Large Tablets and Small Desktops (max-width: 991px) */
@media (max-width: 991px) {
	/* About page title */
	.about_title h2 {
		font-size: 28px;
	}
	.about_title p {
		font-size: 16px;
	}
	
	/* CTA section */
	.call_section h3 {
		font-size: 24px;
	}
	.call_section p {
		font-size: 14px;
	}
	.call_section .btn_1 {
		display: block;
		margin: 15px auto 0 auto;
		width: fit-content;
	}
	.call_section .add_left_30 {
		margin-left: 0;
		margin-top: 10px;
	}
	
	/* Process steps - 3 columns on tablet */
	.process_step {
		padding: 15px;
		margin-bottom: 20px;
	}
	.step_number {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.process_step h4 {
		font-size: 16px;
	}
	
	/* Pricing boxes */
	.pricing_box.featured {
		transform: none;
	}
	
	/* Feature boxes */
	.feature_home {
		padding: 15px 0;
	}
	.feature_hosting {
		padding: 20px 15px;
	}
	
	/* Case study boxes */
	.case_study_box {
		margin-bottom: 20px;
		height: auto;
	}
	
	/* Toolkit boxes */
	.toolkit_box {
		margin-bottom: 20px;
	}
	
	/* Platform boxes */
	.platform_box {
		margin-bottom: 20px;
	}
}

/* Tablets (max-width: 768px) */
@media (max-width: 768px) {
	/* About title */
	.about_title {
		margin-bottom: 30px;
	}
	.about_title h2 {
		font-size: 24px;
	}
	.about_title p {
		font-size: 14px;
	}
	
	/* CTA section */
	.call_section {
		padding: 30px 15px;
		text-align: center;
	}
	.call_section h3 {
		font-size: 22px;
	}
	
	/* Feature boxes */
	.box_feat_about,
	.box_feat_service {
		padding: 25px 15px;
		margin-bottom: 20px;
	}
	.box_feat_about i,
	.box_feat_service i {
		font-size: 2rem;
	}
	.box_feat_about h3,
	.box_feat_service h3 {
		font-size: 18px;
	}
	
	/* Homepage features */
	.feature_home i {
		font-size: 1.8rem;
	}
	.feature_home h4 {
		font-size: 15px;
	}
	
	/* Hosting features */
	.feature_hosting i {
		font-size: 2rem;
	}
	.feature_hosting h4 {
		font-size: 16px;
	}
	
	/* Process steps - full width on mobile */
	.process_step {
		padding: 20px 15px;
		margin-bottom: 15px;
		background: #fff;
		border-radius: 4px;
	}
	.process_step h4 {
		font-size: 15px;
	}
	.process_step p {
		font-size: 13px;
	}
	
	/* Pricing boxes */
	.pricing_box {
		padding: 25px 15px;
		margin-bottom: 20px;
	}
	.price {
		font-size: 28px;
	}
	.plan_header h3 {
		font-size: 20px;
	}
	
	/* Value boxes */
	.value_box {
		padding: 20px 15px;
		margin-bottom: 20px;
	}
	
	/* Reason boxes */
	.reason_box {
		padding: 15px 10px;
	}
	
	/* Audience boxes */
	.audience_box {
		padding: 25px 15px;
	}
	
	/* Guarantee box */
	.guarantee_box {
		padding: 30px 20px;
	}
	.guarantee_box h3 {
		font-size: 22px;
	}
	
	/* Included services */
	.included_service {
		padding: 12px 0;
	}
	.included_service h4 {
		font-size: 15px;
	}
	
	/* Hosting type boxes */
	.hosting_type_box {
		padding: 20px 15px;
	}
	.hosting_type_box h4 {
		font-size: 16px;
	}
	
	/* Tech section */
	.tech_section h4 {
		font-size: 16px;
	}
	
	/* Contact boxes */
	.contact_box {
		padding: 25px 15px;
		margin-bottom: 20px;
	}
	.contact_box i {
		font-size: 2rem;
	}
	.contact_box h4 {
		font-size: 16px;
	}
	
	/* Contact reason boxes */
	.contact_reason_box {
		padding: 20px 15px;
	}
	.contact_reason_box i {
		font-size: 1.8rem;
	}
	
	/* Principle boxes */
	.principle_box {
		padding: 15px 0;
	}
	.principle_box h4 {
		font-size: 15px;
	}
	
	/* Service item boxes */
	.service_item_box {
		padding: 15px 0;
	}
	.service_item_box h5 {
		font-size: 14px;
	}
	
	/* Accordion */
	.accordion-button {
		padding: 15px;
		font-size: 14px;
	}
	.accordion-body {
		padding: 15px;
		font-size: 13px;
	}
	
	/* Utility adjustments */
	.add_left_30 {
		margin-left: 0;
		margin-top: 15px;
	}
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {
	/* About title */
	.about_title h2 {
		font-size: 22px;
		line-height: 1.3;
	}
	.about_title p {
		font-size: 13px;
	}
	
	/* CTA section */
	.call_section {
		padding: 25px 15px;
	}
	.call_section h3 {
		font-size: 20px;
		line-height: 1.3;
	}
	.call_section p {
		font-size: 13px;
	}
	.call_section .btn_1 {
		padding: 12px 20px;
		font-size: 14px;
		width: 100%;
		max-width: 280px;
	}
	
	/* Feature boxes */
	.box_feat_about,
	.box_feat_service {
		padding: 20px 15px;
	}
	.box_feat_about h3,
	.box_feat_service h3 {
		font-size: 16px;
	}
	.box_feat_about p,
	.box_feat_service p {
		font-size: 13px;
	}
	
	/* Homepage features */
	.feature_home {
		padding: 12px 0;
		text-align: center;
	}
	.feature_home i {
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	.feature_home h4 {
		font-size: 14px;
	}
	.feature_home p {
		font-size: 13px;
	}
	
	/* Hosting features */
	.feature_hosting {
		padding: 15px 10px;
	}
	.feature_hosting i {
		font-size: 1.8rem;
	}
	.feature_hosting h4 {
		font-size: 15px;
	}
	.feature_hosting p {
		font-size: 13px;
	}
	
	/* Process steps */
	.process_step {
		padding: 15px 10px;
	}
	.step_number {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.process_step h4 {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.process_step p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	/* Pricing boxes */
	.pricing_box {
		padding: 20px 15px;
	}
	.price {
		font-size: 24px;
	}
	.price span {
		font-size: 14px;
	}
	.plan_header h3 {
		font-size: 18px;
	}
	.plan_features li {
		font-size: 13px;
		padding: 6px 0;
	}
	.badge_featured {
		font-size: 10px;
		padding: 4px 10px;
		top: -12px;
	}
	
	/* Value boxes */
	.value_box {
		padding: 18px 12px;
	}
	.value_box h4 {
		font-size: 16px;
	}
	.value_box p {
		font-size: 13px;
	}
	
	/* Reason boxes */
	.reason_box h4 {
		font-size: 16px;
	}
	.reason_box p {
		font-size: 13px;
	}
	
	/* Audience boxes */
	.audience_box {
		padding: 20px 15px;
	}
	.audience_box h4 {
		font-size: 16px;
	}
	.audience_box p {
		font-size: 13px;
	}
	
	/* Guarantee box */
	.guarantee_box {
		padding: 25px 15px;
	}
	.guarantee_box h3 {
		font-size: 20px;
	}
	.guarantee_box .lead {
		font-size: 14px;
	}
	
	/* Included services */
	.included_service h4 {
		font-size: 14px;
	}
	.included_service p {
		font-size: 13px;
	}
	
	/* Hosting type boxes */
	.hosting_type_box {
		padding: 18px 12px;
	}
	.hosting_type_box h4 {
		font-size: 15px;
	}
	.type_icon {
		font-size: 2rem;
	}
	
	/* Tech list */
	.tech_list li {
		font-size: 13px;
		padding: 6px 0;
	}
	
	/* Tech section */
	.tech_section h4 {
		font-size: 15px;
	}
	.tech_section p {
		font-size: 13px;
	}
	
	/* Case study boxes */
	.case_study_box {
		padding: 20px 15px;
	}
	.case_study_box h4 {
		font-size: 16px;
	}
	.case_study_box p {
		font-size: 13px;
	}
	
	/* Approach boxes */
	.approach_box h4 {
		font-size: 15px;
	}
	.approach_box p {
		font-size: 13px;
	}
	
	/* Platform boxes */
	.platform_box {
		padding: 20px 15px;
		margin-bottom: 15px;
	}
	.platform_box h4 {
		font-size: 15px;
	}
	.platform_box ul li {
		font-size: 12px;
	}
	
	/* Principle boxes */
	.principle_box h4 {
		font-size: 14px;
	}
	.principle_box p {
		font-size: 13px;
	}
	
	/* Toolkit boxes */
	.toolkit_box {
		padding: 20px 15px;
		margin-bottom: 15px;
	}
	.toolkit_box h4 {
		font-size: 15px;
	}
	.toolkit_box ul li {
		font-size: 12px;
	}
	
	/* Service item boxes */
	.service_item_box h5 {
		font-size: 14px;
	}
	.service_item_box p {
		font-size: 12px;
	}
	
	/* Contact boxes */
	.contact_box {
		padding: 20px 15px;
	}
	.contact_box i {
		font-size: 1.8rem;
	}
	.contact_box h4 {
		font-size: 15px;
	}
	.contact_box p {
		font-size: 13px;
	}
	
	/* Contact reason boxes */
	.contact_reason_box {
		padding: 15px 10px;
	}
	.contact_reason_box i {
		font-size: 1.5rem;
	}
	.contact_reason_box h4 {
		font-size: 14px;
	}
	.contact_reason_box p {
		font-size: 12px;
	}
	
	/* Contact option boxes */
	.contact_option_box h4 {
		font-size: 14px;
	}
	.contact_option_box p {
		font-size: 13px;
	}
	
	/* Contact form */
	.contact_form label {
		font-size: 13px;
	}
	.contact_form .form-control,
	.contact_form .form-select {
		padding: 10px 12px;
		font-size: 13px;
	}
	
	/* Accordion */
	.accordion-button {
		padding: 12px;
		font-size: 13px;
	}
	.accordion-body {
		padding: 12px;
		font-size: 12px;
	}
	
	/* Buttons */
	.btn_1 {
		padding: 10px 18px;
		font-size: 13px;
	}
	.full-width {
		padding: 10px;
	}
}

/* ========================================
   CTA Section Responsive Fixes
   ======================================== */

/* Tablet - center and stack CTA buttons */
@media (max-width: 768px) {
	.call_section {
		text-align: center;
	}
	.call_section .float-start,
	.call_section .float-end {
		float: none !important;
		display: inline-block;
		text-align: center;
		margin: 5px;
	}
	.call_section .add_left_30 {
		margin-left: 0 !important;
	}
	.call_section h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	.call_section p {
		text-align: center;
	}
	.call_section .btn_1 {
		display: inline-block;
		margin: 5px auto;
		margin-left: 0 !important;
	}
}

/* Mobile - ensure proper stacking */
@media (max-width: 576px) {
	.call_section {
		padding: 30px 15px;
		text-align: center;
	}
	.call_section h3 {
		font-size: 20px;
	}
	.call_section p {
		text-align: center;
	}
	.call_section .btn_1 {
		display: inline-block;
		width: auto;
		max-width: 250px;
		margin: 8px auto;
		margin-left: 0 !important;
	}
}

/* ========================================
   AI Chatbot Demo Page Styles
   ======================================== */

/* Chat demo container */
.chat_demo_container {
	background: #fff;
	border: 1px solid #DAD8D3;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}

/* Chat window - scrollable message area */
.chat_window {
	height: 500px;
	overflow-y: auto;
	padding: 20px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* Message wrapper */
.chat_window .msg {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* User message styling */
.msg_user {
	font-weight: 700;
	color: #3E5E3A;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.msg_user + .msg_text {
	background: #F2F2F0;
	padding: 12px 15px;
	border-radius: 4px;
	color: #333333;
	line-height: 1.6;
	font-size: 14px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

/* Bot message styling */
.msg_bot {
	font-weight: 700;
	color: #C23B22;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.msg_response {
	background: #f9f9f8;
	padding: 12px 15px;
	border-left: 3px solid #C23B22;
	color: #333333;
	line-height: 1.6;
	font-size: 14px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

/* Source references */
.sources {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
	font-size: 12px;
}

.source_pill {
	display: inline-block;
	padding: 4px 10px;
	background: #F2F2F0;
	border: 1px solid #DAD8D3;
	border-radius: 12px;
	color: #555;
	font-weight: 500;
	white-space: nowrap;
}

/* Chat form */
.chat_form {
	display: flex;
	gap: 10px;
	padding: 15px 20px;
	background: #FAFAF8;
	border-top: 1px solid #DAD8D3;
}

.chat_form input {
	flex: 1;
	padding: 12px 15px;
	border: 1px solid #DAD8D3;
	border-radius: 4px;
	font-size: 14px;
	font-family: Open Sans, sans-serif;
	color: #333333;
	transition: border-color 0.3s ease;
}

.chat_form input:focus {
	outline: none;
	border-color: #3E5E3A;
	box-shadow: 0 0 0 0.25rem rgba(62, 94, 58, 0.15);
}

.btn_chat {
	padding: 12px 24px;
	background-color: #C23B22;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
	white-space: nowrap;
	font-family: Open Sans, sans-serif;
}

.btn_chat:hover:not(:disabled) {
	background-color: #A12F1C;
	transform: translateY(-1px);
}

.btn_chat:active:not(:disabled) {
	transform: translateY(0);
}

.btn_chat:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Chat info text */
.chat_info {
	text-align: center;
	color: #7A8E72;
	font-size: 13px;
	padding: 15px;
	background: #F2F2F0;
	border-radius: 4px;
}

/* Chat window scroll styling */
.chat_window::-webkit-scrollbar {
	width: 8px;
}

.chat_window::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.chat_window::-webkit-scrollbar-thumb {
	background: #C23B22;
	border-radius: 4px;
}

.chat_window::-webkit-scrollbar-thumb:hover {
	background: #A12F1C;
}

/* Responsive Chat Demo */
@media (max-width: 768px) {
	.chat_window {
		height: 400px;
	}

	.chat_form {
		flex-direction: column;
		gap: 8px;
	}

	.btn_chat {
		width: 100%;
	}

	.sources {
		flex-direction: column;
	}

	.source_pill {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.chat_window {
		height: 350px;
		padding: 15px;
	}

	.chat_form {
		padding: 12px 15px;
		gap: 6px;
	}

	.msg_user + .msg_text,
	.msg_response {
		padding: 10px 12px;
		font-size: 13px;
	}

	.source_pill {
		font-size: 11px;
		padding: 3px 8px;
	}
}
