@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@900&family=Source+Sans+Pro:wght@400;700&display=swap");
:root {
  font-size: 62.5%; }

html {
  background: #212121; }

body {
  padding: 0;
  margin: 0;
  color: white; }

body, input, textarea, button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.2rem;
  -webkit-font-smoothing: antialiased; }

div.inner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px; }

a {
  text-decoration: none; }

div.content h3 {
  margin: 50px 0 25px 0;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase; }
  div.content h3:first-child {
    margin-top: 0; }

div.content ul {
  list-style-type: disc; }

div.content ul, div.content ol {
  margin: 25px 0; }
  div.content ul:first-child, div.content ol:first-child {
    margin-top: 0; }
  div.content ul:last-child, div.content ol:last-child {
    margin-bottom: 0; }
  div.content ul li, div.content ol li {
    margin: 25px 0;
    line-height: 1.5em; }
    div.content ul li p:first-child, div.content ol li p:first-child {
      margin: 0; }
    div.content ul li:first-child, div.content ol li:first-child {
      margin-top: 0; }
    div.content ul li:last-child, div.content ol li:last-child {
      margin-bottom: 0; }
    div.content ul li > ul, div.content ul li > ol, div.content ol li > ul, div.content ol li > ol {
      margin: 25px 0; }
      div.content ul li > ul:last-child, div.content ul li > ol:last-child, div.content ol li > ul:last-child, div.content ol li > ol:last-child {
        margin-bottom: 0; }

div.content p {
  margin: 25px 0;
  line-height: 1.5em; }
  div.content p:first-child {
    margin-top: 0; }
  div.content p:last-child {
    margin-bottom: 0; }

div.content a {
  color: #61DDFE;
  text-decoration: none; }

div.content img.content--image, div.content figure.content--image, div.content div.content--image-grid {
  margin: 25px 0; }
  div.content img.content--image:first-child, div.content figure.content--image:first-child, div.content div.content--image-grid:first-child {
    margin-top: 0; }
  div.content img.content--image:last-child, div.content figure.content--image:last-child, div.content div.content--image-grid:last-child {
    margin-bottom: 0; }

div.content img.content--image, div.content figure.content--image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto; }

div.content figure.content--image figcaption {
  font-size: 0.9em;
  margin: 0; }

div.content div.content--image-grid {
  display: grid;
  gap: 20px; }
  div.content div.content--image-grid img.content--image {
    margin: 0; }
  @media (min-width: 800px) {
    div.content div.content--image-grid {
      grid-template-columns: 1fr 1fr; }
      div.content div.content--image-grid .image-wide {
        grid-column: 1 / 3; } }

div.content div.table {
  display: grid; }
  div.content div.table div.table--cell {
    padding: 15px;
    border: 1px solid white; }
  @media (max-width: 899px) {
    div.content div.table {
      grid-template-columns: 1fr; }
      div.content div.table div.table--cell:not(:last-child) {
        border-bottom: 0; } }
  @media (min-width: 900px) {
    div.content div.table {
      grid-template-columns: 1fr 1fr; }
      div.content div.table div.table--cell:nth-last-child(n+3) {
        border-bottom: 0; }
      div.content div.table div.table--cell:nth-child(even) {
        border-left: 0; } }

div.dropdown {
  --border-radius: 25px;
  background: var(--dropdown-background);
  border-radius: var(--border-radius);
  overflow: hidden; }
  div.dropdown:not(:first-child) {
    margin-top: 30px; }
  div.dropdown > button {
    width: 100%;
    border: 0;
    text-align: left;
    border-radius: var(--border-radius);
    padding: 25px;
    text-transform: uppercase;
    color: white;
    background: var(--dropdown-button-background);
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 8px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background linear 250ms; }
    html[lang="ur"] div.dropdown > button {
      flex-direction: row-reverse; }
      html[lang="ur"] div.dropdown > button p {
        text-align: right; }
    @media (hover: hover) {
      div.dropdown > button:hover {
        background: var(--dropdown-button-background-hover); } }
    div.dropdown > button p {
      flex: 1 1 0;
      margin: 0;
      font-size: 1.15em; }
      @media (min-width: 900px) {
        div.dropdown > button p {
          font-size: 1.3em; } }
    div.dropdown > button:after {
      display: block;
      content: '';
      flex: 0 0 auto;
      margin-left: 15px;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent; }
  div.dropdown div.dropdown--inner {
    padding: 25px; }
  div.dropdown.open button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  div.dropdown.open button:after {
    border-bottom: 12px solid #FFFFFF; }
  div.dropdown:not(.open) div.dropdown--inner {
    display: none; }
  div.dropdown:not(.open) button:after {
    border-top: 12px solid #FFFFFF; }
  div.dropdown, div.dropdown.dropdown--green {
    --dropdown-background: #213F3F;
    --dropdown-button-background: #38582D;
    --dropdown-button-background-hover: #395d2c; }
  div.dropdown.dropdown--blue {
    --dropdown-background: #2C5241;
    --dropdown-button-background: #112C49;
    --dropdown-button-background-hover: #133254; }

#footer {
  padding: 40px 0;
  font-size: 1.8rem; }
  @media (max-width: 700px) {
    #footer {
      font-size: 1.6rem; } }
  #footer a {
    color: white;
    text-decoration: none; }
  #footer div.footer--inner {
    display: grid;
    row-gap: 27px; }
  #footer p {
    margin: 0; }
  #footer p.title {
    font-family: "Poppins", sans-serif;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 4rem;
    text-transform: uppercase; }
  #footer p.contact {
    word-break: break-word; }
  #footer p.privacy a {
    text-decoration: underline; }
  #footer a.uknetworks {
    margin-top: 80px;
    display: block;
    width: 119px;
    aspect-ratio: 119px / 76px; }
    #footer a.uknetworks img {
      width: 100%;
      height: auto; }
  @media (max-width: 899px) {
    #footer {
      text-align: center; }
      #footer p.title {
        font-size: 2.8rem;
        line-height: 3.4rem; }
      #footer a.uknetworks {
        margin: 50px auto 0 auto;
        width: 80px; } }
  @media (min-width: 900px) {
    #footer div.footer--inner {
      grid-template-columns: 1fr max-content; }
    #footer p.title {
      grid-column: span 2; } }

#header {
  background: #345A31;
  padding: 45px 0 35px 0;
  font-size: 1rem;
  position: sticky;
  z-index: 100;
  top: 0; }
  @media (max-width: 600px) {
    #header {
      padding: 35px 0 25px 0; }
      #header div.inner {
        padding-left: 5px;
        padding-right: 5px; } }
  #header, #header a {
    color: white;
    text-decoration: none; }
  #header h1 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 3em;
    font-weight: 900;
    line-height: 3rem;
    text-transform: uppercase; }
  #header nav {
    flex: 0 0 auto;
    font-size: 2.3em;
    line-height: 3rem;
    text-transform: uppercase; }
    #header nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-wrap: wrap; }
    #header nav li {
      padding: 0 10px; }
      #header nav li a {
        white-space: nowrap; }
      @media (min-width: 800px) {
        #header nav li {
          padding: 0 25px;
          border-left: 1px solid white; }
          #header nav li:first-child {
            padding-left: 0;
            border-left: 0; }
          #header nav li:last-child {
            padding-right: 0; } }
  @media (max-width: 900px) {
    #header {
      padding: 30px 0;
      font-size: 0.9rem; }
      #header h1 {
        line-height: 3rem; } }
  @media (max-width: 799px) {
    #header {
      font-size: 0.8rem;
      padding: 20px 0; } }
  @media (max-width: 549px) {
    #header {
      font-size: 0.7rem; } }
  @media (min-width: 700px) and (max-width: 1299px) {
    #header nav {
      margin-top: 15px; } }
  @media (max-width: 1299px) {
    #header {
      text-align: center; }
      #header nav ul {
        justify-content: center; } }
  @media (min-width: 1300px) {
    #header div.header--inner {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

img.hero {
  display: block;
  width: 100%;
  height: auto; }

h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 3.8rem;
  text-transform: uppercase; }

div.introduction {
  scroll-margin-top: 70px;
  padding: 50px 0;
  background: #39572B url("/assets/images/introduction_bg.webp") no-repeat center center; }

div.background {
  scroll-margin-top: 20px;
  padding: 120px 0;
  background: linear-gradient(to bottom, #39572B 0, #142F4C 80px, #142F4C calc(100% - 80px), #38582D 100%); }

div.proposals {
  scroll-margin-top: 50px;
  padding: 30px 0 0 0;
  background: #38582D; }

div.feedback {
  scroll-margin-top: -80px;
  background: linear-gradient(to bottom, #38582D 0, #38582D 60px, #142F4C 180px, #142F4C 240px);
  padding: 240px 0 100px 0; }
  div.feedback div.text {
    margin: 28px 0; }
    div.feedback div.text p {
      margin: 25px 0; }
      div.feedback div.text p:first-child {
        margin-top: 0; }
      div.feedback div.text p:last-child {
        margin-bottom: 0; }
  div.feedback div.buttons {
    display: grid;
    row-gap: 25px;
    column-gap: 25px; }
    @media (min-width: 900px) {
      div.feedback div.buttons {
        grid-template-columns: 1fr 1fr; }
        div.feedback div.buttons a:nth-child(1) {
          border-radius: 20px 0 0 60px; }
        div.feedback div.buttons a:nth-child(2) {
          border-radius: 0 60px 20px 0; } }
    div.feedback div.buttons a {
      display: block;
      background: #345A31;
      text-transform: uppercase;
      font-size: 3rem;
      font-weight: bold;
      line-height: 2.5rem;
      padding: 35px;
      width: 100%;
      box-sizing: border-box;
      color: white;
      text-align: center;
      text-decoration: none;
      border-radius: 20px; }
      @media (hover: hover) {
        div.feedback div.buttons a {
          transition: background linear 150ms; }
          div.feedback div.buttons a:hover {
            background: #385e35; } }
  div.feedback div.logos {
    margin: 80px 0; }
    div.feedback div.logos img {
      display: block;
      border: 1px solid white; }
    @media (max-width: 1049px) {
      div.feedback div.logos img {
        margin: 0 auto;
        width: 250px;
        height: auto;
        max-width: 100%; }
        div.feedback div.logos img:first-child {
          margin-bottom: 30px; } }
    @media (min-width: 1050px) {
      div.feedback div.logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px; }
        div.feedback div.logos img {
          height: 250px;
          width: auto; } }
    @media (min-width: 1050px) and (max-width: 1299px) {
      div.feedback div.logos img {
        height: 200px; } }
  div.feedback ul.contact {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    div.feedback ul.contact, div.feedback ul.contact a {
      color: white;
      text-decoration: none; }
    div.feedback ul.contact li {
      margin: 30px 0;
      display: grid;
      grid-template-columns: 30px 1fr;
      align-items: center;
      gap: 30px; }
      div.feedback ul.contact li a {
        min-width: 0;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto; }
      div.feedback ul.contact li:first-child {
        margin-top: 0; }
      div.feedback ul.contact li:last-child {
        margin-bottom: 0; }
      div.feedback ul.contact li:before {
        display: block;
        width: 30px;
        height: 30px;
        content: '';
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
      div.feedback ul.contact li.telephone:before {
        background-image: url("/assets/images/telephone.svg"); }
      div.feedback ul.contact li.email:before {
        background-image: url("/assets/images/email.svg"); }
  div.feedback div.form {
    margin-top: 40px; }
    div.feedback div.form div.response {
      margin-bottom: 30px; }
      div.feedback div.form div.response p {
        margin: 0;
        font-size: 1.1em;
        line-height: 1.5;
        font-weight: bold; }
      div.feedback div.form div.response.error {
        color: #ff3620; }
      div.feedback div.form div.response.success {
        color: #2cde00; }
    div.feedback div.form form {
      display: grid;
      gap: 25px; }
      @media (min-width: 900px) {
        div.feedback div.form form {
          grid-template-columns: 3fr 5fr; }
          div.feedback div.form form textarea, div.feedback div.form form button {
            grid-column: 1 / 3; } }
      div.feedback div.form form input, div.feedback div.form form textarea, div.feedback div.form form button {
        margin: 0;
        font-size: 2rem;
        line-height: 3rem;
        padding: 20px; }
      div.feedback div.form form input, div.feedback div.form form textarea {
        color: #3E3E3E;
        border: 2px solid #3E3E3E; }
      div.feedback div.form form button {
        background: #345A31;
        color: white;
        border: 0;
        text-align: center;
        cursor: pointer; }
