/* OVERRIDE */
* {
  font-family: "Proxima Nova", sans-serif;
}
body {
  padding-top: 48px;
  max-width: 1440px;
  margin: auto;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%236C45CD' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(1.6) !important;
  opacity: 0.8;
}
.accordion-button:not(.collapsed) {
  color: #5241d1;
  background-color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%236C45CD' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 4px;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-width: 4px;
}
.accordion-item .accordion-body {
  font-size: 18px;
}
.accordion-item {
  background-color: #fff;
  border-top: 1px solid #6c45cd;
  border-bottom: 1px solid #6c45cd;
  border-left: 0;
  border-right: 0;
}
h2.accordion-header .accordion-button {
  font-size: 40px;
  padding-left: 10px;
  padding-right: 21px;
  background-color: #f4f0fb;
}
h2.accordion-header {
  padding: 30px 0;
}
h6 {
  font-weight: bold;
  font-size: 18px;
}
input.form-control,
textarea.form-control,
select.form-control {
  border: 1px solid #6c45cd;
  border-radius: 0;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color: #6c45cd;
  box-shadow: none;
  background-color: rgba(244, 240, 251, 0.5);
}
.form-floating > label {
  opacity: 0.5;
}
input[type="checkbox"] {
  transform: scale(1.4);
  margin-left: 3px;
  margin-right: 16px;
}
.form-control.form-control-lg {
  padding: 24px 32px;
}
label.form-label {
  color: #1e1d21;
}
::placeholder {
  color: #a8a8a8;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a8a8a8;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a8a8a8;
}

/* GENERAL */
.vanguard-color {
  color: #6c45cd;
}
.vanguard-bg-color {
  background-color: #6c45cd;
}
.vanguard-color-alt {
  color: #dd5aba;
}
.vanguard-bg-color-alt {
  background-color: #dd5aba;
}
.vanguard-color-black {
  color: #1e1d21;
}
.vanguard-bg-color-black {
  background-color: #1e1d21;
}
.vanguard-color-gray {
  color: #505050;
}
.vanguard-bg-color-gray {
  background-color: #505050;
}
.vanguard-color-secondary {
  color: #492e8b;
}
.vanguard-bg-color-secondary {
  background-color: #492e8b;
}
.vanguard-color-alt-secondary {
  color: #a78fe1;
}
.vanguard-bg-color-alt-secondary {
  background-color: #a78fe1;
}
.vanguard-color-black-secondary {
  color: #f4f0fb;
}
.vanguard-bg-color-black-secondary {
  background-color: #f4f0fb;
}
.vanguard-color-gray-secondary {
  color: #969696;
}
.vanguard-bg-color-gray-secondary {
  background-color: #969696;
}

.mb-100 {
  margin-bottom: 100px;
}
.mb-130 {
  margin-bottom: 130px;
}
/* SNIPPETS */
.vanguard-gradient-block {
  padding: 70px 40px;
}
.bg-vanguard-gradient {
  background: linear-gradient(90deg, #13285d 0%, #5b19c3 100%);
}
.box-vanguard {
  font-family: "Proxima Nova", sans-serif;
  padding: 36px;
  margin-top: 40px;
  width: 280px;
  height: 120px;
  font-size: 22px;
  background-color: #ffffff;
  border: 2px solid #13285d;
  text-align: left;
  color: #13285d;
  font-weight: bold;
  border-radius: 0;
  box-shadow: #5b19c3 5px 5px;
}
.box-vanguard:hover {
  color: #492e8b;
  border: 2px solid #492e8b;
}
.button-vanguard {
  font-family: "Proxima Nova", sans-serif;
  padding: 26px 32px;
  margin-top: 40px;
  width: 228px;
  height: 95px;
  font-size: 20px;
  background-color: #ffffff;
  border: 2px solid #5b19c3;
  text-align: left;
  color: #5b19c3;
  line-height: 14px;
  font-weight: bold;
  border-radius: 0;
}
.button-vanguard:hover {
  color: #492e8b;
  border: 2px solid #492e8b;
}
.button-vanguard i {
  display: block;
  margin-top: 16px;
}
.box-vanguard-alt {
  font-family: "Proxima Nova", sans-serif;
  padding: 36px;
  margin-top: 40px;
  width: 280px;
  height: 120px;
  font-size: 22px;
  background-color: #13285d;
  border: 2px solid #13285d;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0;
  box-shadow: #5b19c3 5px 5px;
}
.box-vanguard-alt:hover {
  color: #ffffff;
  background-color: #492e8b;
  border: 2px solid #492e8b;
}
.button-vanguard-alt {
  font-family: "Proxima Nova", sans-serif;
  padding: 26px 32px;
  margin-top: 40px;
  width: 228px;
  height: 95px;
  font-size: 20px;
  background-color: #5b19c3;
  border: 2px solid #5b19c3;
  text-align: left;
  color: #ffffff;
  line-height: 14px;
  font-weight: bold;
  border-radius: 0;
}
.button-vanguard-alt:hover {
  color: #ffffff;
  background-color: #492e8b;
  border: 2px solid #492e8b;
}
.button-vanguard-alt i {
  display: block;
  margin-top: 16px;
}
.button-vanguard-alt-icons {
  font-family: "Proxima Nova", sans-serif;
  padding: 22px;
  margin-top: 20px;
  width: 228px;
  height: 95px;
  font-size: 20px;
  background-color: #5b19c3;
  border: 2px solid #5b19c3;
  color: #ffffff;
  font-weight: normal;
  border-radius: 10px;
}
.button-vanguard-alt-icons i {
  display: block;
}
.button-vanguard-alt-icons:hover {
  color: #ffffff;
  background-color: #492e8b;
  border: 2px solid #492e8b;
}
.inside-title {
  color: #505050;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
}
.vanguard-double-block {
}
.vanguard-double-block .vanguard-double-block-text {
}
.vanguard-double-block .vanguard-double-block-image {
}
.vanguard-block-cat {
  color: #5b19c3;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
}
.vanguard-double-block .vanguard-double-block-text .vanguard-block-title {
  margin-top: 0px;
  margin-bottom: 40px;
}
.vanguard-quote-background {
  background-color: #f4f0fb;
  padding: 85px 20px;
}
.vanguard-quote-background .inside-title {
  color: #181618;
  font-size: 40px;
  font-weight: bold;
}
.vanguard-quote-background .inside-subtitle {
  color: #6a7071;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.vanguard-list.vanguard-commandment-list .inside-title {
  font-size: 42px;
}
.vanguard-list.vanguard-commandment-list ul li {
  font-size: 24px;
}
.vanguard-list.vanguard-commandment-list ul {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 50px;
  padding-bottom: 0px;
}
.vanguard-list .inside-title {
  font-size: 26px;
  font-weight: bold;
}
.vanguard-list ul {
  padding-top: 30px;
  padding-left: 40px;
}
.vanguard-list ul li {
  font-size: 18px;
  margin-bottom: 30px;
  list-style: none;
  text-indent: -16px;
}
.vanguard-list ul li:last-of-type {
  margin-bottom: 0;
}
.vanguard-list ul li::before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #5b19c3;
  border-left: 8px solid transparent;
  border-right: 8px solid #5b19c3;
  border-bottom: 8px solid transparent;
  position: relative;
  left: -24px;
}
.full-image-block {
  max-height: 400px;
  overflow: hidden;
}
.full-image-block img {
  width: 100%;
  max-width: 100%;
}
.button-vanguard-newsletter {
  font-family: "Proxima Nova", sans-serif;
  padding: 0 0 13px;
  border-bottom: 2px solid #5b19c3;
  border-radius: 0;
}
.button-vanguard-newsletter i {
  margin-left: 20px;
}

.vanguard-logo-mov img {
  height: 50px;
  width: auto;
  display: inline-block;
  position: relative;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: all 0.12s;
}
.vanguard-logo-mov .logo-izq {
  animation-name: mov2-logo-izq;
}
.vanguard-logo-mov .logo-drx {
  animation-name: mov2-logo-drx;
}
@keyframes mov2-logo-izq {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  12% {
    transform: rotate(51deg) translate(0px, 0px);
  }
  25% {
    transform: rotate(116deg) translate(0px, 0px);
  }
  37% {
    transform: rotate(116deg) translate(0px, 0px);
  }
  50% {
    transform: rotate(116deg) translate(20px, -10px);
  }
  62% {
    transform: rotate(116deg) translate(20px, -10px);
  }
  75% {
    transform: rotate(51deg) translate(0px, 0px);
  }
  87% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes mov2-logo-drx {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  12% {
    transform: rotate(0deg) translate(-13px, 33px);
  }
  25% {
    transform: rotate(0deg) translate(-70px, 33px);
  }
  37% {
    transform: rotate(-26deg) translate(-68px, 6px);
  }
  50% {
    transform: rotate(-26deg) translate(-57px, -16px);
  }
  62% {
    transform: rotate(-26deg) translate(5px, 13px);
  }
  75% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  87% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes mov-logo-izq {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: -10px;
    top: -10px;
  }
  50% {
    left: -10px;
    top: -10px;
  }
  75% {
    left: -10px;
    top: -10px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes mov-logo-drx {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: -20px;
    top: 15x;
  }
  50% {
    left: -55px;
    top: 15px;
  }
  75% {
    left: -68px;
    top: -10px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}

/* Modern Brands Carousel */
.brands-carousel {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  align-items: center;
}

.brands-carousel-track {
  display: flex;
  animation: scroll 60s linear infinite;
  width: calc(200px * 38); /* 19 logos × 2 (duplicated) × 200px width */
  will-change: transform;
  align-items: center;
  height: 100%;
}

.brands-carousel-slide {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}

.brands-carousel-slide img {
  height: 80px;
  width: 160px;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s ease;
  opacity: 0.8;
  transform: scale(1);
  display: block;
  margin: auto;
}

.brands-carousel-slide img:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-200px * 19)
    ); /* Move by exactly one set of logos */
  }
}

/* Pause animation on hover */
.brands-carousel:hover .brands-carousel-track {
  animation-play-state: paused;
}

/* Fade in animation on page load */
.brands-carousel {
  animation: fadeIn 0.8s ease-in-out;
}

/* Carousel section styling */
.brands-carousel-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 40px 0;
  border-radius: 12px;
  margin: 20px 0;
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .brands-carousel {
    height: 120px;
    max-width: 100%;
    margin: 0 auto;
  }

  .brands-carousel-slide {
    flex: 0 0 150px;
    padding: 0 15px;
    height: 100%;
  }

  .brands-carousel-slide img {
    height: 70px;
    width: 140px;
  }

  .brands-carousel-track {
    width: calc(150px * 38);
    animation-duration: 50s;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-150px * 19));
    }
  }
}

@media (max-width: 480px) {
  .brands-carousel {
    height: 100px;
    max-width: 100%;
    margin: 0 auto;
  }

  .brands-carousel-slide {
    flex: 0 0 120px;
    padding: 0 10px;
    height: 100%;
  }

  .brands-carousel-slide img {
    height: 60px;
    width: 120px;
  }

  .brands-carousel-track {
    width: calc(120px * 38);
    animation-duration: 40s;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-120px * 19));
    }
  }
}

/* HOME */
#home-carousel .carousel-item {
  height: 550px;
}
#home-carousel .carousel-item img {
  width: 100%;
}
.carousel-item .container .carousel-caption {
  background: linear-gradient(
    315deg,
    rgb(91, 25, 195) 0%,
    rgb(19, 40, 93) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  top: 200px;
  width: 780px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}
.carousel-type {
  color: #ffffff;
  font-family: "Proxima Nova", sans-serif;
}
.carousel-title {
  margin-top: 15px;
  font-size: 38px;
  font-weight: bold;
}

.vanguard-box-shadow {
  box-shadow: #6c44cd -10px 10px;
}

.vanguard-box-shadow-inverse {
  box-shadow: #6c44cd 10px -10px;
}

#home-carousel .carousel-indicators {
  top: 520px;
  padding: 0;
  margin-left: 120px;
  justify-content: flex-start;
  bottom: auto;
  margin-bottom: 0;
  right: auto;
  margin-right: 0;
}
#home-carousel .carousel-indicators [data-bs-target] {
  border-radius: 7px;
  width: 40px;
  height: 6px;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 1;
  margin-right: 16px;
  margin-left: 0px;
}

#home-carousel .carousel-indicators .active {
  background-color: #ffffff;
}

/* BLOG */
.vanguard-blog {
  margin-bottom: -80px;
}
.vanguard-blog .col {
  margin-top: 0;
  margin-bottom: 80px;
}
.vanguard-blog .inside-title {
  margin-bottom: 60px;
  margin-top: 15px;
}
.vanguard-blog .blog-card .blog-img-top {
  width: 100%;
  height: auto;
}
.vanguard-blog .blog-card .blog-image-block {
}
.vanguard-blog .blog-card .blog-image-block .blog-img-top {
}
.vanguard-blog .blog-card .blog-image-block .blog-img-top:hover {
}
.vanguard-blog .blog-card .blog-body {
}
.vanguard-blog .blog-card .blog-position {
  display: inline-block;
  color: #1e1d21;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  margin-top: 30px;
}
.vanguard-blog .blog-card .blog-title {
  color: #6b45cd;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 0;
}
.vanguard-blog .blog-card .blog-text {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 0;
}
.vanguard-blog .blog-card .blog-link {
  font-family: "Proxima Nova", sans-serif;
  display: inline-block;
  color: #1e1d21;
  font-size: 16px;
  border-bottom: 2px solid #5b19c3;
  text-decoration: none;
  margin-top: 40px;
  padding-bottom: 10px;
}
.vanguard-blog .blog-card .blog-link:hover {
  text-decoration: none;
}

/* WE */
.vanguard-team {
  margin-bottom: -80px;
}
.vanguard-team .col {
  margin-top: 0;
  margin-bottom: 80px;
}
.vanguard-team .inside-title {
  margin-bottom: 60px;
}
.vanguard-team .team-card .team-img-top {
  width: 100%;
  height: auto;
}
.vanguard-team .team-card .team-image-block {
  background: #5b19c3;
}
.vanguard-team .team-card .team-image-block .team-img-top {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.5s;
}
.vanguard-team .team-card .team-image-block .team-img-top:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.vanguard-team .team-card .team-body {
}
.vanguard-team .team-card .team-position {
  display: inline-block;
  color: #1e1d21;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  margin-top: 30px;
}
.vanguard-team .team-card .team-title {
  color: #5b19c3;
  font-size: 40px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 0;
}
.vanguard-team .team-card .team-text {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 0;
}
.vanguard-team .team-card .team-link {
  display: inline-block;
  color: #1e1d21;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #5b19c3;
  text-decoration: none;
  margin-top: 25px;
  padding-bottom: 10px;
}
.vanguard-team .team-card .team-link:hover {
  text-decoration: none;
}

.shadow-gradient {
  position: relative;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 20px;
  height: fit-content;
}

.shadow-gradient::before {
  content: "";
  position: absolute;
  height: 100%;
  width: CALC(100% - 30px);
  right: 20px;
  top: 10px;
  background: linear-gradient(114.73deg, #13285d 0%, #5b19c3 100%);
  z-index: -1;
}

/* JOBS */
.jobs-page.full-image-block {
  max-height: 600px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.jobs-page.full-image-block img {
  margin-top: -100px;
}

.vanguard-opens .button-vanguard {
  margin-top: 50px;
}
.vanguard-opens h1 {
  font-size: 40px;
}
.job-card {
  background-color: #f4f0fb;
  padding: 34px 24px 5px;
  border: 1px solid #f4f0fb;
  transition: all 0.2s;
}
.job-card:hover {
  color: #784ec5;
  border: 1px solid #784ec5;
}
.job-card:hover .job-card-link {
  color: #6c44cd;
}
.job-card-body {
}
.job-card-title {
  font-size: 24px;
  font-weight: bold;
  min-height: 108px;
}
.job-card-place {
  font-size: 18px;
  margin-top: 40px;
}
.job-card-date {
  font-size: 18px;
  margin-top: 10px;
}
.job-card-bottom {
  margin-top: 28px;
  text-align: right;
}
.job-card-link {
  font-size: 40px;
  text-decoration: none;
  color: #a78fe1;
  transition: all 0.2s;
}

/* JOB */
.full-image-block.job-head-block {
  max-height: 300px;
}
.job-head-block .image-block {
  max-height: 400px;
  overflow: hidden;
}
.job-head-block .image-block img {
  /*margin-top: -300px;*/
}
.job-head-block .text-block {
  position: relative;
  top: -330px;
  width: 100%;
  height: 330px;
  padding: 125px 20px 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.job-head-block .text-block .job-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1;
}
.job-head-block .job-place {
  font-size: 20px;
  font-family: "Proxima Nova", sans-serif;
}
.job-head-block .job-date {
  font-size: 20px;
  font-family: "Proxima Nova", sans-serif;
}
.job-head-block .vr {
  opacity: 1;
  width: 2px;
  margin: 0 30px;
}
.job-head-block i.bi {
  font-size: 22px;
}
.job-head-block i.bi {
  font-size: 22px;
}
.job-right-block.vanguard-gradient-block {
  padding: 40px 26px;
}
.job-right-block .job-title {
  font-size: 26px;
  margin-bottom: 30px;
}
.job-right-block .job-place {
  margin-bottom: 30px;
}
.job-right-block .button-vanguard {
  margin-top: 50px;
}

/* MENU */
.vanguard-nav {
  max-width: 1440px;
  margin: auto;
}
.vanguard-nav-top {
  border-bottom: 2px solid #e9e8e9;
}
.vanguard-nav-top .nav-link,
.vanguard-nav-top .nav-link:focus,
.vanguard-nav-top .nav-link:hover {
  color: #6b45cd;
}
#navbarResponsive ul li ul li .vertical-menu-text {
  color: #212529;
}
#navbarResponsive .nav-item .nav-separator {
  margin-right: 25px;
}
.vanguard-nav-bottom {
  position: absolute;
  top: 12px;
  right: 10%;
}
.vanguard-nav-bottom {
  color: #1e1d21;
}
.vanguard-nav-bottom .nav {
  display: none;
}
.vanguard-nav-bottom .nav-link {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: -25px;
}
.vanguard-nav-bottom .nav-item {
  margin-left: 60px;
}
.vanguard-nav-bottom .nav-link.active {
  border-bottom: 3px solid #5b19c3;
}
.navbar-collapse {
  font-weight: bold;
  padding-left: 25px;
}
.navbar-collapse > .navbar-nav {
  min-height: 100vh;
}
.vanguard-min-logo {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #896ad7;
  border-right: 12px solid #dd5aba;
  border-bottom: 12px solid #8249c9;
}
.vanguard-nav .vanguarg-logo {
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: 160px;
  margin-top: -15px;
  margin-bottom: -15px;
  display: none;
}
.vanguard-nav .vanguarg-logo-mobile {
  width: auto;
  height: 40px;
  /*margin-top: -8px;*/
}
.vanguard-nav .nav-item .dropdown-menu {
  /*display: none;*/
}
.vanguard-nav .nav-item:hover .nav-link {
}
.vanguard-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.vanguard-nav .nav-item .dropdown-menu {
  margin-top: 0;
  border: 0;
  min-width: 250px;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 5px 5px 1px rgb(212 212 212 / 50%);
}
.vanguard-nav .dropdown-menu li {
  padding: 10px;
  font-size: 18px;
}
.vanguard-nav .dropdown-menu li:hover {
  color: #5b19c3;
  background-color: #f4f0fb;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #5b19c3;
  background-color: #f4f0fb;
}
.vanguard-nav .nav-item .dropdown-menu.show {
  inset: unset !important;
  transform: unset !important;
}
.nav-separator-desktop {
  display: none;
}

/* FOOTER */
.vanguard-footer .vanguard-footer-dark-block,
.vanguard-footer .vanguard-footer-light-block {
  padding: 60px 40px;
}
.vanguard-footer .vanguard-footer-dark-block {
  /*line-height: 0px;*/
}
.vanguard-footer .vanguard-footer-dark-block .nav {
  opacity: 0.6;
}
.vanguard-footer .vanguard-footer-dark-block .nav .nav-item .nav-link {
  padding: 0;
}
.vanguard-footer .vanguard-footer-light-block {
  background-color: #f8f6f6;
}
.vanguard-footer .vanguard-footer-dark-block .vanguard-footer-rigths.d-flex {
  display: block !important;
}
.vanguard-footer .vanguard-footer-dark-block .nav .nav-item {
  padding-left: 5px;
}
.vanguard-footer .vanguard-footer-dark-block .nav .nav-item {
  margin-top: 20px;
}
.vanguard-footer .foot-logos img {
  display: inline-block;
}
.vanguard-footer .foot-logos .vanguarg-logo-foot {
  height: 80px;
  width: auto;
}
.vanguard-footer .foot-logos .sf-partner-logo-foot {
  height: 80px;
  width: auto;
}
.vanguard-footer .foot-logos .talkdesk-partner-logo-foot {
  height: 50px;
  width: auto;
}
.vanguard-footer .nav-link {
  color: #5b19c3;
  font-weight: bold;
}
/* JOB MODAL*/
#job_contact #regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: "Proxima Nova", sans-serif;
  padding: 20px 40px 10px 40px;
  border-radius: 10px;
}
#job_contact h1 {
  text-align: center;
}
#job_contact input.invalid {
  background-color: #dd5aba20;
}
#job_contact .tab {
  display: none;
}
#job_contact .button-vanguard i,
#job_contact .button-vanguard-alt i {
  margin-top: 6px;
}
#job_contact .button-vanguard,
#job_contact .button-vanguard-alt {
  padding: 12px 15px;
  width: 130px;
  height: 60px;
  font-size: 16px;
  margin-top: 0;
}
#job_contact .thanks-message,
#job_contact .error-message {
  display: none;
}
#job_contact .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#job_contact .container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#job_contact .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
#job_contact .container:hover input ~ .checkmark {
  background-color: #ccc;
}
#job_contact .container input:checked ~ .checkmark {
  background-color: #2196f3;
}
#job_contact .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#job_contact .container input:checked ~ .checkmark:after {
  display: block;
}
#job_contact .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*
#job_contact button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer
}
#job_contact button:hover {
    opacity: 0.8
}*/

/*progressbar*/
#job_contact #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding: 0 0 10px 0;
  margin: 0 -1rem;
}
#job_contact #progressbar .active {
  color: #000000;
}
#job_contact #progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
} /*
#job_contact #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}
#job_contact #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}
#job_contact #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}
#job_contact #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}
*/
#job_contact #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 26px;
  color: #ffffff;
  background: #5b19c3;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
#job_contact #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 85px;
  z-index: 0;
}
#job_contact #progressbar li.finish:after,
#job_contact #progressbar li.active:before,
#job_contact #progressbar li.active:after {
  background: #6c45cd;
}

/*@media (min-width: 576px) */
@media (max-width: 480px) {
  .vanguard-nav {
    max-width: 100vw;
    margin: 0;
  }

  .carousel-title {
    font-size: 26px;
  }

  body {
    max-width: 100vw;
  }

  .container-middle {
    max-width: 100%;
    background-color: #f4f0fb;
    padding-inline: 2rem;
  }

  .vanguard-list.vanguard-commandment-list ul li {
    font-size: 18px;
  }

  .vanguard-quote-background {
    background-color: #f4f0fb;
    padding: 40px 20px;
  }

  .vanguard-team .col {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .vanguard-double-block .vanguard-double-block-text {
    margin-bottom: 1rem;
  }

  h2.accordion-header .accordion-button {
    font-size: 28px;
  }

  .vanguard-video-player {
    width: 100%;
    height: 280px;
  }
}

@media (min-width: 481px) {
  #mainNav .navbar-nav .nav-principal-item {
    display: none;
  }

  .container-middle {
    padding-inline: 4rem;
    max-width: 100%;
    background-color: #f4f0fb;
  }
  .vanguard-video-player {
    width: 90%;
    height: 360px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 9rem;
    max-width: 100%;
  }
  /* MENU */
  .vanguard-nav-top .nav-link,
  .vanguard-nav-top .nav-link:focus,
  .vanguard-nav-top .nav-link:hover {
    color: #8f8e90;
  }
  .vanguard-nav {
    max-width: 100%;
    margin: auto;
  }
  .vanguard-video-player {
    width: 70%;
    height: 560px;
  }
  #home-carousel .carousel-item img {
    width: 90%;
  }
  .carousel-item .container .carousel-caption {
    margin-left: 50px;
  }
  .nav-separator-desktop {
    display: inline-block;
  }
  .nav-principal-item {
    display: none;
  }
  .nav-separator {
    display: none;
  }
  .container-middle {
    max-width: 100%;
    background-color: #f4f0fb;
    padding-inline: 10rem;
  }
  .vanguard-nav-bottom {
    position: unset;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0px 11px 10px -10px rgb(215 215 215 / 50%);
  }
  .vanguard-nav-bottom .nav {
    display: flex;
  }
  .separator {
    display: inline-block;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-collapse {
    font-weight: normal;
  }

  .navbar-collapse > .navbar-nav {
    min-height: auto;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-toggler i {
    color: #6b45cd;
    text-shadow: 0px 1px 1px #6b45cd;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .vanguard-nav .vanguarg-logo-mobile {
    display: none;
  }
  .vanguard-nav .vanguarg-logo {
    display: unset;
  }
  /* SNIPPETS */
  .vanguard-gradient-block {
    padding: 70px 102px;
  }
  .inside-title {
    font-size: 42px;
    padding-left: 10px;
  }
  .vanguard-quote-background .inside-title {
    font-size: 56px;
  }
  /* FOOTER */
  .vanguard-footer .vanguard-footer-dark-block,
  .vanguard-footer .vanguard-footer-light-block {
    padding: 60px 120px;
  }
  .vanguard-footer .vanguard-footer-dark-block .vanguard-footer-rigths.d-flex {
    display: flex !important;
  }
  .vanguard-footer .vanguard-footer-dark-block .nav .nav-item {
    padding-left: 56px;
  }
  .vanguard-footer .vanguard-footer-dark-block .nav .nav-item {
    margin-top: 0px;
  }
  /* JOB */
  .full-image-block.job-head-block {
    max-height: 400px;
  }
  .job-head-block .text-block {
    position: relative;
    top: -400px;
    width: 100%;
    height: 400px;
    padding: 140px 120px 0 120px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .job-head-block .text-block .job-title {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 36px;
  }
  .button-vanguard {
    margin-top: 76px;
  }
  .button-vanguard-alt {
    margin-top: 76px;
  }
  .vanguard-list.vanguard-commandment-list .inside-title {
    font-size: 56px;
  }
  .vanguard-quote-background {
    background-color: #f4f0fb;
    padding: 80px 60px;
  }
  .vanguard-double-block .vanguard-double-block-text .vanguard-block-title {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .vanguard-team .inside-title {
    margin-bottom: 120px;
  }
  .vanguard-team .team-card .team-title {
    min-height: 96px;
  }
  .vanguard-list.vanguard-commandment-list ul {
    padding-top: 50px;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 0px;
  }
  /* JOBS */
  .vanguard-opens h1 {
    font-size: 56px;
  }

  /* HOME */

  #home-carousel .carousel-item {
    height: 750px;
    text-align: center;
  }
  .carousel-title {
    font-size: 38px;
  }

  #home-carousel .carousel-indicators {
    top: 540px;
  }

  .carousel-item .container .carousel-caption {
    top: 170px;
    bottom: 170px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 85px;
    padding-bottom: 60px;
  }

  .vanguard-blog .inside-title {
    margin-bottom: 70px;
  }
  .vanguard-blog .blog-card .blog-title {
    min-height: 96px;
  }

  /* CONTACT */

  .contact-title {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

/* EVENTS PAGE MODERN DESIGN */
.events-page .events-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.events-page .hero-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.events-page .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.events-page .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(108, 69, 205, 0.8),
    rgba(108, 69, 205, 0.6)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-page .hero-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.events-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.events-page .hero-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Events Sections */
.events-page .events-section {
  padding: 60px 0;
  background: #f8f9ff;
}

.events-page .events-section:nth-child(even) {
  background: white;
}

.events-page .section-header {
  text-align: center;
  margin-bottom: 40px;
}

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

.events-page .section-description {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Compact Gallery Grid */
.events-page .events-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.events-page .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  min-height: 250px;
  max-height: 350px;
}

.events-page .gallery-item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(108, 69, 205, 0.2);
  z-index: 10;
}

.events-page .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: block;
  opacity: 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.events-page .gallery-item img[src] {
  opacity: 1;
}

.events-page .gallery-item img[data-src] {
  opacity: 0;
}

.events-page .gallery-item:hover img {
  transform: scale(1.05);
}

/* Gallery Item Overlay */
.events-page .gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(108, 69, 205, 0.2),
    rgba(108, 69, 205, 0.1)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.events-page .gallery-item:hover::before {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .events-page .events-gallery {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 992px) {
  .events-page .events-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .events-page .events-hero {
    height: 50vh;
    min-height: 300px;
  }

  .events-page .hero-title {
    font-size: 2.5rem;
  }

  .events-page .hero-subtitle {
    font-size: 1.1rem;
  }

  .events-page .events-section {
    padding: 40px 0;
  }

  .events-page .section-title {
    font-size: 2rem;
  }

  .events-page .section-description {
    font-size: 1rem;
  }

  .events-page .events-gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 8px;
    padding: 0 10px;
  }

  .events-page .gallery-item {
    min-height: 200px;
    max-height: 280px;
  }
}

@media (max-width: 480px) {
  .events-page .events-hero {
    height: 40vh;
    min-height: 250px;
  }

  .events-page .hero-title {
    font-size: 2rem;
  }

  .events-page .hero-subtitle {
    font-size: 1rem;
  }

  .events-page .events-section {
    padding: 30px 0;
  }

  .events-page .section-title {
    font-size: 1.8rem;
  }

  .events-page .events-gallery {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 6px;
    padding: 0 8px;
  }

  .events-page .gallery-item {
    min-height: 180px;
    max-height: 240px;
  }
}

/* Enhanced Lightbox Styling */
.events-page .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.events-page .lightbox.active {
  opacity: 1;
  visibility: visible;
}

.events-page .lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Full Screen Image Modal */
.events-page .image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.events-page .image-modal.active {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}

.events-page .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  z-index: 1;
}

.events-page .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.events-page .modal-header {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.events-page .modal-close {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.5rem;
  position: relative;
}

.events-page .close-text {
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.events-page .modal-close .bi {
  display: block;
}

.events-page .modal-close .close-text {
  display: none;
}

.events-page .modal-close:not(.bi) .close-text {
  display: block;
}

.events-page .modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.events-page .modal-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}

.events-page .modal-body img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.events-page .modal-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.events-page .nav-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  font-size: 1.5rem;
  pointer-events: auto;
  position: relative;
}

.events-page .nav-text {
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.events-page .nav-btn .bi {
  display: block;
}

.events-page .nav-btn .nav-text {
  display: none;
}

.events-page .nav-btn:not(.bi) .nav-text {
  display: block;
}

.events-page .nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.events-page .nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

/* Remove old events page styling */
.events-page section {
  column-width: auto;
  padding: 0;
}

.events-page section img {
  width: auto;
  cursor: pointer;
  padding: 0;
}

/* CONTACT PAGE */
.contact-page .locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.location-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.location-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(108, 69, 205, 0.2);
}

.location-image {
  position: relative;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.location-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(108, 69, 205, 0.8),
    rgba(108, 69, 205, 0.4)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.location-overlay i {
  font-size: 2rem;
  color: white;
}

.location-card:hover .location-overlay {
  opacity: 1;
}

.location-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e1d21;
  margin-bottom: 16px;
  position: relative;
}

.location-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #6c45cd, #5241d1);
  border-radius: 2px;
}

.location-details {
  flex-grow: 1;
}

.location-address,
.location-phone {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666;
}

.location-address i,
.location-phone i {
  color: #6c45cd;
  font-size: 1.1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.location-phone {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-page .locations-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .location-content {
    padding: 20px;
  }

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

  .location-image {
    height: 180px;
  }
}

@media (max-width: 480px) {
  .contact-page .locations-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .location-content {
    padding: 16px;
  }

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

  .location-image {
    height: 160px;
  }

  .location-address,
  .location-phone {
    font-size: 0.9rem;
  }
}

/* Enhanced Contact Form Styling */
.contact-page .modern-contact-form {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-page .form-group {
  position: relative;
  margin-bottom: 24px;
}

.contact-page .form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1e1d21;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.contact-page .form-label i {
  color: #6c45cd;
  font-size: 1.1rem;
}

.contact-page .required {
  color: #dc3545;
  font-weight: 700;
}

.contact-page .form-control {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fafafa;
  width: 100%;
}

.contact-page .form-control:focus {
  border-color: #6c45cd;
  box-shadow: 0 0 0 0.2rem rgba(108, 69, 205, 0.15);
  background-color: #fff;
  outline: none;
}

.contact-page .form-control.is-invalid {
  border-color: #dc3545;
  background-color: #fff5f5;
}

.contact-page .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}

.contact-page .form-feedback {
  display: none;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 6px;
  font-weight: 500;
}

.contact-page .form-control.is-invalid + .form-feedback {
  display: block;
}

.contact-page .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 8px;
}

.contact-page .form-check-input {
  margin-top: 2px;
  border: 2px solid #e9ecef;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}

.contact-page .form-check-input:checked {
  background-color: #6c45cd;
  border-color: #6c45cd;
}

.contact-page .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 69, 205, 0.15);
}

.contact-page .form-check-label {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #666;
  flex: 1;
}

.contact-page .form-check-label a {
  color: #6c45cd;
  text-decoration: none;
  font-weight: 500;
}

.contact-page .form-check-label a:hover {
  text-decoration: underline;
}

.contact-page .form-response {
  margin: 24px 0;
}

.contact-page .alert {
  border-radius: 12px;
  border: none;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.contact-page .alert i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-page .alert-success {
  background-color: #d1e7dd;
  color: #0f5132;
}

.contact-page .alert-success i {
  color: #198754;
}

.contact-page .alert-warning {
  background-color: #fff3cd;
  color: #664d03;
}

.contact-page .alert-warning i {
  color: #ffc107;
}

.contact-page .button-vanguard-newsletter {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  min-width: 200px;
  justify-content: center;
}

.contact-page .button-vanguard-newsletter:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.contact-page .btn-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-page .spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-page .modern-contact-form {
    padding: 24px;
    border-radius: 16px;
  }

  .contact-page .form-control {
    padding: 14px 16px;
    font-size: 0.95rem;
  }

  .contact-page .button-vanguard-newsletter {
    padding: 14px 24px;
    font-size: 1rem;
    min-width: 180px;
  }
}

@media (max-width: 480px) {
  .contact-page .modern-contact-form {
    padding: 20px;
    border-radius: 12px;
  }

  .contact-page .form-control {
    padding: 12px 14px;
    font-size: 0.9rem;
  }

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

  .contact-page .button-vanguard-newsletter {
    padding: 12px 20px;
    font-size: 0.95rem;
    min-width: 160px;
  }
}

/* SOLUTIONS PAGE MODERN DESIGN */
