.custom-col {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

.useful-links-heading {
  color: white;
}

body {
  background: #e0e5ec;
  font-family: 'Arial', sans-serif;
}

.container-fluid {
  background: #e0e5ec;
  border-radius: 5px;
  box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
}

.neo-input, .neo-select, .neo-button {
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  background: #e0e5ec;
  box-shadow: inset -5px -5px 5px #ffffff;
}

.neo-input:focus, .neo-select:focus, .neo-button:focus {
  outline: none;
}

.neo-button {
  color: #333;
  cursor: pointer;
}

.neo-button:hover {
  box-shadow: 5px 5px 10px #bebebe, -5px -5px 10px #ffffff;
}

button {
  transition: all 0.3s ease;
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 3px 3px 6px #bebebe, -3px -3px 6px #ffffff;
}

.btn-primary {
  background-color: #fd6262;
  border-color: #f0f0f0;
  color: #333;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #e0e5ec;
  color: #333;
  box-shadow: 5px 5px 10px #bebebe, -5px -5px 10px #ffffff;
}

.neumorphic-branding {
  background: #242424;
  box-shadow: 3px 3px 5px #bebebe, -3px -3px 5px #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.btn1 {
  position: relative;
  transition: all .2s ease;
  letter-spacing: .025em;
  font-size: 1rem;
  border-color: #d1d9e6 !important;
  box-shadow: 3px 3px 6px #7a7a7f, -3px -3px 6px #7a7a7f !important;
  font-weight: 500;
  color: #31344b !important;
}

.btn-primary1:hover {
  color: #31344b !important;
  background-color: #e6e7ee !important;
  border-color: #e6e7ee !important;
  box-shadow: inset 2px 2px 5px #a4a7b8, inset -3px -3px 7px #a4a7b8 !important;
}

.btn1:hover {
  position: relative;
  transition: all .2s ease;
  letter-spacing: .025em;
  font-size: 1rem;
  border-color: #d1d9e6 !important;
  box-shadow: inset 2px 2px 5px #a4a7b8, inset -3px -3px 7px #a4a7b8 !important;
  font-weight: bolder;
}

.contact-info i,
.social-links a {
  color: #333;
  text-decoration: none;
  margin-right: 15px;
  font-size: 18px;
}

.social-links a:hover {
  color: #007bff;
}

.logo-img {
  vertical-align: middle;
}

.job-item {
  background-color: #e0e5ec;
  color: #242424;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 3px 3px 6px #bebebe, -3px -3px 6px #ffffff;
  margin-bottom: 20px;
}

.job-container h5 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.job-container h5 a:hover {
  color: #1a73e8;
}

.neumorphic-btn {
  background-color: #e0e5ec;
  border: none;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 3px 3px 6px #bebebe, -3px -3px 6px #ffffff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.neumorphic-btn:hover {
  transform: translateY(-2px);
  box-shadow: 3px 3px 6px #bebebe, -3px -3px 6px #ffffff;
}

.neumorphism {
  background: #242424;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 3px 3px 6px #bebebe, -3px -3px 6px #ffffff;
  transition: all 0.3s ease;
}

.neumorphism:hover {
  box-shadow: 5px 5px 10px #bebebe, -3px -3px 6px #ffffff;
}

.neumorphic-branding {
  background: #333;
  box-shadow: 3px 3px 5px #bebebe, -3px -3px 5px #ffffff;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.footer {
  background: #242424;
  padding: 30px 0;
  text-align: center;
}

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

.footer a:hover {
  text-decoration: underline;
}

.footer-links {
  text-align: left;
  margin-bottom: 20px;
}

.useful-links-heading {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #fff;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.service-item {
  background: #e0e0e0;
  border-radius: 5px;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}

.service-item:hover {
  box-shadow: 10px 10px 30px #bebebe, -10px -10px 30px #ffffff;
}

.service-item .icon {
  background: #e0e0e0;
  border-radius: 50%;
  box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
  display: inline-block;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}

.service-item h3 {
  font-size: 18px;
  margin-top: 15px;
}

.service-item p {
  font-size: 14px;
  margin-top: 10px;
}

.service-item .stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
}

.neomorphic-btn {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background: #fd6262;
  border-radius: 10px;
  box-shadow: 4px 4px 10px #1a73e8, -4px -4px 10px #ffffff;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.neomorphic-btn1 {
  background: #fd6262;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #1a73e8, -1px -1px 2px #ffffff;
  text-decoration: none;
  color: #242424;
  font-weight: bold;
}

.neomorphic-btn:hover {
  box-shadow: inset 8px 8px 20px #bebebe, inset -8px -8px 20px #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

.neomorph {
  background: #e0e0e0;
  border-radius: 10px;
  box-shadow: 7px 7px 15px #bebebe, -7px -7px 15px #ffffff;
  padding: 10px;
  margin: 3px;
}

.neomorph h3 {
  margin: 0;
  padding: 10px 0;
}

.neomorph i {
  font-size: 2rem;
  margin-bottom: 10px;
}

.neomorph input,
.neomorph textarea,
.neomorph button {
  border: none;
  outline: none;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: inset 5px 5px 10px #bebebe, inset -5px -5px 10px #ffffff;
}

.neomorph button {
  background-color: #e0e0e0;
  cursor: pointer;
}

.neomorph button:hover {
  box-shadow: inset 3px 3px 5px #bebebe, inset -3px -3px 5px #ffffff;
}

.section-title span, .section-title h2, .content h3, .content p, .content ul, .content a {
  margin-bottom: 1rem;
  display: block;
}

.content ul li {
  background: #e0e5ec;
  border-radius: 12px;
  box-shadow: inset 5px 5px 10px #babecc, inset -5px -5px 10px #ffffff;
  padding: 0.3rem;
  margin-bottom: 0.5rem;
  list-style: none;
}

.read-more {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  background: #e0e5ec;
  box-shadow: 5px 5px 10px #071b63, -5px -5px 10px #ffffff;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.read-more:hover {
  box-shadow: inset 5px 5px 10px #babecc, inset -5px -5px 10px #ffffff;
}