/* Inner Page Styles - About Us, etc. */

/* All h2 headings in about page */
h2 {
  font-family: var(--road-radio-bold);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

/* About Us Section */
.about-content p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}

/* The Name Aevier Section */
.name-aevier-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.name-aevier-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.name-aevier-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.name-aevier-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: flex;
  align-items: center;
}

.name-aevier-title {
  font-size: 3rem;
  color: white;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.name-aevier-content p {
  color: white;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 300;
}

/* Vision/Mission/Values/Business Section */
.vision-section {
  background-color: var(--bg-light-yellow);
  /* padding: 4rem 0; */
}

.vision-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.vision-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 3rem;
  width: fit-content;
  margin: 0 auto;
  background: var(--bg-light-yellow);
  position: relative;
  z-index: 2;
}

.vision-tab {
  background: none;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: var(--text-secondary);
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  margin:0rem 1rem;
  opacity: 0.5;
}

.vision-tab:hover {
  color: var(--text-primary);
  opacity: 1;
}

.vision-tab.active {
  color: var(--text-primary);
  border-top-color: var(--text-primary);
  border-bottom-color: var(--text-primary);
  opacity: 1;
}

.vision-tab-content {
  min-height: 300px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vision-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.6;
}

.vision-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--text-secondary);
  font-size: 1.5rem;
  font-weight: bold;
}

.vision-tab-content p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.vision-nav-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--text-primary);
}





/* Heritage Timeline Section */
.heritage-timeline-section {
  background-color: var(--bg-light-yellow);
  padding: 4rem 0;
}

.timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* .timeline-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--text-primary);
  transform: translateX(-50%);
  z-index: 1;
} */

.timeline-item {
  position: relative;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}

/* .timeline-item:nth-child(even) .timeline-content .row {
  flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .timeline-content .col-lg-6:first-child {
  order: 2;
}

.timeline-item:nth-child(even) .timeline-content .col-lg-6:last-child {
  order: 1;
} */

.heading_exploreBtn{
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* .heading_exploreBtn h2, .heading_exploreBtn a, .heading_exploreBtn .eyebrow{
  color: #000;
}

.heading_exploreBtn a svg path{
  fill: #000;
}

.exploreBtn::after{
  background: #000;
} */

/***********/

.paraCont{
  max-width: 800px;
  margin: 0 auto;
}

.paraCont p{
  color: #8F8F8F;
text-align: center;
font-family: var(--swiss-light);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
}

.collections-swiper-section .customArrow{
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 99;
  display: flex;
  gap: 2rem;
}

.collections-swiper-section .customArrow svg, .collections-swiper-section .customArrow svg path{
  fill: #000;
}

@media(min-width:992px){

  .timeline-item:nth-child(even) .timeline-content .timeline-image-order {
    order: 2;
  }

  .timeline-item:nth-child(even) .timeline-content .timeline-text-order {
    order: 1;
  }
}

.line-heading span{
  position: relative;
  z-index: 2;
  background: var(--bg-light-yellow);
  display: inline-block;
  padding: 0 3rem;
  width: fit-content;
}

.line-heading::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  background: var(--text-primary);
}
.timeline-year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: var(--text-primary);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-family: var(--road-radio-bold);
  font-size: 1.1rem;
  font-weight: 700;
  z-index: 2;
  white-space: nowrap;
  margin: 0;
  line-height: 1.2;
}

.timeline-content {
  width: 100%;
  padding: 0 2rem;
}

.timeline-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.timeline-image:hover {
  transform: translateY(-5px);
}

.timeline-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.timeline-text {
  padding: 2rem;
}

.timeline-text h3 {
  font-family: var(--road-radio-bold);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.timeline-text p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.timeline-text h2 {
  font-size: 3.5rem;
  line-height: 1;
}

.vision-tab-content h4{
  font-family: var(--road-radio-bold);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  display: none;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--text-primary);
  position: relative;
}

.vision-tab-content h4 span{
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  cursor: pointer;
  display: block;
  line-height: 1;
  font-family: var(--swiss);
  }

 /***************************************************/
.craftmanshipSwiper img{
  width: 100%;
  height: auto;
}
 .craftmanshipSwiper h5{
  color: var(--text-primary);

font-family: var(--road-radio-bold);
font-size: 30px;
font-style: normal;
line-height: normal;
 }

 .craftmanshipSwiper p{
  color: var(--text-secondary);
  font-family: var(--swiss);
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
 }


 .custom-prev, .custom-next{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--text-primary);
  display: flex;
  justify-content: center;
  align-items: center;
 }

  .custom-prev svg, .custom-next svg{
    width: 40%;
    height: auto;
  }

.custom-prev:hover, .custom-next:hover{
  border: 1px solid transparent;
  background: var(--brand-primary);
}

.custom-prev:hover svg path, .custom-next:hover svg path{
  fill: white;
}

.storeImages{
  height: 260px;
  width: auto;
}

.storeSwiper .swiper-slide{
  width: auto;
}

#store-locators{
  background: var(--bg-light-yellow);
}

.store-box{
  border: 1px solid #907445;
  background: #FEFBF5;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
}

.addressInfo{
  display: flex;
  gap: 1rem;
  margin-bottom: 20px;
}

.addressInfo:last-child{
  margin-bottom: 0px;
}

.addressInfo span{
  display: block;
  width: 25px;
}

.addressInfo span svg{
  width: 100%;
  height: auto;
}

.addressInfo p{
  color: var(--text-secondary);
  font-family: var(--swiss);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-bottom: 0px;
}

.addressInfo p a{
  text-decoration: none;
  color: var(--text-secondary);
}

.addressInfo p a:hover{
  color: var(--brand-primary);
}

.store-box h3{
  font-size: 2rem;
  font-family: var(--road-radio-bold);
}

/**********************************************************/

.contact-icon{
  width: 35px;
  margin-bottom: 20px;
}

.contact-icon svg{
  width: 100%;
  height: auto;
}

.contact-address{
  margin-bottom: 3rem;
}

.contact-address h4{
  text-transform: uppercase;
  color: var(--text-primary);
  font-family: var(--road-radio-bold);
  font-size: 24px;
}

.contact-address p{
  color: var(--text-secondary);
  font-size: 16px;
}

.contact-address p a{
  color: var(--text-secondary);
}

.contact-address p a:hover{
  color: var(--text-primary);
}

.formField{
  position: relative;
}

.submitBtn{
  font-family: var(--swiss);
  font-weight: bold;
}

.form-control{
  color: var(--text-primary);
}

.form-control, .form-select{
  border-radius: 10px;
border: 1px solid #DCDBDB;
height: 50px;
background: #FFF;
}

.form-control::placeholder, .form-select::placeholder{
  color: var(--text-secondary);
}

.form-select{
  color: var(--text-secondary);
}

.form-select.active, .form-control.active{
  color: var(--text-primary);
}

.form-control:focus, .form-control.active, .form-select.active {

    border-color: var(--text-primary);
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(197, 126, 164, .1);
}

.selectField::after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--text-secondary);
  border-bottom: 1px solid var(--text-secondary);
  position: absolute;
  right: 20px;
  top: 48%;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 2;
  pointer-events: none;
}

.dateField img,.timeField img{
  position: absolute;
  display: block;
  width: 23px;
  height: auto;
  z-index: 2;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-form{
  background: #FDF5E4;
}

.contact-form .gap-y-5{
  gap: 2.5rem 0rem;
}

/**************************************************************************/

.swiper-wrapper {
  display: flex;
  align-items: stretch; /* make all slides same height */
}

.swiper-slide{
  height: auto;
}

.collections-swiper-section .swiper-slide img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.vimeoVideo{
  background: #000;
}

.collection-prev:focus, .collection-next:focus{
  outline: none;
  border: none;
}

/*******************************************/

.contact-form-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    width: 90%;
    max-width: 600px;
    overflow: auto;
}

/* .contact-form-section{
  background: rgba(0, 0, 0, 0.62);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  display: none;
  align-items: center;
  justify-content: center;
}

.contact-form-section:target {
  display: flex;
} */

.contact-form-popup .form-container{
  width: 100%;
  height: auto;
  max-width: 1063px;
  max-height: 90%;
  overflow: auto;
}

.contact-form-popup h4{
color: #907445;
text-align: center;
font-family: var(--road-radio-bold);
font-size: 25px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}

.subPara{
  color:var(--text-secondary);
  text-align: center;
  font-family: var(--swiss);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1rem;
}

.contact-form-popup .closeBtn{
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer; 
  user-select: none;
  -webkit-user-select: none;
}

.contact-form-popup .closeBtn svg{
  width: 30px;
  height: auto;
}

@media(min-width:1200px){
  .contact-form-popup .closeBtn svg{
    width: 2vw;
  }
  .contact-form-popup h4{
    font-size: 1.823vw;
  }
  .subPara{
    font-size: 1.042vw;
  }
  .contact-form-popup .form-container{
    max-width: 55.3vw;
  }
}

/*******************************************/

@media(min-width:768px){
  .collections-swiper-section .customArrow.white-color svg, 
.customArrow.white-color svg path{
  fill: #fff;
}

}

@media(min-width:991px){

/* Chrome, Safari, Edge */
input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Firefox */
input[type="date"], input[type="time"] {
  -moz-appearance: textfield;
}

/* For consistency */
input[type="date"], input[type="time"] {
  appearance: none;
}
}



/* Large screens - 1200px and above - Viewport-based scaling for 1920px resolution */
@media (min-width: 1200px) {


.collections-swiper-section .customArrow{
  bottom: 5.4vw;
  left: 5.4vw;
}  

  .paraCont{
  max-width: 48vw;
}

.paraCont p{
font-size: 1vw;
line-height: 1.5vw; /* 150% */
}

  .category-vid{
    height: 85vh;
    overflow: hidden;
  }

  .dateField img,.timeField img{
    right: 0.75vw;
    width: 1.12vw;
  }
  .selectField::after{
    width: 0.6vw;
    height: 0.6vw;
    right: 1vw;
  }
  .form-control, .form-select{
    border-radius: 0.7vw;
  }
  .form-control, .form-select{
    height: 3.6vw;
    font-size: 1vw;
  }
    .submitBtn{
  font-size: 1.1vw;
}
    .contact-address p{
      font-size: 1vw;
    }
    .contact-address h4{
      font-size: 1.6vw;
    }
    .contact-icon{
      width: 1.823vw;
      margin-bottom: 1vw;
    }
    .contact-address{
      margin-bottom: 2.8vw;
    }

    .store-box h3{
      font-size: 1.5vw;
      margin-bottom: 1.8vw;
    }
    .addressInfo p{
      font-size: 1.042vw;
      line-height: 1.4vw;
    }
    .addressInfo span{
      width: 1.3vw;
    }
    .storeImages{
      height: 16.25vw;
    }

    .custom-prev, .custom-next{
      width: 2.1vw;
      height: 2.1vw;
    }

    .craftmanshipSwiper{
      padding-left: 5.2vw;
    }

   .craftmanshipSwiper h5{
    font-size: 1.5vw;
   }

   .craftmanshipSwiper p{
    font-size: 1.042vw;
    line-height: 1.5vw;
   }

    .timeline-container {
    max-width: 75vw;
  }
  .vision-image {
    height: auto;
  }
  
  .vision-tab {
    font-size: 0.833vw; /* 16px = 0.833vw */
    padding: 0.521vw 0.781vw; /* 10px 15px = 0.521vw 0.781vw */
    margin-right: 1.042vw; /* 20px = 1.042vw */
  }
  
  .vision-list li {
    font-size: 1.042vw; /* 20px = 1.042vw */
    margin-bottom: 1.5vw; /* 10px = 0.521vw */
    padding-left: 1.5vw; /* 20px = 1.042vw */
  }
  
  .vision-tab-content p {
    font-size: 1.042vw; /* 20px = 1.042vw */
  }

  /* All h2 headings in about page */
  h2 {
    font-size: 2.5vw; /* 48px = 2.5vw */
    margin-bottom: 1.25vw; /* 24px = 1.25vw */
  }

  /* About Us Section */
  .about-content p {
    font-size: 1.042vw; /* 20px = 1.042vw */
    line-height: 1.6;
  }

  /* The Name Aevier Section */
  .name-aevier-title {
    font-size: 2.5vw; /* 48px = 2.5vw */
    margin-bottom: 1.25vw; /* 24px = 1.25vw */
    letter-spacing: 0.104vw; /* 2px = 0.104vw */
  }

  .name-aevier-content p {
    font-size: 1.302vw; /* 25px = 1.302vw */
    line-height: 1.6;
  }
}


@media(max-width:991px){

  .collections-swiper-section .swiper-slide img{
    height: auto;
  }

  .dateField img, .timeField img{
    display: none;
  }
}

@media (max-width: 768px) {
    .heading_exploreBtn{
      position: relative;
      z-index: 99;
      left: inherit;
      top: inherit;
      transform: translate(0%,0%);
      
      padding-bottom: 2rem;
    }
  h2{
    font-size: 2.5rem;
  }

  .name-aevier-title {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  
  .name-aevier-content p {
    font-size: 1.1rem;
  }
  .vision-image {
    height: auto;
    margin-bottom: 2rem;
  }
  
  .vision-nav {
    flex-direction: column;
    border-bottom: none;
    gap: 0.5rem;
  }
  
  .vision-tab {
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
    margin-right: 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
  }
  
  .vision-tab.active {
    border-bottom-color: var(--text-primary);
  }
  .timeline-container::before {
    left: 2rem;
  }
  
  .timeline-year {
    left: 2rem;
    transform: translateX(-50%);
  }
  
  .timeline-content {
    padding-left: 0;
    padding-right: 0;
  }
  
  .timeline-image img {
    height: auto;
  }
  
  .timeline-text {
    padding: 1rem 0;
  }
  
  .timeline-text h3 {
    font-size: 1.25rem;
  }
  
  .timeline-text p {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .collections-swiper-section .white-color, .heading_exploreBtn .white-color{
    color: #000 !important;
  }

  .collections-swiper-section .exploreBtn.white-color svg, .collections-swiper-section .exploreBtn.white-color path, .heading_exploreBtn .white-color path{
    fill: #000 !important;
  }

  .vision-tab-content h4{
    display: block;
  }
  .tab-pane{
    background: #e5e5e5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .vision-tab-content{
    min-height: inherit;
  }
}

/* Large screens - 1200px and above - Viewport-based scaling */
@media (min-width: 1200px) {

  .timeline-text h2 {
    font-size: 5vw; /* 48px = 2.5vw */
  }

  .heritage-timeline-section {
    padding: 2.083vw 0; /* 40px = 2.083vw */
  }
  
  .timeline-item {
    margin-bottom: 2.083vw; /* 40px = 2.083vw */
  }
  
  .timeline-year {
    font-size: 0.917vw; /* 18px = 0.917vw */
    padding: 0.521vw 1.042vw; /* 10px 20px = 0.521vw 1.042vw */
  }
  
  .timeline-content {
    padding: 0 1.042vw; /* 20px = 1.042vw */
  }
  
  .timeline-image img {
    height: auto;
  }
  
  .timeline-text {
    padding: 1.042vw; /* 20px = 1.042vw */
  }
  
  .timeline-text h3 {
    font-size: 1.5vw; /* 15px = 0.781vw */
    margin-bottom: 1vw; /* 10px = 0.521vw */
  }
  
  .timeline-text p {
    font-size: 1vw; /* 16px = 0.833vw */
  }
}
