@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  --congress-blue: #164994;
  --flame-pea: #e25b40;
  --heavy-metal: #2d2b26;
  --mabel: #d9f0f9;
  --white: #ffffff;
  --light-grey: #f4f6f8;
  --cyan-vca: #3CC4E3;
  --cyan-btn-text: #164994;
  --cyan-vca-hover: #1b89be;

}

/* Base Styles */
body {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--heavy-metal);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: var(--congress-blue);
  font-weight: 700;
}

p,
li {
  line-height: 1.6;
}

/* Header */
.vca-header {
  padding: 12px 15px;
  background-color: var(--white);
}

.vca-logo {
  width: 230px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.vca-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.vca-mobile-hero-img {
  display: block;
}

.vca-hero-container {
  max-width: 1000px;
}

.vca-main-content {
  max-width: 1000px;
  padding-bottom: 60px;
}

/* Hero Section */
.vca-hero-section {
  background-color: #efefef;
  position: relative;
  width: 100%;
}

.vca-hero-inner {
  width: 100%;
}

.vca-hero-content {
  padding: 40px 15px;
  margin-left: 8rem;
}

.vca-hero-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.vca-hero-title-strong {
  font-size: 40px;
  font-weight: 700;
  color: var(--congress-blue);
  display: block;
}

/* Intro text */
.vca-intro-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--heavy-metal);
  text-align: center;
  max-width: 820px;
  margin: 48px auto;
  line-height: 1.6;
  padding: 0 15px;
}

/* Section Title */
.vca-section-title {
  color: var(--congress-blue);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

/* Grid & Cards (Before Your Visit) */
.vca-card-item {
  text-align: center;
  padding: 0 15px;
  min-height: 280px;
}

.vca-card-icon {
  height: 60px;
  margin-bottom: 16px;
  object-fit: contain;
}

.vca-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--congress-blue);
  margin-bottom: 16px;
  margin-top: 10px;
}

.vca-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  max-width: 100%;
}

.vca-card-list li {
  font-size: 15px;
  font-weight: 500;
  color: var(--heavy-metal);
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: center;
}

.vca-card-list li::before {
  content: "• ";
  color: var(--heavy-metal);
  font-weight: normal;
  margin-right: 4px;
}

.vca-card-list li a {
  color: var(--congress-blue);
  text-decoration: underline;
  font-weight: 500;
}

.vca-card-list li a:hover {
  text-decoration: none;
}

.vca-card-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--heavy-metal);
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: center;
}

.vca-card-text a {
  color: var(--congress-blue);
  text-decoration: underline;
  font-weight: 500;
}

.vca-card-text a:hover {
  text-decoration: none;
}

/* UIkit Slider Customizations */
.uk-slider-container {
  overflow: visible !important;
}

.uk-dotnav {
  margin-top: 24px !important;
}

.uk-dotnav>*>* {
  border: 2px solid var(--congress-blue);
  background: transparent;
  width: 14px;
  height: 14px;
  transition: background-color 0.2s ease;
}

.uk-dotnav>.uk-active>* {
  background-color: var(--congress-blue);
}

/* During Your Visit Section */
.vca-during-card {
  background-color: var(--mabel);
  border-radius: 20px;
  padding: 48px;
  margin-top: 60px;
}

.vca-during-header {
  font-size: 24px;
  font-weight: 700;
  color: var(--congress-blue);
  text-align: center;
  margin-bottom: 40px;
}

.vca-vet-img-desktop {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.vca-vet-img-mobile {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
}

.vca-sub-list-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--congress-blue);
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vca-sub-list-icon {
  height: 36px;
  margin-bottom: 12px;
  object-fit: contain;
}

.vca-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vca-sub-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--heavy-metal);
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

.vca-sub-list li::before {
  content: "•";
  color: var(--congress-blue);
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -1px;
}

.vca-during-footer-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--congress-blue);
  text-align: center;
  margin-top: 40px;
}

/* Have Health Questions Section */
.vca-app-card {
  background-color: var(--mabel);
  border-radius: 20px;
  padding: 48px;
  margin-top: 60px;
  text-align: center;
}

.vca-app-header {
  font-size: 24px;
  font-weight: 700;
  color: var(--congress-blue);
  margin-bottom: 30px;
  line-height: 1.3;
}

.vca-app-icon {
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.vca-app-subheader {
  font-size: 20px;
  font-weight: 700;
  color: var(--congress-blue);
  margin-bottom: 12px;
}

.vca-app-desc {
  font-size: 14px;
  font-weight: 500;
  color: var(--heavy-metal);
  max-width: 600px;
  margin: 0 auto 30px auto;
  line-height: 1.5;
}

.vca-btn-cyan {
  background-color: var(--cyan-vca);
  color: var(--cyan-btn-text) !important;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 48px;
  border-radius: 100px;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.vca-btn-cyan:hover {
  transform: scale(1.05);
}

.vca-btn-cyan::after {
  content: ">";
  margin-left: 8px;
  font-size: 14px;
}

/* Footer Section */
.vca-footer {
  padding: 0 15px 40px 15px;
  margin-top: 20px;
}

.vca-footer-text {
  font-size: 12px;
  color: #666666;
  line-height: 1.8;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 959px) {
  .vca-hero-section {
    background-color: var(--white);
    padding: 0;
  }

  .vca-hero-inner {
    background: none;
  }

  .vca-hero-content {
    padding: 30px 15px;
    margin-left: 0;
  }

  .vca-hero-title {
    font-size: 22px;
    text-align: center;
  }

  .vca-hero-title-strong {
    font-size: 32px;
  }

  .vca-intro-text {
    font-size: 16px;
    margin: 36px auto;
  }

  .vca-section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .vca-during-card {
    padding: 30px 20px;
    margin-top: 0;
  }

  .vca-app-card {
    padding: 30px 20px;
  }

  .vca-during-header,
  .vca-app-header {
    font-size: 22px;
  }

  .vca-during-footer-text {
    font-size: 18px;
  }

  .vca-sub-list-title {
    font-size: 18px;
  }

  .vca-sub-list {
    text-align: center;
  }

  .vca-sub-list li {
    padding-left: 0;
    text-align: center;
  }

  .vca-sub-list li::before {
    position: static;
    margin-right: 6px;
  }

  .vca-sub-list-container {
    text-align: center;
  }
}

@media (min-width: 960px) {
  .vca-hero-inner {
    background-image: url('../img/hero.webp');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 310px;
    display: flex;
    align-items: center;
  }

  .vca-hero-content {
    width: 50%;
    padding: 40px 0;
  }

  .vca-vet-column {
    align-self: flex-end;
    margin-bottom: -48px;
    margin-left: -48px;
  }
}