/* Website template by freewebsitetemplates.com */
html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #0c2635; 
	margin: 0;
}
img {
	border: 0;
}

/*------------------------------ HEADER ------------------------------*/
#header {
	width: 1160px;
	margin: 0 auto;
	position: relative;
}

/** Logo **/
#logo {
	display: block;
	padding: 0 0 35px 20px;
}

/** Navigation **/
#navigation {
	background: #03354e;
	position: relative;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#navigation .body {
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0;
	box-sizing: border-box;
}

#navigation .logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#navigation .logo img {
	height: 40px;
	width: auto;
	margin-right: 1rem;
}

.topbar-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 2rem 0 0;
	padding: 0;
}

.topbar-item i {
	color: #4a90e2;
	font-size: 1.2rem;
}

.topbar-item h1 {
	color: #fff;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(45deg, #4a90e2, #67b246);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nav-content {
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: flex-end;
	margin-left: 200px;
	padding-right: 200px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	display: flex;
	gap: 2rem;
	justify-content: flex-end;
	margin-left: auto;
}

#navigation ul li {
	position: relative;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.5rem 0;
	transition: color 0.3s ease;
	position: relative;
	display: block;
}

/* Underline effect on hover */
#navigation ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #4a90e2;
	transition: width 0.3s ease;
}

#navigation ul li a:hover::after {
	width: 100%;
}

/* Active state */
#navigation ul li a.active {
	color: #4a90e2;
}

#navigation ul li a.active::after {
	width: 100%;
	background: #4a90e2;
}

/* Dropdown styling */
#navigation ul li.dropdown {
	position: relative;
}

#navigation ul li.dropdown:hover .dropdown-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dropdown-content {
	position: absolute;
	top: 100%;
	left: -1rem;
	background: #fff;
	min-width: 200px;
	padding: 0.5rem 0;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.dropdown-content a {
	color: #333 !important;
	padding: 0.5rem 1rem !important;
	display: block;
	transition: background-color 0.3s ease !important;
}

.dropdown-content a:hover {
	background: #f5f5f5;
	color: #4a90e2 !important;
}

/* Mobile menu button */
.mobile-menu-button {
	display: none;
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
	padding: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
	.mobile-menu-button {
		display: block;
	}

	#navigation .body {
		padding: 0.5rem 1rem;
	}

	.topbar-item {
		margin-right: 1rem;
	}

	#navigation ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #03354e;
		flex-direction: column;
		padding: 1rem 0;
		gap: 0;
	}

	#navigation ul.show {
		display: flex;
	}

	#navigation ul li {
		width: 100%;
	}

	#navigation ul li a {
		padding: 1rem;
		display: block;
	}

	.dropdown-content {
		position: static;
		background: #02293c;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.dropdown-content a {
		color: #fff !important;
		padding-left: 2rem !important;
	}

	.nav-content {
		margin-left: 0;
		padding-right: 0;
	}
}

/** Searchbar **/
#search {
	display: none;  /* Or you can completely remove this section */
}

/** Adbox **/
#adbox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
	
}
#adbox .body {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#adbox p {
	margin: 0;
}
#adbox .footer {
	height: 46px;
	width: 1160px;
	margin: 0 auto;
	position: relative;
}
#adbox div.footer ul {
	background-color: #dcdcdc;
	display: inline-block;
	width: 1160px;
	list-style: none;
	margin: 0 auto;
	border-radius: 3px;
	padding: 0;
	position: absolute;
	bottom: -80px;
}
#adbox div.footer ul li {
	float: left;
	width: 280px;
	padding: 20px 20px 18px;
}
#adbox div.footer ul li img {
	float: left;
	margin-right: 10px;
}
#adbox div.footer ul li p {
	color: #363636;
	font-size: 14px;
	height: 88px;
	line-height: 20px;
	margin: 0;
}
#adbox div.footer ul li p a {
	color: #010101;
	font-weight: bold;
	text-decoration: none;
}
#adbox div.footer ul li.selected {
	background-color: #e9f1f4;
	border-radius: 3px;
}
#adbox div.footer ul li.selected p, #adbox div.footer ul li.selected p a {
	color: #5c6164;
}
#adbox div.footer span.bottom-shadow {
	background: url(../images/bottom-shadow.gif) no-repeat left top;
	display: block;
	height: 20px;
	width: 1160px;
	position: absolute;
	bottom: -100px;
}

/*------------------------------ CONTENTS ------------------------------*/
#contents {
	background: url(../images/bg-content.gif) repeat;
	padding: 10px 0 20px;
}
#contents div.body {
	color: #fdfffa;
	width: 1160px;
	margin: 0 auto 20px;
}

/** MAIN **/
#main {
	background-color: #03354e;
	width: 100%;
	padding: 3rem 1.5rem;
	box-sizing: border-box;
}
#main span, #main p {
	color: #aeb4b4;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding-right: 20px;
	text-align: justify;
}
#main span {
	color: #fdfffa;
	font-size: 16px;
}
#main p a {
	color: #aeb4b4;
	font-weight: bold;
	text-decoration: none;
}
#main span a {
	color: #fdfffa;
	font-weight: bold;
	text-decoration: none;
}
#main ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	list-style: none;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
#main ul li {
	width: 100%;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	transition: transform 0.3s ease;
	float: none;
	display: block;
	box-sizing: border-box;
}
#main ul li:hover {
	transform: translateY(-5px);
}
#main ul li a {
	color: #fdfffa;
	display: block;
	height: 114px;
	margin: 0 40px 0 0;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
}
#main ul li img {
	float: left;
}
#main ul li h3 {
	margin: 0;
	line-height: 25px;
	padding-top: 35px;
}
#main ul li p {
	clear: both;
	padding: 6px 40px 20px 0;
	padding-right: 0;
}

#main ul:not([class]) {
	grid-template-columns: repeat(2, 1fr) !important;
}

/** SIDEBAR **/
#sidebar {
	float: left;
	width: 270px;
	margin: 0;
	padding: 20px 20px 0 10px;
}
#sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
}
#sidebar ul {
	list-style: none;
	height: 420px;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}
#sidebar ul li span {
	color: #456d87;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
#sidebar ul li span a {
	background: url(../images/bg-comment.gif) no-repeat 7px 3px;
	color: #fffffb;
	display: inline-block;
	height: 20px;
	width: 20px;
	padding-bottom: 1px;
	padding-left: 12px;
	text-decoration: none;
}

/*------------------------------ About us page ------------------------------*/
#contents .background {
	background-color: #ffffff;
	line-height: 20px;
	min-height: 960px;
	width: 1120px;
	border-radius: 3px;
	margin: 0 auto;
	padding: 20px;
}
#contents div.background h3 {
	color: #0e2934;
	margin: 20px 0;
	text-transform: uppercase;
}
#contents div.background p {
	color: #646c6f;
	font-size: 14px;
	margin: 0;
	padding: 0 0 20px;
	text-align: justify;
}
#contents div.background p a {
	color: #0e2934;
	font-weight: bold;
	text-decoration: none;
}
#contents div.background p b {
	display: block;
	margin: 20px 0;
	text-transform: uppercase;
}

/*------------------------------ Blog Page ------------------------------*/
#blogs {
	display: inline-block;
}
#blogs div.section h3, #blogs div.sidebar h3 {
	margin: 0 0 20px;
	text-transform: none;
}
#blogs div.section h3 a {
	color: #0e2934;
	text-decoration: none;
}

#blogs div.sidebar {
	float: right;
	width: 270px;
}
#contents #blogs div.sidebar ul li a {
	color: #646C6F;
	text-decoration: none;
}
#contents #blogs div.sidebar ul li a:hover {
	color: #0e2934;
}

#blogs div.posts {
	margin: 0 0 40px;
}
#blogs div.posts ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#blogs div.posts ul li {
	padding-bottom: 10px;
}

#contents #blogs div.archives ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contents #blogs div.archives ul li {
	float: left;
	width: 135px;
	line-height: 30px;
}

#blogs div.section {
	margin-right: 300px;
}

/*------------------------------ Contact us Page ------------------------------*/
#contents div#contacts ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
#contents div#contacts ul li {
	width: 450px;
}
#contents div#contacts ul li p b {
	margin: 0;
	text-transform: none;
}

#services span, #solutions span, #support span {
	color: #0e2934;
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 20px;
	text-align: justify;
}
#services span a, #solutions span a, #support span a {
	color: #0e2934;
	text-decoration: none;
}

/*------------------------------ Services Page ------------------------------*/
#services p {
	clear: both;
}
#services img {
	float: left;
	margin: 0 40px 20px 0;
}
#services ul {
	color: #646c6f;
	padding: 0;
}
#services ul li {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 20px;
	text-align: justify;
}

/*------------------------------ Solutions Page ------------------------------*/
#solutions ul {
	color: #646c6f;
	margin: 0 0 0 15px;
	padding: 0;
}
#contents #solutions ul li p b {
	margin: 0 0 20px;
}

/*------------------------------ Support Page ------------------------------*/
#support {
	padding: 20px 30px 0 10px;
}
#support ul {
	color: #646c6f;
	list-style: none;
	margin: 20px 0;
	padding: 0 20px;
}
#support ul li {
	padding: 0 0 20px;
}
#support ul li img {
	float: left;
	margin-right: 20px;
}
#contents #support ul li p {
	margin: 0 0 0 116px;
}
#contents #support ul li p b {
	color: #0e2934;
	margin: 0 0 20px;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	background: #03354e;
	padding: 3rem 0 1.5rem;
	color: #fff;
}

#footer div.body {
	color: #fdfffa;
	width: 1160px;
	margin: 0 auto 20px;
}

.footer-content {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	padding: 0;
	gap: 12rem;
	position: relative;
}

.footer-section {
	flex: 0 1 auto;
}

.footer-section.contact {
	flex-basis: 300px;
	position: absolute;
	left: 300px;
}

.footer-section.social {
	flex-basis: 200px;
	margin-left: auto;
}

.footer-section h3 {
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-section h3 i {
	color: #4a90e2;
}

.footer-section p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #ccc;
	margin: 0.5rem 0;
}

.social-links {
	display: flex;
	gap: 1.5rem;
}

.social-links a {
	color: #fff;
	font-size: 1.5rem;
	transition: transform 0.3s ease, color 0.3s ease;
}

.social-links a:hover {
	transform: translateY(-3px);
}

/* Social media brand colors on hover */
.social-links a:hover .fa-facebook {
	color: #1877f2;
}

.social-links a:hover .fa-instagram {
	color: #e4405f;
}

.social-links a:hover .fa-tiktok {
	color: #00f2ea;
}

.footer-bottom {
	max-width: 960px;
	margin: 2rem auto 0;
	padding: 1.5rem 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.copyright {
	color: #ccc;
	font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
	.footer-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 2rem;
	}

	.footer-section {
		width: 100%;
	}

	.footer-section h3,
	.footer-section p {
		justify-content: center;
	}

	.social-links {
		justify-content: center;
	}
}

/*------------------------------ For IE6 ------------------------------*/

.grid-container {
    display: grid;
    grid-template-columns: 1fr 3fr;  /* Sidebar takes 1/4, main content takes 3/4 */
    gap: 2rem;  /* Space between sidebar and main content */
}

/* Make it responsive */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;  /* Stack vertically on smaller screens */
    }
    #main ul {
        grid-template-columns: 1fr;  /* Stack vertically on mobile */
    }
}

/* Additional grid layouts for other sections */
#adbox .body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

#adbox .footer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
}

#main ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    list-style: none;
    padding: 0;
}

/* Footer grid layout */
#footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    padding: 2rem;
}

.footnote {
    grid-column: 1 / -1;  /* Span full width */
    text-align: center;
}

/* About Page Styles */
.about-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.page-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.page-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #4a90e2, #67b246);
}

.intro-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* Two items per line */
    gap: 2rem;
    margin: 2rem 0;
}

.about-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

/* Different colors for each about card */
.about-card:nth-child(1)::before {
    background: linear-gradient(to right, #4A90E2, #6CB2EB);
}

.about-card:nth-child(2)::before {
    background: linear-gradient(to right, #67B246, #98D476);
}

.about-card:hover {
    transform: translateY(-5px);
}

.about-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

/* Different colors for each about heading */
.about-card:nth-child(1) h2 { 
    color: #4A90E2; 
}

.about-card:nth-child(2) h2 { 
    color: #67B246; 
}

.about-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Add icons before headings */
.about-card h2::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.75rem;
    font-size: 1.4rem;
    vertical-align: middle;
}

.about-card:nth-child(1) h2::before { 
    content: '\f1ad';  /* Building/Story icon */
    color: #4A90E2;
}

.about-card:nth-child(2) h2::before { 
    content: '\f0b1';  /* Briefcase/Approach icon */
    color: #67B246;
}

/* Add subtle background icons */
.about-card {
    position: relative;
}

.about-card::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-size: 4rem;
    opacity: 0.05;
    transform: rotate(-15deg);
}

.about-card:nth-child(1)::after {
    content: '\f1ad';
}

.about-card:nth-child(2)::after {
    content: '\f0b1';
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;  /* Stack on mobile */
    }

    .about-card h2 {
        font-size: 1.5rem;
    }
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* Changed to 2 columns */
    gap: 2rem;
    margin-top: 2rem;
}

.leader-card {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.leader-card h3 {
    color: #333;
    margin-bottom: 0.5rem;
}

.leader-card strong {
    display: block;
    color: #4a90e2;
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-section {
        padding: 1rem;
    }

    .page-title {
        font-size: 2rem;
    }

    .intro-text {
        font-size: 1.1rem;
    }

    .values-grid,
    .leadership-grid {
        grid-template-columns: 1fr;
    }
}

/* Animation for cards */
.about-card,
.value-card,
.leader-card {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.images-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.1rem;
    width: 950px;
    height: 350px;
    margin: 0;
    padding: 0;
}

.left-image {
    height: 300px;
    width: 100%;
}

.left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0.1rem;
    height: 100%;
    width: 100%;
}

.right-images img {
    width: 100%;
    height: 148px;
    object-fit: cover;
}

/* Make it responsive */
@media (max-width: 768px) {
    .images-container {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .right-images {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
}

.topbar-item {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 10px;
	font-size: 17px;
	color: #ffffff;
	height: 70px;
  
	i {
	  width: 32px;  
	  text-align: center;
	  color: #ffffff;
	  font-size: 50px; 
	}
  
	h1 {
		  font-size: 48px;
		  float: left;
		  position: relative;
		  bottom: 0px;
	  left: 10px;
	  font-weight: bold;
	}
  
	span {
	  margin-left: 8px;
	  font-size: 20px;  
	  font-weight: 500;  
	}
  }

/* Contact Page Styles */
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.contact-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.contact-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #4a90e2, #67b246);
}

.contact-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #666;
    line-height: 1.6;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: start;
}

.contact-info {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-info h2 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.contact-details {
    list-style: none;
    padding: 0;
}

.contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.contact-details li:last-child {
    border-bottom: none;
}

.contact-details i {
    color: #4a90e2;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.contact-details div {
    flex: 1;
}

.contact-details strong {
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
}

.contact-details a {
    color: #4a90e2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #2d5f9e;
}

.contact-form {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4a90e2;
}

.submit-btn {
    background: #4a90e2;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #2d5f9e;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-container {
        padding: 2rem 1rem;
    }

    .contact-title {
        font-size: 2rem;
    }
}

/* Solutions Page Styles */
.solutions-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.solutions-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.solutions-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #4a90e2, #67b246);
}

.solutions-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #666;
    line-height: 1.6;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* Changed to 2 columns */
    gap: 2rem;
    margin: 2rem 0;
}

.solution-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.solution-card:hover {
    transform: translateY(-5px);
}

.card-header {
    background: #4a90e2;
    color: #fff;
    padding: 2rem;
    text-align: center;
}

.card-header i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.card-header h2 {
    font-size: 1.5rem;
    margin: 0;
}

.card-content {
    padding: 2rem;
}

.card-content p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #333;
}

.features-list i {
    color: #67b246;
    font-size: 1rem;
}

.cta-section {
    text-align: center;
    background: #f8f9fa;
    padding: 3rem;
    border-radius: 10px;
    margin-top: 3rem;
}

.cta-section h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p {
    color: #666;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    background: #4a90e2;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background: #2d5f9e;
}

/* Color variations for different solution cards */
.solution-card.franchise .card-header {
    background: #4a90e2;
}

.solution-card.software .card-header {
    background: #67b246;
}

.solution-card.consulting .card-header {
    background: #e24a4a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .solutions-container {
        padding: 2rem 1rem;
    }

    .solutions-title {
        font-size: 2rem;
    }

    .cta-section {
        padding: 2rem 1rem;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .solutions-grid {
        grid-template-columns: 1fr;  /* Single column on mobile */
    }
}

/* Business Ventures Page Styles */
.ventures-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.ventures-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.ventures-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #4a90e2, #67b246);
}

.ventures-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #666;
    line-height: 1.6;
}

.ventures-grid {
    display: grid;
    gap: 3rem;
}

.venture-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.venture-card:hover {
    transform: translateY(-5px);
}

.venture-image {
    height: 300px;
    overflow: hidden;
}

.venture-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.venture-card:hover .venture-image img {
    transform: scale(1.05);
}

.venture-content {
    padding: 2rem;
}

.venture-header {
    margin-bottom: 1.5rem;
}

.venture-header h2 {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

.location i {
    color: #4a90e2;
}

.venture-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.venture-features {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.venture-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #333;
}

.venture-features i {
    color: #4a90e2;
    font-size: 1.2rem;
}

.venture-cta {
    text-align: center;
}

.cta-button {
    display: inline-block;
    background: #4a90e2;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background: #2d5f9e;
}

/* Specific styles for each venture */
.venture-card.creams .venture-features i {
    color: #ff6b6b;
}

.venture-card.hubbards .venture-features i {
    color: #67b246;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ventures-container {
        padding: 2rem 1rem;
    }

    .ventures-title {
        font-size: 2rem;
    }

    .venture-features {
        grid-template-columns: 1fr;
    }

    .venture-image {
        height: 200px;
    }
}

/* Location Page Styles */
.location-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.location-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.location-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #ff6b6b, #ffd93d);
}

.location-details {
    margin-bottom: 3rem;
}

.address-card {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.address-card i {
    font-size: 2.5rem;
    color: #ff6b6b;
    margin-bottom: 1rem;
}

.address-card h2 {
    color: #333;
    margin-bottom: 1rem;
}

.address-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.directions-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ff6b6b;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1.5rem;
    transition: background-color 0.3s ease;
}

.directions-button:hover {
    background: #ff5252;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .location-container {
        padding: 2rem 1rem;
    }

    .location-title {
        font-size: 2rem;
    }

    .map-container iframe {
        height: 300px;
    }
}

/* Additional Location Page Styles for Mother Hubbard's */
.location-container.hubbards .location-title::after {
    background: linear-gradient(to right, #67b246, #4a90e2);
}

.location-container.hubbards .address-card i {
    color: #67b246;
}

.location-container.hubbards .directions-button {
    background: #67b246;
}

.location-container.hubbards .directions-button:hover {
    background: #549c39;
}

/* Values Section Styling */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* Two items per line */
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.value-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

/* Different colors for each value card */
.value-card:nth-child(1)::before {
    background: linear-gradient(to right, #FF6B6B, #FFE66D);
}

.value-card:nth-child(2)::before {
    background: linear-gradient(to right, #4ECDC4, #45B7AF);
}

.value-card:nth-child(3)::before {
    background: linear-gradient(to right, #6C5CE7, #A8A4E6);
}

.value-card:nth-child(4)::before {
    background: linear-gradient(to right, #67B246, #98D476);
}

.value-card:hover {
    transform: translateY(-5px);
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

/* Different colors for each value heading */
.value-card:nth-child(1) h3 { color: #FF6B6B; }
.value-card:nth-child(2) h3 { color: #4ECDC4; }
.value-card:nth-child(3) h3 { color: #6C5CE7; }
.value-card:nth-child(4) h3 { color: #67B246; }

.value-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Add icons before headings */
.value-card h3::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.value-card:nth-child(1) h3::before { 
    content: '\f521';  /* Quality icon */
    color: #FF6B6B;
}

.value-card:nth-child(2) h3::before { 
    content: '\f64f';  /* Integrity icon */
    color: #4ECDC4;
}

.value-card:nth-child(3) h3::before { 
    content: '\f0eb';  /* Innovation icon */
    color: #6C5CE7;
}

.value-card:nth-child(4) h3::before { 
    content: '\f0c0';  /* Community icon */
    color: #67B246;
}

/* Story and Approach Section Styling */
.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.about-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

/* Different colors for each about card */
.about-card:nth-child(1)::before {
    background: linear-gradient(to right, #4A90E2, #6CB2EB);
}

.about-card:nth-child(2)::before {
    background: linear-gradient(to right, #67B246, #98D476);
}

.about-card:hover {
    transform: translateY(-5px);
}

.about-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.about-card:nth-child(1) h2 { 
    color: #4A90E2; 
}

.about-card:nth-child(2) h2 { 
    color: #67B246; 
}

.about-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.about-card h2::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.75rem;
    font-size: 1.4rem;
    vertical-align: middle;
}

.about-card:nth-child(1) h2::before { 
    content: '\f1ad';
    color: #4A90E2;
}

.about-card:nth-child(2) h2::before { 
    content: '\f0b1';
    color: #67B246;
}

.about-card::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-size: 4rem;
    opacity: 0.05;
    transform: rotate(-15deg);
}

.about-card:nth-child(1)::after {
    content: '\f1ad';
}

.about-card:nth-child(2)::after {
    content: '\f0b1';
}

/* Responsive Design */
@media (max-width: 768px) {
    .values-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-card h2 {
        font-size: 1.5rem;
    }
}

/* Leadership Section Styling */
.leadership-section {
    margin: 4rem 0;
}

.leadership-section h2 {
    font-size: 2rem;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.leadership-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #4a90e2, #67b246);
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* Changed to 2 columns */
    gap: 2rem;
    margin-top: 2rem;
}

.leader-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.leader-card:hover {
    transform: translateY(-5px);
}

.leader-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.leader-card:hover .leader-image img {
    transform: scale(1.05);
}

.leader-info {
    padding: 1.5rem;
    text-align: center;
}

.leader-info h3 {
    color: #4a90e2;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.leader-info strong {
    display: block;
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.leader-info p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Add unique accent colors for each leader */
.leader-card:nth-child(1) .leader-info h3 {
    color: #4a90e2;  /* CEO - Blue */
}

.leader-card:nth-child(2) .leader-info h3 {
    color: #67b246;  /* Consultant - Green */
}

.leader-card:nth-child(3) .leader-info h3 {
    color: #e24a4a;  /* COO - Red */
}

/* Responsive Design */
@media (max-width: 1024px) {
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .leader-image {
        height: 250px;
    }
}

/* Main Section Styling */
#main {
    background-color: #03354e;
    width: 100%;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
}

.intro-text {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.intro-text p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.business-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.business-card:hover {
    transform: translateY(-5px);
}

.card-image {
    height: 250px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.business-card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    padding: 1.5rem;
}

.card-content h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-content h3 i {
    color: #4a90e2;
}

/* Unique colors for each business icon */
.business-card:nth-child(1) h3 i {
    color: #ff6b6b;  /* Creams */
}

.business-card:nth-child(2) h3 i {
    color: #67b246;  /* Mother Hubbard's */
}

.business-card:nth-child(3) h3 i {
    color: #e24a4a;  /* DISHD */
}

.business-card:nth-child(4) h3 i {
    color: #4a90e2;  /* Software Development */
}

.card-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #4a90e2;
    text-decoration: none;
    font-weight: 500;
    transition: gap 0.3s ease;
}

.learn-more:hover {
    gap: 0.8rem;
}

.learn-more i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.learn-more:hover i {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .business-grid {
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .business-grid {
        grid-template-columns: 1fr;
    }

    .intro-text p {
        font-size: 1.1rem;
    }

    .card-image {
        height: 200px;
    }
}

/* Carousel Styling */
.carousel-container {
    position: relative;
    width: 1160px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.carousel-slide {
    min-width: 1160px;
    height: 300px;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    z-index: 2;
}

.carousel-button:hover {
    background: rgba(255, 255, 255, 0.9);
}

.carousel-button.prev {
    left: 20px;
}

.carousel-button.next {
    right: 20px;
}

.carousel-button i {
    color: #333;
    font-size: 1.2rem;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dot.active {
    background: #fff;
}

/* Responsive Design */
@media (max-width: 960px) {
    #adbox .body,
    .carousel-container,
    .carousel-slide {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .carousel-button {
        width: 35px;
        height: 35px;
    }

    .carousel-button.prev {
        left: 10px;
    }

    .carousel-button.next {
        right: 10px;
    }
}

.venture-layout {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.venture-info {
    flex: 1;
}

.venture-video {
    flex-shrink: 0;
}

.venture-video video {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .venture-layout {
        flex-direction: column;
    }
    
    .venture-video {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.venture-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.gallery-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.gallery-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .venture-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    pointer-events: auto;
}

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-lightbox:hover {
    color: #4a90e2;
}

.gallery-img {
    cursor: pointer;
}