body { 
  font-family: 'Segoe UI', 'Times New Roman', Times, serif; margin: 0; background: #f4f8fc; color: #1a237e; }
header { 
  background: #1a237e; color: #fff; padding: 2rem 0; text-align: center; }
.logo { max-width: 120px; margin-bottom: 1rem; }
nav { background: #1976d2; display: flex; justify-content: center; }
nav a { color: #fff; text-decoration: none; padding: 1rem 2rem; font-weight: bold; transition: background 0.2s; border-radius: 4px 4px 0 0; }
nav a.active, nav a:hover { background: #eaebec; color: #1976d2; }
.container { max-width: 1100px; margin: 2rem auto; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(26,35,126,0.07); padding: 2rem; }
section { margin-bottom: 2.5rem; }
h1, h2, h3 { color: #1976d2; }
h4 {color: #f9f9f9;}
.products-list { display: flex; flex-wrap: wrap; gap: 2rem; }
.product-card { flex: 1 1 220px; background: #e3f2fd; color: #1a237e; border-radius: 6px; padding: 1rem; text-align: center; box-shadow: 0 1px 4px rgba(26,35,126,0.08); }
.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}
.logo {
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
}
header h1 {
  font-family: 'Segoe UI', 'Montserrat', 'Arial', sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #ece5e3 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 0 8px 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
}
.services {
  display: flex;
  gap: 14px;
  margin-top: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.services span {
  background: #e3eafc;
  color: #0a3d91;
  font-size: 0.98rem;
  font-weight: 500;
  border-radius: 16px;
  padding: 5px 16px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  header {
    padding: 18px 0 10px 0;
  }
  .logo {
    width: 48px;
    height: 48px;
  }
  header h1 {
    font-size: 1.5rem;
  }
  .services {
    gap: 7px;
  }
}
.container { max-width: 2500px; margin: 2rem auto; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(26,35,126,0.07); padding: 2rem; }
section { margin-bottom: 2.5rem; }
h1, h2, h3 { color: #1976d2; }
.container {
  max-width: 1500px; /* Reverted to original max-width */
  margin: 2rem auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(26,35,126,0.07);
  padding: 2rem;
  /* Removed max-height and overflow-y */
}

.products-list {
  display: flex;
  flex-wrap: wrap; /* Reverted to wrap */
  gap: 2rem;
  /* Removed overflow-y and max-height */
  padding-right: 0; /* Removed padding for scrollbar */
  justify-content: center;
}

.product-card {
  flex: 0 0 220px;
  background: #e3f2fd;
  color: #1a237e;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 1px 4px rgba(26,35,126,0.08);
  white-space: normal;
  transition: transform 0.3s ease-in-out; /* Add this line for smooth transition */
}

.product-card:hover {
  transform: scale(1.03); /* Scales the card up by 3% on hover */
}
.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  /* Remove fixed width to allow responsiveness */
  /* width: 1351px; */
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}

.rotating-text {
  display: inline-block;
  white-space: nowrap;
  animation: rotateText 15s linear infinite;
  position: relative;
  left: 0;
  transform: translateX(0%);
  color: white; 
  font-weight: bold;
}


@keyframes fadeInOut {
  0%, 20% {
    opacity: 1;
    transform: translateY(0);
  }

  40%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}



/* Parallel blocks for contact page */
.contact-flex.parallel-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.contact-form,
.social-block {
  flex: 1 1 380px;
  min-width: 340px;
  max-width: 420px;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-block {
  background: #f4f8ff;
  align-items: flex-start;
  min-height: 240px;
  max-height: 260px;
  justify-content: flex-start;
}
.social-block h3 {
  margin-bottom: 18px;
  color: #0a3d91;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contact-info-item img.contact-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info-item a {
  color: #0a3d91;
  text-decoration: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
}
.footer-social-links .resized-social-icon,
.social-bar .resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .contact-flex.parallel-blocks {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .contact-form, .social-block {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    min-height: 200px;
    max-height: unset;
  }
}
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }

.contact-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.send-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(270deg, #007BFF, #00BFFF, #007BFF);
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  transition: box-shadow 0.3s ease;
}

.send-btn:hover {
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

@keyframes gradientAnimation {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
.product-card p {
  color: #333; /* Or any other desired color, e.g., #555, #000 */
  text-align: center;
  margin-bottom: 10px; /* Adjust as needed for desired spacing */
  text-decoration: none !important;
}
.product-card a {
  text-decoration: none;
}
.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  /* Remove fixed width to allow responsiveness */
  /* width: 1351px; */
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}



@keyframes fadeInOut {
  0%, 20% {
    opacity: 1;
    transform: translateY(0);
  }

  40%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}



/* Parallel blocks for contact page */
.contact-flex.parallel-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.contact-form,
.social-block {
  flex: 1 1 380px;
  min-width: 340px;
  max-width: 420px;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-block {
  background: #f4f8ff;
  align-items: flex-start;
  min-height: 240px;
  max-height: 260px;
  justify-content: flex-start;
}
.social-block h3 {
  margin-bottom: 18px;
  color: #0a3d91;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contact-info-item img.contact-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info-item a {
  color: #0a3d91;
  text-decoration: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
}
.footer-social-links .resized-social-icon,
.social-bar .resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .contact-flex.parallel-blocks {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .contact-form, .social-block {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    min-height: 200px;
    max-height: unset;
  }
}
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }

.contact-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.send-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(270deg, #007BFF, #00BFFF, #007BFF);
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  transition: box-shadow 0.3s ease;
}

.send-btn:hover {
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

@keyframes gradientAnimation {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  /* Remove fixed width to allow responsiveness */
  /* width: 1351px; */
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}



@keyframes fadeInOut {
  0%, 20% {
    opacity: 1;
    transform: translateY(0);
  }

  40%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}



/* Parallel blocks for contact page */
.contact-flex.parallel-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.contact-form,
.social-block {
  flex: 1 1 380px;
  min-width: 340px;
  max-width: 420px;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-block {
  background: #f4f8ff;
  align-items: flex-start;
  min-height: 240px;
  max-height: 260px;
  justify-content: flex-start;
}
.social-block h3 {
  margin-bottom: 18px;
  color: #0a3d91;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contact-info-item img.contact-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info-item a {
  color: #0a3d91;
  text-decoration: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
}
.footer-social-links .resized-social-icon,
.social-bar .resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .contact-flex.parallel-blocks {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .contact-form, .social-block {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    min-height: 200px;
    max-height: unset;
  }
}
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }

.contact-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.send-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(270deg, #007BFF, #00BFFF, #007BFF);
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  transition: box-shadow 0.3s ease;
}

.send-btn:hover {
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

@keyframes gradientAnimation {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
.product-card p {
  color: #333; /* Or any other desired color, e.g., #555, #000 */
  text-align: center;
  margin-bottom: 10px; /* Adjust as needed for desired spacing */
  text-decoration: none !important; 
}
.product-card a {
  text-decoration: none;
}

.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  /* Remove fixed width to allow responsiveness */
  /* width: 1351px; */
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}



@keyframes fadeInOut {
  0%, 20% {
    opacity: 1;
    transform: translateY(0);
  }

  40%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}



/* Parallel blocks for contact page */
.contact-flex.parallel-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.contact-form,
.social-block {
  flex: 1 1 380px;
  min-width: 340px;
  max-width: 420px;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-block {
  background: #f4f8ff;
  align-items: flex-start;
  min-height: 240px;
  max-height: 260px;
  justify-content: flex-start;
}
.social-block h3 {
  margin-bottom: 18px;
  color: #0a3d91;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contact-info-item img.contact-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info-item a {
  color: #0a3d91;
  text-decoration: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
}
.footer-social-links .resized-social-icon,
.social-bar .resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .contact-flex.parallel-blocks {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .contact-form, .social-block {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    min-height: 200px;
    max-height: unset;
  }
}
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }

.contact-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.send-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(270deg, #007BFF, #00BFFF, #007BFF);
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  transition: box-shadow 0.3s ease;
}

.send-btn:hover {
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

@keyframes gradientAnimation {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
.product-card p {
  color: #333; /* Or any other desired color, e.g., #555, #000 */
  text-align: center;
  margin-bottom: 10px; /* Adjust as needed for desired spacing */
  text-decoration: none !important; /* Add this line to remove the underline */
}
.product-card a {
  text-decoration: none;
}

/* Styles for Image Gallery Navigation */
.image-gallery {
    position: relative;
    overflow: hidden; /* Ensures buttons don't overflow */
}

.gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 5px;
    box-sizing: border-box;
}

.gallery-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.gallery-nav button:hover {
    opacity: 1;
}

/* Styles for the Modal (Image Lightbox) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive adjustments for modal */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  /* Remove fixed width to allow responsiveness */
  /* width: 1351px; */
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}



@keyframes fadeInOut {
  0%, 20% {
    opacity: 1;
    transform: translateY(0);
  }

  40%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}


    
 

/* Parallel blocks for contact page */
.contact-flex.parallel-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.contact-form,
.social-block {
  flex: 1 1 380px;
  min-width: 340px;
  max-width: 420px;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-block {
  background: #f4f8ff;
  align-items: flex-start;
  min-height: 240px;
  max-height: 260px;
  justify-content: flex-start;
}
.social-block h3 {
  margin-bottom: 18px;
  color: #0a3d91;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contact-info-item img.contact-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info-item a {
  color: #0a3d91;
  text-decoration: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
}
.footer-social-links .resized-social-icon,
.social-bar .resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .contact-flex.parallel-blocks {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .contact-form, .social-block {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    min-height: 200px;
    max-height: unset;
  }
}
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }

.contact-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.send-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(270deg, #007BFF, #00BFFF, #007BFF);
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  transition: box-shadow 0.3s ease;
}

.send-btn:hover {
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

@keyframes gradientAnimation {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
.product-card p {
  color: #333; /* Or any other desired color, e.g., #555, #000 */
  text-align: center;
  margin-bottom: 10px; /* Adjust as needed for desired spacing */
  text-decoration: none !important; /* Add this line to remove the underline */
}
.product-card a {
  text-decoration: none;
}

/* Styles for Image Gallery Navigation */
.image-gallery {
    position: relative;
    overflow: hidden; /* Ensures buttons don't overflow */
}

.gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 5px;
    box-sizing: border-box;
}

.gallery-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.gallery-nav button:hover {
    opacity: 1;
}

/* Styles for the Modal (Image Lightbox) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive adjustments for modal */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  /* Remove fixed width to allow responsiveness */
  /* width: 1351px; */
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}



@keyframes fadeInOut {
  0%, 20% {
    opacity: 1;
    transform: translateY(0);
  }

  40%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}



/* Parallel blocks for contact page */
.contact-flex.parallel-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.contact-form,
.social-block {
  flex: 1 1 380px;
  min-width: 340px;
  max-width: 420px;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-block {
  background: #f4f8ff;
  align-items: flex-start;
  min-height: 240px;
  max-height: 260px;
  justify-content: flex-start;
}
.social-block h3 {
  margin-bottom: 18px;
  color: #0a3d91;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contact-info-item img.contact-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info-item a {
  color: #0a3d91;
  text-decoration: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
}
.footer-social-links .resized-social-icon,
.social-bar .resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .contact-flex.parallel-blocks {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .contact-form, .social-block {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    min-height: 200px;
    max-height: unset;
  }
}
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }

.contact-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.send-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(270deg, #007BFF, #00BFFF, #007BFF);
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  transition: box-shadow 0.3s ease;
}

.send-btn:hover {
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

@keyframes gradientAnimation {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
.product-card p {
  color: #333; /* Or any other desired color, e.g., #555, #000 */
  text-align: center;
  margin-bottom: 10px; /* Adjust as needed for desired spacing */
  text-decoration: none !important; /* Add this line to remove the underline */
}
.product-card a {
  text-decoration: none;
}

/* Styles for Image Gallery Navigation */
.image-gallery {
    position: relative;
    overflow: hidden; /* Ensures buttons don't overflow */
}

.gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 5px;
    box-sizing: border-box;
}

.gallery-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.gallery-nav button:hover {
    opacity: 1;
}

/* Styles for the Modal (Image Lightbox) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive adjustments for modal */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }


.static-bar {
  /* Reverting to original background gradient */
  background-image: linear-gradient(to right, #1a237e, #00BFFF );
  height: 20px;
  /* Remove fixed width to allow responsiveness */
  /* width: 1351px; */
  width: 100%; /* Make it take full width */
  margin: 0px auto;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; /* Ensure content doesn't overflow the bar */
}



@keyframes fadeInOut {
  0%, 20% {
    opacity: 1;
    transform: translateY(0);
  }

  40%, 100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}



/* Parallel blocks for contact page */
.contact-flex.parallel-blocks {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
}
.contact-form,
.social-block {
  flex: 1 1 380px;
  min-width: 340px;
  max-width: 420px;
  min-height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social-block {
  background: #f4f8ff;
  align-items: flex-start;
  min-height: 240px;
  max-height: 260px;
  justify-content: flex-start;
}
.social-block h3 {
  margin-bottom: 18px;
  color: #0a3d91;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1rem;
}
.contact-info-item img.contact-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.contact-info-item a {
  color: #0a3d91;
  text-decoration: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact-info-item a:hover {
  text-decoration: underline;
}
.resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin-right: 10px;
}
.footer-social-links .resized-social-icon,
.social-bar .resized-social-icon {
  width: 28px !important;
  height: 28px !important;
  margin: 0 8px;
}
@media (max-width: 900px) {
  .contact-flex.parallel-blocks {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .contact-form, .social-block {
    max-width: 100%;
    width: 100%;
    min-width: unset;
    min-height: 200px;
    max-height: unset;
  }
}
.footer-text { font-size: 0.9rem; margin-top: 0.5rem; }
.footer-text a { color: #1976d2; text-decoration: none; }
.footer-text a:hover { text-decoration: underline; }

.contact-container {
  max-width: 400px;
  margin: 50px auto;
  padding: 25px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #007BFF;
  outline: none;
}

.send-btn {
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(270deg, #007BFF, #00BFFF, #007BFF);
  background-size: 600% 600%;
  animation: gradientAnimation 8s ease infinite;
  transition: box-shadow 0.3s ease;
}

.send-btn:hover {
  box-shadow: 0 0 15px rgba(0, 191, 255, 0.7);
}

@keyframes gradientAnimation {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}
.product-card p {
  color: #333; /* Or any other desired color, e.g., #555, #000 */
  text-align: center;
  margin-bottom: 10px; /* Adjust as needed for desired spacing */
  text-decoration: none !important; /* Add this line to remove the underline */
}
.product-card a {
  text-decoration: none;
}

/* Styles for Image Gallery Navigation */
.image-gallery {
    position: relative;
    overflow: hidden; /* Ensures buttons don't overflow */
}

.gallery-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 5px;
    box-sizing: border-box;
}

.gallery-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.gallery-nav button:hover {
    opacity: 1;
}

/* Styles for the Modal (Image Lightbox) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive adjustments for modal */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.product-card h3 { color: #1976d2; }
.services { margin: 1rem 0; }
.services span { background: #1976d2; color: #fff; padding: 0.3rem 0.8rem; border-radius: 4px; margin-right: 0.5rem; font-size: 1rem; font-weight: bold; }
.contact-info { font-size: 1.0rem; }
.contact-info a { color: #1976d2; text-decoration: none; }
.contact-info a:hover { text-decoration: underline; }
.cta-btn { display: inline-block; background: #1976d2; color: #fff; padding: 0.7rem 2rem; border-radius: 4px; font-weight: bold; text-decoration: none; margin-top: 1.5rem; box-shadow: 0 2px 6px rgba(26,35,126,0.08); transition: background 0.2s, color 0.2s; }
.cta-btn:hover { background: #fff; color: #1976d2; border: 2px solid #1976d2; }
footer { background: #16219b; color: #fff; text-align: center; padding: 1rem 0; margin-top: 2rem; border-radius: 0 0 8px 8px; }
@media (max-width: 700px) { .products-list { flex-direction: column; } .container { padding: 1rem; } nav { flex-direction: column; } nav a { border-radius: 0; } }
.social-bar { background-image: linear-gradient(to right, #1a237e, #00BFFF ); height: 8px; padding: 0.5rem 1rem; display: flex; justify-content: flex-end; align-items: center; }
.social-links { display: flex; gap: 0.7rem; }
.social-icon { width: 15px; height: 15px; vertical-align: middle; transition: transform 0.2s; }
.social-icon:hover { transform: scale(1.15); }
.footer-social-links { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; }
.footer-social-icon { width: 32px; height: 32px; transition: transform 0.2s; }
.footer-social-icon:hover { transform: scale(1.1); }
