
.contact-section {
  padding: 150px 0px 115px 0px;
  background: var(--Card-Gardient-Violet-2, linear-gradient(180deg, var(--Violet-Viloet-300, #F5E9FF) 0%, var(--Violet-Viloet-400, rgba(245, 233, 255, 0.00)) 47.12%, var(--Violet-Viloet-400, rgba(245, 233, 255, 0.00)) 100%));
}


/* LEFT SIDE */
.left-box h2 {
color: var(--Black-Black-100, #250B32);
  margin-bottom: 20px;
  font-family: Figtree;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 60px;
}

.left-box span {
  color: #6C4193;
  font-family: Figtree;
}

.contact-card {
border-radius: 24px;
border: 1px solid #F3E8FF;
background: linear-gradient(135deg, #151733 0%, #541783 50%, #2A2563 100%);
  color: #fff;
  padding: 44px 32px;
  margin-right: 55px;
}

.contact-card h3 {
  font-family: Figtree;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px;
  margin-bottom: 10px;
}

.contact-card p {
  margin-bottom: 44px;
  max-width: 393px;
  color: rgba(255, 255, 255, 0.65);
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  border-radius: 24px;
  margin-bottom: 15px;
  border-radius: 24px;
border: 1px solid rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.10);
}


.info-box h4 {
  color: #E9D4FF;
font-family: Figtree;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 125% */
margin-bottom: 4px;
}

.contact-card .info-box .bold {
    color: #FFF;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}

.left-box .small {
  color: #E9D4FF;
font-family: Figtree;
font-size: 14px;
font-style: normal;
display: block;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

/* RIGHT SIDE */

.right-box h3 {
  color: var(--Black-Black-100, #250B32);
font-family: Figtree;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 120% */
margin-bottom: 15px;
}

.top-text {
 color: var(--Gray-Gray-100, #7C6D84);

/* Desktop P */
font-family: "Source Sans 3";
font-size: 18px;
font-style: normal;
font-weight: 500;
max-width: 484px;
line-height: normal;
margin-bottom: 0px;
margin-top: 40px;
}

.sub-text {
 color: var(--Black-Black-100, #250B32);
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
max-width: 462px;
margin-bottom: 30px;
}

.contact-form {
  max-width: 520px;
}

.form-row {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
    padding: 13px 25px 14px 25px;
  border-radius: 16px;
border: 1px solid var(--Violet-Viloet-500, #D3C6DF);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
 border-radius: 16px;
 border: 1px solid var(--Violet-Violet-0, #6C4193);
 color: var(--Violet-Violet-0, #6C4193);
}

.contact-form textarea {
  min-height: 101px;
  resize: none;
  margin-bottom: 10px;
}

.contact-form button {
  background: linear-gradient(90deg, #7a3fd3, #3b0a63);
  color: #fff;
  padding: 14px 26px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
}

.contact-form button span {
  margin-left: 6px;
}

.office-section {
  padding: 0px 0px 115px 0px;

}

.office-card {
  background: #fff;
  border-radius: 22px;
  padding: 51px 45px 45px 45px;
 border-radius: 20px;
background: var(--White-White, #FFF);
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.20);
}

.office-row {
  display: flex;
  gap: 60px;
}

.office-col {
  flex: 1;
}

.office-col h3 {
  margin-bottom: 10px;
  color: var(--Violet-Violet-0, #6C4193);
font-family: "Source Sans 3";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 29px; /* 120.833% */
}

.office-col h3 span {
  font-weight: 400;
}

.address {
  margin-bottom: 19px;
  color: var(--Black-Black-100, #250B32);

/* Desktop/Desktop p Regular */
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
 margin-bottom: 12px;
}

.direction {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  color: var(--Violet-Violet-0, #6C4193);

/* Desktop/Desktop P Regular */
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: 500;
}

.info-box .icon {
 border-radius: 16px;
background: linear-gradient(135deg, #C27AFF 0%, #9810FA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.info-box .icon {
  transition: transform 0.3s ease;
}

.info-box .icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.contact-item .icon {
  transition: transform 0.3s ease;
}

.contact-item .icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}


.info-box .icon.blue {
 border-radius: 16px;
background: linear-gradient(135deg, #51A2FF 0%, #155DFC 100%);
}

.contact-item .icon
    {
        border-radius: 12px;
        padding: 9px;
background: var(--Card-Gradient, linear-gradient(196deg, #6C4193 22.99%, #4F3099 54.51%, #122566 78.56%));
    }
/* Divider */
.divider {
  width: 1px;
  background: var(--Violet-Viloet-500, #D3C6DF);
}

.contact-item span {
  color: var(--Black-Black, #000);

/* Desktop/Desktop p semibold */
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
}

/* Footer note */
.office-footer {
  margin-top: 27px;
  padding: 17px 20px 19px;
  text-align: center;
  color: var(--Black-Black-100, #250B32);

/* Desktop/Desktop p Regular */

  border-radius: 12px;
background: var(--Violet-Violet-100, #F6EAFF);
}

.office-footer p {
  margin: 0;
  color: var(--Black-Black-100, #250B32);
  font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
}

.office-footer strong {
 color: var(--Violet-Violet-0, #6C4193);

/* Desktop/Desktop p semibold */
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}

@media (max-width: 1200px) {
  .contact-card {
  margin-right: 20px;
}

}

/* Responsive */
@media (max-width: 991px) {
 .contact-form {
    max-width: 100%;
}
  .contact-card {
  margin-right: 0px;
}
.left-box h2 {
    color: var(--Black-Black-100, #250B32);
    margin-bottom: 20px;
    font-family: Figtree;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
.top-text {
    margin-top: 0px;
    margin-bottom: 30px;
}

.faq-section {
    padding: 120px 0px 0px 0px;
}
.faq-card .accordion-header{
  margin-bottom: 0 !important;
}
.faq-card .accordion-body {
    padding-top: 0;
}

}


/* RESPONSIVE */
@media (max-width: 767px) {
  .office-row {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.top-text {
    margin-top: 0px;
    margin-bottom: 40px;
}
.sec-row{
    flex-direction: column-reverse;
}
.right-box h3 {
    font-size: 28px;
}
.form-row {
    flex-direction: column;
}
.form-row {
    display: flex;
    gap: 11px;
    margin-bottom: 11px;
}
.divider {
    width: 100%;
    height: 1px;
}
.contact-card{
    margin-top: 88px;
    padding: 40px 25px;
}
.office-card
 {
  padding: 40px 25px;
 }
.contact-card h3{
    font-size: 28px;
}
.contact-section {
    padding: 88px 0px;  
}
.office-section {
    padding: 0px 0px 80px 0px;
}
}


/* faq */


.faq-section {
  padding: 180px 0px 0px 0px;
  background: var(--Card-Gradient, linear-gradient(180deg, #F7EDFF 0%, #F7EDFF 70.04%, #FFF 100%));
} 

.faq-card .accordion-header {
    margin-bottom: 20px !important;
    padding-left: 0px;
}

.faq-title h2{
 color: var(--Black-Black-100, #250B32);

/* Desktop/H1 */
font-family: Figtree;
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 85.714% */
letter-spacing: -3.5px;
}

.faq-title span {
color: var(--Violet-Violet-0, #6C4193);

/* Desktop/H1 */
font-family: Figtree;
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: 60px;
letter-spacing: -3.5px;
}

.faq-subtitle p{
color: var(--Gray-Gray-100, #7C6D84);

/* P */
font-family: "Source Sans 3";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-top: 65px;
margin-bottom: 0px;
max-width: 449px;
}

.faq-card {
 border-radius: 30px 30px 0 0;
background: var(--White-White, #FFF);
     padding: 25px 205px 0px 205px;
  max-width: 100%;
  margin-top: 63px;
}

/* Accordion */
.accordion-item {
  border: none !important;
}

.accordion-button {
  font-family: Figtree !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: 600 !important;
line-height: normal !important;
}
.accordion-button h3 {
    color: var(--Black-Black-100, #250B32);

/* H4 */
font-family: var(--Text, Figtree);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding-right: 40px;
}

.accordion-body p{
  color: var(--Black-Black-100, #250B32);

/* P Regular */
font-family: var(--Display, "Source Sans 3");
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0px;
}

.accordion-button.collapsed {
 /*border-top: 1px solid #F5E9FF;*/
 border-bottom: 1px solid #F5E9FF;
 padding: 40px 20px 40px 0;
}

.accordion-button:not(.collapsed) {
    color: var(--Black-Black-100, #250B32) !important;

/* H4 */
font-family: Figtree;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
  background-color: none !important;
background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding-left: 0px !important;
  margin-top: 20px !important;
}
.accordion-button {
      color: var(--Black-Black-100, #250B32) !important;
  padding: 22px 10px;
  color: var(--Black-Black-100, #250B32);

/* H4 */
font-family: Figtree;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.accordion-button:focus {
  box-shadow: none !important;
}


.accordion-button::after {
  background-image: url("../images/accordion-plus.svg") !important;
  background-position: center;
    z-index: 2;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/accordion-minus.svg") !important;
    background-position: center;
      z-index: 2;
}

.accordion-button::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--Violet-Violet-100, #F6EAFF);
}

.accordion-body {
  color: var(--Black-Black-100, #250B32);

/* P Regular */
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  padding-left: 0px !important;
}

/* Load More Button */
button.btn.load-more-btn {
    display: inline-flex;
    padding: 18px 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Violet-Viloet-700, #F7EDFF);
    color: var(--Violet-Violet-0, #6C4193);
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordion-header
 {
    margin-bottom: 0;
    padding-left: 0px;
}


.faq-cta-section {
  padding: 241px 0px 115px 0px;
}

.faq-cta {
  position: relative;
  border-radius: 30px;
  margin: 0 100px;
}



/* CONTENT */
.faq-cta-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 480px;
  color: #fff;
  z-index: 2;
}

.faq-cta-content h2 {
color: var(--White-White, #FFF);

/* Desktop/H3 */
font-family: var(--Text, Figtree);
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
  margin-bottom: 16px;
}

.faq-cta-content p {
  color: var(--White-White, #FFF);

/* P Regular */
font-family: var(--Display, "Source Sans 3");
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
  margin-bottom: 0;
  max-width: 416px;
}

/* BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #7a3fd3, #3b0a63);
}

/* FOREGROUND IMAGE */
.faq-cta-image {
  position: absolute;
  right: 100px;
  bottom: 0px;
  height: 122%;
  z-index: 1;
}

.faq-cta-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.desktop-view{
    display: block;
}
.mobile-view{
    display: none;
}

/* RESPONSIVE */
@media (max-width: 1200px) {

  .desktop-view{
    display: none;
}
.mobile-view{
    display: block;
}
  .faq-card {
    padding: 50px 100px;
    max-width: 100%;
}

  /* .faq-cta-content,
  .faq-cta-image {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  } */

  .faq-cta-image {
    margin-top: 30px;
    height: auto;
    text-align: center;
  }

  .faq-cta-image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
    .faq-card {
        padding: 5px 20px;
        max-width: 100%;
    }
    .faq-title h2{

font-size: 50px;
font-weight: 700;
line-height: 45px; /* 90% */
    }
    .faq-card {
      margin-top: 30px;
    }
    .faq-title span {
      font-size: 50px;
font-weight: 700;
line-height: 45px; /* 90% */
    }
    .faq-cta {
  overflow: hidden;
}
    .faq-subtitle p {
    margin-top: 20px;
    margin-bottom: 0px;
    }
    .faq-cta-section {
    padding: 0px 0px 115px 0px;
}
.faq-cta-content {
    position: absolute;
    left: 30px;
    top: 21%;
    transform: translateY(-50%);
    max-width: 293px;
    color: #fff;
    z-index: 2;
}
    .faq-cta-image {
        margin-top: 0px;
        height: auto;
        text-align: center;
        right: 0;
    }

    .office-col h3{
      font-weight: 700;
    }

    .contact-card p{
      margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
  .faq-cta-content p
 {
    padding-right: 20px;
}
}

/* who we are */


.who-we-serve {
  padding: 150px 0px 0px 0px;
  background: var(--Card-Gradient, linear-gradient(180deg, var(--Violet-Viloet-700, #F7EDFF) 0%, var(--White-White, #FFF) 100%));
}

/* HEADER */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  color: var(--Black-Black-100, #250B32);
text-align: center;

/* Desktop/H1 */
font-family: var(--Text, Figtree);
font-size: 70px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 85.714% */
letter-spacing: -3.5px;
  margin-bottom: 20px;
}

.section-header p {
  color: var(--Gray-Gray-100, #7C6D84);
text-align: center;

/* P Medium */
font-family: var(--Display, "Source Sans 3");
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
  max-width: 605px;
  margin: auto;
}

/* ROW */
.serve-row {
  display: flex;
  gap: 95px;
  align-items: center;
  padding-bottom: 115px;
}

/* IMAGE */
.serve-image {
  flex: 1;
}

.serve-image img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

/* CONTENT */
.serve-content {
  flex: 1;
}

.serve-content h2 {
  color: var(--Black-Black-100, #250B32);

/* Desktop/H3 */
font-family: var(--Text, Figtree);
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
margin-bottom: 25px;
}

.serve-content h4 {
color: var(--Black-Black-100, #250B32);

/* H5 */
font-family: var(--Text, Figtree);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 111.111% */
  margin-bottom: 5px;
}

.serve-content p {
  color: var(--Black-Black-100, #250B32);

/* P Regular */
font-family: var(--Display, "Source Sans 3");
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin-bottom: 20px;
    padding-right: 60px;

}

/* HIGHLIGHT BOX */
.highlight-box {
border-radius: 10px;
border: 1px solid #C2A7D5;
box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
padding: 20px;
}

.highlight-box h5 {
color: var(--Black-Black-100, #250B32);

/* H5 */
font-family: var(--Text, Figtree);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 111.111% */
  margin-bottom: 5px;
}

.highlight-box p {
color: var(--Black-Black-100, #250B32);

/* P Regular */
font-family: var(--Display, "Source Sans 3");
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0px !important;
padding-right: 0px !important;
}


.consultants-section {
background: var(--Violet-Violet-100, #F6EAFF);
  padding: 115px 0px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.consultants-row {
  display: flex;
  gap: 95px;
  align-items: center;
}

/* TEXT CONTENT */
.consultants-content {
  flex: 1;
}

.consultants-content h2 {
 color: var(--Black-Black-100, #250B32);

/* Desktop/H3 */
font-family: var(--Text, Figtree);
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
  margin-bottom: 25px;
}

.consultants-content h4 {
  color: var(--Black-Black-100, #250B32);

/* H5 */
font-family: var(--Text, Figtree);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 111.111% */
  margin-bottom: 5px;
}

.consultants-content p {
 color: var(--Black-Black-100, #250B32);

/* P Medium */
font-family: var(--Display, "Source Sans 3");
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin-bottom: 20px;
      padding-right: 60px;
}


/* IMAGE */
.consultants-image {
  flex: 1;
}

.consultants-image img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.contractors-section {
  background: #ffffff;
  padding: 115px 0px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.contractors-row {
  display: flex;
  gap: 95px;
  align-items: center;
}

/* IMAGE */
.contractors-image {
  flex: 1;
}

.contractors-image img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

/* CONTENT */
.contractors-content {
  flex: 1;
}

.contractors-content h2 {
color: var(--Black-Black-100, #250B32);

/* Desktop/H3 */
font-family: var(--Text, Figtree);
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
  margin-bottom: 20px;
}

.contractors-content h4 {
 color: var(--Black-Black-100, #250B32);

/* H5 */
font-family: var(--Text, Figtree);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 111.111% */
  margin-bottom: 5      px;
}

.contractors-content p {
  color: var(--Black-Black-100, #250B32);

/* P Medium */
font-family: var(--Display, "Source Sans 3");
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  margin-bottom: 20px;
      padding-right: 60px;
}


.subcontractors-section {
  background: var(--Violet-Viloet-300, #F5E9FF);
  padding: 115px 0px;
}

.subcontractors-row {
  display: flex;
  align-items: center;
  gap: 95px;
}

/* CONTENT */
.subcontractors-content {
  flex: 1;
}

.subcontractors-content h2 {
color: var(--Black-Black-100, #250B32);

/* Desktop/H3 */
font-family: var(--Text, Figtree);
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 120% */
  margin-bottom: 25px;
}

.subcontractors-content h4 {
color: var(--Black-Black-100, #250B32);

/* H5 */
font-family: var(--Text, Figtree);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 111.111% */
  margin-bottom: 5px;
}

.subcontractors-content p {
color: var(--Black-Black-100, #250B32);

/* P Medium */
font-family: var(--Display, "Source Sans 3");
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
    padding-right: 60px;
  margin-bottom: 20px;
}

/* IMAGE */
.subcontractors-image {
  flex: 1;
}

.subcontractors-image img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

.btn-primary {
    font-family: Figtree;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .subcontractors-row {
    flex-direction: column;
  }
}


/* RESPONSIVE */
@media (max-width: 1200px) {
.consultants-row {
    display: flex;
    gap: 50px;
}
.serve-row {
    gap: 50px;
}
.contractors-row {
    gap: 50px;
}
.subcontractors-row {
    gap: 50px;
}
}

@media (max-width: 992px) {
  .who-we-serve {
    padding: 90px 0px 0px 0px;
}
}

/* RESPONSIVE */
@media (max-width: 900px) {
      .consultants-row {
    flex-direction: column;
    }
.serve-row {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}
.contractors-row {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
}
  .serve-row {
  padding-bottom: 80px;
          padding-left: 20px;
        padding-right: 20px;
}

  .serve-content h3 {
    margin-top: 20px;
  }
  .consultants-section {
    padding: 70px 20px;
}
.contractors-section {
    padding: 70px 20px;
}
.subcontractors-section {
    padding: 70px 20px;
}
.subcontractors-row {
    gap: 70px;
}
.section-header h2 {
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -2.5px;
    margin-bottom: 40px;
}
.contractors-content p {
    padding-right: 0px;
}
.consultants-content p {
    padding-right: 0px;
}
.serve-content p {
    padding-right: 0px;
} 
.subcontractors-content p {
    padding-right: 0px;
}
    .serve-content h2 {
font-size: 28px;
line-height: 36px; /* 128.571% */
    }
.faq-cta {
  margin: 0;
}
.faq-cta-content h2{
  line-height: 44px;
}
.faq-cta-section {
    padding: 0 0px 50px 0px;
}
.contact-form textarea{
  margin-bottom: 3px;
}
}

@media (max-width: 375px) {
    .section-header h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .serve-content h2 {
font-size: 28px;
line-height: 36px; /* 128.571% */
    }
    .consultants-content h2 {
        font-size: 28px;
line-height: 36px; /* 128.571% */
    }
    .contractors-content h2 {
                font-size: 28px;
line-height: 36px; /* 128.571% */
    }
    .subcontractors-content h2 {
                        font-size: 28px;
line-height: 36px; /* 128.571% */
    }
}


@media (min-width:300px) and (max-width: 992px) {
    .banner-img {
        background: transparent !important;
    }

    .faq-cta-image img {
        width: 90%;
        height: auto;
        margin: auto;
    }
        .faq-cta-image {
        margin-top: 30px;
        height: auto;
        text-align: center;
        left: 0;
        right: 0;
    }

    .faq-section {
        padding: 100px 0px 0px 0px !important;
    }

}


@media (max-width: 1200px) and (min-width:767px) {
    .faq-cta-image {
        right: 50px;
    }
.faq-cta {
    position: relative;
    border-radius: 50px;
}
.faq-bg-image.w-100.mobile-view {
    height: 800px;
}
.faq-cta-content
 {
    position: absolute;
    left: 100px;
    top: 22%;
 }
}