@font-face {
  font-family: 'Allianz Neo';
  src: url('../fonts/AllianzNeo-Regular.woff2') format('woff2'),
    url('../fonts/AllianzNeo-Regular.woff') format('woff'),
    url('../fonts/AllianzNeo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Allianz Neo';
  src: url('../fonts/AllianzNeo-Bold.woff2') format('woff2'),
    url('../fonts/AllianzNeo-Bold.woff') format('woff'),
    url('../fonts/AllianzNeo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Allianz Neo';
  src: url('../fonts/AllianzNeo-Light.woff2') format('woff2'),
    url('../fonts/AllianzNeo-Light.woff') format('woff'),
    url('../fonts/AllianzNeo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
  background-color: #f7f7f7;
      font-family: "Allianz Neo", sans-serif;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.sa-input.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.sa-input.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* How to participate section */
.sa-how-to-participate{ 
background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.08);
    padding: 24px;
    height: fit-content;
    margin-top: 18px;
    
}
.sa-how-to-participate-title{
        font-weight: bold;
    text-align: left;
    color: #1a4389;
    margin: 0px 0 15px 0;
    font-size: 30px;
}
.sa-how-to-participate-description{
    color: #464e58;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    cursor: default;
}
/* Sanlam Allianz Custom Styles */
.sa-page {
  max-width: 1400px;
  min-height: 100vh;
  padding: 20px;
  font-family: 'Allianz Neo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  border-radius: 14px;
}

/* Header Styles */
.sa-header {
  margin-bottom: 20px;
}

.sa-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.sa-logo-icon {
  color: #046ec2;
  font-size: 20px;
}

.sa-logo-text {
  color: white;
  font-weight: 900;
}

.sa-logo-text-light {
  color: white;
  font-weight: 400;
}

.sa-logo-icon-right {
  color: #046ec2;
  font-size: 16px;
}

/* Main Card */
.sa-main-card {
  /*background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 24px 48px rgba(16, 24, 40, 0.12);*/
  padding: 27px;
  margin-bottom: 20px;
}

/* Hero Section */
.sa-hero-section {
  position: relative;
  height: 472px;
  border-radius: 20px;
  overflow: hidden;
}

.sa-hero-slider {
  width: 100%;
  height: 100%;
}

.sa-slide {
  width: 100%;
  height: 472px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* BxSlider Custom Styles */
.sa-hero-slider .bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0;
}

.sa-hero-slider .bx-pager {
  bottom: 20px;
  text-align: center;
}

.sa-hero-slider .bx-pager-item {
  margin: 0 5px;
}

.sa-hero-slider .bx-pager-link {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -9999px;
}

.sa-hero-slider .bx-pager-link.active {
  background: #2153C4;
}

.sa-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
  display: flex;
  align-items: center;
  padding: 24px;
}

.sa-hero-content {
  max-width: 560px;
  color: white;
}

.sa-hero-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 12px;
  color: #111827;
}

.sa-hero-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  margin-bottom: 20px;
}


/* Quote Form Card */
.sa-quote-card {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.08);
  padding: 24px;
  height: fit-content;
}

.sa-quote-title {
  font-size: 25px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  margin-top: 18px;
}

.sa-quote-form {
  margin-top: 0;
}

.sa-input {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  height: 44px;
  background: #FFFFFF;
}

.sa-input:focus {
  border-color: #046ec2;
  box-shadow: 0 0 0 3px rgba(33, 83, 196, 0.1);
  outline: none;
}

.sa-input-group {
  position: relative;
}

.sa-input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
  z-index: 3;
}

.sa-input-group .sa-input {
  padding-left: 40px;
}

.sa-textarea {
  height: auto;
  min-height: 100px;
  resize: none;
}

.sa-file-upload {
  position: relative;
  display: block;
}

.sa-file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;  
}

.sa-file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 2px dashed #E5E7EB;
  border-radius: 8px;
  background: #F9FAFB;
  color: #6B7280;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 127px;
}
.sa-file-preview {min-height: 127px;
  margin-top: 12px;
  padding: 12px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
}

.bx-wrapper img { 
    border-radius: 20px;
}
.sa-file-info {
display: flex ;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    background: #F9FAFB;
    color: #6B7280;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s 
ease;
    min-height: 99px;
}
.sa-file-label:hover {
  border-color: #046ec2;
  background: #F0F4FF;
  color: #046ec2;
}

.sa-file-label i {
  font-size: 16px;
}

.sa-label {
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
}

.sa-checkbox {
  margin: 0;
}

.sa-checkbox label {
    font-weight: 400;
    color: #374151;
    cursor: pointer;
    line-height: 19px;
}
.sa-checkbox input[type="checkbox"] {
  margin-right: 8px;
}

/* Buttons */
.sa-btn-primary {
  background: linear-gradient(90deg, rgb(0, 117, 201) 0%, rgb(0, 117, 201) 0.23636400000000002%, rgb(0, 55, 129) 100%);
  border: none;
  color: white!important;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  height: 44px;
  transition: all 0.2s ease;
}

.sa-btn-primary:hover {
    transform: translateY(-1px);
    background: transparent;
    border: 1px solid #046ec2;
    color: #046ec2 !important;
}

.form-alert{
        border: 1px solid #1a4389;
    box-shadow: 0 0 10px #1a4389;
}
.sa-btn-full {
  width: 100%;
  height: 46px;
  font-size: 16px;
}

p.sa-form-description {
  margin: 0 0 10px;
  color: #464e58;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  cursor: default;
}

p.sa-features-description {
  margin: 0 0 30px;
  color: #464e58;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  cursor: default;
  font-style: italic;
  padding: 0 11px;
}

h2.sa-features-title {
  font-weight: bold;
  text-align: center;
  color: #1a4389;
  margin: 30px 0 15px 0;
  font-size: 30px;
}

.sa-btn-outline {
  background: transparent;
  border: 1px solid #046ec2;
  color: #046ec2;
  border-radius: 25px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
}

.sa-btn-outline:hover {
  background: linear-gradient(90deg, rgb(0, 117, 201) 0%, rgb(0, 117, 201) 0.23636400000000002%, rgb(0, 55, 129) 100%);
  color: white;
}

/* Feature Cards */ 
.sa-feature-card {
  background: #FFFFFF;
    border: 1px solid #e5e7eb66;
  border-radius: 16px;
  padding: 18px;
  text-align: center; 
  transition: all 0.2s ease;
  height: 100%;
  margin-bottom: 16px;    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.08);
}
.row.sa-features {
    padding: 0 22px;
}
.sa-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.08);
}

.sa-feature-icon i {
  font-size: 30px;
}

.sa-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #046ec2;
}

.sa-feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.sa-feature-subtitle {
    font-size: 16px;
    color: #9CA3AF;
    margin-bottom: 16px;
    height: 42px;
}
@media (min-width: 700px) {
.sa-quote-card { 
    min-height: 1005px;
}
}
/* Form Groups */
.form-group {
  margin-bottom: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sa-page {
    padding: 10px;
  }
.sa-slide { 
    height: 206px; 
}
  .sa-hero-title {
    font-size: 28px;
  }

.sa-hero-section {
        height: 207px;
    }

  .sa-main-card {
    padding: 12px;
  }

  .sa-quote-card {
    margin-top: 20px;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .sa-hero-title {
    font-size: 24px;
  }

  .sa-hero-subtitle {
    font-size: 14px;
  }

  .sa-quote-title {
    font-size: 20px;
  }
}

.success-bloc .success-icon {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}

.success-bloc svg {
    width: 48px;
}
.success-bloc p{
        text-align: center;
    color: #1a4389;
    margin: 0px 0 15px 0;
    font-size: 24px;
}
.success-bloc span{
text-align: center;
    display: block;
    color: #464e58;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    cursor: default;
}

.success-bloc h3{
text-align: left;
    display: block;
    color: #464e58;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    cursor: default;
}
.success-bloc .sds-ordered-list__list-item {
    margin-top: 24px;
}
.success-bloc .sds-ordered-list__list-header {
    display: flex
;
    align-items: center;
}

.success-bloc .sds-ordered-list__list-number {
    align-self: flex-start;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #046ec2;
    border-radius: 17px;
}
.success-bloc .sds-ordered-list__list-number-text {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 19px;
    line-height: 2.57;
    letter-spacing: -.35px;
    text-align: center;
}

.success-bloc  h4.sds-ordered-list__list-title {
margin-top: 0;
    font-size: 16px;
    color: #464E58;
    letter-spacing: -.2px;
    line-height: 20px;
    font-weight: inherit;
    margin-left: 16px;
}