.top-header {
	background-color: #f8f9fa;
	padding: 5px 0;
}

.top-header .container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.social-icons a {
	margin-left: 10px;
	text-decoration: none;
	color: black;
}

.social-icons .btn {
	margin-left: 10px;
}

.navbar {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}

.navbar-brand img {
	height: 63px;
}

.nav-link {
	color: black;
}

.nav-link:hover {
	color: #007bff;
}

.social-icons a {
	color: black;
	margin-right: 10px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.projects {
	background-color: #f5f7fa;
}

.projects img {
	max-width: 80px;
}

.projects h4 {
	font-weight: bold;
}

.projects a {
	text-decoration: none;
	color: #000;
}

.business-banner {
	background: url('../img/placeholder.gif') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 80px 0;
}

.business-banner h2 {
	font-size: 40px;
}

.business-banner p {
	font-size: 20px;
}

.about-faq {
	background-color: #ffffff;
}

.accordion-button {
	font-weight: bold;
}

.btn-light {
	background-color: #f8f9fa;
}

.request-call {
	background: url('../img/placeholder.gif') no-repeat center center;
	background-size: cover;
	color: white;
	padding: 80px 0;
}

.form-control, .form-select {
	background: #e5e5e5;
	border: 1px solid #a1a1a1;
	padding: 10px;
}

.btn-dark {
	background: #000;
	color: white;
	padding: 10px 20px;
	font-weight: bold;
}

.footer {
	background-color: #f8f9fa;
	padding: 50px 0 0 0;
	border-top: 1px solid #deddddee;
}

.footer h5 {
	margin-bottom: 20px;
}

.footer h5::after {
	border-bottom: 1px solid rgba(204, 204, 204, 0.85);
}

.footer ul li {
	margin-bottom: 5px;
}

.social-icons a {
	font-size: 14px;
	margin-right: 10px;
	color: black;
}

.footer-bottom {
	border-top: 1px solid rgba(204, 204, 204, 0.85);
	padding: 20px 0;
}

.footer .list-unstyled li a {
	color: #000;
	text-decoration: none;
}

.about-us {
	background-color: #ffffff;
}

.about-us h2 {
	margin-bottom: 20px;
}

.about-us p {
	font-size: 1.1rem;
	color: #333;
}

.btn-primary {
	background-color: #2d4373;
	border: none;
	padding: 10px 20px;
}

.bg-grey {
	background: #f0f0f0;
}

.contact-details {
	background-color: #f8f9fa;
}

.contact-details h3, .contact-details h4 {
	margin-bottom: 15px;
}

.contact-details p {
	font-size: 1rem;
}

.btn-dark {
	background-color: #000;
	color: white;
	padding: 10px 20px;
	font-weight: bold;
}

.contact-form {
	padding: 30px;
	background: #eeeeee;
	border-radius: 11px;
}

.innovation-section {
	background-color: #ffffff;
}

.innovation-section h2 {
	margin-bottom: 20px;
}

.innovation-section p {
	font-size: 1.1rem;
	color: #333;
}

.card {
	border: none;
}

.btn-light {
	background-color: #fff;
	border: none;
	padding: 10px 20px;
}

.quote-box {
	background: #f8f9fa;
	font-style: italic;
}

.custom-item {
	text-align: center;
	padding: 0 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.custom-item img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	filter: grayscale(100%);
}

.custom-item.active img,
        .custom-item.active .custom-link {
	filter: none;
	font-weight: bold;
	color: #00b0f0;
}

.custom-item .custom-link {
	color: #4a4848;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2em;

}

.custom-item.active .underline {
	width: 50%;
	height: 2px;
	background-color: #00b0f0;
	margin: 5px auto 0;
}

section.investor_head {
	padding: 30px 0;
	background: #DBDBDB;
}
/* Team Section */
.team-section {
    background-color: #fff;
}

.team-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.team-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ccc;
    margin-bottom: 15px;
}

.team-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.team-card h4 {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.team-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-md-3 {
        width: 100%;
        margin-bottom: 20px;
    }
}
 .accordion-button {
      font-weight: bold;
      font-size: 18px;
    }
    .accordion-button:not(.collapsed) {
      background-color: #fff;
      box-shadow: none;
    }
    .accordion-item {
      border: none;
      border-bottom: 1px solid #ddd;
      border-radius: 5px;
      margin-bottom: 10px;
    }