@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/poppins-v24-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-v24-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-v24-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-v24-latin-700.woff2") format("woff2");
}

/* Bootstrap Icons - Only icons you need */
@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-list::before {
  content: "\f479";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-building::before {
  content: "\f1ec";
}
.bi-geo-alt::before {
  content: "\f3e5";
}
.bi-phone-fill::before {
  content: "\f4e2";
}
.bi-phone-landscape-fill::before {
  content: "\f4e3";
}
.bi-phone-landscape::before {
  content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}
.bi-phone-vibrate::before {
  content: "\f4e6";
}
.bi-phone::before {
  content: "\f4e7";
}
.bi-envelope::before {
  content: "\f32f";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}
.bi-cloud-upload::before {
  content: "\f2c0";
}
.bi-palette::before {
  content: "\f4b1";
}
.bi-cart-check-fill::before {
  content: "\f239";
}
.bi-cart-check::before {
  content: "\f23a";
}
.bi-cart-dash-fill::before {
  content: "\f23b";
}
.bi-cart-dash::before {
  content: "\f23c";
}
.bi-wordpress::before {
  content: "\f669";
}
.bi-plug::before {
  content: "\f4f7";
}
.bi-chat-heart-fill::before {
  content: "\f713";
}
.bi-lightbulb-fill::before {
  content: "\f468";
}
.bi-alarm::before {
  content: "\f102";
}
.bi-facebook::before {
  content: "\f344";
}
.bi-twitter::before {
  content: "\f5ef";
}
.bi-linkedin::before {
  content: "\f472";
}
.bi-envelope-check::before {
  content: "\f68c";
}
.bi-x::before {
  content: "\f62a";
}

.container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 20px;
  padding-left: 80px;
  padding-right: 80px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.card {
  color: white;
  padding: 20px;
  flex: 1;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  background-color: #0b2d35;
  gap: 15px;
}

h1 {
  margin-bottom: 0;
}

/* Margin Top */
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}

/* Margin Bottom */
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}

/* Padding Top */
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}

/* Padding Bottom */
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}

.inner-width-1100 {
  max-width: 1100px;
}

.icon-wrapper {
  background-color: #006478;
  border-radius: 12px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.icon-wrapper i {
  color: #c1ffb4;
  font-size: 1.5em;
  line-height: 1;
}

/* 2. Containers */

.headline-container {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 20px;
}

.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#study-card {
  display: flex;
  flex-direction: column;
}

.study-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  display: block;
}

.study-title {
  margin-bottom: 0;
}

.study-title a {
  text-decoration: none;
  color: inherit; /* Inherits the color from the parent h3 */
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.study-text {
  text-align: left;
}

.study-text p {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
}

.study-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.study-categories span {
  background: linear-gradient(
    135deg,
    rgba(193, 255, 180, 0.1) 0%,
    rgba(0, 100, 120, 0.1) 100%
  );
  color: #c1ffb4;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  border: 1px solid rgba(193, 255, 180, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
}

.study-categories span:hover {
  background: linear-gradient(
    135deg,
    rgba(193, 255, 180, 0.2) 0%,
    rgba(0, 100, 120, 0.2) 100%
  );
  border-color: #c1ffb4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(193, 255, 180, 0.2);
}

#review-card {
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  padding: 30px;
  border-radius: 8px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

#review-card p {
  /* Quote text styling */
  font-size: 1rem;
  line-height: 1.6;
  color: #c0d1d6; /* Slightly lighter color for body text */
  margin-bottom: 20px;
}

#review-card #review-meta {
  /* Container for stars and client name */
  display: flex;
  flex-direction: column;
  margin-top: auto; /* Ensures meta stays at the bottom */
}

#review-card .stars {
  /* Star rating list */
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  font-size: 1.2rem;
  color: #ffc107; /* Standard gold/yellow color for ratings */
}

#review-card .stars li {
  margin-right: 2px;
}

#review-card #review-meta span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
}

/* 4. Buttons */

.button-2 {
  background: linear-gradient(135deg, #c1ffb4 0%, #9acc90 50%, #006478 100%);
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}

.button-2:hover {
  background: linear-gradient(135deg, #006478 0%, #9acc90 50%, #c1ffb4 100%);
  color: #fff;
  padding: 15px 30px;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(193, 255, 180, 0.3);
}

.button-2:active {
  transform: translateY(0);
}

/* 4. Buttons END */

/* 5. Background Colors */

.bg-gr-bottom {
  background-image: radial-gradient(
    circle at bottom,
    #052128 0%,
    #052128 50%,
    #104550 80%,
    #006478 100%
  );
  background-color: #052128;
}

.bg-gr-top-left {
  background-image: radial-gradient(
    circle at top left,
    #006478 0%,
    #104550 40%,
    #052128 70%,
    #052128 100%
  );
  background-color: #052128;
}

.bg-gr-top {
  background-image: radial-gradient(
    circle at top,
    #006478 0%,
    #104550 30%,
    #052128 70%,
    #052128 100%
  );
  background-color: #052128;
}

.bg-gr-right {
  background-image: radial-gradient(
    circle at right,
    #006478 0%,
    #104550 30%,
    #052128 70%,
    #052128 100%
  );
  background-color: #052128;
}

.bg-gr-low {
  background-image: radial-gradient(
    circle at 10% 20%,
    #104550 10%,
    #052128 35%,
    #052128 35%
  );
  background-color: #052128;
}

.bg-primary {
  background-color: #052128;
}

.bg-secondary {
  background-color: #0b2d35;
}

.bg-dark {
  background-color: #141414;
}

/* 5. Background Colors END */

/* 6. Text Colors */

.text-secondary {
  color: #9ebac1;
}

.text-white {
  color: #ffffff;
}

.text-primary {
  color: #9acc90;
}

.text-gradient {
  background: linear-gradient(135deg, #c1ffb4 0%, #9acc90 50%, #006478 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* 6. Text Colors END */

/* Footer --- */

/* --- Minimal Footer --- */
.main-footer {
  background-color: #052128;
  border-top: 1px solid #104550;
  padding: 40px 0;
  margin-top: 80px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-content {
  margin-bottom: 30px;
}

.footer-logo {
  text-decoration: none;
  display: inline-flex;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.footer-links a {
  text-decoration: none;
  color: #9ebac1;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #c1ffb4;
}

.footer-info {
  margin-top: 30px;
  color: #9ebac1;
  font-size: 0.95rem;
}

.footer-info p {
  margin: 5px 0;
}

.footer-info a {
  color: #9ebac1;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-info a:hover {
  color: #c1ffb4;
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #104550;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  color: #9ebac1;
}

.footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 600px) {
  .footer-inner {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    align-items: start;
  }
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.footer-info p {
  display: flex;
  align-items: center;
  white-space: nowrap; /* Prevents text wrapping */
}

.footer-info i {
  margin-right: 8px;
}

/* --- Header, Logo & Footer END--- */

/* Projects Grid Container */
.projects-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1000px) {
  .projects-container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    justify-content: center;
  }
}

/* Individual Project Card */
.project-card {
  flex: 1 1 calc(33.333% - 20px);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  background-color: #0b2d35;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(193, 255, 180, 0.2),
    inset 0 0 8px rgba(16, 69, 80, 0.7);
}

/* Project Image */
.project-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Project Title */
.project-title {
  padding: 20px 20px 10px 20px;
  margin: 0;
  font-size: 1.25rem;
}

.project-title a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.project-title a:hover {
  opacity: 0.8;
}

/* Project Text */
.project-text {
  padding: 0 20px;
  flex-grow: 1;
  text-align: left;
}

.project-text p {
  line-height: 1.6;
  margin: 0;
}

/* Button positioned at bottom */
.project-card .button-2 {
  margin: 20px;
  margin-top: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/* Buttons Container */
.buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 40px auto;
  max-width: 1000px;
}

/* Filter Button */
.button-3 {
  background-color: #0b2d35;
  color: #9ebac1;
  text-decoration: none;
  padding: 12px 24px;
  border: 1px solid #104550;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.3);
}

.button-3:hover {
  background-color: #104550;
  color: #c1ffb4;
  border-color: #006478;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 69, 80, 0.5);
}

/* Active State */
.button-3.active {
  background: linear-gradient(135deg, #c1ffb4 0%, #9acc90 50%, #006478 100%);
  color: #000;
  border-color: #c1ffb4;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(193, 255, 180, 0.4);
}

.button-3.active:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(193, 255, 180, 0.5);
}

.button-3:active {
  transform: translateY(0);
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .buttons-container {
    gap: 10px;
    padding: 15px;
  }

  .button-3 {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
}

/* ============================================
   CASE STUDY TEMPLATE STYLES
   ============================================ */

/* Hero Section */
.case-study-hero {
  padding: 60px 20px;
  min-height: 400px;
}

.case-study-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header Section */
.case-study-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-header h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.case-study-header p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Content Wrapper */
.case-study-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Individual Section */
.case-study-section {
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Image Wrapper */
.case-study-image-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.case-study-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

/* Text Block */
.case-study-text-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.case-study-subtext {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.case-study-headline {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.3;
}

.case-study-text-block p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  color: #ffffff;
}

/* Technology Grid */
.tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.tech-box {
  flex: 1 1 calc(33.333% - 15px);
  min-width: 150px;
  background-color: #104550;
  border: 1px solid #006478;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s ease;
}

.tech-box:hover {
  background-color: #006478;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(193, 255, 180, 0.2);
}

.tech-box h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

/* CTA Section */
.cta-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #104550;
}

.cta-inner {
  padding: 60px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta-inner h2 {
  font-size: 2.2rem;
  margin: 0;
  max-width: 600px;
}

.cta-inner p {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 500px;
  margin: 0;
}

.cta-inner .button-2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-top: 10px;
}

.cta-footer-text {
  font-size: 0.9rem;
  margin-top: 10px;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .case-study-header h1 {
    font-size: 2rem;
  }

  .case-study-headline {
    font-size: 1.5rem;
  }

  .tech-box {
    flex: 1 1 calc(50% - 15px);
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .case-study-hero {
    padding: 40px 20px;
  }

  .case-study-header {
    margin-bottom: 40px;
  }

  .case-study-header h1 {
    font-size: 1.6rem;
  }

  .case-study-header p {
    font-size: 1rem;
  }

  .case-study-section {
    padding: 20px;
    gap: 20px;
  }

  .case-study-headline {
    font-size: 1.3rem;
  }

  .tech-grid {
    flex-direction: column;
    gap: 10px;
  }

  .tech-box {
    flex: 1 1 100%;
  }

  .tech-box h4 {
    font-size: 1.1rem;
  }

  .cta-inner {
    padding: 40px 20px;
  }

  .cta-inner h2 {
    font-size: 1.6rem;
  }

  .cta-inner p {
    font-size: 1rem;
  }
}

/* ============================================
   INDUSTRIES SECTION STYLES
   ============================================ */

/* Header Section */
.industries-header {
  padding: 60px 20px;
  background-color: #0b2d35;
}

.industries-header-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.industries-header h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
}

.industries-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

/* Industries Grid Section */
.industries-section {
  padding: 60px 20px;
}

.industries-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

/* Individual Industry Card */
.industry-card {
  flex: 1 1 calc(50% - 25px);
  min-width: 280px;
  max-width: 500px;
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(193, 255, 180, 0.15),
    inset 0 0 8px rgba(16, 69, 80, 0.7);
  border-color: #006478;
}

/* Icon Wrapper - Using your existing style */
.industry-card .icon-wrapper {
  background-color: #006478;
  border-radius: 12px;
  padding: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.industry-card .icon-wrapper i {
  color: #c1ffb4;
  font-size: 2rem;
  line-height: 1;
}

/* Industry Title */
.industry-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

/* Industry Description */
.industry-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .industries-header h2 {
    font-size: 1.8rem;
  }

  .industries-header p {
    font-size: 1rem;
  }

  .industry-card {
    flex: 1 1 calc(50% - 25px);
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .industries-header {
    padding: 40px 20px;
  }

  .industries-header h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .industries-header p {
    font-size: 0.95rem;
  }

  .industries-section {
    padding: 40px 20px;
  }

  .industries-container {
    gap: 20px;
  }

  .industry-card {
    flex: 1 1 100%;
    padding: 25px;
  }

  .industry-title {
    font-size: 1.3rem;
  }

  .industry-card p {
    font-size: 0.95rem;
  }
}

/* ============================================
   TECHNOLOGIES SECTION STYLES
   ============================================ */

/* Header Section */
.technologies-header {
  padding: 60px 20px;
  background-color: #0b2d35;
}

.technologies-header-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.technologies-header h2 {
  font-size: 2.2rem;
  margin-bottom: 25px;
}

.technologies-header p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

/* Technologies Grid Section */
.technologies-section {
  padding: 60px 20px;
}

.technologies-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

/* Individual Technology Card */
.tech-card {
  flex: 1 1 calc(50% - 25px);
  min-width: 280px;
  max-width: 500px;
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(193, 255, 180, 0.15),
    inset 0 0 8px rgba(16, 69, 80, 0.7);
  border-color: #006478;
}

/* Icon Wrapper - Using your existing style */
.tech-card .icon-wrapper {
  background-color: #006478;
  border-radius: 12px;
  padding: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tech-card .icon-wrapper i {
  color: #c1ffb4;
  font-size: 2rem;
  line-height: 1;
}

/* Tech Card Title */
.tech-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

/* Tech Card Description */
.tech-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .technologies-header h2 {
    font-size: 1.8rem;
  }

  .technologies-header p {
    font-size: 1rem;
  }

  .tech-card {
    flex: 1 1 calc(50% - 25px);
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .technologies-header {
    padding: 40px 20px;
  }

  .technologies-header h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .technologies-header p {
    font-size: 0.95rem;
  }

  .technologies-section {
    padding: 40px 20px;
  }

  .technologies-container {
    gap: 20px;
  }

  .tech-card {
    flex: 1 1 100%;
    padding: 25px;
  }

  .tech-card-title {
    font-size: 1.3rem;
  }

  .tech-card p {
    font-size: 0.95rem;
  }
}

/* ============================================
   CATEGORIES SECTION STYLES
   ============================================ */

/* Categories Section */
.categories-section {
  padding: 40px 20px;
}

/* Categories Container */
.categories-container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
  gap: 25px;
  padding: 20px;
}

/* Individual Category Card */
.category-card {
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

@media (max-width: 800px) {
  .categories-container {
    padding: 0;
    grid-template-columns: 1fr; /* Switch to 1 column on mobile */
  }
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(193, 255, 180, 0.15),
    inset 0 0 8px rgba(16, 69, 80, 0.7);
  border-color: #006478;
}

/* Category Image Wrapper */
.category-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.category-card:hover .category-image {
  transform: scale(1.05);
}

/* Category Overlay Link */
.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Category Content */
.category-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  flex-grow: 1;
}

/* Category Title */
.category-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}

.category-title a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.category-title a:hover {
  opacity: 0.8;
}

/* Category Button */
.category-button {
  margin-top: auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
}

/* ============================================
   CATEGORY ARTICLES SECTION STYLES
   ============================================ */

/* Category Articles Section */
.category-articles-section {
  padding: 40px 20px;
}

/* Articles Container */
.articles-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding: 20px;
}

/* Individual Article Card */
.article-card {
  flex: 1 1 calc(33.333% - 25px);
  min-width: 280px;
  max-width: 400px;
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(193, 255, 180, 0.15),
    inset 0 0 8px rgba(16, 69, 80, 0.7);
  border-color: #006478;
}

/* Article Badge */
.article-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  background: linear-gradient(
    135deg,
    rgba(193, 255, 180, 0.2) 0%,
    rgba(0, 100, 120, 0.3) 100%
  );
  border: 1px solid #104550;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(5px);
}

/* Article Image Wrapper */
.article-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.article-card:hover .article-image {
  transform: scale(1.05);
}

/* Article Overlay Link */
.article-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Article Content */
.article-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  flex-grow: 1;
}

/* Article Title */
.article-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.article-title a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.article-title a:hover {
  opacity: 0.8;
}

/* Article Button */
.article-button {
  margin-top: auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
}

/* No Articles Message */
.no-articles {
  width: 100%;
  text-align: center;
  padding: 60px 20px;
}

.no-articles p {
  font-size: 1.1rem;
  margin: 0;
}

/* Tablet - 2 columns */
@media (max-width: 1024px) {
  .articles-container {
    gap: 20px;
  }

  .article-card {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Mobile - 1 column */
@media (max-width: 600px) {
  .category-articles-section {
    padding: 40px 20px;
  }

  .articles-container {
    padding: 0;
    gap: 20px;
  }

  .article-card {
    flex: 1 1 100%;
    min-width: unset;
  }

  .article-badge {
    top: 12px;
    left: 12px;
    font-size: 0.7rem;
    padding: 5px 12px;
  }

  .article-image-wrapper {
    height: 180px;
  }

  .article-content {
    padding: 20px;
  }

  .article-title {
    font-size: 1.2rem;
  }

  .no-articles {
    padding: 40px 20px;
  }

  .no-articles p {
    font-size: 1rem;
  }
}

/* ============================================
   ARTICLE SINGLE PAGE STYLES
   ============================================ */

/* Article Container */
.article-single {
  padding: 60px 20px;
}

/* Article Header Section */
.article-header-section {
  max-width: 1200px;
  margin: 0 auto 60px;
}

.article-header-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Categories */
.article-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.article-category-tag {
  background: linear-gradient(
    135deg,
    rgba(193, 255, 180, 0.1) 0%,
    rgba(0, 100, 120, 0.1) 100%
  );
  border: 1px solid rgba(193, 255, 180, 0.3);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Article Title */
.article-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
}

/* Published Date */
.article-date {
  font-size: 1rem;
  margin-bottom: 25px;
}

/* Social Share */
.article-social-share {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.social-share-button {
  width: 48px;
  height: 48px;
  border: 1px solid #104550;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b2d35;
  color: #9acc90;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-share-button:hover {
  background-color: #006478;
  border-color: #006478;
  color: #c1ffb4;
  transform: translateY(-2px);
}

.social-share-button i {
  font-size: 1.2rem;
}

/* Featured Image */
.article-featured-image {
  width: 100%;
  max-width: 800px;
  margin: 30px 0 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 2/1;
}

.article-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Article Content Section */
.article-content-section {
  max-width: 1200px;
  margin: 0 auto;
}

.article-content-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Article Body */
.article-body {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 50px;
}

.article-body p {
  margin-bottom: 1.5rem;
}

.article-body h2,
.article-body h3,
.article-body h4 {
  color: #9acc90;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.article-body h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

.article-body h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.article-body h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

.article-body ul,
.article-body ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.article-body li {
  margin-bottom: 0.5rem;
}

.article-body a {
  color: #9acc90;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.article-body a:hover {
  color: #c1ffb4;
}

.article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
}

.article-body blockquote {
  border-left: 4px solid #006478;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #9ebac1;
}

.article-body code {
  background-color: #0b2d35;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.95em;
  color: #c1ffb4;
}

.article-body pre {
  background-color: #0b2d35;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
}

.article-body pre code {
  background: none;
  padding: 0;
}

/* Author Box */
.article-author-box {
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  padding: 30px;
  margin-top: 50px;
}

.article-author-box h5 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.article-author-box p {
  margin: 15px 0;
  font-size: 1rem;
}

/* Author Social Links */
.article-author-social {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.article-author-social a {
  color: #9ebac1;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1.5rem;
}

.article-author-social a:hover {
  color: #c1ffb4;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .article-main-title {
    font-size: 2rem;
  }

  .article-body {
    font-size: 1.05rem;
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .article-single {
    padding: 40px 20px;
  }

  .article-header-section {
    margin-bottom: 40px;
  }

  .article-main-title {
    font-size: 1.6rem;
  }

  .article-date {
    font-size: 0.9rem;
  }

  .article-social-share {
    gap: 10px;
  }

  .social-share-button {
    width: 44px;
    height: 44px;
  }

  .social-share-button i {
    font-size: 1.1rem;
  }

  .article-featured-image {
    aspect-ratio: 16/9;
  }

  .article-body {
    font-size: 1rem;
    line-height: 1.7;
  }

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

  .article-body h3 {
    font-size: 1.3rem;
  }

  .article-body h4 {
    font-size: 1.15rem;
  }

  .article-author-box {
    padding: 25px;
  }

  .article-author-box h5 {
    font-size: 1.2rem;
  }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

/* Contact Section */
.contact-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Contact Header */
.contact-header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 60px;
}

.contact-header h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.contact-header p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Contact Cards Container */
.contact-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  margin-bottom: 60px;
}

/* Individual Contact Card */
.contact-card {
  flex: 1 1 calc(33.333% - 25px);
  min-width: 250px;
  max-width: 350px;
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(193, 255, 180, 0.15),
    inset 0 0 8px rgba(16, 69, 80, 0.7);
  border-color: #006478;
}

/* Contact Card Icon */
.contact-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card-icon img {
  width: 40px;
  height: 40px;
}

/* Contact Card Title */
.contact-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
}

/* Contact Card Info */
.contact-card-info {
  font-size: 1rem;
  margin: 0;
}

.contact-card-info a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.contact-card-info a:hover {
  opacity: 0.8;
}

/* Contact Card Link */
.contact-card-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.contact-card-link:hover {
  opacity: 0.8;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

/* Contact Form */
.contact-form {
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  padding: 40px;
}

/* Form Title */
.contact-form-title {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 30px;
}

/* Input Fields */
.contact-input,
.contact-textarea {
  width: 100%;
  padding: 15px;
  background-color: #052128;
  border: 1px solid #104550;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #9ebac1;
}

.contact-input:focus,
.contact-textarea:focus {
  outline: none;
  border-color: #006478;
  box-shadow: 0 0 0 3px rgba(0, 100, 120, 0.2);
}

.contact-textarea {
  min-height: 150px;
  resize: vertical;
}

/* Submit Button */
.contact-submit {
  display: block;
  margin: 20px auto 0;
  min-width: 200px;
}

/* Form Footer */
.contact-form-footer {
  text-align: center;
  font-size: 1rem;
  margin: 20px 0 0;
}

.contact-form-footer a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.contact-form-footer a:hover {
  opacity: 0.8;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .contact-header h2 {
    font-size: 2rem;
  }

  .contact-card {
    flex: 1 1 calc(50% - 25px);
  }

  .contact-form {
    padding: 35px;
  }

  .contact-form-title {
    font-size: 1.7rem;
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .contact-section {
    padding: 40px 20px;
  }

  .contact-header {
    margin-bottom: 40px;
  }

  .contact-header h2 {
    font-size: 1.8rem;
  }

  .contact-header p {
    font-size: 1rem;
  }

  .contact-cards-container {
    gap: 20px;
    margin-bottom: 40px;
  }

  .contact-card {
    flex: 1 1 100%;
    padding: 25px;
  }

  .contact-form {
    padding: 25px;
  }

  .contact-form-title {
    font-size: 1.5rem;
  }

  .contact-input,
  .contact-textarea {
    padding: 12px;
    font-size: 0.95rem;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-form-footer {
    font-size: 0.9rem;
  }
}

/* ============================================
   ABOUT US SECTION STYLES
   ============================================ */

/* About Us Section */
.about-us-section {
  padding: 60px 20px;
  background-color: #0b2d35;
}

.about-us-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-us-container h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.about-us-container p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Stats */
.about-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

.stat-label {
  font-size: 1rem;
  margin: 0;
}

/* ============================================
   VALUES SECTION STYLES
   ============================================ */

/* Values Section */
.values-section {
  padding: 60px 20px;
}

.values-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Values Title */
.values-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

/* Values Grid */
.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

/* Individual Value Card */
.value-card {
  flex: 1 1 calc(50% - 25px);
  min-width: 280px;
  max-width: 500px;
  background-color: #0b2d35;
  border: 1px solid #104550;
  box-shadow: 0 0 5px rgba(16, 69, 80, 0.5), inset 0 0 5px rgba(16, 69, 80, 0.5);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(193, 255, 180, 0.15),
    inset 0 0 8px rgba(16, 69, 80, 0.7);
  border-color: #006478;
}

/* Icon Wrapper - Using your existing style */
.value-card .icon-wrapper {
  background-color: #006478;
  border-radius: 12px;
  padding: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.value-card .icon-wrapper i {
  color: #c1ffb4;
  font-size: 2rem;
  line-height: 1;
}

/* Value Card Title */
.value-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

/* Value Card Description */
.value-card p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .about-us-container h2 {
    font-size: 1.8rem;
  }

  .about-us-container p {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .values-title {
    font-size: 1.7rem;
  }

  .value-card {
    flex: 1 1 calc(50% - 25px);
  }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .about-us-section {
    padding: 40px 20px;
  }

  .about-us-container h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .about-us-container p {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .about-stats {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.95rem;
  }

  .values-section {
    padding: 40px 20px;
  }

  .values-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .values-grid {
    gap: 20px;
  }

  .value-card {
    flex: 1 1 100%;
    padding: 25px;
  }

  .value-card-title {
    font-size: 1.3rem;
  }

  .value-card p {
    font-size: 0.95rem;
  }
}


/* Alert/Message Popup Styles */
.alert {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 30px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  z-index: 9999;
  min-width: 300px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease;
  border: 1px solid;
}

/* Success Message */
.alert-success {
  background: linear-gradient(135deg, #c1ffb4 0%, #9acc90 50%, #006478 100%);
  color: #052128;
  border-color: #9acc90;
}

/* Error/Danger Message */
.alert-error,
.alert-danger {
  background: linear-gradient(135deg, #ff6b6b 0%, #c92a2a 50%, #8b0000 100%);
  color: #ffffff;
  border-color: #c92a2a;
}

/* Warning Message */
.alert-warning {
  background: linear-gradient(135deg, #ffe066 0%, #fcc419 50%, #f08c00 100%);
  color: #052128;
  border-color: #fcc419;
}

/* Info Message */
.alert-info {
  background: linear-gradient(135deg, #74c0fc 0%, #4dabf7 50%, #006478 100%);
  color: #ffffff;
  border-color: #4dabf7;
}

/* Active/Visible State */
.alert.show {
  top: 30px;
  opacity: 1;
}

/* Jump Animation */
@keyframes jump {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  25% {
    transform: translateX(-50%) translateY(-15px);
  }
  50% {
    transform: translateX(-50%) translateY(0);
  }
  75% {
    transform: translateX(-50%) translateY(-8px);
  }
}

.alert.jump {
  animation: jump 0.6s ease-in-out 2;
}

/* Pulse Animation (Alternative) */
@keyframes pulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
}

.alert.pulse {
  animation: pulse 0.5s ease-in-out 3;
}

/* Slide and Bounce Animation */
@keyframes slideDown {
  0% {
    top: -100px;
    opacity: 0;
  }
  70% {
    top: 35px;
    opacity: 1;
  }
  85% {
    top: 25px;
  }
  100% {
    top: 30px;
    opacity: 1;
  }
}

.alert.slide-bounce {
  animation: slideDown 0.6s ease-out forwards;
}

/* Close Button (Optional) */
.alert .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  color: inherit;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  line-height: 1;
  padding: 0;
  width: 25px;
  height: 25px;
}

.alert .close-btn:hover {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 600px) {
  .alert {
    min-width: 250px;
    max-width: 90%;
    padding: 15px 25px;
    font-size: 0.9rem;
  }
  
  .alert.show {
    top: 20px;
  }
}