/* @import "./bootstrap-grid.min.css"; */
* 
{
  box-sizing: border-box !important;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1px !important;
}

body {
  margin: 0;
  background-image: url(../img/background.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.container {
  max-width: 1210px;
}

.lg-radius {
  border-radius: 20px;
}
#main {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(60px);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
  margin: 30px 0;
}

section {
  background-color: #fff;
}

#heading {
  background-color: #E8F1F3;
  padding: 29px 20px;
  height: 100px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#heading a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#heading img:first-child {
  margin-right: 3px;
}

section:first-of-type {
  margin-right: 20px;
  max-width: 745px;
}

#form-section {
  max-width: 405px;
}


.list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 30px 15px;
}

.list-item {
  display: flex;
  max-width: 685px;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}

.list-item img {
  width: 80px !important;
  height: 80px;
  margin-right: 20px;
}

.list-item p {
  line-height: 18.5px;
  margin-bottom: 0;
}

.list-item:first-of-type {
  justify-content: left ;
}

.list-item:first-of-type .heading {
  font-size: 26px;
  line-height: 31.47px;
  font-weight: 700;
}

.list-item p {
  line-height: 18.15px;
  font-size: 15px;
}

.list-item p > a {
  display: block;
  text-decoration: none !important;
  margin-top: 5px;
}
.list-item:first-of-type p {
  font-size: 18px;
}
li.list-item:first-of-type img {
  display: inline-block;
  border-radius: 50% !important;
}


.list-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-item div:not(.list-item:first-of-type div) {
  max-width: 402px;
}

.list-item label {
  width: 168px;
  height: 51px;
  padding: 13px 16px 13px 16px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color:rgba(40, 175, 198, 1);
  font-size: 15px;
  line-height: 18.15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.heading {
  font-size: 18px;
  line-height: 21.18px;
  font-weight: 700;
}

.checkbox {
  display: none;
}

.fa-solid,
.fa-regular {
  color: rgba(40, 175, 198, 1);
  font-size: 25px;
}
input[type="checkbox"] ~ .fa-circle-check {
  display: none;
}

input[type="checkbox"]:checked ~ .fa-circle-check {
  display: inline-block;
}

input[type="checkbox"]:checked ~ .fa-circle {
  display: none;
}

/* Form */
#form-section {
  padding: 30px;
}

#form-section p {
  font-size: 14px;
  line-height: 16.94px;
}
.form-inputs {
  margin-bottom: 20px;
}

.form-inputs label {
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 14px;
  line-height: 15.73px;
}

.form-inputs label span {
  color: rgba(255, 0, 60, 1);
  font-size: 13px;
  font-weight: bold;
}

.form-inputs input{
  display: block;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

form a {
  color: rgba(40, 175, 198, 1);
}

form span {
  font-size: 13px;
  line-height: 15.73px;
}

button {
  padding: 24px 0px;
  border-radius: 10px ;
  width: 100% !important;
  font-size: 18px;
  border: none;
  font-weight: bold;
  color: #fff;
  background-color: rgba(40, 175, 198, 1);
  margin-top: 30px !important;
  display: inline-block;
}

.ccs-contact-info {
  text-align: center;
}

.ccs-contact-info span {
  margin-left: 20px;
}

@media (max-width : 768px) {
  body {
    background-image: none;
    background-color: rgba(232, 241, 243, 1);
  }
  div#container.container {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
  }
  #main {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }

  #heading {
    padding: 10px;
    height: 62px;
  }

  section:first-of-type {
    margin-bottom: 20px;
  }

  .list-item label {
    height: 51px;
    width: 163px;
  }

  .list-item div:not(.list-item:first-of-type div) {
    max-width: 385px;
  }
}

@media (max-width: 576px) { 
  #form-section p {
    font-size: 12px;
    line-height: 14.52px;
  }
  .list-item:not(:first-of-type) {
    display: block;
  }
  .list-item div {
    margin-bottom: 10px;
  }

  .list-item:not(:first-of-type) div:nth-child(2) .heading {
    display: none;
    margin-bottom: 10px;
  }

  .list-item:not(:first-of-type) .heading {
    font-size: 16px;
  }

  .list-item:not(:first-of-type) img {
    width: 40px !important;
    height: 40px !important;
  }

  .list-item div:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .list-item:first-of-type .heading {
    font-size: 18px;
    line-height: 21.78px;
  }

  .list-item:first-of-type p {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.73px;
  }

  .list-item label {
    width: 168px;
    height: 51px;
  }

  .ccs-contact-info span{
    display: block;
  }
}
