.aximo-hero-section2 {
  position: relative;
}

/* Video */
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Black shade overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.40); /* adjust darkness here */
  z-index: -1;
}


.aximo-iconbox-icon i {
  font-size: 60px;
}



.youtube-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.youtube-video iframe {
  border-radius: 10px 10px 0 0;
}

.youtube-content {
  padding: 15px;
}

.youtube-content h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.youtube-content p {
  font-size: 14px;
  color: #666;
}




/* Match dropdown with input fields */
.aximo-form-field2 select.aximo-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 14px 0;
  font-size: 16px;
  font-family: inherit;
  color: #000;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* dropdown options */
.aximo-form-field2 select.aximo-input option {
  color: #000;
}

/* optional arrow */
.aximo-form-field2 {
  position: relative;
}





/* Match dropdown with rounded input design */
.aximo-main-field select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 40px;
  border: 1.5px solid #1d1d1d;
  background-color: transparent;
  font-size: 16px;
  font-family: inherit;
  color: #1d1d1d;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* Dropdown arrow */
.aximo-main-field {
  position: relative;
}

/* Option text color */
.aximo-main-field select option {
  color: #000;
}



.aximo-breadcrumb {
  position: relative;
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 0;
}

.aximo-breadcrumb .container {
  position: relative;
  z-index: 2;
}


