.bfsi-contact-us-sect {
  overflow: hidden;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section {
  display: flex;
  margin-top: 144px;
  position: relative;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
  position: absolute;
  top: -25%;
  right: 0;
  z-index: -1;
  width: 50%;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left-element {
  position: absolute;
  top: -52%;
  left: -166px;
  z-index: -1;
  width: 34%;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .wrapper {
  display: flex;
  padding-top: 6px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left {
  width: 45%;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
  font-family: "Sentient";
  font-weight: 400;
  font-style: Italic;
  font-size: 36px;
  line-height: 1.4;
  max-width: 432px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 98px;
  color: #C0B9B8;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc .content {
  max-width: 622px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc p {
  margin-bottom: unset;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item {
  display: flex;
  gap: 18px;
  align-items: center;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item .item-icon {
  align-items: center;
  gap: 10px;
  min-width: 48px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item .item-icon-location {
  align-items: center;
  gap: 10px;
  min-width: 48px;
  margin-top: -46px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item .item-value {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  cursor: pointer;
  color: #C0B9B8;
  max-width: 413px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item .item-value a {
  color: #C0B9B8;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .right {
  width: 55%;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form {
  border: 1px solid rgba(237, 228, 228, 0.55);
  padding: 40px 42px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: relative;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .title {
  font-family: Sentient;
  font-weight: 400;
  font-style: Italic;
  font-size: 22px;
  line-height: 1.4;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .fields {
  row-gap: 20px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .form-row {
  display: flex;
  gap: 15px;
}
.bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .half-width {
  flex: 1;
}

.our-location-wrapper .our-location-section {
  margin-bottom: 46px;
}
.our-location-wrapper .our-location-content {
  display: flex;
  gap: 28px;
}
.our-location-wrapper .our-location-content .card-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.our-location-wrapper .our-location-content .card-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.our-location-wrapper .our-location-content .card-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0A0A0A 81.68%, #0A0A0A 100%);
  border-radius: 14px;
  z-index: 1;
}
.our-location-wrapper .our-location-content .card-item .card-bottom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.our-location-wrapper .our-location-content .card-item .card-title {
  font-family: "Sentient";
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  max-width: 70%;
  color: #fff;
}
.our-location-wrapper .our-location-content .card-item .card-content {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  max-width: 100%;
  color: #C0B9B8;
  display: inline;
}
.our-location-wrapper .our-location-content .card-item .card-link {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  vertical-align: middle;
}
.our-location-wrapper .our-location-content .card-item .card-link::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/icons/vector.svg) no-repeat center;
}

@media (max-width: 1280px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
    top: -12%;
    right: -29px;
    width: 91%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left-element {
    top: -41%;
    left: -80px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .wrapper {
    gap: 100px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
    margin-bottom: 18px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc {
    font-size: 16px;
  }
  .our-location-wrapper .our-location-section {
    margin-bottom: 46px;
  }
  .our-location-wrapper .our-location-content .card-item .card-title {
    font-size: 18px;
  }
  .our-location-wrapper .our-location-content .card-item .card-content {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section {
    margin-top: 120px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
    position: absolute;
    top: 31%;
    right: -14px;
    z-index: -1;
    width: 98%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .wrapper {
    flex-direction: column;
    gap: 44px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left {
    width: 100%;
    margin-top: 20px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
    font-size: 32px;
    margin-bottom: 10px;
    max-width: 357px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc .content {
    max-width: 622px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #C0B9B8;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content {
    margin-top: 60px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right {
    width: 100%;
    margin-top: 20px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form {
    border: 1px solid rgba(170, 170, 170, 0.4196078431);
    padding: 24px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(42, 42, 42, 0.5490196078);
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .title {
    font-size: 24px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .white-button {
    margin-top: 25px;
  }
  .our-location-wrapper .our-location-section {
    margin-bottom: 20px;
  }
  .our-location-wrapper .our-location-content {
    flex-direction: column;
    gap: 20px;
    margin-top: 12%;
  }
  .our-location-wrapper .our-location-content .card-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(219, 209, 209, 0.27);
  }
  .our-location-wrapper .our-location-content .card-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
  }
  .our-location-wrapper .our-location-content .card-item::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, #0A0A0A 59.68%);
  }
  .our-location-wrapper .our-location-content .card-item .card-bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .our-location-wrapper .our-location-content .card-item .card-title {
    font-size: 24px;
  }
  .our-location-wrapper .our-location-content .card-item .card-content {
    font-size: 18px;
  }
}
@media (max-width: 395px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
    position: absolute;
    top: 2%;
    right: -24px;
    z-index: -1;
    width: 100%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
    font-size: 34px;
    min-width: 360px;
  }
  .our-location-wrapper .our-location-section {
    margin-bottom: 20px;
  }
  .our-location-wrapper .our-location-content .card-item .card-title {
    font-size: 18px;
  }
  .our-location-wrapper .our-location-content .card-item .card-content {
    font-size: 10px;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
    font-size: 30px;
  }
  .our-location-wrapper .our-location-section {
    margin-bottom: 20px;
  }
  .our-location-wrapper .our-location-content .card-item .card-title {
    font-size: 18px;
  }
  .our-location-wrapper .our-location-content .card-item .card-content {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section {
    margin-top: 120px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
    position: absolute;
    top: -44%;
    right: -14px;
    z-index: -1;
    width: 73%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .wrapper {
    flex-direction: column;
    gap: 44px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left {
    width: 100%;
    margin-top: 30px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
    font-size: 36px;
    margin-bottom: 10px;
    max-width: 455px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc .content {
    max-width: 622px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #C0B9B8;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content {
    margin-top: 60px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item .item-value {
    font-size: 18px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right {
    width: 100%;
    margin-top: 20px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form {
    border: 1px solid rgba(170, 170, 170, 0.4196078431);
    padding: 24px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(42, 42, 42, 0.5490196078);
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .title {
    font-size: 24px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .white-button {
    margin-top: 25px;
  }
  .our-location-wrapper .our-location-section {
    margin-bottom: 20px;
  }
  .our-location-wrapper .our-location-content {
    flex-direction: column;
    gap: 20px;
    margin-top: 12%;
  }
  .our-location-wrapper .our-location-content .card-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(219, 209, 209, 0.27);
  }
  .our-location-wrapper .our-location-content .card-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
  }
  .our-location-wrapper .our-location-content .card-item::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #0A0A0A 117.68%);
  }
  .our-location-wrapper .our-location-content .card-item .card-bottom {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  .our-location-wrapper .our-location-content .card-item .card-title {
    font-size: 28px;
  }
  .our-location-wrapper .our-location-content .card-item .card-content {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
    position: absolute;
    top: -35%;
    right: -43px;
    z-index: -1;
    width: 66%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right {
    width: 55%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form {
    padding: 40px 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .wrapper {
    gap: 100px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
    width: 61%;
  }
}
@media (min-width: 1920px) {
  .bfsi-contact-us-sect .grievance-wrapper {
    padding-top: 60px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section {
    display: flex;
    position: relative;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right-element {
    position: absolute;
    top: -44%;
    right: -225px;
    z-index: -1;
    width: 63%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left {
    width: 45%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .title {
    font-size: 48px;
    max-width: 524px;
    margin-bottom: 20px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .desc {
    font-size: 20px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content {
    display: flex;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .section-title .span {
    font-family: "Inter";
    font-size: 24px;
    text-transform: capitalize;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details {
    display: flex;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item {
    display: flex;
    gap: 18px;
    align-items: center;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item .item-icon {
    align-items: center;
    gap: 10px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .left .grievance-content .grievance-details .item .item-value {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right {
    width: 55%;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form {
    padding: 40px 58px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .title {
    font-size: 24px;
  }
  .bfsi-contact-us-sect .grievance-wrapper .grievance-section .right .enquiry-form .formBlock .fields {
    row-gap: 24px;
  }
  .our-location-wrapper .our-location-section {
    margin-bottom: 60px;
  }
  .our-location-wrapper .our-location-content .card-item .card-title {
    font-size: 28px;
    max-width: 70%;
  }
  .our-location-wrapper .our-location-content .card-item .card-content {
    font-size: 18px;
    max-width: 97%;
  }
  .our-location-wrapper .our-location-content .card-item .card-content .card-link::after {
    width: 20px;
    height: 20px;
  }
}/*# sourceMappingURL=contact-us.css.map */