﻿@font-face {
    font-family: "Strawford";
    src: url("/templates/pages/vvsfr/font/strawford-thin-webfont.woff2") format("woff2"), url("/templates/pages/vvsfr/font/strawford-thin-webfont.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Strawford";
    src: url("/templates/pages/vvsfr/font/strawford-extralight-webfont.woff2") format("woff2"), url("/templates/pages/vvsfr/font/strawford-extralight-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Strawford";
    src: url("/templates/pages/vvsfr/font/strawford-light-webfont.woff2") format("woff2"), url("/templates/pages/vvsfr/font/strawford-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Strawford";
    src: url("/templates/pages/vvsfr/font/strawford-regular-webfont.woff2") format("woff2"), url("/templates/pages/vvsfr/font/strawford-regular-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Strawford";
    src: url("/templates/pages/vvsfr/font/strawford-medium-webfont.woff2") format("woff2"), url("/templates/pages/vvsfr/font/strawford-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Strawford";
    src: url("/templates/pages/vvsfr/font/strawford-bold-webfont.woff2") format("woff2"), url("/templates/pages/vvsfr/font/strawford-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Strawford";
    src: url("/templates/pages/vvsfr/font/strawford-black-webfont.woff2") format("woff2"), url("/templates/pages/vvsfr/font/strawford-black-webfont.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
  padding: 20px;
  font-family: "Crimson Pro", serif;
  background: #f8f9fa;
}

img {
  max-height: 100%;
  max-width: 100%; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Crimson Pro", serif;
  font-size: 20px;
  line-height: 1.6;
}

*:focus {
  outline: none;
  box-shadow: none; }

*:active {
  outline: none;
  box-shadow: none; }

body {
  background: #f8f9fa; }

.top {
  background: #641649;
  padding: 30px;
  margin: 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
  .top.borderbottom {
    padding-bottom: 30px;
    margin: 30px 0;
    border-bottom: 1px solid #e3e3e3;
  }

.top img {
  margin-left: 0;
  filter: brightness(0) invert(1);
}

.rform-asterisk {
  font-weight: bold;
  color: #641649;
  margin-left: 4px;
}

.image-holder {
  height: 330px;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 100px);
  margin-left: -50px; }

.form {
  background: #fff;
  padding: 0;
  border-top: none;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
  .form.fullm .top {
    margin: 30px 0;
    border-bottom: 1px solid #eee;
    padding: 0px 0 30px 0; }
  .form .btn {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Strawford", sans-serif;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
  }
    .form .btn.btn-primary {
      background: #641649;
      border-color: #641649;
      color: #fff;
      box-shadow: 0 4px 12px rgba(100, 22, 73, 0.25);
    }
      .form .btn.btn-primary:hover {
        background: #7a1a59;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(100, 22, 73, 0.3);
      }

    .form .btn.btn-blue {
      background: #641649;
      border-color: #641649;
      color: #fff;
      box-shadow: 0 4px 12px rgba(100, 22, 73, 0.25);
    }
      .form .btn.btn-blue:hover {
        background: #7a1a59;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(100, 22, 73, 0.3);
      }

    .form .btn.btn-red {
      background: #EFAA4E;
      border-color: #EFAA4E;
      color: #fff;
      box-shadow: 0 4px 12px rgba(239, 170, 78, 0.25);
    }
      .form .btn.btn-red:hover {
        background: #d4923a;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(239, 170, 78, 0.3);
      }
  .form .form-row {
    margin-bottom: 15px; }
  .form h1 {
    font-weight: 700;
    font-family: "Strawford", sans-serif;
    color: #641649;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
    font-size: 36px;
  }
  .form .info {
    margin-bottom: 30px;
    border-bottom: 2px solid #E8E8E8;
    padding-bottom: 30px;
    font-size: 17px;
    color: #333;
    line-height: 1.7;
  }
  .form label {
    font-weight: 600;
    font-size: 15px;
    color: #641649;
    font-family: "Strawford", sans-serif;
    margin-bottom: 8px;
  }
  .form input[type="text"], .form textarea {
    padding: 15px 20px;
    border-radius: 50px;
    border: 2px solid #E8E8E8;
    height: auto;
    background: #fff;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #333;
  }
    .form input[type="text"]:focus, .form textarea:focus {
      outline: none !important;
      border-color: #641649;
      box-shadow: 0 0 0 3px rgba(100, 22, 73, 0.1);
      background: #fff;
    }

  .form textarea {
    border-radius: 20px;
    min-height: 120px;
  }
  .form select {
    border-radius: 50px;
    height: 50px;
    padding: 0 20px;
    border: 2px solid #E8E8E8;
    background: #fff;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
  }
    .form select:focus {
      outline: none !important;
      border-color: #641649;
      box-shadow: 0 0 0 3px rgba(100, 22, 73, 0.1);
      background: #fff;
    }

.row-label {
  display: block;
  margin-bottom: 8px;
}

.rbtn label {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  margin-right: 20px;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
}

.rbtn input[type="radio"] {
  margin-right: 8px;
  cursor: pointer;
}

.custom-control-input {
  position: relative !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

.custom-control-input:focus {
  outline: none !important;
  box-shadow: none;
}

.custom-cb {
  border: none !important;
  width: 100%;
}

.custom-cb tbody,
.custom-cb tr,
.custom-cb td {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.custom-cb tr {
  margin-bottom: 15px;
}

.custom-cb td {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
}

.custom-cb input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: #641649;
  flex-shrink: 0;
}

.custom-cb label {
  cursor: pointer;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.custom-checkbox {
  padding-left: 0;
  margin-bottom: 15px;
  outline: none !important;
  box-shadow: none;
}
  .custom-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    padding-left: 0 !important;
  }
  .custom-checkbox input[type="checkbox"] {
    margin-top: 4px;
    cursor: pointer;
    min-width: 18px;
    min-height: 18px;
  }
  .custom-checkbox .custom-control-label::after {
    display: none;
  }
  .custom-checkbox .custom-control-label::before {
    display: none;
  }
  .custom-checkbox .custom-control-label.normal {
    font-weight: normal;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
  }

#formandinfo .form-group {
  margin-bottom: 30px;
  padding: 0px 20px;
}

#formandinfo {
  padding: 0 50px 30px 50px;
}

.form h1,
.form .info {
  padding-left: 50px;
  padding-right: 50px;
}

.alert {
  margin: 0 50px 20px 50px;
  border-radius: 15px;
  padding: 20px;
  font-size: 18px;
}
  .alert.alert-success {
    background: #d4edda;
    border: 2px solid #c3e6cb;
    color: #155724;
  }
  .alert.alert-danger {
    background: #f8d7da;
    border: 2px solid #f5c6cb;
    color: #721c24;
  }
  .alert.alert-warning {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    color: #856404;
  }
  .alert.alert-info {
    background: #d1ecf1;
    border: 2px solid #bee5eb;
    color: #0c5460;
  }

@media screen and (max-width: 768px) {
  body {
    padding: 10px;
  }

  .form {
    border-radius: 15px;
  }

  #formandinfo {
    padding: 0 25px 30px 25px;
  }

  .form h1,
  .form .info {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form h1 {
    font-size: 28px;
    margin-top: 20px;
  }

  .top {
    margin: 0;
    padding: 25px;
  }

  .top img {
    width: 200px;
    max-width: 100%;
  }

  .alert {
    margin: 0 25px 20px 25px;
  }
}

@media screen and (max-width: 500px) {
  body {
    padding: 0px;
  }

  .form {
    border-radius: 0;
  }

  #formandinfo {
    padding: 0 20px 25px 20px;
  }

  .form h1,
  .form .info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-row {
    margin: 0 !important;
  }

  .form-group {
    margin-bottom: 25px;
  }

  .btn {
    width: 100%;
    padding: 12px 20px !important;
  }

  .form h1 {
    font-size: 24px;
  }

  .top {
    padding: 20px;
  }

  .alert {
    margin: 0 20px 20px 20px;
  }
}
