/** Shopify CDN: Minification failed

Line 236:0 Expected "}" to go with "{"

**/
.dia-about .about-image-wrapper {
  position: relative;
  margin-bottom: 70px;
}

.dia-about {padding-top:50px;}

.dia-about .about-image-wrapper .main-img {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.dia-about .about-image-wrapper .mission-card {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  background-color: #333;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 10px 30px color-mix(in srgb, #333, transparent 70%);
}

.dia-about .about-image-wrapper .mission-card .mission-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: color-mix(in srgb, #fff, transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dia-about .about-image-wrapper .mission-card .mission-icon i {
  font-size: 1.75rem;
  color: #fff;
}

.dia-about .about-image-wrapper .mission-card .mission-content h4 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.dia-about .about-image-wrapper .mission-card .mission-content p {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 0;
}

.dia-about .about-content .tag-badge {
  display: inline-block;
  background-color: color-mix(in srgb, #c6a054, transparent 85%);
  color: #c6a054;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.dia-about .about-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .dia-about .about-content h2 {
    font-size: 1.75rem;
  }
}

.dia-about .about-content .about-info p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.dia-about .about-content .about-info p:last-child {
  margin-bottom: 0;
}

.dia-about .about-content .values-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 2rem;
}

.dia-about .about-content .values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.dia-about .about-content .values-list .value-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: color-mix(in srgb, var(--background-color), #fff 5%);
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.dia-about .about-content .values-list .value-item:hover {
  transform: translateY(-3px);
  background-color: color-mix(in srgb, #c6a054, transparent 90%);
}

.dia-about .about-content .values-list .value-item .value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #c6a054;
}

.dia-about .about-content .values-list .value-item .value-icon i {
  color: #fff;
  font-size: 14px;
}

.dia-about .about-content .values-list .value-item .value-text {
  font-weight: 500;
  font-size: 0.95rem;
}

@media (max-width:1300px){
    .dia-about .about-image-wrapper .mission-card {
    position: static;

    margin: 20px auto;
    width: 100%;}
}

@media(max-width:991.98px){
    .dia-about .about-image-wrapper {
    
    margin-bottom: 45px;
}
}
/*--------------------------------------------------------------
# Call To Action 2 Section
--------------------------------------------------------------*/
 .dia-cta {
  position: relative;
  overflow: hidden;
  min-height: 360px; /* adjust height */
  display: flex;
  align-items: center;
  color: #fff;
  max-width:2000px;
  margin:60px 0;
  padding: 80px 0;
  clip-path: inset(0);
}

/* Background video */
.video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}


/* Overlay for readability */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
    .cta-video, .dia-cta img  {position: fixed !important;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;}
/* Content above video */
.content-wrapper {
  position: relative;
  z-index: 2;
}

/****/


.dia-cta .container {
  position: relative;
  z-index: 2;
}
.dia-cta:before {
  content: "";
  background: color-mix(in srgb, #fff, transparent 95%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.dia-cta .container {
  position: relative;
  z-index: 3;
}

.dia-cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.dia-cta p {
  color: #fff;
}

@media(max-width:991.98px){
.dia-cta {
    margin:60px 0;
  padding: 40px 0;}
