/* Main Page Title Section */
.page_title_main {
  position: relative;
  min-height: 496px;
  /* background-image: url('../images/page_title_banner2.png'), url('../images/page_title_banner1.png');
    background-size: contain;
    background-repeat: no-repeat; */
}

.page_title_wrapper {
  background: #d1f1de;
}
.page_title_main {
  padding: 0;
}
.page_title_wrapper {
  padding-block: 64px;
  padding-bottom: 40px;
}
/* .page_title_main::before {
  content: "";
  background-image: url("../images/page_title_banner_new.png");
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  background-position-y: bottom;
} */

.page_title_main h1.page_title,
.page_title_main p.page_discription {
  position: relative;
  z-index: 1;
  max-width: 100%;
  line-height: 1.5;
  padding-top: 0;
}

.page_title_main h1.page_title {
  font-weight: 600;
}

.page_title_main .scan_img {
  font-weight: 600;
}

/* Section Heading */
.section-heading,
h2.section_title {
  font-family: "Poppins";
  font-size: 49px;
  font-weight: 600;
  line-height: 74px;
  margin-bottom: 60px;
  position: relative;
}

.wc-left .section-heading {
  text-align: left;
}

.section-heading .scan_img,
h2.section_title .scan_img {
  font-size: 49px;
  font-weight: 600;
  line-height: 74px;
}

/* Why Collaborate Section */
.why-collaborate {
  display: flex;
  gap: 20px;
  padding-block: 60px;
}

/* Left Column */
.why-collaborate .wc-left {
  flex: 1;
}

.why-collaborate .wc-left .wc-subheading {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 13px;
}

.why-collaborate .wc-left .wc-desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #646568;
}

/* Right Column */
.why-collaborate .wc-right {
  flex: 1;
}

/* Stats Section */
.why-collaborate .wc-stats {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.why-collaborate .wc-stat-card {
  background-image: url("../images/wp-stats-bg.svg");
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.5;
  flex: 1;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 38px 0px; */
}

.why-collaborate .wc-stat-card h4 {
  color: #00b249;
  font-size: 59px;
  font-weight: 700;
}

.why-collaborate .wc-stat-card span {
  font-size: 24px;
  color: #646568;
}

/* Points/Cards Section */
.why-collaborate .wc-points-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.why-collaborate .wc-card {
  box-shadow: 0px 4px 7px 0px #0000000d;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: start;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.why-collaborate .wc-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 15px rgb(0 0 0 / 0.3);
}

.why-collaborate .wc-icon {
  width: 64px;
  height: 64px;
  padding: 8px;
  flex-shrink: 0;
  box-shadow: 0px 4px 4px 0px #0000000d;
  border-radius: 5px;
}

.why-collaborate .wc-content {
  line-height: 1.5;
}

.why-collaborate .wc-content h4 {
  font-size: 24px;
  font-weight: 600;
}

.why-collaborate .wc-content p {
  font-size: 20px;
  color: #646568;
  margin-top: 8px;
}

/* Contact Content */
.collaborations-page .inv_contact_content p.section_desc {
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
}

.collaborations-page .inv_contact_content .section_title {
  text-align: center;
}

.collaborations-page .inv_con-inner .form_group label {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #646568;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.collaborations-page
  .inv_con-inner
  .form_group
  .wpcf7-form-control-wrap
  select {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  padding: 22px 20px;
  background-color: #fafafa;
  border: none;
  outline: none;
  color: #646568;
}

.collaborations-page .inv_con-inner .form_group .wpcf7-submit {
  cursor: pointer;
}

.inv_con-inner .form_group .form_item textarea {
  resize: vertical;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
}

/* Responsive Styles */

/* Tablet (1024px and below) */
@media (max-width: 1500px) {
  .page_title_main {
    /* background-size: cover;
        min-height: unset; */
  }
}

@media (max-width: 1024px) {
  .page_title_main {
    min-height: 300px;
  }

  .page_title_wrapper {
    padding-block: 40px;
  }
  .section-heading,
  h2.section_title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .section-heading .scan_img,
  h2.section_title .scan_img {
    font-size: 30px;
  }

  .why-collaborate {
    flex-direction: column;
    gap: 40px;
  }

  .why-collaborate .wc-left,
  .why-collaborate .wc-right {
    width: 100%;
  }

  .why-collaborate .wc-left .wc-subheading {
    font-size: 24px;
  }

  .collaborations-page .inv_con-inner .form_group label {
    font-size: 18px;
    line-height: 1.5;
  }

  .collaborations-page
    .inv_con-inner
    .form_group
    .wpcf7-form-control-wrap
    select {
    font-size: 18px;
    line-height: 24px;
    padding: 18px 16px;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .page_title_main {
    min-height: unset;
    background-size: cover;
  }
  .page_title_wrapper {
    padding-block: 20px;
  }
  body.blog .page_title_main {
    margin-bottom: 30px;
  }

  .collaborations-page .page_title_main {
    min-height: 300px;
  }

  .page_title_main h1.page_title {
    margin-bottom: 20px;
  }

  .why-collaborate {
    padding-block: 24px;
  }

  .why-collaborate .wc-left .wc-desc {
    font-size: 18px;
    line-height: 28px;
  }

  .why-collaborate .wc-stats {
    flex-wrap: wrap;
    gap: 15px;
  }

  .why-collaborate .wc-stat-card {
    flex: 0 0 calc(50% - 10px);
    padding: 20px 15px;
  }

  .why-collaborate .wc-stat-card h4 {
    font-size: 48px;
  }

  .why-collaborate .wc-stat-card span {
    font-size: 20px;
  }

  .why-collaborate .wc-card {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-collaborate .wc-content h4 {
    font-size: 22px;
  }

  .why-collaborate .wc-content p {
    font-size: 18px;
  }

  .collaborations-page .inv_con-inner .form_group label {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }

  .collaborations-page
    .inv_con-inner
    .form_group
    .wpcf7-form-control-wrap
    select {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 10px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .wc-left .section-heading {
    text-align: center;
  }

  .page_title_main::before {
    background-position-x: -90px;
  }

  .section-heading,
  h2.section_title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
  }

  .section-heading .scan_img,
  h2.section_title .scan_img {
    font-size: 25px;
    line-height: 1.5;
  }

  .why-collaborate {
    padding-block: 30px;
  }

  .why-collaborate .wc-left .wc-subheading {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .why-collaborate .wc-left .wc-desc {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .why-collaborate .wc-stats {
    margin-top: 30px;
    gap: 12px;
  }

  .why-collaborate .wc-stat-card {
    flex: 0 0 100%;
  }

  .why-collaborate .wc-stat-card h4 {
    font-size: 42px;
  }

  .why-collaborate .wc-stat-card span {
    font-size: 18px;
  }

  .why-collaborate .wc-points-wrapper {
    gap: 20px;
  }

  .why-collaborate .wc-card {
    padding: 16px;
    gap: 12px;
  }

  .why-collaborate .wc-icon {
    width: 56px;
    height: 56px;
  }

  .why-collaborate .wc-content h4 {
    font-size: 20px;
  }

  .why-collaborate .wc-content p {
    font-size: 16px;
  }

  .inv_contact_content p.section_desc {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Small Mobile (360px and below) */
@media (max-width: 360px) {
  .section-heading,
  h2.section_title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-heading .scan_img,
  h2.section_title .scan_img {
    font-size: 28px;
    line-height: 38px;
  }

  .why-collaborate .wc-left .wc-subheading {
    font-size: 22px;
    line-height: 32px;
  }

  .why-collaborate.wc-stat-card h4 {
    font-size: 36px;
  }

  .why-collaborate .wc-content h4 {
    font-size: 18px;
  }
}
