
.social-icons {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.social-icons li {
    display: inline;
    margin: 0 10px;
}
.social-icons a {
    text-decoration: none;
    font-size: 25px;
    color: #333;
}
.social-icons a:hover {
    color: #0077b5; /* Color change on hover (for example, LinkedIn color) */
}
.social-icons a {
color: white !important;
font-size: 20px; /* Adjust size if needed */
margin-top: 17px;
text-decoration: none;
}

.carousel-inner {
/* Decrease the height of the carousel */
overflow: hidden;  /* Ensure images don't overflow */
}

@media (min-width: 990px) {
.carousel-img {
height: 600px;
}
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}
.container {
    max-width: 90%;
    margin: 50px auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
    color: #2c3e50;
    text-align: center;
    font-size: 28px;
}
h2 {
    color: #2980b9;
    border-bottom: 3px solid #3498db;
    padding-bottom: 5px;
    margin-top: 20px;
}
h6 {
    color: #2c3e50;
    text-align: center;
    font-size: 20px;
}
p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}
.highlight {
    background: #ecf0f1;
    padding: 10px;
    border-left: 4px solid #3498db;
    border-radius: 5px;
}
.footer {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #777;
}
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.card-title {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}
.card-text {
    font-size: 16px;
    color: #555;
}
.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}
.btn-primary:hover {
    background-color: #0056b3;
}
.card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.h-100 {
height: 58% !important;
}


.container {
width: 100%;
padding: 0 20px;
}

.bg-gray-100 {
background-color: #f7fafc;
}

.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}

.sm\:py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
}

.max-w-7xl {
max-width: 80rem;
}

.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}

.grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 4rem;
text-align: center;
}

/* Responsive Grid Columns */
@media (min-width: 640px) {
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1024px) {
.lg\:grid-cols-5 {
grid-template-columns: repeat(5, 1fr);
}
}

.gap-x-12 {
column-gap: 3rem;
}

.gap-y-16 {
row-gap: 4rem;
}

.flex {
display: flex;
}

.flex-col {
flex-direction: column;
}

.items-center {
align-items: center;
}

.space-y-2 {
margin-top: 0.5rem;
}

.text-5xl {
font-size: 3rem;
}

.font-extrabold {
font-weight: 800;
}

.tracking-tight {
letter-spacing: -0.01562em;
}

.text-gray-900 {
color: #1a202c;
}

.text-lg {
font-size: 1.125rem;
}

.text-gray-600 {
color: #718096;
}

/* Make sure text remains readable on small screens */
@media (max-width: 640px) {
.text-5xl {
font-size: 2.5rem; /* Slightly smaller on mobile */
}

.text-lg {
font-size: 1rem;
}

.gap-x-12 {
column-gap: 1.5rem;
}

.gap-y-16 {
row-gap: 2.5rem;
}
}
.sm\:py-32 {
padding-top: 3rem;
padding-bottom: 4rem;

}
.container1 {
text-align: center;
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
max-width: 90%;
width: 100%;
margin: 50px auto;
}

/* Responsive Design */
@media (max-width: 768px) {
h1 {
font-size: 1.8rem;
}

img {
max-height: 200px; /* Further decrease height on smaller screens */
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}

/* Footer Styles */
.footer {
background-color: #2c3e50;
color: #ecf0f1;
padding: 40px 0;
}

.footer-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1200px;
margin: auto;
padding: 0 20px;
}

.footer-column {
flex: 1;
min-width: 250px;
margin-bottom: 20px;
}

.footer-column h3 {
font-size: 1.2rem;
margin-bottom: 15px;
border-bottom: 2px solid #3498db;
display: inline-block;
padding-bottom: 5px;
}

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

.footer-column ul li {
margin-bottom: 10px;
}

.footer-column ul li a {
text-decoration: none;
color: #bdc3c7;
transition: color 0.3s;
}

.footer-column ul li a:hover {
color: #3498db;
}

/* Social Media Links */
.social-icons a {
text-decoration: none;
color: #ecf0f1;
margin-right: 10px;
font-size: 1.5rem;
transition: color 0.3s;
}

.social-icons a:hover {
color: #3498db;
}

/* Footer Bottom */
.footer-bottom {
text-align: center;
padding: 15px;
background-color: #1a252f;
color: #bdc3c7;
margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
.footer-container {
flex-direction: column;
text-align: center;
}

.footer-column {
margin-bottom: 30px;
}
}
/* contact */
.container2 {
width: 90%;
max-width: 1100px;
margin: auto;
padding: 20px;
}
.contact-section {
display: flex;
flex-wrap: wrap;
background: white;
padding: 5px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-info {
flex: 1;
padding: 20px;
min-width: 300px;
}

.contact-info h2 {
font-size: 1.5rem;
color: #3498db;
margin-bottom: 15px;
}

.contact-info p {
margin-bottom: 10px;
}

.contact-info i {
color: #3498db;
margin-right: 10px;
}

/* Contact Form */
.contact-form {
flex: 1;
padding: 20px;
min-width: 300px;
}

.contact-form label {
font-weight: bold;
}

.contact-form input,
.contact-form textarea {
width: 100%;
padding: 10px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 5px;
}

.contact-form button {
width: 100%;
padding: 10px;
background: #3498db;
border: none;
color: white;
font-size: 1rem;
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
}

.contact-form button:hover {
background: #2980b9;
}
h4 {
text-align: center;
margin-bottom: 20px;
font-size: 2rem;
color: #2c3e50;
}



/* Responsive */
@media (max-width: 768px) {
.contact-section {
flex-direction: column;
}
}


