* {
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	--orange: #F47920;
	--dark: #1a1a2e;
}

/* ===== TOPBAR ===== */
.topbar {
	background: #111;
	color: #ccc;
	font-size: 12.5px;
	padding: 5px 0;
}

.topbar a {
	color: #ccc;
	text-decoration: none;
}

.topbar a:hover {
	color: var(--orange);
}

.topbar-contact span {
	margin-right: 18px;
}

.topbar-contact i {
	color: var(--orange);
	margin-right: 5px;
}

.topbar-social {
	display: flex;
	align-items: center;
	gap: 8px;
}

.topbar-social span {
	margin-right: 6px;
	color: #ccc;
}

.topbar-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.topbar-social .fb {
	background: #fff;
}

.topbar-social .ig {
	background: #fff;
}

.topbar-social .yt {
	background: #fff;
}

.topbar-social .li {
	background: #fff;
}

/* ===== NAVBAR ===== */
.navbar {
	background: #010e1e;
	padding: 10px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
}

.navbar-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
}

.brand-logo-circle {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: linear-gradient(135deg, #222 60%, #444 100%);
	border: 3px solid var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.brand-logo-circle .j-letter {
	font-size: 26px;
	font-weight: 900;
	color: var(--orange);
	font-style: italic;
	line-height: 1;
}

.brand-logo-circle .robot-ears {
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	display: flex;
	justify-content: space-between;
}

.brand-name-wrap .brand-main {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
}

.brand-name-wrap .brand-main .jwala {
	color: #222;
}

.brand-name-wrap .brand-main .bots {
	color: var(--orange);
}

.brand-name-wrap .brand-sub {
	font-size: 9px;
	color: #888;
	letter-spacing: .3px;
	font-weight: 500;
}

.nav-link {
	font-weight: 600;
	color: #ccc !important;
	font-size: 13.5px;
	padding: 6px 13px !important;
	transition: .15s;
}

.nav-link:hover {
	color: var(--orange) !important;
}

.nav-link.active-link {
	color: var(--orange) !important;
	border-bottom: 2.5px solid var(--orange);
}

.btn-get-quote {
	background: var(--orange);
	color: #fff !important;
	border-radius: 6px;
	font-weight: 700;
	font-size: 13.5px;
	padding: 9px 20px !important;
	border: none;
	transition: .2s;
	white-space: nowrap;
}

.btn-get-quote:hover {
	background: #d96500;
	color: #fff !important;
}

/* ===== HERO ===== */
.hero {
	background: linear-gradient(135deg, #060620 0%, #0d0d35 25%, #10184a 50%, #0a2050 75%, #060620 100%);
	min-height: 440px;
	padding: 60px 0 50px;
	position: relative;
	overflow: hidden;
}

.hero::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: url('images/homeslider.jpeg');
}

/* circuit dots */
.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-size: 40px 40px, 80px 80px;
	background-position: 0 0, 20px 20px;
	pointer-events: none;
}

.hero h1 {
	color: #010e1e;
	font-weight: 700;
	font-size: clamp(22px, 3.5vw, 40px);
	line-height: 1.25;
	margin-bottom: 4px;
}

.hero h1 em {
	color: var(--orange);
	font-style: italic;
	font-weight: 800;
	font-size: clamp(26px, 4vw, 46px);
}

.hero-sub {
	color: #010e1e;
	font-size: 14px;
	margin: 12px 0 22px;
	line-height: 1.6;
}

.hero-feats {
	display: flex;
	gap: 24px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.hero-feat {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero-feat-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(1, 14, 30, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #010e1e;
  flex-shrink: 0;
}

.hero-feat-text {
	font-size: 12px;
	color: #010e1e;
	font-weight: 500;
	line-height: 1.3;
}

.btn-explore {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--orange);
	color: #fff;
	border: none;
	border-radius: 30px;
	font-weight: 600;
	font-size: 13.5px;
	padding: 12px 26px;
	text-decoration: none;
	transition: .2s;
}

.btn-explore:hover {
	background: #d96500;
	color: #fff;
}

.btn-explore i {
	font-size: 14px;
}

.hero-img-wrap {
	position: relative;
	text-align: center;
}

.hero-img-wrap img {
	max-height: 390px;
	width: 100%;
	object-fit: contain;
	filter: drop-shadow(0 0 30px rgba(60, 100, 255, .4)) drop-shadow(0 0 60px rgba(244, 121, 32, .2));
	position: relative;
	z-index: 1;
}

/* ===== SECTION DIVIDER (circuit lines) ===== */
.circuit-divider {
	background: #fff;
	padding: 8px 0;
	overflow: hidden;
}

.circuit-divider svg {
	display: block;
	width: 100%;
}

/* ===== OUR SOLUTIONS ===== */
.solutions {
	background: #fff;
	padding: 5px 0 56px;
}

.sol-title {
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 32px;
}

.sol-title span {
	color: var(--orange);
}

.sol-card {
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	transition: box-shadow .25s, transform .25s;
	height: 100%;
}

.sol-card:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, .11);
	transform: translateY(-3px);
}

.sol-num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-weight: 800;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 14px auto 8px;
}

.sol-num.orange {
	background: var(--orange);
	color: #fff;
}

.sol-num.dark {
	background: #1a1a2e;
	color: #fff;
}

.sol-card img {
	width: 100%;
	/*height: 130px;*/
	object-fit: cover;
}

.sol-card h6 {
	font-weight: 800;
	font-size: 13px;
	margin: 10px 10px 5px;
	line-height: 1.3;
}

.sol-card p {
	font-size: 11px;
	color: #666;
	padding: 0 10px;
	margin-bottom: 12px;
	line-height: 1.5;
}

.btn-sol {
	border: none;
	border-radius: 6px;
	font-size: 11.5px;
	font-weight: 700;
	padding: 7px 18px;
	margin-bottom: 14px;
	text-decoration: none;
	display: inline-block;
	transition: .2s;
}

.btn-sol.orange {
	background: var(--orange);
	color: #fff;
}

.btn-sol.dark {
	background: #1a1a2e;
	color: #fff;
}

.btn-sol.orange:hover {
	background: #d96500;
}

.btn-sol.dark:hover {
	background: #333;
}

/* ===== WHY CHOOSE ===== */
.why-section {
	padding: 0;
}

.why-left {
	background: #1a1a2e;
	padding: 44px 40px 44px 40px;
}

.why-left h2 {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 18px;
}

.why-left h2 span {
	color: var(--orange);
}

.why-checklist {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

.why-checklist li {
	color: #fff;
	font-size: 13.5px;
	font-weight: 500;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.why-checklist li .chk {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #fff;
	flex-shrink: 0;
}

.why-robot-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.why-robot-wrap img {
	max-height: 180px;
	object-fit: contain;
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .4));
}

/* stats right */
.why-right {
	background: var(--orange);
	padding: 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
}

.stat-box {
	padding: 36px 20px;
	text-align: center;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.stat-box:nth-child(2) {
	border-right: none;
}

.stat-box:nth-child(3) {
	border-bottom: none;
}

.stat-box:nth-child(4) {
	border-right: none;
	border-bottom: none;
}

.stat-box i {
	font-size: 32px;
	margin-bottom: 4px;
}

.stat-box .num {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.stat-box .lbl {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

/* ===== ABOUT ===== */
.about-section {
	padding: 15px 0;
}

.about-section h2 {
	font-size: 22px;
	font-weight: 800;
}

.about-section h2 span {
	color: var(--orange);
}

.about-section p {
	font-size: 13px;
	color: #444;
	line-height: 1.75;
	margin: 14px 0 20px;
}

.about-feats {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 24px;
}

.about-feat {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	color: #444;
	font-weight: 600;
}

.about-feat i {
	color: var(--orange);
	font-size: 15px;
}

.btn-know {
	background: #1a1a2e;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 24px;
	text-decoration: none;
	display: inline-block;
	transition: .2s;
}

.btn-know:hover {
	background: #333;
	color: #fff;
}

.about-img-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}

.about-img-wrap img {
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	border-radius: 12px;
}

.about-logo-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #fff;
	border-radius: 10px;
	padding: 8px 14px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.about-logo-badge .bname {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.1;
}

.about-logo-badge .bname .j {
	color: #333;
}

.about-logo-badge .bname .b {
	color: var(--orange);
}

.about-logo-badge .bsub {
	font-size: 8px;
	color: #888;
	letter-spacing: .3px;
}

/* ===== BRANDS ===== */
.brands-section {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.brands-title {
    font-size: 18px;
    font-weight: 800;
    color: #222;
    white-space: nowrap;
    padding-right: 20px;
}

.brands-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.brands-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: scrollBrands 30s linear infinite;
}

.brand-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    width: 150px;
    max-height: 90px;
    object-fit: contain;
    transition: 0.3s;
}

.brand-item img:hover {
    transform: scale(1.08);
}

@keyframes scrollBrands {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on Hover */
.brands-slider:hover .brands-track {
    animation-play-state: paused;
}

/* ===== FOOTER ===== */
footer {
	background: #010e1e;
	color: #ccc;
	padding: 44px 0 0;
}

footer h6 {
	color: var(--orange);
	font-weight: 700;
	font-size: 14.5px;
	margin-bottom: 16px;
}

footer p,
footer li,
footer a {
	font-size: 12.5px;
	color: #bbb;
	line-height: 1.8;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	color: var(--orange);
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 4px;
}

footer ul li i {
	color: var(--orange);
	margin-top: 3px;
	width: 14px;
	flex-shrink: 0;
}

.footer-social-wrap {
	display: flex;
	gap: 8px;
	margin-top: 4px;
}

.footer-social-wrap a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	transition: .2s;
}

.footer-social-wrap .fb {
	background: #1877f2;
}

.footer-social-wrap .ig {
	background: radial-gradient(circle at 30% 107%, #fdf497, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer-social-wrap .yt {
	background: #ff0000;
}

.footer-social-wrap .li {
	background: #0077b5;
}

.footer-social-wrap a:hover {
	opacity: .85;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-logo-circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #1a1a2e;
	border: 3px solid var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	font-weight: 900;
	color: var(--orange);
	font-style: italic;
}

.footer-logo-text .fn {
	font-size: 20px;
	font-weight: 900;
}

.footer-logo-text .fn .j {
	color: #fff;
}

.footer-logo-text .fn .b {
	color: var(--orange);
}

.footer-logo-text .fs {
	font-size: 9px;
	color: #888;
	letter-spacing: .3px;
}

.btn-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--orange);
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 12.5px;
	font-weight: 700;
	padding: 9px 18px;
	text-decoration: none;
	margin-top: 14px;
	transition: .2s;
}

.btn-whatsapp:hover {
	background: #d96500;
	color: #fff;
}

.footer-bottom {
  border-top: 1px solid #2a2a2a;
  margin-top: 36px;
  padding: 14px 0;
  font-size: 13px;
  color: #fff;
  background: #f47920;
}

.heart {
	color: #e33;
}

/* ===== RESPONSIVE ===== */
@media(max-width:991px) {
	.why-left {
		padding: 32px 24px;
	}

	.stats-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media(max-width:767px) {
	.hero {
		padding: 44px 0 36px;
	}

	.hero h1 {
		font-size: 24px;
	}

	.hero h1 em {
		font-size: 28px;
	}

	.topbar-contact .hide-sm {
		display: none;
	}
}

/* ===== NUMBERS SECTION ===== */
.numbers-section {
  position: relative;
  background: #111;
  padding: 52px 0 48px;
  overflow: hidden;
}
.numbers-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1485827404703-89b55fcc595e?w=1400&q=40&fit=crop') center/cover no-repeat;
  opacity: .18;
}
.numbers-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.7) 0%, rgba(0,0,0,.5) 100%);
}
.numbers-heading {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 38px;
}
.numbers-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 60px;
  gap: 6px;
}
.num-val {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}
.num-plus {
  font-size: .65em;
  font-weight: 900;
}
.num-lbl {
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.num-divider {
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,.25);
  flex-shrink: 0;
}

/* ===== EVENTS / VIDEOS / SOCIAL ===== */
.evs-section {
  background: #f9f9f9;
  padding: 25px 0 25px;
}
.evs-col-title {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 16px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

/* Event card */
.evs-event-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.evs-event-img-wrap {
  position: relative;
}
.evs-event-img-wrap img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.evs-event-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: .5px;
}
.evs-event-body {
  padding: 14px 16px;
}
.evs-event-name {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #111;
}
.evs-event-venue {
  font-size: 11.5px;
  color: #555;
  margin-bottom: 12px;
}
.evs-event-btn {
  display: block;
  width: 100%;
  background: #1a1a2e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: .2s;
}
.evs-event-btn:hover { background: #333; color: #fff; }
.evs-event-hotline {
  font-size: 11px;
  color: #888;
  text-align: center;
  margin: 0;
}
.evs-dots {
  text-align: center;
  margin-top: 12px;
  display: flex;
  gap: 6px;
  justify-content: center;
}
.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
}
.dot.active { background: var(--orange); }

/* Video */
.evs-video-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.evs-video-wrap iframe {
  width: 100%;
  height: 185px;
  display: block;
}
.evs-review-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 12px 14px;
}
.evs-review-title a {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}
.evs-review-text {
  font-size: 11.5px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 8px;
}
.evs-review-date {
  font-size: 11px;
  color: #aaa;
  text-align: right;
  margin: 0;
}

/* Facebook widget */
.evs-fb-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.evs-fb-banner {
  position: relative;
}
.evs-fb-banner img:first-child {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}
.evs-fb-logo-wrap {
  position: absolute;
  bottom: -22px;
  left: 14px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  background: #1a1a2e;
}
.evs-fb-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evs-fb-body {
  padding: 30px 14px 14px;
}
.evs-fb-name {
  font-size: 14px;
  font-weight: 800;
  color: #111;
  margin-bottom: 1px;
}
.evs-fb-followers {
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
}
.evs-fb-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.evs-fb-desc {
  font-size: 11.5px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}
.evs-fb-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  color: #444;
  margin-bottom: 12px;
}
.evs-fb-follow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #1877f2;
  color: #fff;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
  transition: .2s;
}
.evs-fb-follow-btn:hover { background: #1257c0; color: #fff; }

/* responsive */
@media(max-width: 767px) {
  .num-item { padding: 16px 20px; }
  .num-divider { width: 80%; height: 1px; }
  .numbers-grid { flex-direction: column; }
}
/* ===== SLIDER ===== */
.evs-slider-wrap { position: relative; }

.evs-slides-container { position: relative; }

.evs-slide { display: none; }
.evs-slide.active { display: block; }

.evs-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.evs-prev, .evs-next {
  background: #1a1a2e;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  transition: .2s;
  flex-shrink: 0;
}
.evs-prev:hover, .evs-next:hover { background: var(--orange); }

.evs-dots-row {
  display: flex;
  gap: 6px;
  align-items: center;
}
.evs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background .2s;
}
.evs-dot.active { background: var(--orange); }


/* Home Slider */
.home-slider {
    margin: 0;
    padding: 0;
}

.home-slider .carousel-item img {
    width: 100% !important;
    object-fit: cover;
}

@media (max-width: 768px) {
    .home-slider .carousel-item img {
        height: 250px;
    }
}

/* ========================================================
   INNER PAGES — banner, sections, forms, cards
   ======================================================== */

/* ----- Page banner (hero for inner pages) ----- */
.page-banner {
	background: linear-gradient(135deg, #060620 0%, #0d0d35 25%, #10184a 50%, #0a2050 75%, #060620 100%);
	padding: 46px 0;
	text-align: center;
	position: relative;
}

.page-banner h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 8px;
}

.page-banner-crumb {
	color: rgba(255,255,255,.65);
	font-size: 13.5px;
}

.page-banner-crumb a {
	color: var(--orange);
	text-decoration: none;
}

.page-banner-crumb span {
	margin: 0 6px;
}

/* ----- Generic inner section wrapper ----- */
.inner-section {
	padding: 56px 0;
	background: #fff;
}

.inner-section.alt-bg {
	background: #f7f8fb;
}

.inner-title {
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 18px;
	color: var(--dark);
}

.inner-title span {
	color: var(--orange);
}

.philosophy-sub {
	max-width: 720px;
	margin: 0 auto 30px;
	color: #555;
	text-align: center;
}

.inner-section p {
	color: #555;
	line-height: 1.7;
	margin-bottom: 14px;
}

.about-img-wrap {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.about-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ----- Vision / Mission cards ----- */
.vm-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	padding: 32px 28px;
	height: 100%;
	box-shadow: 0 6px 24px rgba(0,0,0,.05);
}

.vm-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(244,121,32,.12);
	color: var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 16px;
}

.vm-card h3 {
	font-size: 21px;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 14px;
}

.vm-quote {
	font-style: italic;
	font-weight: 600;
	color: var(--dark) !important;
	border-left: 3px solid var(--orange);
	padding-left: 14px;
	margin-bottom: 16px !important;
}

.mission-list {
	list-style: none;
	padding: 0;
	margin: 14px 0 0;
}

.mission-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #555;
	margin-bottom: 12px;
	line-height: 1.6;
}

.mission-list li i {
	color: var(--orange);
	margin-top: 4px;
	flex-shrink: 0;
}

/* ----- Core philosophy steps ----- */
.philosophy-row {
	margin-top: 10px;
}

.step-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 26px 18px;
	text-align: center;
	height: 100%;
	transition: transform .2s, box-shadow .2s;
}

.step-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.step-num {
	font-size: 26px;
	font-weight: 900;
	color: var(--orange);
	margin-bottom: 8px;
}

.step-box h6 {
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 8px;
}

.step-box p {
	font-size: 13.5px;
	margin-bottom: 0;
}

/* ----- Service cards (Services / Training pages) ----- */
.service-card {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 14px;
	padding: 30px 24px;
	text-align: center;
	height: 100%;
	transition: box-shadow .25s, transform .25s;
}

.service-card:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	transform: translateY(-3px);
}

.service-icon {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: rgba(244,121,32,.12);
	color: var(--orange);
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}

.service-card h5 {
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 10px;
}

.service-card p {
	font-size: 13.5px;
	margin-bottom: 18px;
}

/* ----- CTA strip ----- */
.cta-strip {
	background: var(--dark);
	padding: 26px 0;
}

.cta-strip h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

/* ----- Event cards ----- */
.event-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
	transition: box-shadow .25s, transform .25s;
}

.event-card:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	transform: translateY(-3px);
}

.event-card-img {
	height: 190px;
	overflow: hidden;
}

.event-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-card-body {
	padding: 20px 22px 24px;
}

.event-card-body h5 {
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 6px;
}

.event-card-date {
	color: var(--orange);
	font-size: 12.5px;
	font-weight: 600;
	margin-bottom: 10px !important;
}

.event-card-body p:not(.event-card-date) {
	font-size: 13.5px;
}

.btn-style-three {
	display: inline-block;
	background: var(--dark);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	padding: 9px 18px;
	border-radius: 6px;
	text-decoration: none;
	transition: .2s;
}

.btn-style-three:hover {
	background: var(--orange);
}

/* ----- Contact page ----- */
.contact-info-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	padding: 26px;
	text-align: center;
	height: 100%;
}

.contact-info-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(244,121,32,.12);
	color: var(--orange);
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
}

.contact-info-box h6 {
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 6px;
}

.contact-info-box p {
	margin-bottom: 0;
	font-size: 14px;
}

.contact-info-box a {
	color: #555;
	text-decoration: none;
}

.contact-map-wrap {
	width: 100%;
	min-height: 320px;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

/* ----- Enquiry form ----- */
.enquiry-form label {
	font-size: 13px;
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 6px;
	display: block;
}

.enquiry-form .form-control {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 11px 14px;
	font-size: 14px;
}

.enquiry-form .form-control:focus {
	border-color: var(--orange);
	box-shadow: 0 0 0 3px rgba(244,121,32,.15);
}

.alert-success-box,
.alert-error-box {
	border-radius: 10px;
	padding: 14px 18px;
	font-size: 14px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.alert-success-box {
	background: #e8f6ec;
	color: #1e7a35;
	border: 1px solid #b8e6c3;
}

.alert-error-box {
	background: #fdecec;
	color: #b32626;
	border: 1px solid #f5c2c2;
}
