* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

.indicator {
  margin-top: 80px;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  background: linear-gradient(to right, #253898, #5737d6);
}

.indicator .navigation {
  padding: 10px;
  margin-left: 140px;
}

.navigation a {
  text-decoration: none;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
}

.content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 140px;
}

h1 {
  font-size: 4rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 8rem;
  text-align: center;
}

table {
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  padding: 15px;
  text-align: left;
  border: none;
}

th {
  background: linear-gradient(to right, #253898, #5737d6);
  color: #ffffff;
  font-weight: bold;
}

tr:hover {
  background-color: #f9f9f9;
}

td a {
  text-decoration: none;
  color: #253898;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #253898;
  margin-right: 5px;
}

td a:hover {
  background-color: #253898;
  color: white;
  border: 1px solid #253898;
}

.action-links {
  display: flex;
  gap: 10px;
  border: none;
}

.button-container {
  text-align: center;
}

.new-about-link {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
}

.new-about-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .content {
    padding: 50px 70px;
  }
  .indicator .navigation {
    margin-left: 70px;
  }
}

@media screen and (max-width: 456px) {
  html {
    font-size: 45%;
  }
  .content {
    padding: 50px 20px;
  }
  .indicator .navigation {
    margin-left: 20px;
  }
  table {
    font-size: 1.4rem;
  }
  td a {
    display: block;
    margin-bottom: 5px;
  }
  .action-links {
    flex-direction: column;
  }
} 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

.indicator {
  margin-top: 80px;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  background: linear-gradient(to right, #253898, #5737d6);
}

.indicator .navigation {
  padding: 10px;
  margin-left: 140px;
}

.navigation a {
  text-decoration: none;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
}

.content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 140px;
}

h1 {
  font-size: 4rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 8rem;
  text-align: center;
}

table {
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  padding: 15px;
  text-align: left;
  border: none;
}

th {
  background: linear-gradient(to right, #253898, #5737d6);
  color: #ffffff;
  font-weight: bold;
}

tr:hover {
  background-color: #f9f9f9;
}

td a {
  text-decoration: none;
  color: #253898;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #253898;
  margin-right: 5px;
}

td a:hover {
  background-color: #253898;
  color: white;
  border: 1px solid #253898;
}

.action-links {
  display: flex;
  gap: 10px;
  border: none;
}

.new-contact-link {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
}

.button-container {
  text-align: center;
}

.new-contact-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .content {
    padding: 50px 70px;
  }
  .indicator .navigation {
    margin-left: 70px;
  }
}

@media screen and (max-width: 456px) {
  html {
    font-size: 45%;
  }
  .content {
    padding: 50px 20px;
  }
  .indicator .navigation {
    margin-left: 20px;
  }
  table {
    font-size: 1.4rem;
  }
  td a {
    display: block;
    margin-bottom: 5px;
  }
  .action-links {
    flex-direction: column;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

.indicator {
  margin-top: 80px;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  background: linear-gradient(to right, #253898, #5737d6);
}

.indicator .navigation {
  padding: 10px;
  margin-left: 140px;
}

.navigation a {
  text-decoration: none;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
}

.content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 140px;
}

h1 {
  font-size: 4rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 8rem;
  text-align: center;
}

table {
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  padding: 15px;
  text-align: left;
  border: none;
}

th {
  background: linear-gradient(to right, #253898, #5737d6);
  color: #ffffff;
  font-weight: bold;
}

tr:hover {
  background-color: #f9f9f9;
}

td a {
  text-decoration: none;
  color: #253898;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #253898;
  margin-right: 5px;
}

td a:hover {
  background-color: #253898;
  color: white;
  border: 1px solid #253898;
}

.action-links {
  display: flex;
  gap: 10px;
  border: none;
}


.new-service-link {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(to right, #253898, #5737d6);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-family: "Fira Sans", sans-serif;
    transition: all 0.3s ease;
    text-align: center;
    align-items: center;
  }
  .button-container {
      text-align: center;
    }
    
  .new-service-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
  }
  

.action-links a {
  text-decoration: none;
  color: #253898;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #253898;
}

.action-links a:hover {
  background-color: #253898;
  color: white;
  border: 1px solid #253898;
}

.button-container {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.action-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.action-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
}

.new-home-link {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
}

.new-home-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .content {
    padding: 50px 70px;
  }
  .indicator .navigation {
    margin-left: 70px;
  }
}

@media screen and (max-width: 456px) {
  html {
    font-size: 45%;
  }
  .content {
    padding: 50px 20px;
  }
  .indicator .navigation {
    margin-left: 20px;
  }
  table {
    font-size: 1.4rem;
  }
  td a {
    display: block;
    margin-bottom: 5px;
  }
  .action-links {
    flex-direction: column;
  }
}

/* Form Styles */
.field {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 800px;
}

.field label {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  color: #758283;
  margin-bottom: 0.8rem;
}

.field input[type="text"] {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: border-color 0.3s ease;
  font-family: "Fira Sans", sans-serif;
}

.field input[type="text"]:focus {
  outline: none;
  border-color: #5737d6;
  box-shadow: 0 0 5px rgba(87, 55, 214, 0.2);
}

.actions {
  margin-top: 3rem;
}

.actions input[type="submit"] {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  
}

.actions input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
}

#error_explanation {
  background-color: #fff5f5;
  border: 1px solid #feb2b2;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 2rem;
}

#error_explanation h2 {
  color: #c53030;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

#error_explanation ul {
  list-style-type: none;
  margin-left: 2rem;
}

#error_explanation li {
  color: #c53030;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

/* CKEditor container styling */
.ck-editor__editable {
  min-height: 200px;
  font-family: "Fira Sans", sans-serif !important;
  font-size: 1.6rem !important;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80vh;
  padding: 2rem;
}

.form-container form {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.form-wrapper {
  background: white;
  padding: 3rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.show-button, .back-button {
  display: inline-block;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.show-button {
  background: linear-gradient(to right, #253898, #5737d6);
}

.back-button {
  background: linear-gradient(to right, #5737d6, #253898);
}

.show-button:hover, .back-button:hover {
  transform: translateY(-2px);
}
/* Styles for Jobs, Internships, and Legal Pages */

/* Container and layout */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.section-intro {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}

/* Cards for job and internship listings */
.job-card,
.internship-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover,
.internship-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.job-header,
.internship-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.job-header i,
.internship-header i {
  color: #007bff;
}

.job-meta,
.internship-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #666;
  font-size: 0.9rem;
}

.job-meta span,
.internship-meta span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.job-card .job-description,
.internship-card .internship-description {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #444;
}

.job-actions,
.internship-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Detail pages */
.job-detail,
.internship-detail {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.meta-item:last-child {
  border-bottom: none;
}

.content-block {
  margin-top: 1rem;
  line-height: 1.8;
}

.job-footer,
.internship-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #eee;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Legal pages */
.legal-page {
  padding: 2rem 0;
}

.legal-content {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.last-updated {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.content-body {
  line-height: 1.8;
  color: #444;
}

.content-body h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.content-body h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #444;
}

.content-body ul,
.content-body ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-body p {
  margin-bottom: 1rem;
}

.page-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #eee;
}

.help-text {
  color: #666;
  font-size: 0.95rem;
}

/* Breadcrumb navigation */
.breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  content: '›';
  margin: 0 0.5rem;
  color: #999;
}

.breadcrumb li.active {
  color: #666;
}

/* Empty state messages */
.no-jobs-message,
.no-internships-message {
  text-align: center;
  padding: 4rem 2rem;
  color: #666;
}

.no-jobs-message i,
.no-internships-message i {
  color: #ccc;
  margin-bottom: 1rem;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
}

.btn-success {
  background-color: #28a745;
  color: #fff;
}

.btn-success:hover {
  background-color: #218838;
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #5a6268;
}

.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
}

/* Responsive design */
@media (max-width: 768px) {
  .job-header,
  .internship-header {
    flex-direction: column;
    text-align: center;
  }

  .job-meta,
  .internship-meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .job-actions,
  .internship-actions,
  .job-footer,
  .internship-footer {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .page-title {
    font-size: 2rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 10px = 1rem */
}
.indicator {
  margin-top: 80px;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  background: linear-gradient(to right, #253898, #5737d6);
}
.indicator .navigation {
  /* border: 2px solid red; */
  padding: 10px;
  margin-left: 140px;
}
.navigation a {
  text-decoration: none;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
}
.navigation a:first-child {
  margin-right: 16px;
}
.navigation i {
  color: white;
}
.navigation a:last-child {
  margin-left: 16px;
}

/* content section */
.content {
  /* border: 2px solid red; */
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 140px;
}
.formBox {
  /* border: 2px solid red; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.formBox form {
  border: 2px solid green;
  padding: 30px;
  border-radius: 30px;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.formControl {
  display: flex;
  flex-direction: column;
  /* border: 2px solid red; */
  position: relative;
}
.formlables {
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  margin-bottom: 10px;
}
.inputfield {
  padding: 10px;
  border-radius: 9px;
  width: 280px;
  background: transparent;
  border: 1px solid #758283;
  outline: 0px;
  font-size: 1.8rem;
  font-family: "Fira Sans", sans-serif;
  color: var(--text-color--);
  margin-bottom: 20px;
}
.iconTrue {
  position: absolute;
  right: 9px;
  top: 46px;
  color: rgba(28, 117, 28, 0.822);
  display: none;
  visibility: hidden;
  opacity: 0;
}
.iconFalse {
  position: absolute;
  right: 9px;
  top: 46px;
  color: rgba(207, 22, 22, 0.815);
  display: none;
  visibility: hidden;
  opacity: 0;
}
.showValidity {
  display: block;
  visibility: visible;
  opacity: 1;
}

.inputfield:focus {
  outline: none;
}
.inputfield option {
  color: var(--text-color--);
  background: transparent;
}
.map {
  /* border: 2px solid red; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}

/* media queries */

/* for tablet devices */
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .indicator .navigation {
    margin-left: 70px;
  }
  .content {
    padding: 50px 70px;
  }
  iframe {
    width: 300px;
    height: 280px;
  }
  .map {
    /* border: 2px solid red; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(20%, -50%);
  }
  .footItem {
    width: 178px;
    margin: 0.1rem;
  }
}

/* for large mobile */
@media screen and (max-width: 456px) {
  html {
    font-size: 45%;
  }
  .indicator .navigation {
    margin-left: 20px;
  }
  #menu {
    display: none;
    visibility: hidden;
  }
  .hamburger {
    display: block;
  }
  .content {
    padding: 50px 20px;
    /* border: 2px solid red; */
  }
  iframe {
    display: none;
  }
}

/* for medium mobile */
@media screen and (max-width: 375px) {
  html {
    font-size: 45%;
  }
  .formBox form {
    padding: 20px;
  }
  footer {
    justify-content: flex-start;
  }
  .footItem {
    padding: 7px;
    margin: 1px;
    width: 165px;
  }
}

/* Contacts Index Page Styles */
#contactsIndex {
  width: 100%;
  min-height: 100vh;
  padding: 100px 0 50px 0;
}

#contactsIndex .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

#contactsIndex .sectionHeading {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: var(--primary-color, #253898);
  margin-bottom: 2rem;
}

#contactsIndex .bodyText {
  text-align: center;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 5rem;
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}

.contact-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.contact-header {
  background: linear-gradient(135deg, #253898, #5737d6);
  padding: 2.5rem;
  color: white;
}

.contact-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  color: white;
}

.contact-body {
  padding: 2.5rem;
}

.contact-description {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 2rem;
}

.contact-description p {
  margin-bottom: 1rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  font-size: 1.6rem;
}

.contact-item i {
  color: #253898;
  font-size: 2rem;
  min-width: 2rem;
  margin-top: 3px;
}

.contact-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #253898;
}

.address-content {
  line-height: 1.6;
  color: #555;
}

.no-contacts {
  text-align: center;
  padding: 5rem;
  font-size: 1.8rem;
  color: #666;
}

/* Responsive Design for Contacts Index */
@media screen and (max-width: 768px) {
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  #contactsIndex .sectionHeading {
    font-size: 3.2rem;
  }
  
  .contact-card {
    margin: 0 1rem;
  }
}

@media screen and (max-width: 426px) {
  #contactsIndex {
    padding: 80px 0 30px 0;
  }
  
  #contactsIndex .sectionHeading {
    font-size: 2.8rem;
  }
  
  #contactsIndex .bodyText {
    font-size: 1.6rem;
  }
  
  .contact-header {
    padding: 2rem;
  }
  
  .contact-title {
    font-size: 2rem;
  }
  
  .contact-body {
    padding: 2rem;
  }
  
  .contact-description,
  .contact-item {
    font-size: 1.4rem;
  }
}
.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev,.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media(max-width: 36em){
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
}
.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --black--: #000;
  --white--: #fff;
  --text-color--: #758283;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%; /* 10px = 1rem */
}
body {
  background: var(--white--);
  transition: 0.3s ease-in;
}

/* navbar container */
.navbar-container{
  background-color: var(--white--);
  display:  flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 100;
  transition: 0.2s ease-in-out;
}

/* navigation */
#navbar {
  /* background-color: var(--white--); */
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  
  /* border: 2px solid black; */
}
#logo {
  font-size: 3.5rem;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  color: var(--black--);
}

#menu {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
#menu li {
  list-style-type: none;
  padding: 10px 0px;
}
.link:hover .dropdown {
  top: 38px;
  visibility: visible;
  opacity: 1;
}
.dropdown {
  border-top: 5px solid #263ec5;
  z-index: 99;
  cursor: pointer;
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 70px;
  left: 95px;
  width: 150px;
  height: auto;
  background-color: var(--white--);
  margin: 5px 0px 0px 0px;
  border-radius: 3px;
  box-shadow: 3px 3px 15px black;
  padding-top: 10px;
  transition: all 0.2s ease-in-out;
}
.dropLink {
  display: block;
  margin: 8px 0px;
  padding: 0px 10px !important;
}
#menu li:not(:last-child) {
  margin-right: 4rem;
}
#menu li a {
  text-decoration: none;
  color: var(--black--);
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 0px;
}
#menu li a i {
  margin-left: 10px;
}
.themeSwitch::before {
  content: "\f186";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.hamburger {
  padding: 5px;
  display: none;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  z-index: 100;
  color: var(--black--);
}

/* side navigation */
.sideNav {
  position: fixed;
  top: 0;
  right: 0;
  /* width: 70%; */
  width: 0%;
  overflow: hidden;
  height: 100%;
  display: none; /* Hidden by default on desktop */
  place-content: center;
  background-color: rgb(21 29 93 / 93%);
  z-index: 101;
  transition: 0.3s width;
}
.close {
  position: absolute;
  top: 15px;
  left: 15px;
}
.close i {
  color: #fff;
}
.openIt {
  width: 70%;
}
.sideNavMenu {
  list-style-type: none;
}
.sideNavItem {
  /* border: 2px solid red; */
  position: relative;
  padding: 10px 0px;
  margin: 15px 0px;
}
.sideNavItem:hover .sideNavDropdown {
  top: 35px;
  visibility: visible;
  opacity: 1;
}
.sideNavItem a {
  text-decoration: none;
  font-size: 2.3rem;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
}
.sideNavDropdown {
  padding: 5px;
  border-top: 5px solid #463afd;
  border-radius: 5px;
  position: absolute;
  display: block;
  top: 75px;
  left: 26px;
  background-color: var(--white--);
  width: 110px;
  box-shadow: 4px 4px 11px 0px #464646;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
.sideNavDropItem {
  list-style-type: none;
  padding: 4px 0px;
}
.sideNavDropItem a {
  color: var(--black--);
}

/* hero section */
#hero {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  /* border: 2px solid black; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.leftAlign {
  /* border: 2px solid green; */
  height: auto;
  width: 60%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
#svg{
  display: none
}
.brandingOnMobile {
  display: none;
}
.rightAlign {
  /* border: 2px solid black; */
  width: 35%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.heroImg {
  /* border: 2px solid red; */
  width: 110%;
  height: 100%;
}
.heroBlob {
  position: absolute;
  /* border: 2px solid red; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  z-index: -1;
}

/* about us section */
#aboutUs {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0rem;
  overflow: hidden;
  gap: 2rem;
}
.aboutLeft {
  /* border: 2px solid black; */
  width: 50%;
  height: 100%;
}
.aboutRight {
  /* border: 2px solid green; */
  width: 50%;
  height: 100%;
}
.aboutUsImg {
  /* border: 2px solid red; */
  width: 75%;
  position: relative;
}
.aboutUsBlob {
  position: absolute;
  width: 95%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-62%, -46%);
  z-index: -1;
  /* border: 2px solid red; */
}
.aboutText {
  display: flex;
  /* border: 2px solid red; */
  margin: 1.5rem 0rem;
  padding: 1rem 0rem;
}
.aboutText i {
  margin-right: 10px;
  color: var(--black--);
  cursor: pointer;
  transition: 0.3s all;
}
.aboutText i:hover {
  color: #253898;
}
.aboutDesc {
  font-size: 2rem;
  /* font-family: "Fira Sans", sans-serif; */
  color: #758283;
}

/* who we are section */
#whoWeAre {
  /* border: 2px solid red; */
  width: 100%;
  height: auto;
  padding: 5rem 0rem;
  background-color: black;
}
.who {
  display: grid;
  place-content: center;
}
.who h2 {
  font-size: 5rem;
  font-weight: bold;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  text-align: center;
  /* border: 2px solid red; */
  margin-bottom: 2rem;
}
.who p {
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  text-align: center;
}
.who .describer {
  font-size: 4rem;
}

/* our services section */
#ourServices {
  /* border: 2px solid red; */
  width: 100%;
  height: auto;
  padding: 5rem 0rem;
}
.servicesRack {
  /* border: 2px solid red; */
  max-width: 1080px;
  padding: 0rem 2rem;
  height: auto;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.serviceCard {
  /* border: 2px solid red; */
  width: 30rem;
  /* height: 20.4rem; */
  height: auto;
  padding: 1rem;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  position: relative;
}
.serviceCard i {
  /* border: 2px solid red; */
  margin-bottom: 2.5rem;
  position: relative;
  color: var(--black--);
}
.serviceCard i::after {
  content: "";
  background-image: url(/assets/lower-42938e4b8d8d26d375487a90c9031688477268f16aa7bfadfed4a7bd2ea45a2e.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  width: 108px;
  height: 85px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border: 2px solid red; */
  z-index: -2;
}
.serviceCard h3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
}
.serviceCard p {
  text-align: justify;
  font-size: 1.8rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
}

/* our Clients section */
#ourClient {
  width: 100%;
  height: auto;
  padding: 2rem 0rem;
  background-color: #cad5e2;
}
.clientsLogo {
  width: 100%;
  /* border: 2px solid red; */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientsLogo a>img{
  width: 90px;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: inline-block;
  margin: 1rem 0rem;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.clientsLogo a:hover>img{
  filter: grayscale(0%);
  --webkit-filter: grayscale(0%)
}
.clientsLogo a:not(:last-child) {
  margin-right: 5rem;
}

/* testimonial section */
#testimonial {
  width: 100%;
  height: auto;
  padding: 5rem 0rem;
  /* border: 2px solid red; */
  position: relative;
  overflow: hidden;
}
.blobLeft {
  position: absolute;
  top: 7.5rem;
  left: -20.1rem;
  /* border: 2px solid red; */
  width: 30rem;
}

.blobRight {
  position: absolute;
  bottom: -4.6rem;
  right: -14.8rem;
  width: 30rem;
  /* border: 2px solid red; */
}
.corousel {
  /* border: 2px solid red; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.glider {
  width: 30rem;
  /* border: 2px solid green; */
}
.glider-contain {
  width: 40rem !important;
  /* border: 2px solid red; */
  padding: 20px 0px;
}
.testi {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30rem !important;
  padding: 10px;
}
.testiProfile {
  width: 60px;
  margin-bottom: 15px;
}
.testiName {
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  margin-bottom: 1.5rem;
  text-align: center;
}
.testiFeedback {
  font-size: 1.8rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.testi .testiSocial {
  /* border: 2px solid red; */
  padding: 8px;
}
.testi .testiSocial a {
  text-decoration: none;
  color: black;
}
.testiSocial a:not(:last-child) {
  margin-right: 15px;
}
.testi i {
  display: inline-block;
}

/* newsletter section */
#newsLetter {
  width: 100%;
  height: auto;
  padding: 5rem 0rem;
  /* border: 2px solid red; */
  position: relative;
}
.sectionDescription {
  text-align: center;
}
/* newsletter form */
#newsletterForm {
  /* border: 2px solid red; */
  display: block;
}
#newsletterForm .form-group {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
#subscribeEmail {
  font-size: 1.8rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  padding: 10px;
  border-radius: 19px;
  outline: none;
  flex: 1;
  max-width: 400px;
  background: transparent;
  border: 1px solid #758283;
  transition: border-color 0.3s ease;
}
#subscribeEmail:focus {
  outline: none;
  background: transparent;
  border-color: #5737d6;
}
#subscriberEmail:focus {
  outline: none;
  background: transparent;
}
.submitBtn {
  margin-left: 0;
  background: transparent;
  padding: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--black--);
  transition: transform 0.2s ease, color 0.3s ease;
}
.submitBtn:hover {
  transform: scale(1.1);
  color: #5737d6;
}
/* Newsletter alert messages */
#newsletterForm .alert {
  margin-top: 15px;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 1.6rem;
  animation: slideInDown 0.3s ease;
}
#newsletterForm .alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#newsletterForm .alert-danger {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* contact us section */
#contact {
  width: 100%;
  height: auto;
  /* border: 2px solid red; */
  padding: 5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.descHead {
  font-size: 4rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  font-weight: 300;
  /* border: 2px solid red; */
  /* margin: 10px 0px; */
}
.growthImg {
  /* border: 2px solid red; */
  width: 100%;
}

/* footer section */
footer {
  width: 100%;
  height: auto;
  background-color: #000080;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 3rem;
}
.footItem {
  /* border: 2px solid red; */
  padding: 10px;
  margin: 10px;
  width: 250px;
}

/* utility section starts */
.main {
  /* border: 2px solid green; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0rem 14rem;
}

.bodyText {
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.btn {
  /* border: 2px solid red; */
  cursor: pointer;
  border-radius: 15px;
  padding: 1.8rem 2.5rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.9rem;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  text-decoration: none;
  text-align: center;
  box-shadow: 5px 5px 15px 0px #538ffb;
  /* margin-bottom: 20px; */
}
.sectionHeading, #main_heading{
  font-size: 6rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  margin: 1rem 0rem 5rem 0rem;
  padding: 0.5rem 0rem;
  text-align: center;
  font-weight: 400;
  /* border: 2px solid red; */
  margin-top: 5rem;
}

#main_heading{
  font-weight: bold;
}

.footHeading {
  font-size: 4rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  text-align: left;
  margin-bottom: 10px;
}
.footPara {
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  margin-bottom: 1rem;
}
.footItem a {
  text-decoration: none;
  display: block;
  color: #758283;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 1rem;
  transition: 0.3s ease;
}
.footItem a:hover {
  color: #cad5e2;
}
.socialLinks a {
  display: inline-block;
  padding: 5px;
  width: auto;
  /* border: 2px solid red; */
  margin: 0.8rem;
}
/* utility section ends */

/* for dark theme */
.dark {
  --black--: #fff;
  --white--: #000;
  --text-color--: #758283;
}
.themeIcon::before {
  content: "\f185";
}

/* theme switch for small devices */
.themeSwitchSmallDevices::before {
  content: "\f186";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.themeIconSmallDevices::before {
  content: "\f185";
}
/* for laptops - L */
@media screen and (max-width: 1024px) {
  html {
    font-size: 60%;
  }
  #svg {
    width: 50rem;
  }
  .main {
    padding: 0px 10rem;
  }
  .footItem {
    width: 200px;
  }
}

/* for tablets */
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
  #menu li a i {
    margin-left: 2px;
  }
  #svg {
    width: 50rem;
  }
  .main {
    padding: 0px 6rem;
  }
  .bodyText {
    margin-top: 3rem;
  }
  .footItem {
    width: 178px;
    margin: 0.1rem;
  }
}

/* for Large mobile */
@media screen and (max-width: 426px) {
  html {
    font-size: 45%;
  }
  #menu {
    display: none;
    visibility: hidden;
  }
  #hero {
    width: 100%;
    height: 90vh;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 4rem;
  }
  #svg {
    display: none;
  }
  .main {
    padding: 0px 2rem;
    /* border: 2px solid black; */
    justify-content: center;
  }
  .brandingOnMobile {
    display: block;
    text-align: center;
    font-size: 8.2rem;
    font-weight: bold;
    font-family: "Fira Sans", sans-serif;
    color: #758283;
  }
  .leftAlign {
    /* border: 2px solid green; */
    /* height: auto; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
  .rightAlign {
    /* border: 2px solid black; */
    width: 60%;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  .hamburger {
    display: block;
  }
  .sideNav {
    display: grid; /* Show sidenav on mobile devices */
  }
  #subscribeEmail {
    width: 100%;
    max-width: 200px;
    font-size: 1.6rem;
  }
  #newsletterForm .form-group {
    flex-wrap: wrap;
  }
  .submitBtn {
    margin-left: 0;
    background: transparent;
    padding: 5px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .sectionHeading {
    margin: 5rem 0rem 3rem 0rem;
  }
  .aboutText {
    display: flex;
    /* border: 2px solid red; */
    margin: 1rem 0rem;
    padding: 1rem 0rem;
  }
  .aboutUsImg {
    /* border: 2px solid red; */
    width: 100%;
  }
  .aboutUsBlob {
    width: 115%;
    height: 140%;
  }
  .serviceCard {
    /* border: 2px solid red; */
    width: 26rem;
    /* height: 27.4rem; */
    padding: 1rem;
    margin: 0.5rem;
  }
  .serviceCard i::after {
    width: 80px;
    height: 50px;
  }
  .mobileLeft {
    width: 65% !important;
  }
  .bodyText {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

/* for medium mobile */
@media screen and (max-width: 375px) {
  html {
    font-size: 45%;
  }
  .main {
    flex-direction: column;
  }
  #aboutUs {
    padding: 5rem 0rem;
  }
  .aboutLeft {
    order: 1;
    width: 75%;
  }
  .aboutUsBlob {
    width: 122%;
    height: 120%;
    transform: translate(-50%, -50%);
  }
  .aboutRight {
    order: 0;
    width: 75%;
    height: 100%;
    margin-top: 25px;
  }
  .serviceCard {
    width: 23rem;
  }
  .glider-contain {
    width: 35rem !important;
    padding: 20px 0px;
  }
  footer {
    justify-content: flex-start;
  }
  .footItem {
    padding: 7px;
    margin: 1px;
    width: 165px;
  }
}
/* Newsletter Pages Styling */
/* Consistent with ND Infotronics brand colors and existing design */

#newslettersSection,
#newsletterDetail,
#unsubscribePage {
  width: 100%;
  min-height: 100vh;
  padding: 100px 0 50px 0;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Heading */
.sectionHeading {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #253898;
  margin-bottom: 2rem;
}

.section-intro {
  text-align: center;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Subscribe Section */
.subscribe-section {
  margin-bottom: 5rem;
}

.subscribe-card {
  background: linear-gradient(135deg, #253898, #5737d6);
  color: white;
  padding: 4rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(37, 56, 152, 0.3);
}

.subscribe-card h2 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: white;
}

.subscribe-card p {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

/* Subscribe Form */
.subscribe-form,
.sidebar-subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.email-input {
  flex: 1;
  min-width: 250px;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s;
}

.email-input:focus {
  border-color: #253898;
}

.subscribe-button {
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  background: white;
  color: #253898;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.subscribe-card .subscribe-button {
  background: white;
  color: #253898;
}

.subscribe-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.privacy-note {
  font-size: 1.3rem;
  opacity: 0.8;
  text-align: center;
}

.privacy-note a {
  color: inherit;
  text-decoration: underline;
}

/* Newsletters Grid */
.newslettersGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}

.newsletter-card {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

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

.newsletter-header {
  margin-bottom: 2rem;
}

.newsletter-header i {
  color: #253898;
  margin-bottom: 1.5rem;
}

.newsletter-header h2 {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.newsletter-date {
  display: block;
  font-size: 1.4rem;
  color: #999;
  margin-top: 0.5rem;
}

.newsletter-body {
  flex: 1;
  margin-bottom: 2rem;
}

.newsletter-synopsis {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #555;
}

.newsletter-footer {
  margin-top: auto;
}

.read-more-link {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  background: linear-gradient(135deg, #253898, #5737d6);
  color: white !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.5rem;
  transition: opacity 0.3s;
}

.read-more-link:hover {
  opacity: 0.9;
}

/* No Newsletters Message */
.no-newsletters-message {
  text-align: center;
  padding: 6rem 2rem;
  color: #999;
}

.no-newsletters-message i {
  color: #ddd;
  margin-bottom: 2rem;
}

.no-newsletters-message p {
  font-size: 1.8rem;
  color: #666;
}

/* Newsletter Detail Page */
.newsletter-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 4rem;
  margin-top: 3rem;
}

.newsletter-main {
  min-width: 0; /* Prevent overflow */
}

.newsletter-article-header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #eee;
}

.newsletter-article-header h1 {
  font-size: 3.5rem;
  color: #253898;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.newsletter-meta {
  display: flex;
  gap: 2rem;
  font-size: 1.5rem;
  color: #777;
}

.newsletter-meta i {
  margin-right: 0.5rem;
}

.newsletter-article .newsletter-synopsis {
  background: #f8f8f8;
  padding: 2rem;
  border-left: 4px solid #253898;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-style: italic;
  color: #555;
}

.newsletter-content {
  font-size: 1.7rem;
  line-height: 1.8;
  color: #333;
}

.newsletter-content h2,
.newsletter-content h3 {
  color: #253898;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.newsletter-content p {
  margin-bottom: 1.5rem;
}

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

.newsletter-content ul,
.newsletter-content ol {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}

.newsletter-content li {
  margin-bottom: 0.8rem;
}

.newsletter-article .newsletter-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  color: #253898;
  text-decoration: none;
  transition: gap 0.3s;
}

.back-link:hover {
  gap: 1rem;
}

/* Sidebar */
.newsletter-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.sidebar-card {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.sidebar-card h2,
.sidebar-card h3 {
  font-size: 2rem;
  color: #253898;
  margin-bottom: 1.5rem;
}

.sidebar-card p {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.subscribe-widget {
  background: linear-gradient(135deg, #253898, #5737d6);
  color: white;
}

.subscribe-widget h2 {
  color: white;
}

.subscribe-widget p {
  color: white;
  opacity: 0.9;
}

.sidebar-subscribe-form .email-input {
  width: 100%;
  margin-bottom: 1rem;
}

.sidebar-subscribe-form .subscribe-button {
  width: 100%;
}

.recent-list {
  list-style: none;
  padding: 0;
}

.recent-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.recent-list li:last-child {
  border-bottom: none;
}

.recent-list a {
  display: block;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: color 0.3s;
}

.recent-list a:hover {
  color: #253898;
}

.recent-list small {
  font-size: 1.2rem;
  color: #999;
}

/* Share Widget */
.share-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.share-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white !important;
  text-decoration: none;
  transition: transform 0.3s, opacity 0.3s;
}

.share-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.share-btn.facebook {
  background: #1877f2;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn.email {
  background: #666;
}

/* Unsubscribe Page */
.unsubscribe-card {
  max-width: 600px;
  margin: 5rem auto;
  text-align: center;
  background: white;
  padding: 5rem;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.unsubscribe-card h1 {
  font-size: 3rem;
  color: #333;
  margin: 2rem 0;
}

.unsubscribe-card p {
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.unsubscribe-options {
  margin: 3rem 0;
  padding: 2rem;
  background: #f8f8f8;
  border-radius: 10px;
}

.unsubscribe-options h3 {
  font-size: 2rem;
  color: #253898;
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  margin: 0.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #253898, #5737d6);
  color: white !important;
}

.btn-secondary {
  background: #6c757d;
  color: white !important;
}

.feedback-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.feedback-section h3 {
  font-size: 1.8rem;
  color: #253898;
  margin-bottom: 1rem;
}

.feedback-section ul {
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.feedback-section li {
  padding: 0.5rem 0;
}

/* Pagination */
.pagination-container {
  display: flex;
  justify-content: center;
  margin: 4rem 0 2rem 0;
}

/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .newsletter-layout {
    grid-template-columns: 1fr 300px;
    gap: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .sectionHeading {
    font-size: 3.2rem;
  }

  .section-intro {
    font-size: 1.6rem;
  }

  .subscribe-card {
    padding: 3rem 2rem;
  }

  .subscribe-card h2 {
    font-size: 2.4rem;
  }

  .newslettersGrid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .newsletter-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .newsletter-sidebar {
    position: static;
  }

  .newsletter-article-header h1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 426px) {
  #newslettersSection,
  #newsletterDetail {
    padding: 80px 0 30px 0;
  }

  .sectionHeading {
    font-size: 2.6rem;
  }

  .subscribe-card {
    padding: 2.5rem 1.5rem;
  }

  .form-group {
    flex-direction: column;
  }

  .email-input,
  .subscribe-button {
    width: 100%;
  }

  .newsletter-card {
    padding: 2rem;
  }

  .newsletter-header h2 {
    font-size: 1.9rem;
  }

  .newsletter-synopsis {
    font-size: 1.5rem;
  }

  .newsletter-article-header h1 {
    font-size: 2.4rem;
  }

  .newsletter-content {
    font-size: 1.6rem;
  }

  .sidebar-card {
    padding: 2rem;
  }

  .unsubscribe-card {
    padding: 3rem 2rem;
  }
}

/* Admin Filter Buttons */
.filter-btn {
  display: inline-block;
  padding: 8px 16px;
  background: white;
  color: #253898;
  border: 2px solid #253898;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.filter-btn:hover,
.filter-btn.active {
  background: #253898;
  color: white;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 10px = 1rem */
}

.indicator {
  margin-top: 80px;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  background: linear-gradient(to right, #253898, #5737d6);
}

.indicator .navigation {
  padding: 10px;
  margin-left: 140px;
}

.navigation a {
  text-decoration: none;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
}

/* Services Table Styling */
.content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 140px;
}

.page-title {
 
  font-size: 4rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 8rem;
  text-align: center;
}

.services-table {
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
}

.services-table th,
.services-table td {
  padding: 15px;
  text-align: left;
  border: none;
}

.services-table th {
  background: linear-gradient(to right, #253898, #5737d6);
  color: #ffffff;
  font-weight: bold;
}

.services-table tr:hover {
  background-color: #f9f9f9;
}

.action-links {
  display: flex;
  gap: 10px;
  border: none;
}

.action-links a {
  text-decoration: none;
  color: #253898;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #253898;
}

.action-links a:hover {
  background-color: #253898;
  color: white;
  border: 1px solid #253898;
}

.new-service-link {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
}
.button-container {
    text-align: center;
  }
  
.new-service-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
}

/* Media Queries */
@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .content {
    padding: 50px 70px;
  }
  .indicator .navigation {
    margin-left: 70px;
  }
}

@media screen and (max-width: 456px) {
  html {
    font-size: 45%;
  }
  .content {
    padding: 50px 20px;
  }
  .indicator .navigation {
    margin-left: 20px;
  }
  .services-table {
    font-size: 1.4rem;
  }
  .action-links {
    flex-direction: column;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

.indicator {
  margin-top: 80px;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  background: linear-gradient(to right, #253898, #5737d6);
}

.indicator .navigation {
  padding: 10px;
  margin-left: 140px;
}

.navigation a {
  text-decoration: none;
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
}

.content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 140px;
}

.page-title {
  font-size: 4rem;
  font-family: "Fira Sans", sans-serif;
  color: #758283;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 8rem;
  text-align: center;
}

.testimonials-table{
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  padding: 15px;
  text-align: left;
  border: none;
}

th {
  background: linear-gradient(to right, #253898, #5737d6);
  color: #ffffff;
  font-weight: bold;
}

tr:hover {
  background-color: #f9f9f9;
}

.action-links {
  display: flex;
  gap: 10px;
  border: none;
}

.action-links a {
  text-decoration: none;
  color: #253898;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #253898;
}

.action-links a:hover {
  background-color: #253898;
  color: white;
  border: 1px solid #253898;
}

.button-container {
  text-align: center;
}

.new-testimonial-link {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(to right, #253898, #5737d6);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: "Fira Sans", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  align-items: center;
}

.new-testimonial-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 56, 152, 0.2);
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 50%;
  }
  .content {
    padding: 50px 70px;
  }
  .indicator .navigation {
    margin-left: 70px;
  }
}

@media screen and (max-width: 456px) {
  html {
    font-size: 45%;
  }
  .content {
    padding: 50px 20px;
  }
  .indicator .navigation {
    margin-left: 20px;
  }
  table {
    font-size: 1.4rem;
  }
  td a {
    display: block;
    margin-bottom: 5px;
  }
  .action-links {
    flex-direction: column;
  }
} 
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
