body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    line-height: inherit;
    max-width: 85%;
    margin: auto;
padding: 0;
  font-family: Arial, sans-serif;
  color: #0a1128;
}

nav.primary-navbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
}

.logo {
    display: flex;
    flex-direction: column;
    width: 60%;
    max-height: 30%;
}

ul.top-nav.navigation-menuu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    width: 40%;
}
article.section-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: center;
}
h1.making-the-digital {
    font-weight: 500;
    font-size: 400%;
}
.heading_p {
    width: 60%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
}

.image-box-wrapper {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}

.hero-section-2 {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top-sepearator {
   display: flex;
    align-content: space-between;
    align-items: flex-start;
    
    padding: 3% 0%;
}





.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section__title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section__separator {
  display: block;
  margin: 0 auto 40px;
}

.section__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 159px;
}

.section__image {
  
  width: 100%;
  max-width: 500px;
  height: 300px;
  flex: 1 1 300px;
}

.section__text {
  flex: 1 1 300px;
  max-width: 500px;
}

.section__text h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section__text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #3d3d3d;
  margin-bottom: 20px;
}

.section__button {
  display: inline-block;
  background-color: #012a52;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
}
ul.top-nav.navigation-menuu li {
    font-size: medium;
    font-weight: 500;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .section__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section__image {
    height: 200px;
  }

  nav.primary-navbar {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
ul.top-nav.navigation-menuu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 40%;
}
.hero-section-2 {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
}

}


/* end of Responsive adjustments */
.cards-container {
  padding: 2rem;
  background: #f5f5f9;
}

.cards-container h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  flex: 1 1 256px;
  display: flex;
  flex-direction: column;
  max-width: 320px;
}

.card-image {
  background: #e3e3e3 url('images/card-placeholder.jpg') no-repeat center / cover;
  height: 160px;
}

.card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-content .tag {
  background: #012a52;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 2px;
  width: 24%;
}

.card-content small {
  display: block;
  font-size: 0.65rem;
  color: #555;
  margin-bottom: 0.4rem;
}

.card-content h3 {
  font-size: 1.25rem;
  margin: 0.5rem 0;
  padding: 10px 0px;
}

.card-content p {
  font-size: 0.84rem;
  flex: 1;
  color: #444;
  margin-bottom: 1rem;
  padding: 12px 0px;
}

.read-btn {
  text-decoration: none;
  color: #012a52;
  font-weight: bold;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .card-grid {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 90%;
  }
}



.site-footer {
  padding: 2rem 1rem;
  background: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  border-top: 1px solid #e4e4e4;
}

.footer-nav {
  margin-bottom: 1.5rem;
}

.footer-nav a {
  margin: 0 1rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.social-icons img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.footer-contact div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-copy {
  font-size: 0.85rem;
  color: #333;
  margin-top: 1rem;
}
.footer-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}


@media (max-width: 768px) {
  .footer-contact {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  .card-content .tag {
  background: #012a52;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 2px;
  width: 100%;
}
}
p.accessibility {
    /* position: absolute; */
    top: 0;
    left: 0;
    font-family: "IBM Plex Sans-Bold", Helvetica;
    font-weight: 700;
    color: #262626;
    font-size: 0.84rem;
    letter-spacing: 0;
    line-height: normal;
}

nav.primary-navbar {
    /* position: absolute; */
    top: 0;
    left: 0;
    IBM Plex Sans-Bold&quot;,
    Helvetica;
    font-weight: 700;
    color: #1470bd;
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
}

a {
    color: #1470bd;
}
h3 {
    font-size: x-large;
    font-weight: 500;
    padding: 10px 0px;
}

 .floating-label-input:focus ~ .floating-label,
        .floating-label-input:not(:placeholder-shown) ~ .floating-label {
            @apply -top-2 text-xs text-pink-600;
        }

        .floating-label-input:focus ~ .floating-label {
            @apply text-pink-600;
        }

        .floating-label-input::placeholder {
            @apply text-transparent; /* Hide placeholder initially, show on focus if needed or rely on label */
        }
        .bg-pink-700{
            background-color: #012a52;
        }

        .subscribe-text.p-8.rounded-lg.w-full.text-center {
    background: #012a52;
}

button.section__button_light {
    background: white;

    color: #012a52;
}

.social-icons ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-around;
}

.social-icons ul li {
    display: flex;
    padding: 10px 49px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}
h2.mohammed-shazad {
    font-size: xx-large;
    font-weight: 600;
}
