/** 
  Accent color: #C60D0D
  Text color: #000000
  Background color: #ffffff
*/


/**  <weight>: Use a value from 100 to 1000
// <uniquifier>: Use a unique and descriptive class name*/

h1 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

p {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}



body {
  color: #000000;
  background-color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Accent-colored elements */
a,
.nav-link.active,
.btn-accent {
  color: #C60D0D;
}

a:hover,
.nav-link.active:hover,
.btn-accent:hover {
  color: #a30a0a;
}

.accentColor{
  color: #C60D0D;
}

/* Accent backgrounds, for buttons or highlights */
.bg-accent,
.btn-accent {
  background-color: #C60D0D;
  color: #ffffff;
}

.bg-accent:hover,
.btn-accent:hover {
  background-color: #a30a0a;
  color: #ffffff;
}

/* Example for borders using accent color */
.border-accent {
  border-color: #C60D0D !important;
}

/* Utility for bold accent text */
.text-accent {
  color: #C60D0D !important;
}

/* Navbar override for accent color example */
.navbar {
  background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #C60D0D;
}

.navbar-200px {
  height: 200px;
}

.navbar-brand img {
  max-height: 120px;
  width: auto;
}

.footer-200px {
    height: 200px;
    background-color: #000000;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight:100;
    font-variant: small-caps;
    font-stretch: condensed;
  }

.hero-section {
  background-image: url('../images/vsr-hero-image.png');
  background-size: cover;
  background-position: center;
  min-height: 768px;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

.hero-section2 {
  background-image: url('../images/about-us-image.png');
  background-size: cover;
  background-position: center;
  min-height: 768px;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}


.hero-title {
  font-size: clamp(2rem, 6vw, 6rem);
  transform: translateX(0);
  animation: hero-slide-in 1s ease;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 1rem;
}

@keyframes hero-slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.section-lead {
  padding: 0 1rem;
}

.partner-block {
  margin: 3rem;
}

.partner-text {
  margin-top: 3rem;
  padding: 3rem;
}

.service-col {
  padding-top: 2rem;
}

.service-col-left {
  padding-left: 3rem;
  padding-right: 1rem;
}

.service-col-right {
  padding-right: 3rem;
  padding-left: 1rem;
}

.service-card {
  padding: 3rem;
}

.service-card p {
  margin-bottom: 0;
}

.cta-section {
  padding: 2rem 1.5rem;
}

.cta-phone {
  font-size: clamp(1rem, 3vw, 1.75rem);
  word-break: break-word;
}

.card-1 {
  border-radius: 10px;
  padding: 20px;
  background-image: url('../images/background-1.png');
  background-position: 50px -30px;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  width: 100%;
  max-width: 360px;
  min-height: 200px;
  color: #fff;
  flex-direction: column;
}


.vsr-title-1 {
  font-weight: bold;
  font-size: 3rem;
}

.bg4 {
  background-image: url('../images/background-4.png');
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left;
}

.bg3 {
  background-image: url('../images/background-3.png');
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  
}

.services-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  text-align: center;
}

.services-list li img {
  width: 48px;
  height: auto;
}

.services-list-content-end {
  justify-content: flex-end;
}

.bg5 {
  background-image: url('../images/background-5.png');
  min-height: 210px;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 529px;
  background-size: 100% 100%;
  padding-right: 3.5rem;
}

.bg6 {
  background-image: url('../images/background-6.png');
  min-height: 210px;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 529px;
  background-size: 100% 100%;
  padding-left: 4rem;
  margin-left: auto;
}

.service-col-right .bg6 {
  margin-left: auto;
}

/* Tablet */
@media (max-width: 991.98px) {
  .navbar-200px {
    height: auto;
    min-height: 100px;
    padding: 0.75rem 0;
  }

  .navbar-brand img {
    max-height: 70px;
  }

  .hero-section {
    min-height: 520px;
  }

  .partner-block {
    margin: 1.5rem;
  }

  .partner-text {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }

  .service-col-left,
  .service-col-right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-card {
    padding: 2rem;
  }

  .bg5,
  .bg6 {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  h3 {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
  }

  .navbar-200px {
    min-height: auto;
    padding: 0.5rem 0;
  }

  .navbar-brand img {
    max-height: 50px;
  }

  .navbar-collapse {
    padding-top: 0.75rem;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 0;
    text-align: center;
  }

  .hero-section {
    min-height: 360px;
    background-position: 65% center;
    padding: 1.5rem 0;
  }

  .hero-title {
    margin-top: 40px;
  }

  @keyframes hero-slide-in {
    from {
      transform: translateX(30%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .vsr-title-1 {
    font-size: 2.25rem;
  }

  .card-1 {
    min-width: 0;
    max-width: 100%;
    min-height: 160px;
    background-position: center -20px;
  }

  .bg3,
  .bg4 {
    min-height: auto;
  }

  .partner-block {
    margin: 0.75rem 0;
  }

  .partner-text {
    margin-top: 0;
    padding: 1.25rem;
  }

  .service-col {
    padding-top: 1.25rem;
  }

  .service-col-left,
  .service-col-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .services-list {
    gap: 12px;
    justify-content: flex-start !important;
  }

  .services-list li {
    font-size: 1.35rem;
  }

  .services-list li img {
    width: 20px;
    height: 20px;
  }

  .service-card {
    padding: 1.25rem;
  }

  .bg5,
  .bg6 {
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 1.25rem !important;
    margin-left: 0;
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
  }

  .footer-200px {
    height: auto;
    min-height: 120px;
    padding: 1.5rem 1rem;
    font-size: 1rem;
  }

  .footer-200px .list-unstyled li {
    display: block !important;
    margin-bottom: 0.25rem;
  }

  .footer-200px .nav-link {
    display: block !important;
    padding: 0.35rem 0 !important;
  }

  .cta-section {
    padding: 1.5rem 1rem;
  }
}

/* Small phones */
@media (max-width: 575.98px) {
  .hero-section {
    min-height: 300px;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }
}

/* End custom palette */