@font-face {
  font-family: "Sharp Grotesk SemiBold 15";
  src: url("../font/SharpGrotesk-SemiBold15.woff2") format("woff2"),
    url("../font/SharpGrotesk-SemiBold15.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Grotesk Medium 15";
  src: url("../font/SharpGrotesk-Medium15.woff2") format("woff2"),
    url("../font/SharpGrotesk-Medium15.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Grotesk Bold 15";
  src: url("../font/SharpGrotesk-Bold15.woff2") format("woff2"),
    url("../font/SharpGrotesk-Bold15.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --inter-font: "Inter", sans-serif;
  --sharp-font--bold: "Sharp Grotesk Bold 15";
  --sharp-font--medium: "Sharp Grotesk Medium 15";
  --sharp-font--semibold: "Sharp Grotesk SemiBold 15";
  --white: #ffffff;
  --black: #000000;
  --blue: #1625a3;
  --blue-2: #1125aa;
  --yellow: #f3d03e;
  --sky-blue: #00bcdd;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--sharp-font--medium);
  font-weight: 500;
}

select {
  appearance: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;

  outline: none;

  z-index: 1;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;

  min-width: 15ch;
  max-width: 30ch;

  border: 1px solid var(--select-border);

  border-radius: 0.5em;
  padding: 0.625em 1em;

  font-size: 1.125rem;
  cursor: pointer;
  line-height: 1.1;

  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.select::after {
  content: "";
  justify-self: end;
  height: 8.14px;
  width: 14px;
  background: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.99996 6.29469L12.8631 0.431641L14 1.56858L6.99996 8.56856L-9.53674e-07 1.56858L1.13698 0.431641L6.99996 6.29469Z" fill="black"/></svg>');
}
.select::after,
.select select {
  grid-area: select;
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid blue;
  border-radius: inherit;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--inter-font);
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 24px;
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}

.button--primary {
  background-color: var(--blue);
  color: var(--white);
}

.button--primary:hover {
  background-color: #5b66be;
}

.button--secondary {
  background-color: var(--white);
  color: var(--blue);
}

.button--secondary:hover {
  background: #d0d3ed;
}

@media (max-width: 1023px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

/* Gravity Form css start */
.gform-theme--framework.gform-theme--orbital {
  --gf-form-gap-y: 36px;
  --gf-form-footer-margin-y-start: 40px;

  --gf-ctrl-btn-radius: 24px;
  --gf-ctrl-btn-bg-color-primary: var(--white);
  --gf-ctrl-btn-color-primary: var(--blue);
  --gf-ctrl-btn-font-family: var(--inter-font);
  --gf-ctrl-btn-font-size: 16px;
  --gf-ctrl-btn-font-weight: 700;
  --gf-ctrl-btn-text-transform: uppercase;
  --gf-ctrl-btn-size: 41px;
  --gf-ctrl-btn-padding-x: 28px;

  --gf-ctrl-btn-bg-color-hover-primary: var(--blue);
  --gf-ctrl-btn-border-color-hover-primary: var(--white);
  --gf-ctrl-btn-color-hover-primary: var(--white);

  --gf-ctrl-color: var(--blue);
  --gf-ctrl-font-family: var(--inter-font);
  --gf-ctrl-font-size: 16px;
  --gf-ctrl-font-weight: 500;

  --gf-ctrl-label-color-primary: var(--white);
  --gf-ctrl-label-font-size-primary: 16px;
  --gf-ctrl-label-font-family-primary: var(--inter-font);
  --gf-ctrl-label-font-weight-primary: 500;
  --gf-ctrl-label-color-secondary: var(--white);
  --gf-ctrl-desc-color: var(--white);
  --gf-ctrl-radius: 8px;
  --gf-ctrl-line-height: 1.5;
  --gf-ctrl-padding-x: 16px;
  --gf-ctrl-size: 52px;
  --gf-ctrl-height: 20px;

  --gf-ctrl-label-color-req: var(--white);
}

@media (min-width: 769px) {
  .gform-theme--framework.gform-theme--orbital {
    --gf-ctrl-font-size: 18px;
    --gf-ctrl-size: 53px;
  }
}

.gform-theme--framework.gform-theme--orbital
  .gform_required_legend
  .gfield_required {
  color: var(--white);
  display: inline-block;
  margin-block: 36px;
}

.gform-theme--framework.gform-theme--orbital .gform-field-label {
  display: inline-block;
}

.gform-theme--framework.gform-theme--orbital .gfield_required_asterisk {
  display: inline-block;
  padding-inline-start: 4px;
}

.gform-theme--framework.gform-theme--orbital .gform_description {
  font-size: 24px;
}

.gform-theme--framework.gform-theme--orbital .gfield_description.instruction {
  display: none;
}
.gform-theme--framework.gform-theme--orbital input {
  padding-block: 24px;
}
.gform-theme--framework.gform-theme--orbital input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.gform-theme--framework .gfield_select {
  line-height: 2.8;
}

.gform-theme--framework .gfield--type-choice .ginput_container .gfield_checkbox,
.gform-theme--framework .gfield--type-choice .ginput_container .gfield_radio {
  flex-direction: row;
}
/* Gravity Form css end */

/* header css start */
.site-header {
  padding: 28px 0;
  background-color: var(--white);
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header.sticky-header {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.site-header .main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  flex: auto;
}

.site-header .nav-left {
  display: flex;
  gap: 60px;
  list-style: none;
  flex: 1;
}

.site-header .nav-right {
  display: flex;
  gap: 66px;
  list-style: none;
  flex: 1;
  justify-content: flex-end;
}

.site-header .nav-left li a,
.site-header .nav-right li a {
  text-decoration: none;
  font-weight: bold;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: var(--inter-font);
  text-transform: uppercase;
}

.site-header .site-logo {
  max-width: 210px;
  width: 100%;
}

.site-header .site-logo a {
  display: flex;
}

.site-header .site-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.site-header .mobile-toggle {
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.site-header .mobile-menu {
  display: none;
}

@media (max-width: 1023px) {
  .site-header .nav-left,
  .site-header .nav-right {
    gap: 30px;
  }

  .site-header .site-logo {
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 18px 0;
  }

  .site-header .site-logo {
    max-width: 110px;
  }

  .site-header .main-nav {
    gap: 15px;
    justify-content: center;
  }

  .site-header .nav-left,
  .site-header .nav-right {
    display: none;
  }

  .site-header .mobile-toggle {
    display: flex;
    position: absolute;
    left: 0;
  }

  .site-header .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 360px;
    height: 100%;
    background-color: var(--white);
    padding: 30px 16px;
    z-index: 9;
    transition: all 0.3s linear;
  }

  body:has(.mobile-menu.active) {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  body:has(.mobile-menu.active)::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
  }

  .site-header .mobile-menu.active {
    left: 0;
  }

  .site-header .mobile-nav {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .site-header .mobile-nav li a {
    text-decoration: none;
    font-weight: 700;
    color: var(--blue);
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-family: var(--inter-font);
  }

  .site-header .mobile-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
  }
}

/* header css end */

/* banner css start */
.homepage-banner {
  position: relative;
  overflow: hidden;
}

.homepage-banner .banner-container {
  padding: 110px 40px 0;
}

.homepage-banner .banner-inner {
  padding-bottom: 330px;
  padding-left: 72px;
  max-width: 1275px;
  width: 100%;
  margin: 0 auto;
  border-left: 3px solid var(--sky-blue);
  position: relative;
  z-index: 10;
}

.homepage-banner .banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.homepage-banner .banner-text {
  max-width: 611px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.homepage-banner .banner-title {
  font-size: 80px;
  line-height: 1.12;
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 32px;
}

.homepage-banner .banner-subtitle {
  font-size: 24px;
  line-height: normal;
  color: var(--blue);
  max-width: 460px;
  width: 100%;
}

.homepage-banner .banner-button {
  margin-top: 60px;
}

.homepage-banner .banner-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--blue);
  padding: 15px 70px 15px 40px;
  color: var(--white);
  gap: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.homepage-banner .footer-label {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--inter-font);
  color: var(--white);
}

.homepage-banner .banner-footer img {
  max-width: 155px;
  height: auto;
  object-fit: contain;
}

.homepage-banner .banner_image .desktop_banner_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
  max-width: 100%;
}

.homepage-banner .banner_image .mobile_banner_img {
  display: none;
}

@media (min-width: 1600px) {
  .homepage-banner .banner-inner {
    min-height: 90vh;
  }
}

@media (max-width: 1200px) {
  .homepage-banner .banner-container {
    padding: 80px 30px 0;
  }

  .homepage-banner .banner-inner {
    padding-bottom: 360px;
    padding-left: 50px;
  }

  .homepage-banner .banner-text {
    max-width: 500px;
  }

  .homepage-banner .banner-title {
    font-size: 60px;
    margin-bottom: 32px;
  }

  .homepage-banner .banner-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .homepage-banner .banner-container {
    padding: 40px 20px 0;
  }

  .homepage-banner .banner-inner {
    border: 0;
    padding: 0 0 32px;
  }

  .homepage-banner .banner-text {
    max-width: 100%;
  }

  .homepage-banner .banner-title {
    font-size: 40px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .homepage-banner .banner-subtitle {
    font-size: 18px;
  }

  .homepage-banner .banner-inner::before {
    display: none;
  }

  .homepage-banner .banner_image .desktop_banner_img {
    display: none;
  }

  .homepage-banner .banner_image .mobile_banner_img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .homepage-banner .banner_image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .homepage-banner .banner-footer {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 15px 40px 15px 40px;
  }

  .homepage-banner .banner-button {
    margin-top: 40px;
  }
}
/* banner css end */

/** Section 2 **/

.saskatchewan-section {
  padding: 207px 40px 140px;
  background-color: var(--blue);
  position: relative;
  overflow: hidden;
}

.saskatchewan-section .saskatchewan-container {
  padding: 40px 117px 106px;
  max-width: 1275px;
  width: 100%;
  margin: 0 auto;
  border: 3px solid var(--sky-blue);
  border-radius: 0 0 33px 33px;
  position: relative;
  border-top: 0;
}

.saskatchewan-section .saskatchewan-container::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -10px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transform: rotate(180deg);
}

.saskatchewan-section .saskatchewan-container::before {
  content: "";
  position: absolute;
  top: -207px;
  left: -3px;
  width: 3px;
  height: 207px;
  background-color: var(--sky-blue);
  z-index: 1;
}

.saskatchewan-section .saskatchewan-content {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  align-items: center;
}

.saskatchewan-section .saskatchewan-content .saskatchewan-left {
  max-width: 440px;
  width: 100%;
}

.saskatchewan-section
  .saskatchewan-content
  .saskatchewan-left
  .saskatchewan-title {
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  font-size: 88px;
  line-height: 1;
  color: var(--white);
}

.saskatchewan-section .saskatchewan-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

/* .saskatchewan-section .saskatchewan-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  background-blend-mode: multiply;
} */

.saskatchewan-section .saskatchewan-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.saskatchewan-section .saskatchewan-content .saskatchewan-right {
  max-width: 418px;
  width: 100%;
}

.saskatchewan-section
  .saskatchewan-content
  .saskatchewan-right
  .saskatchewan-description {
  font-family: var(--inter-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.saskatchewan-section
  .saskatchewan-content
  .saskatchewan-right
  .saskatchewan-button-wrapper {
  margin-top: 50px;
}

.saskatchewan-section
  .saskatchewan-content
  .saskatchewan-right
  .saskatchewan-button-wrapper
  a
  .saskatchewan-broucher-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-self: center;
  justify-content: center;
}

.saskatchewan-section
  .saskatchewan-content
  .saskatchewan-right
  .saskatchewan-button-wrapper
  a
  .saskatchewan-broucher-icon
  img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.saskatchewan-button-wrapper.albertans-broucher-button-wrapper {
  margin-top: 16px;
}

@media (max-width: 1280px) {
  .saskatchewan-section .saskatchewan-container {
    padding: 69px 60px 136px;
  }

  .saskatchewan-section
    .saskatchewan-content
    .saskatchewan-left
    .saskatchewan-title {
    font-size: 60px;
  }

  .saskatchewan-section
    .saskatchewan-content
    .saskatchewan-right
    .saskatchewan-description {
    font-size: 20px;
  }

  .saskatchewan-section .saskatchewan-content .saskatchewan-right {
    max-width: 360px;
  }
}

@media (max-width: 1200px) {
  .saskatchewan-section {
    padding: 207px 30px 140px;
  }
}

@media (max-width: 991px) {
  .saskatchewan-section {
    padding: 100px 30px 120px;
  }

  .saskatchewan-section .saskatchewan-container {
    padding: 30px 30px 80px;
  }

  .saskatchewan-section
    .saskatchewan-content
    .saskatchewan-left
    .saskatchewan-title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .saskatchewan-section {
    padding: 60px 20px;
  }

  .saskatchewan-section .saskatchewan-image {
    width: 100%;
  }

  .saskatchewan-section .saskatchewan-container {
    padding: 0;
    border: 0;
  }

  .saskatchewan-section .saskatchewan-container::after,
  .saskatchewan-section .saskatchewan-container::before {
    display: none;
  }

  .saskatchewan-section .saskatchewan-content {
    flex-direction: column;
    gap: 20px;
  }

  .saskatchewan-section .saskatchewan-content .saskatchewan-left {
    max-width: 100%;
  }

  .saskatchewan-section
    .saskatchewan-content
    .saskatchewan-left
    .saskatchewan-title {
    font-size: 40px;
  }

  .saskatchewan-section
    .saskatchewan-content
    .saskatchewan-left
    .saskatchewan-title
    br {
    display: none;
  }

  .saskatchewan-section .saskatchewan-content .saskatchewan-right {
    max-width: 100%;
  }

  .saskatchewan-section
    .saskatchewan-content
    .saskatchewan-right
    .saskatchewan-description {
    font-size: 18px;
  }

  .saskatchewan-section
    .saskatchewan-content
    .saskatchewan-right
    .saskatchewan-button-wrapper {
    margin-bottom: 30px;
  }

  .saskatchewan-button-wrapper.albertans-broucher-button-wrapper {
    margin-top: 12px;
  }
}

/* reverse section css start */
@media (max-width: 768px) {
  .saskatchewan-section.colreverse .saskatchewan-image {
    display: none;
  }

  .saskatchewan-section.colreverse
    .saskatchewan-container
    .saskatchewan-content {
    flex-direction: column-reverse;
  }
}

@media (min-width: 769px) {
  .saskatchewan-section.colreverse {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .saskatchewan-section.colreverse .saskatchewan-image {
    right: 0;
    left: unset;
  }

  .saskatchewan-section.colreverse .saskatchewan-container {
    padding-top: 69px;
    padding-bottom: 69px;
    border-top: 3px solid var(--sky-blue);
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 33px 33px 0;
  }

  .saskatchewan-section.colreverse .saskatchewan-container::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    width: 18px;
    height: 37px;
    background-image: url(../img/Layer-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    rotate: 90deg;
  }

  .saskatchewan-section.colreverse .saskatchewan-container::before {
    display: none;
  }

  .saskatchewan-section.colreverse
    .saskatchewan-container
    .saskatchewan-content::after {
    content: "";
    position: absolute;
    bottom: -17px;
    right: calc(30% - 25px);
    width: 18px;
    height: 37px;
    background-image: url(../img/Layer-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    rotate: 90deg;
  }

  .saskatchewan-section.colreverse
    .saskatchewan-container
    .saskatchewan-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -3px;
    width: 30%;
    height: 120px;
    border-radius: 0 0 33px 0;
    border-bottom: 3px solid var(--sky-blue);
    border-right: 3px solid var(--sky-blue);
    z-index: 1;
  }
}

/* reverse section css end */

/*** Section 3 **/

.albertans-section {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.albertans-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.albertans-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 700px;
}

.albertans-left {
  position: relative;
  background-color: #1625a3;
  padding: 120px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
}

.albertans-text-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-left: auto;
}

.albertans-description {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 40px;
}

.albertans-button {
  display: inline-block;
  background-color: #fff;
  color: #1625a3;
  padding: 16px 32px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.albertans-button:hover {
  background-color: #f0f0f0;
}

.albertans-right {
  position: relative;
  height: 100%;
  min-height: 700px;
}

.albertans-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.albertans-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.albertans-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.albertans-title {
  position: absolute;
  top: 20%;
  left: 80px;
  color: #fff;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  z-index: 2;
  max-width: 200px;
}

/* Decorative Borders */
.border-arrow-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.border-arrow-left::before {
  content: none;
}

.border-arrow-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00e5ff;
  border-top-right-radius: 20px;
}

.border-arrow-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.border-arrow-right::before {
  content: none;
}

.border-arrow-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #00e5ff;
  border-bottom-left-radius: 20px;
}

/* Update the arrow color for better visibility */
.border-arrow-left::before,
.border-arrow-right::before {
  opacity: 0.9;
}

/* Responsive Styles */
@media (max-width: 1400px) {
  .albertans-title {
    font-size: 64px;
    bottom: 60px;
    left: 60px;
  }

  .albertans-left {
    padding: 100px 60px;
  }

  .albertans-description {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .albertans-content {
    grid-template-columns: 1fr;
  }

  .albertans-left,
  .albertans-right,
  .albertans-content {
    min-height: 500px;
  }

  .albertans-title {
    font-size: 54px;
    bottom: 50px;
    left: 50px;
  }

  .albertans-left {
    padding: 80px 50px;
    order: 2;
  }

  .albertans-right {
    order: 1;
  }

  .albertans-text-content {
    max-width: 100%;
  }

  .albertans-description {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .albertans-left,
  .albertans-right,
  .albertans-content {
    min-height: 400px;
  }

  .albertans-title {
    font-size: 42px;
    bottom: 40px;
    left: 40px;
  }

  .albertans-left {
    padding: 60px 40px;
  }

  .albertans-description {
    font-size: 20px;
  }

  .albertans-button {
    width: 100%;
    text-align: center;
  }

  .border-arrow-left,
  .border-arrow-right {
    display: none;
  }
}

/** section 4 css **/

.latest-update-section {
  background-color: var(--yellow);
  padding: 100px 40px 100px;
  position: relative;
}

.latest-update-section .latest-update-container {
  margin: 0 auto;
  padding: 0px 0px 0px 117px;
  max-width: 1275px;
  width: 100%;
}

.latest-update-section .latest-update-content {
  position: relative;
}

.latest-update-section .latest-update-text {
  max-width: 810px;
  width: calc(100% - 290px);
  position: relative;
  z-index: 2;
}

.latest-update-section .latest-update-label {
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  font-family: var(--inter-font);
}

.latest-update-section .latest-update-description {
  color: var(--blue);
  font-size: 32px;
  font-family: var(--inter-font);
  line-height: normal;
  font-weight: 500;
  margin-bottom: 50px;
}

.latest-update-section .tree-decoration {
  position: absolute;
  right: 0;
  top: -132px;
  max-width: 201px;
  width: 100%;
  height: 284px;
  z-index: 1;
}

.latest-update-section .tree-image {
  width: 100%;
  height: 100%;
  background-image: url("../img/TREE 3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .latest-update-section {
    padding: 100px 30px;
  }

  .latest-update-section .latest-update-container {
    padding: 0;
  }

  .latest-update-section .latest-update-text {
    max-width: 858px;
    width: calc(100% - 290px);
  }
}

@media (max-width: 767px) {
  .latest-update-section {
    padding: 116px 20px 40px;
  }

  .latest-update-section .latest-update-container {
    padding: 0;
  }

  .latest-update-section .latest-update-text {
    max-width: 100%;
    width: 100%;
  }

  .latest-update-section .latest-update-label {
    margin: 0 0 20px 0;
  }

  .latest-update-section .latest-update-description {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .latest-update-section .tree-decoration {
    right: 0;
    top: -134px;
    max-width: 108px;
    height: 153px;
  }
}

/** Section 5 Css */

.contact-section {
  padding: 100px 40px;
  position: relative;
}

.contact-section .contact-container {
  margin: 0 auto;
  padding: 0px 0px 0px 117px;
  max-width: 1275px;
  width: 100%;
}

.contact-section .contact-container .contact-content {
  max-width: 390px;
  width: 100%;
}

.contact-section .contact-container .contact-title {
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 50px 0;
  font-family: var(--inter-font);
}

.contact-section .contact-container .contact-label {
  color: var(--blue);
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-family: var(--inter-font);
}

.contact-section .contact-container .contact-description {
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--inter-font);
}

.contact-section .contact-container .contact-description p {
  margin: 0;
  line-height: 1.3;
}

.contact-section .contact-container .contact-description a {
  text-decoration: underline;
  color: var(--blue);
}

.contact-section .contact-container .contact-image-wrapper .contact-image img {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
  object-fit: contain;
  object-position: bottom right;
  padding-top: 29px;
  max-height: 100%;
}

.contact-section
  .contact-container
  .contact-image-wrapper
  .contact-image-mobile {
  display: none;
}

.contact-section
  .contact-container
  .contact-image-wrapper
  .contact-image-mobile
  img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/* Responsive Styles */

@media (max-width: 1200px) {
  .contact-section {
    padding: 100px 30px;
  }

  .contact-section .contact-container {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 40px 20px 0;
  }

  .contact-section .contact-container {
    padding: 0;
  }

  .contact-section .contact-container .contact-title {
    font-size: 16px;
    margin: 0 0 30px 0;
  }

  .contact-section .contact-container .contact-label {
    font-size: 32px;
  }

  .contact-section .contact-container .contact-description {
    font-size: 16px;
  }

  .contact-section .contact-container .contact-image-wrapper .contact-image {
    display: none;
  }

  .contact-section
    .contact-container
    .contact-image-wrapper
    .contact-image-mobile {
    display: flex;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 23px;
  }
}

/*** Footer **/

.site-footer {
  background-color: var(--blue);
  padding: 30px 0;
  color: var(--white);
}

.footer-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-top {
  display: flex;
  gap: 82px;
}

.footer-logo {
  width: 100%;
  max-width: 262px;
  margin-top: 30px;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-acknowledgement {
  max-width: 650px;
  width: 100%;
}

.site-footer .footer_title {
  margin-bottom: 11px;
  font-size: 12px;
  font-family: var(--inter-font);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer .footer_description {
  font-size: 16px;
  font-family: var(--inter-font);
  font-weight: 500;
  line-height: normal;
}

.site-footer .footer-info {
  margin-left: auto;
  max-width: 210px;
  width: 100%;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--inter-font);
  font-weight: 500;
}

.footer-links .menu-item-977 {
  margin-top: 16px;
}

.footer-copyright {
  text-align: right;
  font-size: 13px;
  font-family: var(--inter-font);
  font-weight: 300;
  margin-top: 50px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .footer-top {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-info {
    max-width: max-content;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0;
    margin-top: -1px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .footer-top {
    flex-direction: column;
    gap: 50px;
  }

  .footer-logo {
    max-width: 262px;
    margin-top: 0;
  }

  .site-footer .footer-info {
    max-width: 100%;
  }

  .footer-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-family: var(--inter-font);
    font-weight: 500;
  }

  .footer-copyright {
    text-align: left;
    margin-top: 32px;
  }
}

/***about us start***/

/* feedback form css satrt */

/** Feedback Form **/

.feedback-section {
  overflow: hidden;
}

.feedback-section .feedback-content {
  display: flex;
}

.feedback-section .feedback-container {
  position: relative;
}

.feedback-section .feedback-content .feedback-left {
  max-width: 54%;
  width: 100%;
  position: relative;
  padding: 47px 0 0 68px;
}

.feedback-section .feedback-content .feedback-left .feedback-left-content {
  border-left: 3px solid var(--sky-blue);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback-section .feedback-content .feedback-left .title-main {
  max-width: 671px;
  width: 100%;
  padding: 108px 78px 0 78px;
  position: relative;
}

.feedback-section .feedback-container .feedback-left .title-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.feedback-section .feedback-content .feedback-left .feedback-title {
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  font-size: 80px;
  line-height: 1.12;
  color: var(--blue);
  margin-bottom: 72px;
}

.feedback-section .feedback-content .feedback-left .main-image {
  width: calc(100% + 71px);
  margin-left: -71px;
  display: flex;
}

.feedback-section .feedback-content .feedback-left .main-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.feedback-section .feedback-content .feedback-left .round-shape-image {
  position: absolute;
  right: 117px;
  top: 71px;
  max-width: 96px;
  object-fit: contain;
}

.feedback-section .feedback-content .feedback-right {
  max-width: 46%;
  width: 100%;
  background-color: var(--blue);
  padding: 80px 64px;
  display: flex;
  align-items: center;
  width: 100%;
}

.feedback-section .feedback-content .feedback-right .Feedbackform {
  width: 100%;
}

.feedback-section .feedback-content .feedback-right #feedback-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.feedback-section .feedback-content .feedback-right #feedback-form div {
  width: 100%;
}

.feedback-section .feedback-content .feedback-right .Feedbackform label {
  width: 100%;
  font-family: var(--inter-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  label
  .italic {
  font-style: italic;
  display: inline-block;
}

.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  #form-response {
  color: var(--white) !important;
}

.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  p:not(:nth-child(2)) {
  margin-top: 28px;
}

.feedback-section .feedback-content .feedback-right .Feedbackform label span {
  display: flex;
  flex-direction: column;
}

.feedback-section .feedback-content .feedback-right .Feedbackform label input,
.feedback-section .feedback-content .feedback-right .Feedbackform label select,
.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  label
  textarea {
  background-color: var(--white);
  padding: 12px 16px;
  border-radius: 8px;
  font-family: var(--inter-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  outline: 0;
  border: 0;
  color: #000000;
  margin-top: 6px;
}

.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  label
  textarea {
  height: 168px;
}

.feedback-section .feedback-content .feedback-right .Feedbackform label select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://yellowhead.atco.com/wp-content/uploads/2025/05/down-arrow-1.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 9px;
}

.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  label
  select
  option {
  color: #000000;
}

.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  label
  select:invalid {
  color: #00000099;
}

.feedback-section
  .feedback-content
  .feedback-right
  .Feedbackform
  label
  select
  option[disabled] {
  display: none;
}

.feedback-section .feedback-content .feedback-right .Feedbackform .error {
  color: red;
  margin-top: 5px;
  font-size: 14px;
  font-family: var(--inter-font);
}

.feedback-section
  .feedback-content
  .feedback-right
  #feedback-form
  #form-response:empty {
  display: none;
}

@media (max-width: 1200px) {
  .feedback-section .feedback-content .feedback-left {
    padding: 47px 0 0 50px;
  }

  .feedback-section .feedback-content .feedback-left .title-main {
    padding: 108px 30px 0 50px;
    max-width: 500px;
  }

  .feedback-section .feedback-content .feedback-left .feedback-title {
    font-size: 60px;
  }

  .feedback-section .feedback-content .feedback-right {
    padding: 48px 30px;
  }
}

@media (max-width: 1023px) {
  .feedback-section .feedback-content {
    flex-direction: column;
  }

  .feedback-section .feedback-content .feedback-left {
    padding: 40px 0 0;
  }

  .feedback-section .feedback-content .feedback-left,
  .feedback-section .feedback-content .feedback-right {
    max-width: 100%;
  }

  .feedback-section .feedback-content .feedback-left .feedback-left-content {
    border-left: 0;
  }

  .feedback-section .feedback-container .feedback-left .title-main::before {
    display: none;
  }

  .feedback-section .feedback-content .feedback-left .title-main {
    padding: 0 20px 0;
    max-width: 340px;
  }

  .feedback-section .feedback-content .feedback-left .round-shape-image {
    max-width: 43px;
    top: 18px;
    right: 38px;
  }

  .feedback-section .feedback-content .feedback-left .feedback-title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .feedback-section .feedback-content .feedback-left .main-image {
    width: 100%;
    margin-left: 0;
  }

  .feedback-section .feedback-content .feedback-right {
    padding: 48px 20px;
  }
}

/* feedback form css end */

/* about us banner css start */
.about-us-banner {
  position: relative;
  overflow: hidden;
}

.about-us-banner .banner-container {
  padding: 52px 40px 0;
}

.about-us-banner .banner-inner {
  padding-bottom: 180px;
  padding-left: 78px;
  max-width: 1304px;
  width: 100%;
  margin: 0 auto;
  border-left: 3px solid var(--sky-blue);
  position: relative;
  z-index: 10;
}

.about-us-banner .banner-inner .banner-image {
  display: none;
}

.about-us-banner .banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.about-us-banner .banner-text {
  max-width: 611px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.about-us-banner .banner-title {
  font-size: 80px;
  line-height: 1.12;
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 32px;
}

.about-us-banner .banner-subtitle {
  font-size: 24px;
  line-height: 1.2;
  color: var(--blue);
  max-width: 519px;
  width: 100%;
}

.about-us-banner .banner-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--blue);
  padding: 15px 70px 15px 40px;
  color: var(--white);
  gap: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.about-us-banner .footer-label {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--inter-font);
  color: var(--white);
}

.about-us-banner .banner_image .desktop_banner_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
  max-width: 100%;
}

.about-us-banner .banner_image .mobile_banner_img {
  display: none;
}

@media (min-width: 1600px) {
  .about-us-banner .banner-inner {
    min-height: 90vh;
  }
}

@media (max-width: 1200px) {
  .about-us-banner .banner-container {
    padding: 52px 30px 0;
  }

  .about-us-banner .banner-inner {
    padding-left: 50px;
  }

  .about-us-banner .banner-text {
    max-width: 500px;
  }

  .about-us-banner .banner-title {
    font-size: 60px;
    margin-bottom: 32px;
  }

  .about-us-banner .banner-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about-us-banner .banner-container {
    padding: 42px 20px 0;
  }

  .about-us-banner .banner-inner {
    border: 0;
    padding: 0 0 36px;
  }

  .about-us-banner .banner-inner .banner-image {
    display: flex;
    margin-bottom: 26px;
    max-width: 229px;
    width: 100%;
  }

  .about-us-banner .banner-inner .banner-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .about-us-banner .banner-text {
    max-width: 100%;
  }

  .about-us-banner .banner-title {
    font-size: 40px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .about-us-banner .banner-subtitle {
    font-size: 18px;
  }

  .about-us-banner .banner-inner::before {
    display: none;
  }

  .about-us-banner .banner_image .desktop_banner_img {
    display: none;
  }

  .about-us-banner .banner_image .mobile_banner_img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .about-us-banner .banner_image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .about-us-banner .banner-footer {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 15px 40px 15px 40px;
  }
}

/* about us banner css end */

/*abouts us yellowhead-diff-section start*/

.yellowhead-diff-section {
  padding: 204px 40px;
  background-color: var(--blue);
  position: relative;
  overflow: hidden;
}

.yellowhead-diff-section .yellowhead-diff-container {
  padding: 0 160px 0 111px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  /* border: 3px solid var(--sky-blue);
  border-radius: 0 0 33px 33px; */
  position: relative;
  border-top: 0;
}

/* .yellowhead-diff-section .yellowhead-diff-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  width: 18px;
  height: 37px;
  background-image: url(http://167.86.116.248/yellowhead/wp-content/uploads/2025/05/Layer-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.yellowhead-diff-section .yellowhead-diff-container::before {
  content: '';
  position: absolute;
  top: -207px;
  left: -3px;
  width: 3px;
  height: 207px;
  background-color: var(--sky-blue);
  z-index: 1;
} */

.yellowhead-diff-section .yellowhead-diff-content {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  align-items: center;
}

.yellowhead-diff-section .yellowhead-diff-content .yellowhead-diff-left {
  max-width: 440px;
  width: 100%;
}

.yellowhead-diff-section
  .yellowhead-diff-content
  .yellowhead-diff-left
  .yellowhead-diff-title {
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  font-size: 88px;
  line-height: 1;
  color: var(--white);
}

.yellowhead-diff-section .yellowhead-diff-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

/* .yellowhead-diff-section .yellowhead-diff-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  background-blend-mode: multiply;
} */

.yellowhead-diff-section .yellowhead-diff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yellowhead-diff-section .yellowhead-diff-content .yellowhead-diff-right {
  max-width: 420px;
  width: 100%;
}

.yellowhead-diff-section
  .yellowhead-diff-content
  .yellowhead-diff-right
  .yellowhead-diff-description {
  font-family: var(--inter-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.yellowhead-diff-section
  .yellowhead-diff-content
  .yellowhead-diff-right
  .yellowhead-diff-video {
  margin-top: 32px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.yellowhead-diff-section
  .yellowhead-diff-content
  .yellowhead-diff-right
  .yellowhead-diff-video
  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  .yellowhead-diff-section {
    padding: 180px 30px;
  }

  .yellowhead-diff-section .yellowhead-diff-container {
    padding: 0 60px;
  }

  .yellowhead-diff-section
    .yellowhead-diff-content
    .yellowhead-diff-left
    .yellowhead-diff-title {
    font-size: 60px;
  }

  .yellowhead-diff-section
    .yellowhead-diff-content
    .yellowhead-diff-right
    .yellowhead-diff-description {
    font-size: 20px;
  }

  .yellowhead-diff-section .yellowhead-diff-content .yellowhead-diff-right {
    max-width: 360px;
  }
}

@media (max-width: 991px) {
  .yellowhead-diff-section {
    padding: 0 30px;
  }

  .yellowhead-diff-section .yellowhead-diff-container {
    padding: 80px 30px 80px;
  }

  .yellowhead-diff-section
    .yellowhead-diff-content
    .yellowhead-diff-left
    .yellowhead-diff-title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .yellowhead-diff-section {
    padding: 60px 20px;
  }

  .yellowhead-diff-section .yellowhead-diff-image {
    width: 100%;
  }

  .yellowhead-diff-section .yellowhead-diff-container {
    padding: 0;
    border: 0;
  }

  .yellowhead-diff-section .yellowhead-diff-container::after,
  .yellowhead-diff-section .yellowhead-diff-container::before {
    display: none;
  }

  .yellowhead-diff-section .yellowhead-diff-content {
    flex-direction: column;
    gap: 20px;
  }

  .yellowhead-diff-section .yellowhead-diff-content .yellowhead-diff-left {
    max-width: 100%;
  }

  .yellowhead-diff-section
    .yellowhead-diff-content
    .yellowhead-diff-left
    .yellowhead-diff-title {
    font-size: 40px;
  }

  .yellowhead-diff-section
    .yellowhead-diff-content
    .yellowhead-diff-left
    .yellowhead-diff-title
    br {
    display: none;
  }

  .yellowhead-diff-section .yellowhead-diff-content .yellowhead-diff-right {
    max-width: 100%;
  }

  .yellowhead-diff-section
    .yellowhead-diff-content
    .yellowhead-diff-right
    .yellowhead-diff-description {
    font-size: 18px;
  }
}

/*abouts us yellowhead-diff-section end*/

/**abous us impact sec start**/
.impact-section {
  padding: 87px 40px 31px 40px;
  position: relative;
  margin-top: -87px;
  overflow: hidden;
}

.impact-section-inner {
  position: relative;
  padding: 100px 0 95px;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
}

.impact-section-inner.inner-second {
  border-top: 3px solid var(--sky-blue);
  border-radius: 0 33px 0 0;
}

.impact-section-inner.inner-second::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 10px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  rotate: 270deg;
}

.impact-section-inner.inner-second::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 50%;
  height: 100%;
  border-radius: 0 33px 33px 0;
  border-top: 3px solid var(--sky-blue);
  border-right: 3px solid var(--sky-blue);
  border-bottom: 3px solid var(--sky-blue);
  z-index: 1;
}

.impact-section-inner.inner-third::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0px;
  width: 50%;
  height: 100%;
  border-radius: 33px 0 0 33px;
  border-top: 3px solid var(--sky-blue);
  border-left: 3px solid var(--sky-blue);
  z-index: 1;
}

.impact-section-inner.inner-third {
  border-bottom: 3px solid var(--sky-blue);
  border-radius: 0 0 0 33px;
  padding-bottom: 70px;
}

.impact-section-inner.inner-third .impact-section-content {
  max-width: 860px;
}

.impact-section-inner.inner-third::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 6px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  rotate: 270deg;
}

.impact-section-inner .impact-section-content {
  max-width: 900px;
  width: 100%;
  padding-left: 60px;
}

.impact-section-inner .cloud {
  max-width: 400px;
}

.impact-section-inner .cloud img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.impact-section-inner .cloud-img-first {
  position: absolute;
  right: 0;
  top: -87px;
}

.impact-section-inner .cloud-img-sec {
  position: absolute;
  right: 57px;
  top: -41px;
  z-index: 2;
}

.impact-section .cloud-img-third {
  position: absolute;
  right: -70px;
  bottom: 15%;
  max-width: 400px;
  width: 100%;
}

.impact-section .cloud-img-third img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.impact-section h2 {
  color: var(--blue);
  font-size: 50px;
  font-weight: 500;
  font-family: var(--sharp-font--medium);
  margin-bottom: 25px;
  line-height: 1;
}

.impact-section p {
  color: var(--blue);
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  font-family: var(--inter-font);
}

@media (max-width: 1200px) {
  .impact-section {
    padding: 47px 30px 31px 30px;
    margin-top: -47px;
  }

  .impact-section-inner {
    padding: 50px 0;
  }

  .impact-section-inner .impact-section-content {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 150px);
  }

  .impact-section .cloud {
    max-width: 216px;
    display: flex;
  }

  .impact-section-inner .cloud-img-first {
    top: -47px;
  }

  .impact-section .cloud img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  .impact-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .impact-section p {
    font-size: 24px;
  }

  .impact-section .cloud-img-third {
    right: -30px;
  }
}

@media (max-width: 768px) {
  .impact-section {
    padding: 40px 20px 0px 20px;
    margin-top: -40px;
  }

  .impact-section-inner.inner-first {
    padding-top: 70px;
  }

  .impact-section-inner {
    padding: 35px 0;
  }

  .impact-section-inner .impact-section-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .impact-section-inner .cloud-img-first {
    top: -40px;
  }

  .impact-section h2 {
    font-size: 24px;
  }

  .impact-section p {
    font-size: 18px;
  }

  .impact-section .cloud-img-third {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 32px;
    left: -29px;
  }

  .impact-section .cloud-img-sec {
    display: none;
  }
}

/**abous us impact sec end**/

/***about us end***/

.site-header .main-nav {
  justify-content: center;
}

.homepage-banner .banner-footer,
.our-process-banner .banner-footer {
  position: fixed;
}

.accordion a {
  color: #fff;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 60px;
  }
}

.site-header .nav-left li:hover a,
.site-header .nav-right li:hover a,
.site-header .nav-left li.current_page_item a,
.site-header .nav-right li.current_page_item a,
.site-header .mobile-nav li.current_page_item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*  */

/*  supplier & employment interest */

/* supplier & employment interest -  banner css start */
.your-interest-banner {
  position: relative;
  overflow: hidden;
}

.your-interest-banner .banner-container {
  padding: 52px 40px 0;
}

.your-interest-banner .banner-inner {
  padding-bottom: 180px;
  padding-right: 78px;
  max-width: 1304px;
  width: 100%;
  margin: 0 auto;
  border-right: 3px solid var(--sky-blue);
  position: relative;
  z-index: 10;
}

.your-interest-banner .banner-inner .banner-image {
  display: none;
}

.your-interest-banner .banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.your-interest-banner .banner-text {
  max-width: 756px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 2;
  position: relative;
}

.your-interest-banner .banner-title {
  font-size: 80px;
  line-height: 1.12;
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 32px;
}

.your-interest-banner .banner-subtitle {
  font-size: 24px;
  line-height: 1.2;
  color: var(--blue);
}

.your-interest-banner .banner-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--blue);
  padding: 15px 70px 15px 40px;
  color: var(--white);
  gap: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.your-interest-banner .footer-label {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--inter-font);
  color: var(--white);
}

.your-interest-banner .banner-image_sun {
  position: absolute;
  width: 96px;
  height: 96px;
  background: var(--yellow);
  border-radius: 50%;
  top: 0;
  left: 0;
}

.your-interest-banner .banner-image_tree {
  width: 168px;
  height: 237px;
  background-image: url("../img/TREE 3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 66px;
}

.your-interest-banner .interest-tabs {
  border-radius: 50px;
  border: solid 1px var(--blue);
  display: inline-flex;
  list-style: none;
  padding: 5px;
  margin-top: 70px;
}

.your-interest-banner .interest-tab {
  background: none;
  border-radius: 50px;
  border: none;
  color: var(--blue);
  display: block;
  font-family: var(--inter-font);
  font-size: 1rem;
  font-weight: bold;
  padding: 11px 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.your-interest-banner .interest-tab:hover {
  background: var(--blue);
  color: var(--white);
}

.your-interest-banner .interest-tab.active {
  background: var(--blue);
  color: var(--white);
}

@media (max-width: 1200px) {
  .your-interest-banner .banner-container {
    padding: 52px 30px 0;
  }

  .your-interest-banner .banner-inner {
    padding-right: 50px;
  }

  .your-interest-banner .banner-text {
    max-width: 500px;
  }

  .your-interest-banner .banner-title {
    font-size: 60px;
    margin-bottom: 32px;
    max-width: 500px;
    margin-inline: auto;
  }

  .your-interest-banner .banner-subtitle {
    font-size: 20px;
  }

  .your-interest-banner .banner-image_tree {
    width: 150px;
    height: 211.6px;
    left: 0px;
  }

  .your-interest-banner .interest-tabs {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .your-interest-banner .banner-image_tree {
    display: none;
  }
  .your-interest-banner .banner-inner {
    padding: 0 0 36px;
    border-right: none;
  }
  .your-interest-banner .banner-inner::before {
    content: none;
  }
  .your-interest-banner .banner-image_sun {
    width: 43px;
    height: 43px;
    top: -22px;
  }
  .your-interest-banner .interest-tabs {
    margin-top: 30px;
  }
  .your-interest-banner .interest-tabs span {
    display: none;
  }
  .your-interest-banner .banner-container {
    padding: 42px 20px 0;
  }

  .your-interest-banner .banner-text {
    max-width: 100%;
    padding-inline: 24px;
  }

  .your-interest-banner .banner-title {
    font-size: 40px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .your-interest-banner .banner-subtitle {
    font-size: 18px;
  }

  .your-interest-banner .banner-footer {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 15px 40px 15px 40px;
  }
}

/* your interest banner css end */

.interest-panel {
  display: none;
}

.interest-panel.active {
  display: block;
}

.interest-panels .panel-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(546px, 1fr));
}

.interest-panels .panel-col {
  flex: 0 0 50%;
  position: relative;
}

.interest-panels .panel-col-left {
  display: flex;
  justify-content: flex-end;
}

.interest-panels .panel-left-wrapper {
  max-width: 720px;
  margin-right: 0;
}

.interest-panels .panel-col-right {
  background: var(--blue);
}

.interest-panels .panel-form {
  padding: 80px 64px;
  max-width: 720px;
  margin-left: 0;
}

.interest-panels .panel-media {
  position: absolute;
  inset: 0;
}

.interest-panels .panel-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interest-panel .panel-title {
  position: relative;
}

.interest-panel .interest-title {
  font-size: 80px;
  line-height: 1.12;
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  color: var(--white);
  display: block;
  padding: 133px 133px 0 133px;
}
.interest-panel .gform-field-label {
  color: #fff;
}

@media (max-width: 1200px) {
  .interest-panels .panel-col-left {
    height: 190px;
    align-items: center;
    justify-content: center;
  }
  .interest-panels .panel-content {
    display: block;
  }

  .interest-panel .panel-left-wrapper {
    max-width: 720px;
    margin-inline: auto;
    width: 100%;
  }

  .interest-panel .interest-title {
    font-size: 40px;
    padding: 0 20px;
  }

  .interest-panels .panel-form {
    padding: 48px 20px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .interest-panels .panel-col-left {
    height: 190px;
    align-items: center;
    justify-content: flex-start;
  }
  .interest-panels .panel-content {
    display: block;
  }

  .interest-panel .interest-title {
    font-size: 40px;
    padding: 0 20px;
    max-width: 100%;
  }

  .interest-panels .panel-form {
    padding: 48px 20px;
  }
}

.page-template-page-your-interest-submitted {
  background: var(--blue);
}

/* banner css start */
.submitted-banner {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.submitted-banner .banner-container {
  padding: 110px 40px 0;
}

.submitted-banner .banner-inner {
  padding-bottom: 330px;
  padding-left: 72px;
  max-width: 1275px;
  width: 100%;
  margin: 0 auto;
  border-left: 3px solid var(--sky-blue);
  position: relative;
  z-index: 10;
}

.submitted-banner .banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 18px;
  height: 37px;
  background-image: url(../img/Layer-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.submitted-banner .banner-text {
  max-width: 611px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.submitted-banner .banner-title {
  font-size: 80px;
  line-height: 1.12;
  font-family: var(--sharp-font--medium);
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 32px;
}

.submitted-banner .banner-subtitle {
  font-size: 24px;
  line-height: normal;
  color: var(--blue);
  max-width: 460px;
  width: 100%;
}

.submitted-banner .banner-button {
  margin-top: 60px;
}

.submitted-banner .banner-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--blue);
  padding: 15px 70px 15px 40px;
  color: var(--white);
  gap: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.submitted-banner .footer-label {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--inter-font);
  color: var(--white);
}

.submitted-banner .banner-footer img {
  max-width: 155px;
  height: auto;
  object-fit: contain;
}

.submitted-banner .banner_image .desktop_banner_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
  max-width: 100%;
}

.submitted-banner .banner_image .mobile_banner_img {
  display: none;
}

@media (min-width: 1600px) {
  .submitted-banner .banner-inner {
    min-height: 90vh;
  }
}

@media (max-width: 1200px) {
  .submitted-banner .banner-container {
    padding: 80px 30px 0;
  }

  .submitted-banner .banner-inner {
    padding-bottom: 360px;
    padding-left: 50px;
  }

  .submitted-banner .banner-text {
    max-width: 500px;
  }

  .submitted-banner .banner-title {
    font-size: 60px;
    margin-bottom: 32px;
  }

  .submitted-banner .banner-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .submitted-banner .banner-container {
    padding: 40px 20px 0;
  }

  .submitted-banner .banner-inner {
    border: 0;
    padding: 0 0 32px;
  }

  .submitted-banner .banner-text {
    max-width: 100%;
  }

  .submitted-banner .banner-title {
    font-size: 40px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .submitted-banner .banner-subtitle {
    font-size: 18px;
  }

  .submitted-banner .banner-inner::before {
    display: none;
  }

  .submitted-banner .banner_image .desktop_banner_img {
    display: none;
  }

  .submitted-banner .banner_image .mobile_banner_img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .submitted-banner .banner_image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .submitted-banner .banner-footer {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 15px 40px 15px 40px;
  }

  .submitted-banner .banner-button {
    margin-top: 40px;
  }
}
/* banner css end */
