* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-items-center {
  align-items: center;
}

.d-items-baseline {
  align-items: baseline;
}

.justify-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.dir-col {
  flex-direction: column;
}

.mt-20 {
  margin-top: 20px;
}

.icon {
  display: inline;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* --------- Header Styles--------- */
header.sticky-header {
  background-color: #ffffff;
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #e5e5e5;
}

.container-header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 80px;
}

w-full {
  width: 100%;
}

.column {
  flex-direction: column;
}

.logo {
  width: auto;
  height: 42px;
}

.logo > .logo-img {
  height: 100%;
  width: 100%;
}

.nav-menu {
  display: flex;
  list-style: none;
}

.nav-link {
  color: #475467;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  height: 32px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: #d0aa45;
}

li:nth-child(4) > .nav-link {
  padding: 10px 5px 10px 20px;
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}

.dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: left;
}

/* Initially hide the dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  list-style: none;
  padding: 5px 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 130px;
  border-radius: 4px;
  top: 28px;
  left: -60px;
}

.dropdown-menu li {
  margin: 5px 0;
}

.dropdown-menu > li > .nav-link {
  color: #475467;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  height: 32px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.dropdown-menu > li > .nav-link:hover {
  color: #d0aa45;
}

.dropdown:hover .dropdown-menu,
.dropdown-toggle:focus + .dropdown-menu {
  display: block;
}

/* ----- Footer-----  */

.footer {
  background-color: #ffffff;
  padding: 64px 200px 34px 200px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 64px 48px 64px;
  border-bottom: 1px solid #eaecf0;
}

.footer-section {
  max-width: 254px;
}

.footer-section h3 {
  font-size: 18px;
  color: #242424;
  margin-bottom: 12px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footer-section p {
  margin-bottom: 8px;
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-section p a {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  color: #7f8fa4;
  padding-top: 34px;
}

/* --------- Button Styles--------- */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  width: 230px;
  text-decoration: none;
}

.primary-button {
  background-color: #ffffff;
  color: #d0aa45;
}

.secondary-button {
  background-color: #ffffff;
  color: #242424;
}

.button-icon {
  font-size: 24px;
  margin-right: 12px;
}

/* --------- Hero Section --------- */
.hero {
  background: linear-gradient(180deg, #ebc04d, #b88f21);
  text-align: center;
  color: #101828;
  padding: 80px 165px 0px;
}

.hero-content {
  padding: 80px 0px 34px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 16px;
}

.hero p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 42px;
}

.hero-image img {
  max-width: 1280px;
  width: 100%;
  height: auto;
}

/* ---------Features Section--------- */
.features {
  padding: 96px 64px;
  background-color: #f8f9fa;
  text-align: center;
}

.features-heading > h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #d0aa45;
  margin-bottom: 16px;
}

.features-heading > h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #101828;
  letter-spacing: -1.2px;
}

.features-heading > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #404040;
  padding: 48px 288px 20px;
}

.features-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0px 48px;
}

.feature-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 32px 0px #00000014;
  width: 384px;
  height: 292px;
  text-align: center;
}

.feature-item > .feature-icon {
  height: 52px;
  margin: 6px 0px 20px;
}

.feature-item > .feature-icon > img {
  width: 100%;
  height: 100%;
}

.feature-item > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 8px;
  color: #101828;
}

.feature-item > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 8px;
  color: #404040;
}

.feature-item > .button {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  margin: 0 auto;
}

.icon-arrow-forward {
  background-image: url("img/arrow-forward.svg");
  background-size: contain;
  margin-left: 4px;
  transform: translateX(0px);
  transition: transform 0.3s;
}

.feature-item > .button:hover > .icon-arrow-forward {
  transform: translateX(6px);
  transition: transform 0.3s;
}

/* --------- Team Section --------- */
.team {
  padding: 96px 64px;
  background-color: #d0aa45;
  text-align: center;
}

.team-heading > h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}

.team-heading > p {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding: 20px 298px 48px;
}

.team-grid {
  display: flex;
  grid-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}

.team-member {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  width: 384px;
  text-align: center;
}

.team-photo {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 8px auto;
}

.team-photo > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #101828;
  padding: 16px 0px 3px;
}

.team-member .role {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #d0aa45;
  margin-bottom: 12px;
}

.team-member .bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #475467;
  height: 102px;
  margin-bottom: 16px;
}

.social-icons a {
  margin: 0 8px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

/* ---------FAQ Section--------- */
.faq {
  background-color: #ffffff;
  padding: 96px 64px;
}

.faq > div > h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.2px;
  text-align: center;
}

.faq-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #404040;
  padding: 48px 220px;
}

.faq-items {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #eaecf0;
  padding: 16px 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item.open {
  background-color: transparent;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #101828;
}

.faq-answer {
  padding: 14px 0px 4px;
}

.faq-answer > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #404040;
}

.faq-icon {
  font-size: 24px;
  color: #d0aa45;
  border: 1px solid;
  height: 20px;
  border-radius: 50%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  transition: all 0.4s ease;
}

.faq-item.closed .faq-answer {
  display: none;
  transition: all 0.4s ease;
}

/* ---- Collapsible Animation ----  */

.faq-item.open .faq-answer {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.faq-item.open .faq-icon {
  content: "-";
}

.faq-item.closed .faq-icon {
  content: "+";
}

/* ---- CTA Section ---- */
.cta {
  padding: 96px 64px;
  text-align: center;
  background-color: #f9fafb;
}

.cta-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #383e3b;
}

.cta-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #404040;
  padding: 30px 0px 48px;
}

.cta-buttons {
  display: flex;
  gap: 48px;
  justify-content: center;
}

.cta-button {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #383e3b;
  border-radius: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #383e3b;
  padding: 0px 28px;
  width: auto;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #d0aa45;
  border-color: #d0aa45;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-secondary {
  background-color: #242424;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 32px;
}

.btn-secondary:hover {
  background-color: #333333;
}

/* Get in Touch Form */
.get-in-touch {
  width: 100%;
  display: flex;
  padding: 176px 64px 96px;
  align-items: center;
  justify-content: center;
  background-color: #fbfbfb;
}

.wrap-get-in-touch {
  width: 100%;
  padding: 0px 50px 0px 64px;
  gap: 64px;
  display: flex;
  justify-content: space-around;
}

.form-column {
  width: 40%;
}

.form-column > h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #101828;
}

.form-column > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #404040;
  padding: 20px 132px 0px 0px;
}

.image-column {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 40%;
}

.image-background {
  width: 100%;
  height: calc(100% - 72px);
  background-image: url("img/contact-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 30px;
  width: 100%;
}

.form-group {
  flex: 1;
}

.form-group.full-width {
  flex: 100%;
}

.form-group label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  margin-bottom: 8px;
}

input[type="text"],
input[type="email"],
input.company-name {
  min-width: 270px;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #525151;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

input[type="email"],
input.company-name {
  min-width: 270px;
}

input[type="text"].firstName,
input[type="text"].lastName {
  min-width: auto;
}

.input-container {
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 8px;
  min-width: 300px;
  width: 100%;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

input[type="tel"] {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #525151;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
  border: none;
  border-radius: 8px;
  padding-left: 8px;
}

.input-container > select {
  border: none;
  border-radius: 8px 0px 0px 8px;
  padding: 0px 25px 0px 14px;
  font-size: 16px;
  font-weight: 400;
  color: #101828;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("img/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px;
}

.input-container > select:focus {
  outline: none;
}

.input-container > select > option {
  font-size: 16px;
  font-weight: 400;
  color: #101828;
  border-radius: 0px;
}

textarea {
  height: 128px;
  min-width: 270px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #525151;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

select.styled-dropdown {
  min-width: 270px;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #525151;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
  box-shadow: 0px 1px 2px 0px #1018280d;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("img/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
  cursor: pointer;
}

select.styled-dropdown:focus {
  outline: none;
}

select.styled-dropdown option {
  padding: 10px;
}

.form-row.check-box-row {
  display: block;
}

.form-row-head {
  color: #344054;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding-bottom: 14px;
}

.form-group.checkbox-group {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
  justify-content: left;
}

.form-group.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group.checkbox-group label {
  position: relative;
  cursor: pointer;
  margin-top: 3px;
}

.form-group.checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d0d5dd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.form-group.checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 11px;
  border: solid #404040;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

.btn-primary {
  background-color: #d0aa45;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 48px;
}

.btn-primary:hover {
  background-color: #b49337;
}

.btn-primary.contact-page-btn {
  background-color: #242424;
  box-shadow: 0px 1px 2px 0px #1018280d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
  min-width: 270px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  margin-top: 20px;
}

/* privacy style */
.herosection-privacy {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  padding: 96px 120px 64px 120px;
}

.privacy-card {
  border-bottom: 1px solid #d9d9d9;
  padding: 80px 0 80px 0;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
}

.privacy-card .content-wrap {
  width: 100%;
  height: 574px;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
}

.privacy-card .content-wrap h2 {
  font-size: 56px;
  font-weight: 400;
  color: #0a2640;
  line-height: 72.91px;
  padding-bottom: 26px;
}

.privacy-card .content-wrap h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #404040;
}

.privacy-card .content-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
  padding: 12px 0px;
}

.privacy-card .content-wrap ul {
  padding: 6px 0px 6px 30px;
}

.privacy-card .content-wrap ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
  padding-bottom: 2px;
}

.privacy-card .content-wrap a {
  color: #d0aa45;
  cursor: pointer;
  text-decoration: none;
}

.privacy-card .image-wrap {
  width: 100%;
  height: 574px;
  border-radius: 16px;
  background-image: url("img/privacy/herosection-card.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.key-point-section {
  width: 100%;
  height: 100%;
  padding: 80px 200px 80px 120px;
}

.key-point-section h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #383e3b;
}

.para-content {
  padding-top: 26px;
}

.para-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
  padding-bottom: 20px;
}

.para-content p span {
  font-weight: 500;
  display: block;
}

.table-content-sec {
  padding-top: 30px;
}

.table-content-sec h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: #1b1c1f;
}

.table-content-sec .number-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #383e3b;
  padding: 25px 0px 15px 20px;
}

.table-content-sec p.text-bold {
  font-weight: 600;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}

.collect-information {
  padding-top: 15px;
}

.collect-information p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
}

.collect-information p span {
  font-weight: 500;
}

.collect-information ul {
  padding: 15px 0px 15px 30px;
}

.collect-information ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
}

ul.last-list {
  padding: 15px 0px 15px 30px;
}

ul.last-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
  padding-bottom: 15px;
}

.privacy-contact {
  width: 100%;
  height: 100%;
  background-color: #1b1c1f;
  padding: 64px 0px;
}

.privacy-contact > .contact-form.privacy-contact-form > .heading {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  color: #fff;
  padding-bottom: 36px;
}

.contact-form.privacy-contact-form .form-group label {
  color: #fff;
}

.contact-form.privacy-contact-form .form-row .btn-primary {
  width: 100%;
  border-radius: 8px;
}

/* cookie-policy */
.cookie-privacy-sec {
  width: 100%;
  height: 150px;
  background-color: #1b1c1f;
  margin-top: 80px;
}

.cookie-privacy-sec > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  color: #fff;
}

.cookie-privacy-sec > h1 {
  font-size: 56px;
  font-weight: 400;
  line-height: 72.91px;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  padding-top: 12px;
}

.cookie-privacy-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 80px 120px;
}

.cookie-privacy-content > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
  padding-bottom: 20px;
}

.cookie-privacy-content > p.text-bold {
  color: #404040;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.cookie-privacy-content > p > a {
  color: #5a5a5a;
  text-decoration: underline;
  text-decoration-color: #5a5a5a;
  text-decoration-skip-ink: none;
}

.cookie-privacy-content > h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #1b1c1f;
  padding-top: 30px;
}

.cookie-privacy-content > .about-cookies {
  padding-top: 20px;
  width: 100%;
}

.about-cookies > h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #383e3b;
}

.about-cookies > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5a5a5a;
  padding-top: 16px;
}

.about-cookies.custom-cookie > p {
  padding-top: 0px;
}

.about-cookies.custom-cookie > p.text-bold {
  font-weight: 600;
}

/* faqs-page */
.faq-hero-sec {
  width: 100%;
  height: 480px;
  background-image: url("img/faq-main.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-us-hero-sec {
  margin-top: 79px;
  width: 100%;
  height: 459px;
  background-image: url("img/mercury-logo-black.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Responsive Design */
@media (max-width: 1700px) {
  .features-heading > p {
    padding: 48px 175px 20px;
  }
}

@media (max-width: 1600px) {
  .team-heading > p {
    padding: 20px 165px 48px;
  }

  .faq-description {
    padding: 48px 134px;
  }

  .features-heading > p {
    padding: 48px 128px 20px;
  }
}

@media (max-width: 1536px) {
  .footer {
    padding: 64px 90px 34px 90px;
  }

  .form-column {
    width: 55%;
  }

  .image-column {
    width: 45%;
  }

  .image-background {
    background-position: center;
    background-size: contain;
  }

  .features-heading > p {
    padding: 48px 100px 20px;
  }

  .team-heading > p {
    padding: 20px 130px 48px;
  }

  .faq-description {
    padding: 48px 100px;
  }
}

@media (max-width: 1440px) {
  .features-heading > p {
    padding: 48px 60px 20px;
  }

  .team-heading > p {
    padding: 20px 60px 48px;
  }

  .faq-description {
    padding: 48px 60px;
  }
}

@media (max-width: 1366px) {
  .hero h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .features-heading > p {
    padding: 48px 20px 20px;
  }

  .team-heading > p {
    padding: 20px 20px 48px;
  }

  .faq-description {
    padding: 30px 20px 40px;
  }

  .privacy-card .content-wrap h2 {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1280px) {
  .hero {
    padding: 80px 108px 0px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 55px;
  }
}

@media (max-width: 768px) {
  .faq-items {
    width: 90%;
  }
}
