/* Base styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #ffffff;
  color: rgb(0, 0, 0);
 
}

main {
  padding: 1em;
  max-width: 100%;
  margin: auto;
  overflow-x:hidden;
}

.logo img {
    max-width: 250px;
    height: auto;
    display: block;
  margin-right: 2rem;
}

.logo {
  display: flex;
  align-items: center;

}

.card {
  background: rgba(11, 10, 10, 0.05);
  padding: 1em;
  margin: 1em 0;
  border-radius: 8px;
}

/* Transparent navigation bar over video */
header {
  position: absolute; /* overlay hero video */
  top: 0;
  left: 0;
  width: 100%;
 background: linear-gradient(
    to bottom,
    rgba(17, 17, 11, 0.7), 
    rgba(17, 17, 11, 0.5),               /* more opaque at top */
    rgba(17, 17, 11, 0.01)   /* less opaque at bottom */
  );
  padding: 1em 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-sizing: border-box;

}

nav a  {
    display:flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav a 
{
    display: inline-block;
    margin: 0 15px;
    padding-left: 10px;
}


nav a:hover {
  
    color: #1d98da;
}


nav a {
  color: rgb(255, 255, 255);
  margin: 0 0.5em;
  text-decoration: none;
  font-weight:initial;
  font-size: 1rem;

}

/* Styling for the main navigation list */
nav ul {
    list-style-type: none; /* Removes bullet points */
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block; /* Aligns menu items horizontally */
    position: relative; /* Crucial for positioning the drop-down */
}

/* Styling for the drop-down content */
.dropdown-content {
    display: none; /* Hides the drop-down by default */
    position: absolute; /* Positions the menu relative to the parent li */
    background-color: #18171751;
    min-width:300px;
    z-index: 1; /* Ensures the menu appears on top of other content */
    box-shadow: 3px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    border-radius: 5px;

}
.dropdown a {
    padding: 15px 10px;
    display: block; 
    white-space: nowrap;
}

.dropdown-content li {
    display: block;}

/* The magic part: showing the drop-down on hover */
.dropdown:hover .dropdown-content {
    display: block; /* Makes the drop-down visible when the user hovers */
   
}

/* Hero section with background video */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}

/* Video styling */
#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1; /* keep video in background */
width:100vw;
  
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* black overlay, 40% opacity */
  z-index: 0; /* below hero-content but above video */
}

/* Hero content (text over video) */
.hero-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  z-index: 5;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 8rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-bottom: 50px;
}



/* Buttons */
.btn {
  background: #ffffff;
  color: black;
  padding: 1rem 1.5rem;
  text-decoration: none;
  border-radius: 1px;
  font-weight: initial;
  transition: transform 0.5s ease, background-color 0.5s ease;
  z-index: 10;
  position: relative;
}

.btn:hover {
   
   background-color: #1d98da;
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
/* Reset default margins and ensure the article takes full width */
.vision {
  max-width: 1200px; /* Adjust based on your design */
  margin: 0 auto;
  padding: 20px;
}

/* Style the heading */
.vision h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff; /* Adjust color for your theme */
  font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Use Flexbox to align image and text side by side */
.vision-content {
  display: flex;
  align-items: center; /* Vertically center the image and text */
  gap: 20px; /* Space between image and text */
}

/* Style the image */
.vision-image {
  max-width: 400px; /* Adjust size as needed */
  height: auto; /* Maintain aspect ratio */
  border-radius: 10px; /* Optional: rounded corners */
  object-fit: cover; /* Ensure the image fits nicely */
  padding-right: 10px;
  margin-bottom: 30%;

}

/* Style the paragraph text */
.vision-content p {
  flex: 1; /* Allow text to take remaining space */
  font-size: 1.1rem;
  line-height: 1.6;
  color: #000000; /* Adjust color for your theme */
   font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .vision-content {
    flex-direction: column; /* Stack image and text on smaller screens */
    text-align: center;
  }

  .vision-image {
    max-width: 100%; /* Full width on smaller screens */
  }
}
/* Industries*/

.indus img {
width: 100%;
height: 500px;
display: block;
object-fit: cover;
}
.indus h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
  margin-left: 15%;
}

.indus {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.indus-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.indus-content {
  position: absolute;
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Adjust color for visibility over image */
  width:45%;
}

.indus-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
padding-left: 120px;
margin-left: 8%;
}
  
.indcard {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px;
  gap: 50px;
  padding-bottom: 200px;
  max-width: 60%; 
  margin: 0 auto; 
  flex-wrap:wrap;
  box-sizing: border-box;
  white-space: normal;

 }


.indcard-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}




.indcard-item h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 48px;
  margin-bottom: 10px;
}

.indcard-item img {
  width: 450px;;
  height: auto;
  display: block;
  border-radius: 8px;

}


.indcard-item .learn-more {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bolder;
}

.indcard-item .learn-more:hover {
  text-decoration: underline;
}


/* Capabilties*/

.capab img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.capab h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 150px;
  margin-bottom: 10px;
  margin-left: 18%;
}

.capab {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.capab-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.capab-content {
  position: absolute;
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Adjust color for visibility over image */
  width:40%;
}

.capab-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
margin-left: 20%;
}
  
.capa {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 150px;
    padding-top: 70px;
}

.capa-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.capa-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.capa-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.capa-item h2 {
    font-size: 1.5em;
    margin: 0 0 10px;
    color: #333;
    height: 50px;
}

.learn-more {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.learn-more:hover {
    background-color: #0056b3;
}

/* About*/

/* Container for articles */
.abo {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abo:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* Image styling */
.abo img {
    max-width: 40%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Text content styling */
.abo h2 {
    font-size: 2rem;
    color: #1a3c6e;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
}

.abo h2::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ff6f61;
}

.abo p {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.btn-container {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically if given height */
  padding: 20px;
}

.btnu {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007BFF; /* Blue */
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-left: 3%;
}

.btnu:hover {
  background-color: #0056b3; /* Darker blue */
  transform: scale(1.05);
}

/* Make button width adjust on mobile */
@media (max-width: 600px) {
  .btnu {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }
}
/* Partners*/


.part img {
width: 102vw;
height: 500px;
display: block;
object-fit: cover;
}
.part h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
}

.part {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.part-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.part-content {
  position: absolute;
  top: 50%;
  left: 17%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgb(238, 236, 236); /* Adjust color for visibility over image */
  width:35%;
}

.part-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
margin-left: 18%;
}
.par {
  background-color: white;
}

.par {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 40px 0;
    background-color: #ffffff;
}
/* Image scroll container styling */
.image-scroll {
    display: flex;
    width: max-content;
    animation: infiniteScroll 25s linear infinite;
    padding: 10px 0;
    background-color: transparent; /* Ensures no background interference */
}

/* Image styling within image-scroll */
.image-scroll img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    margin: 0 15px;
    flex-shrink: 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Animation for infinite horizontal scrolling */
@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.image-scroll2:hover {
    animation-play-state: paused;
    cursor: pointer;
}

.image-scroll2 {
    display: flex;
    width: max-content;
    animation: infiniteScroll 25s linear infinite;
    padding: 10px 0;
    background-color: transparent; /* Ensures no background interference */
}

/* Image styling within image-scroll */
.image-scroll2 img {
    width: 300px;
    height: 250px;
    object-fit:scale-down;
    margin: 0 15px;
    flex-shrink: 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Animation for infinite horizontal scrolling */
@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.image-scroll:hover {
    animation-play-state: paused;
    cursor: pointer;
}

/* Ensure responsiveness */
@media (max-width: 768px) {
    .image-scroll img {
        width: 150px;
        height: 100px;
    }
}
.cli{
  background-color: white;
  padding:30px;
  }
  .cli h2 {
    color: black;
    text-align: center;
    font-size: 3rem;
    font-family: Georgia, 'Times New Roman', Times, serif;

  }

  /*Insights*/

 .insi img {
width: 102vw;
height: 500px;
display: block;
object-fit: cover;
}
.insi h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
}

.insi {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.insi-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.insi-content {
  position: absolute;
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgb(255, 255, 255); /* Adjust color for visibility over image */
  width:30%;
}

.insi-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
margin-left: 17%;
}


  
.insig {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}

.insig:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.insig h2 {
    color: #004085; /* A deep, professional blue */
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 3px solid #007bff; /* A vibrant blue underline */
    padding-bottom: 0.5rem;
}

.insig img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.insig p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.insig p:last-of-type {
    margin-bottom: 0;
}

/* Optional: Add a subtle animation for a more dynamic feel */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.insig {
    animation: fadeIn 1s ease-out forwards;
}


/*Contact*/
/* Importing Tailwind CSS */
@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css');

/* General page styling */
.conta {
    background-image: url('https://images.unsplash.com/photo-1557683316-973673baf926?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* Main container styling */
.contactus {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
}

/* Card styling for contact info */
.card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
    transition: transform 0.3s ease;
    margin-top: 20%;
}

.card:hover {
    transform: translateY(-5px);
}

.card p {
    margin: 0;
    line-height: 1.8;
    font-size: 1rem;
}

/* Contact form container styling */
.contact-container {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 2rem;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: white;
    margin-top: 19.5%;
    margin-bottom: 5%;
}

.contact-container h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #ffffff;
}

/* Form group styling */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #e0e0e0;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: none;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.3);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Button styling */
button {
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(45deg, #6b7280, #4b5563);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

button:hover {
    background: linear-gradient(45deg, #4b5563, #6b7280);
    transform: translateY(-2px);
}

button:active {
    transform: translateY(0);
}

/* Responsive design */
@media (max-width: 768px) {
    .contactus {
        flex-direction: column;
        align-items: center;
    }

    .card,
    .contact-container {
        max-width: 100%;
    }
}

/*Agriculture*/

 .agri img {
width: 102vw;
height: 500px;
display: block;
object-fit: cover;
}
.agri h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
  margin-left: 23%;
}

.agri {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.agri-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.agri-content {
  position: absolute;
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgb(255, 255, 255); /* Adjust color for visibility over image */
  width:30%;
}

.agri-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
margin-left: 23%;
}

.agro {
            max-width: 1200px;
           margin-top: 3%;
            margin-left: 10%;
            margin-bottom: 2%;
            padding: 7px;
            font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

        }

        .agro h2 {
            color: #2e7d32;
            font-size: 2.5em;
            margin-bottom: 20px;
            text-align: left;
        }

        .agro-content {
       
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .agro-content img {
            max-width: 50%;
            height: auto;
            border-radius: 8px;
            object-fit: cover;
        }

        .agro-text {
            flex: 1;
        }

        .agro p {
            line-height: 1.6;
            color: #333;
            font-size: 1.1em;
        }

        @media (max-width: 768px) {
            .agro-content {
                flex-direction: column;
                text-align: center;
            }

            .agro-content img {
                max-width: 100%;
            }
        }

/*Education*/

 .educ img {
width: 102vw;
height: 500px;
display: block;
object-fit: cover;
}
.educ h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
  margin-left: 26%;
}

.educ {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.educ-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.educ-content {
  position: absolute;
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgb(255, 255, 255); /* Adjust color for visibility over image */
  width:35%;
}

.educ-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;

margin-left:27% ;
}

/* General reset for consistent styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Styling for the article container */
article.edu {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

article.edu:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Heading styles */
article.edu h2 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

/* Content container */
.edu-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Image styles */
.edu-content img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
  margin-bottom: 35%;
}

.edu-content img:hover {
  transform: scale(1.04);
}

/* Paragraph styles */
.edu-content p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.6;
  text-align: justify;

}

/* Responsive design */
@media (min-width: 768px) {
  .edu-content {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }

  .edu-content img {
    width: 50%;
    max-height: 400px;
  }

  .edu-content p {
    width: 50%;
  }
}

@media (max-width: 767px) {
  article.edu {
    padding: 1.5rem;
  }

  article.edu h2 {
    font-size: 1.5rem;
  }

  .edu-content p {
    font-size: 0.95rem;
  }
}

/* Accessibility enhancements */
article.edu:focus-within {
  outline: 2px solid #007bff;
  outline-offset: 4px;
}

/*Social Policy Development & Analysis*/

 .soc img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.soc h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
  margin-left: 12%;
}

.soc {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.soc-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.soc-content {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgb(255, 255, 255); /* Adjust color for visibility over image */
  width:40%;
}

.soc-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
padding-left: 120px;
}

/* Styling for the article container */
article.soci {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

article.soci:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Heading styles */
article.soci h2 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

/* Content container */
.soci-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Image styles */
.soci-content img {
  width: 50%;
  max-height: 300px;
  object-fit: fill;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.soci-content img:hover {
  transform: scale(1.02);
}

/* Paragraph styles */
.soci-content p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.6;
  text-align: justify;
}

/*Infrastructure*/
 .infra img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.infra h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
}

.infra {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.infra-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.infra-content {
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: rgb(255, 255, 255); /* Adjust color for visibility over image */
  width:30%;
}

.infra-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
padding-left: 120px;
}

/* Styling for the article container */
article.infras {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

article.infras:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Heading styles */
article.infras h2 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}

/* Content container */
.infras-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Image styles */
.infras-content img {
  width: 50%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.infras-content img:hover {
  transform: scale(1.02);
}

/* Paragraph styles */
.infras-content p {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.6;
  text-align: justify;



}

/*Project Consulting*/
 .proje img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.proje h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
  margin-left: 22%;
}

.proje {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.proje-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.proje-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: rgb(250, 250, 250); /* Adjust color for visibility over image */
  width:40%;
}

.proje-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;

margin-left: 25%;
}

.proj {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}

.proj:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.proj h2 {
    color: #115093; /* A deep, professional blue */
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 3px solid #113354; /* A vibrant blue underline */
    padding-bottom: 0.5rem;
}

.proj img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.proj p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.proj p:last-of-type {
    margin-bottom: 0;
}

/* Optional: Add a subtle animation for a more dynamic feel */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.proj {
    animation: fadeIn 1s ease-out forwards;
}

/*Organizational Structure*/

 .organ img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.organ h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
text-align: left;
margin-left: 28%;
}

.organ {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.organ-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.organ-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  
  color: rgb(250, 250, 250); /* Adjust color for visibility over image */
  width:50%;
}

.organ-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;

margin-left: 29%;
}

.org {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}

.org:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.org h2 {
    color: #115093; /* A deep, professional blue */
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 3px solid #113354; /* A vibrant blue underline */
    padding-bottom: 0.5rem;
}

.org img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.org p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.org p:last-of-type {
    margin-bottom: 0;
}

/* Optional: Add a subtle animation for a more dynamic feel */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.org {
    animation: fadeIn 1s ease-out forwards;
}

/*Learning*/


.learn img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.learn h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
text-align: left;
margin-left: 28%;
}

.learn {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.learn-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.learn-content {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  
  color: rgb(250, 250, 250); /* Adjust color for visibility over image */
  width:70%;
}

.learn-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
margin-left: 29%;
}

.learns {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}

.learns:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.learns h2 {
    color: #115093; /* A deep, professional blue */
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 3px solid #113354; /* A vibrant blue underline */
    padding-bottom: 0.5rem;
}

.learns img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.learns p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.learns p:last-of-type {
    margin-bottom: 0;
}

/* Optional: Add a subtle animation for a more dynamic feel */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.learns {
    animation: fadeIn 1s ease-out forwards;
}



/* Apex Media*/

.medi img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.medi h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
text-align: left;
margin-left: 28%;
}

.medi {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.medi-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.medi-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  
  color: rgb(250, 250, 250); /* Adjust color for visibility over image */
  width:50%;
}

.medi-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;

margin-left: 27%;
}

.med {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}

.med:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.med h2 {
    color: #115093; /* A deep, professional blue */
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 3px solid #113354; /* A vibrant blue underline */
    padding-bottom: 0.5rem;
}

.med img {
    width: 70%;
    height: auto;
    border-radius: 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-left: 10%;
}

.med p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.med p:last-of-type {
    margin-bottom: 0;
}

/* Optional: Add a subtle animation for a more dynamic feel */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.med {
    animation: fadeIn 1s ease-out forwards;
}

/*Projects Portfolio*/
.port img {
width: 100vw;
height: 500px;
display: block;
object-fit: cover;
}
.port h1 {
  font-size: 65px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 100px;
  margin-bottom: 10px;
text-align: left;
margin-left: 28%;
}

.port {
  position: relative;
  width: 100%;
  height: 100%; /* Adjust height as needed */

}

.port-container {
  position:absolute;
  display: inline-block;
  width:100%;

}

.port-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  
  color: rgb(250, 250, 250); /* Adjust color for visibility over image */
  width:50%;
}

.port-content p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align:left;
  position: static;
display: block;
line-height: 1.6; 
  margin: 0 auto;
  width: 100%;
padding-left: 120px;
margin-left: 15%;

}

.portf {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.5s ease;
}

.portf:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.portf h2 {
    color: #115093; /* A deep, professional blue */
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 3px solid #113354; /* A vibrant blue underline */
    padding-bottom: 0.5rem;
}

.portf img {
    width: 40%;
    height: 40%;
    border-radius: 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
}

.portf p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.portf p:last-of-type {
    margin-bottom: 0;
}

/* Optional: Add a subtle animation for a more dynamic feel */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portf {
    animation: fadeIn 1s ease-out forwards;
}

.portimage-container {
  display: flex;
  justify-content: space-around; /* Distributes items evenly with space between them */
  align-items: flex-start; /* Aligns items to the top */
  flex-wrap: wrap; /* Allows items to wrap to the next line on smaller screens */
}

.portimage-container > div {
  width: 40%; /* Gives each image block a specific width */
  text-align: center;
  margin: 10px;
}

.portimage-container img {
  width: 100%; /* Makes the image fill the width of its parent div */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.portimage-container p {
  font-style: italic;
  margin-top: 10px;
}

.content-wrapper {
  max-height: 200px; /* Adjust this value to your desired initial height */
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.content-wrapper.active {
  max-height: 9999px ; /* Set a large value to accommodate the full content */
}

.read-more-btn {
  /* Style your button */
  display: block;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: blue;
}
/* Footer styling (keeps your old look) */
footer {
  background: #111;
  padding: 1em;
  text-align: center;
  color:white;
}
footer {
  text-align: center;
  padding: 1.5rem 1rem;
  background: #111; /* match your theme */
  color: #fff;
  margin-top: 2rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer .social-links {
  margin-top: 1rem;
}

footer .social-links a {
  display: inline-block;
  margin: 0 10px;
}

footer .social-links img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease;
}

footer .social-links img:hover {
  transform: scale(1.2);
}
/* Responsive */
@media (max-width: 768px) {
  header {
    padding: 1em; /* reduce padding so no overflow */
    flex-direction: column;
    text-align: center;
  }

  nav a {
    display: inline-block;
    margin: 0.5em;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }
}

/* Mobile nav styles */
.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: rgb(255, 255, 255);
  z-index: 20;
}

/* Default nav hidden on mobile */
@media (max-width: 768px) {
  nav {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: rgba(17,17,11,0.95);
    text-align: center;
    padding: 1rem 0;
  }
.dropdown-content{
  display: none !important ;
}
  nav ul {
    flex-direction: column;
    gap: 1rem;
  }

  nav li {
    display:block;
  }

  .hamburger {
    display: block;
  }

  /* When nav is active */
  nav.active {
    display: block;
    animation: slideDown 1s ease forwards;
  }

  @keyframes slideDown {
    from {opacity: 0; transform: translateY(-10px);}
    to {opacity: 1; transform: translateY(0);}
  }
}

/*Added Responsiveness*/

@media (max-width: 768px) {

  /* Navbar */
  nav {
    display: none;
    position:relative;
    top: 10px;
    right: 0;
    width: 100%;
    background: rgba(17,17,11,0.95);
    text-align: center;
    padding: 1rem 0;
  }
  nav.active { display: block; }
  nav ul { flex-direction: column; gap: 1rem; }
  nav li { display: block; position:relative; }
  .hamburger { display: block; }

  /* Hero */
  .hero-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .btn { padding: 0.8rem 1.2rem; font-size: 0.9rem; }

  /* Vision Section */
  .vision-content { flex-direction: column; text-align: center; }
  .vision-image { max-width: 100%; margin-bottom: 20px; }

  /* Industries */
  .indus h1 { font-size: 2rem; margin-left: 0; text-align: center; }
  .indus-content { width: 80%; left: 50%; transform: translate(-50%, -50%);margin-top: 5%; }
  .indus-content p { padding: 0; text-align: center; margin-left: -3%;}

  .indcard {
    flex-direction: column;
    max-width: 90%;
    padding: 20px;
  }
  .indcard-item img { width: 100%; height: auto; }

  /* Capabilities */
  .capab h1 { font-size: 2rem; text-align: center; margin-left:20%; }
  .capa { flex-wrap: wrap; justify-content: center; }
  .capa-item { width: 90%; margin-bottom: 20px; }
  .capab p {text-align: center; margin-left: -3%;}
  .capab-content {width: 80%; left: 42%; transform: translate(-50%, -50%); margin-top: 15%;}

  /* About */
  .abo { flex-direction: column; text-align: center; }
  .abo img { max-width: 100%; }

  /* Partners / Clients */
  .part h1 { font-size: 2rem; text-align: center; }
  .image-scroll img,
  .image-scroll2 img {
    width: 150px;
    height: auto;
  }

  /* Insights / Articles */
  .insig { padding: 1rem; }
  .insig h2 { font-size: 1.5rem; }

  /* Contact */
  .contactus { flex-direction: column; align-items: center;  }
  .card, .contact-container { max-width: 100%; margin-top: 12rem; margin-bottom: -40%; }
 /*Apex Media*/
.medi-content {width: 90%; left: 30%; transform: translate(-50%, -50%); margin-top: 2%;}
.medi p {text-align: center; }
.medi h1  {text-align: center;font-size: 2rem; }
/*Learing & Dev*/
.learn-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 2%;}
.learn p {text-align: center; margin-left: 7%; }
.learn h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Partners*/
.part-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 2%;}
.part p {text-align: center; margin-left: 13%; }
.part h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Insights*/
.insi-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 2%;}
.insi p {text-align: center; margin-left: 13%; }
.insi h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Agriculture*/
.agri-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 2%;}
.agri p {text-align: center; margin-left: 13%; }
.agri h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Education*/
.educ-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 4%;}
.educ p {text-align: center; margin-left: 10%; }
.educ h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Infrastructure*/
.infra-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 4%;}
.infra p {text-align: center; margin-left: 10%; }
.infra h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Social Policy*/
.soc-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 4%;}
.soc p {text-align: center; margin-left: 10%; }
.soc h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Project Consult*/
.proje-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 4%;}
.proje p {text-align: center; margin-left: 10%; }
.proje h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
/*Organizational*/
.organ-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 9%;}
.organ p {text-align: center; margin-left: 10%; }
.organ h1  {text-align: center;font-size: 2rem; margin-left: 40%;}

/*Project Portfolio*/
.port-content{width: 100%; left: 30%; transform: translate(-50%, -50%); margin-top: 9%;}
.port p {text-align: center; margin-left: 10%; }
.port h1  {text-align: center;font-size: 2rem; margin-left: 40%;}
.portf { align-items: center;} 
/* Container for all images */
.portimage-container {
  display: flex;
  flex-direction: column; /* Stacks items vertically */
  align-items: center; /* Centers items horizontally */
  gap: 20px; /* Adds space between the image containers */
  width: 100%;
}

/* Individual image and text block */
.portimage-container > div {
  width: 90%; /* Occupies most of the width for a better mobile view */
  text-align: center;
}

/* Style for the images */
.portimage-container img {
  width: 100%; /* Makes the image fill its container */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

/* Style for the text */
.portimage-container p {
  font-style: italic;
  margin-top: 10px;
}
}