/* ==================== FOOTER ====================  */
/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Footer
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

footer {
  background-color: #000000;
}

#colophon .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 542px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: black;
  list-style: none;
}

footer ul {
  margin: 0px;
}

.site-footer {
  background: #000;
  color: #fff;
  /* padding: 64px 0 47px; */
  padding: 31px 0px;
  border-top: 1px solid var(--FireBlue);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  /* padding: 0px 23px; */
  gap: 80px;
}

.footer-logo-con img {
  height: 177px;
  object-fit: contain;
  width: 103px !important;
}

#footer-menu {
  width: 542px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  font-family: var(--font-helvetica);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 25%;
  line-height: 81%;
}

#footer-menu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font-helvetica);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 25%;
  line-height: 81%;
  transition: opacity 0.6s ease;
}

#footer-menu li a:hover {
  opacity: 0.6;
}

.footer-contact-btns {
  display: none;
  margin-bottom: 20px;
}

.footer-contact-btns .btn:last-child {
  border-left: none;
}

.footer-contact-btns .btn {
  min-width: 183px;
}

.social-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 32px;
}

.social-list img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  filter: brightness(0) invert(1);
  transition: opacity 0.6s ease;
}

.social-list img:hover {
  opacity: 0.6;
}

.two-footer {
  display: flex;
  flex-direction: column;
  gap: 123px;
  width: 100%;
}

.menulink {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  /* flex-wrap: wrap; */
  max-width: 1149px;
  padding-top: 40px;
}

.footer-bottom-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.footer-bottom-text img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 25%;
  transition: opacity 0.3s ease;
}

/* 
.footer-bottom-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -125%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(102, 102, 102, 0) 0%,
    rgba(255, 182, 193, 0.3) 50%,
    rgba(102, 102, 102, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 3s infinite;
  opacity: 0;
}

*/

.footer-bottom-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(102, 102, 102, 0) 0%,
    rgba(255, 182, 193, 0.3) 50%,
    rgba(102, 102, 102, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
  /* optional for client request */
  -webkit-mask-image: url("/wp-content/uploads/2026/04/PortlandFire_PrimaryWordmark_GlacierBlue_RGB.svg");
  mask-image: url("/wp-content/uploads/2026/04/PortlandFire_PrimaryWordmark_GlacierBlue_RGB.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.footer-bottom-text:hover::after {
  animation: shine 1.5s ease-in-out;
}

@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

/* FOOTER END */

/* BASELINE PAGE */
/* ==================== Image with Content  ====================  */

.image-content-section {
  background-color: #000;
  overflow-x: hidden;
}

.image-content-section .container {
  max-width: 100%;
  padding: 0px 0px 0px 20px;
}

.image-content {
  flex: 0 0 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 240px;
}

.img-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.img-col img {
  width: 100%;
  min-height: 950px;
  object-fit: cover;
  display: block;
}

.img-con-wrap {
  display: flex;
  align-items: center;
  padding-left: calc((100vw - 1320px) / 2);
  gap: 40px;
  position: relative;
}

.img-con-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  /* background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.3) 30%); */
  pointer-events: none;
}
/* 
.img-con-wrap::after {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 50%; 
  background: linear-gradient(to top, 
      rgba(0, 0, 0, 1) 0%,    
      rgba(0, 0, 0, 0.7) 40%,  
      rgba(0, 0, 0, 0) 100%    
  );
  
  pointer-events: none;
  z-index: 2; 
} */

.light-hd {
  font-family: var(--font-Bebas);
  font-weight: 400;
  display: block;
  letter-spacing: -1%;
  line-height: 81%;
  margin-bottom: 5px;
}
.bold-hd {
  font-family: "bebas-neue-pro-expanded";
  font-weight: 700;
  display: block;
  letter-spacing: -1%;
  line-height: 81%;
}

.left-section-2 h2 {
  display: flex;
  flex-direction: column;
  /* gap: 5px; */
}
.desc {
  font-size: 16px;
  margin-bottom: 50px;
  color: #cee5eb;
  font-family: var(--font-helvetica);
  font-weight: 400;
  line-height: 1.5;
}

.btn-wrap {
  display: flex;
}

.btn-wrap .btn:last-child {
  border-left: none;
}

.hd-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

/* ==================== SLIDER  ====================  */

.slider-section {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.scrolling-text-banner {
  background: #000;
  padding: 42px 0;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  border-top: 1px solid #cee5eb;
}

.scroll-wrapper {
  display: flex;
  animation: scrollText 20s linear infinite;
}

.scroll-content {
  display: flex;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding-right: 50px;
}

.scroll-content p {
  margin: 0;
}

.slide-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}

.slide-header {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  align-items: baseline;
}

.slide-number {
  display: none;
}
.slide-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 25%;
  line-height: 81%;
  font-family: var(--font-helvetica);
}

.slide-body p {
  /* font-size: 22px; */
  line-height: 150%;
  color: white;
  margin: 0;
  font-family: var(--font-helvetica) !important;
}

.slide-body:last-of-type p{
  padding-bottom: 20px;
}

.slide-body li {
  font-size: 16px;
  line-height: 150%;
  color: white;
  margin: 0;
  font-family: var(--font-helvetica) !important;
}

.slider-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-nav {
  position: absolute;
  bottom: 50px;
  right: 5%;
  display: flex;
  z-index: 10;
}

.slider-nav img {
  width: 12px;
  height: 23px;
}

.main-slider {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.main-slider.slick-initialized {
  display: block;
  overflow: visible;
}
.slide-item {
  width: 100%;
  outline: none;
  flex-shrink: 0;
}

.main-slider .slick-slide {
  height: auto;
  display: none;
}

.main-slider .slick-initialized .slick-slide {
  display: block;
}

.slider-nav .btn {
  pointer-events: auto;
  position: relative;
  padding: 17px 49px;
  border-radius: 0px;
  background-color: #00000075;
}

.slider-nav .btn:last-child {
  border-left: none;
}

.slider-section {
  width: 100%;
  overflow: hidden;
}

.slide-inner {
  position: relative;
  z-index: 2;
  height: 950px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.slide-content-box {
  background: rgba(0, 0, 0, 0.75);
  padding: 34px;
  width: 100%;
  max-width: 703px;
  min-height: 220px;
}

/*  ================= CONTACT ================= */
.contact-section {
  position: relative;
  padding: 75px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-section.has-sub-heading {
  padding: 75px 0px 91px 0px;
}

.contact-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 31.47%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.contact-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 160px;
}

.contact-section.has-sub-heading .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 160px;
}

.contact-desc {
  font-family: var(--font-helvetica);
  font-size: 16px;
  color: var(--FireBlue);
  margin: 24px 0px 50px 0px;
  line-height: 150%;
}

.contact-btn-wrap {
  display: flex;
}

.contact-btn-wrap :last-child {
  border-left: none;
}

.contact-hd {
  letter-spacing: 40%;
}

.contact-hd {
  display: flex;
  gap: 24px;
}

.lang-tab {
  color: #cee5eb50;
  cursor: pointer;
  transition: color 0.3s ease;
}

.lang-tab.active {
  color: #ffffff !important;
  font-weight: bold;
}

.separator {
  color: #cee5eb;
  margin: 0 5px;
}

.lang-tab:hover {
  color: white;
}

/*  ================= PRICING INFO================= */

.pricing-info-section {
  padding: 112px 0;
  border-top: 1px solid #cee5eb;
}

.pricing-info-section .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heading-group .bold-hd:empty + .light-hd,
.heading-group .light-hd:first-child:has(+ .bold-hd:empty) {
  margin-bottom: 68px;
}

.pricing-info-section h2.light-hd {
  /* margin-bottom: 35px !important; */
}

.content-wrapper:has(.bold-hd:empty) {
  gap: 0px;
}

.button-group {
  display: flex;
  margin-bottom: 41px;
}

.images-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.left-img {
  flex: 0 0 208px;
}

.right-img {
  width: 100%;
  max-width: 1072px;
}

.images-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.button-group .btn:last-child {
  border-left: none;
}

.fancybox__backdrop {
  background: #000;
}
.fancybox__slide,
.f-thumbs.is-modern {
  background: #000 !important;
}

/* ================= RESPONSIVE=================  */
/* ================= 1440px================= */
@media (max-width: 1440x) {
}

/* ================= 1100px ================= */
@media (max-width: 1100px) {
  .footer-row {
    flex-direction: column;
    gap: 40px;
  }
  .menulink {
    max-width: 100%;
    gap: 40px;
    padding: 0px;
  }
}

/* ================= 1024px ================= */
@media (max-width: 1024px) {
  /* footer */
  .footer-row {
    flex-direction: column;
    gap: 20px;
  }

  .menulink {
    flex-direction: column;
    align-items: flex-start;
    /* gap: 20px; */
  }

  #footer-menu {
    grid-template-columns: 1fr;
  }

  footer ul {
    margin: 0px;
    padding: 0px;
  }

  .footer-contact-btns {
    width: 100%;
  }

  .footer-btn {
    flex: 1;
    text-align: center;
  }

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

  /* contact */
  .contact-section {
    padding: 40px 0px;
  }

  /* image with content */
  .img-con-wrap {
    gap: 20px;
  }

  /* slider */

  .slide-content-box {
    padding: 24px;
    max-width: 500px;
  }

  .slide-title,
  .slide-number {
    font-size: 13px;
  }

  .slide-description {
    font-size: 14px;
  }

  .slider-nav {
    bottom: 30px;
    right: 3%;
  }
}

/* ================= 991px ================= */
@media (max-width: 991px) {
  /* footer */
  .footer-logo-con img {
    max-height: 120px;
  }

  .two-footer {
    gap: 80px;
  }

  .footer-row {
    padding: 0px;
  }

  /* image with content */
  .img-con-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .img-col img {
    min-height: auto;
  }
  .image-content-section .container {
    max-width: 100%;
    padding: 0px 20px;
  }
  .image-content {
    flex: 0 0 400px;
    gap: 80px;
    justify-content: center;
    margin-top: 120px;
  }

  .images-grid {
    display: flex;
    flex-direction: column;
  }

  .pricing-info-section .container {
    gap: 30px;
  }

  .button-group {
    margin: 0px;
  }

  .pricing-info-section {
    padding: 40px 0;
  }

  .slide-content-box {
    max-width: 90%;
    padding: 20px;
    /* min-height: 260px; */
    min-height: fit-content;
  }

  /*  new for slider*/
  .slide-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    background-size: cover;
    background-position: center;
  }

  .slide-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* height: 500px; */
    width: 100%;
    object-fit: contain;
  }

  .slide-content-box {
    width: 100%;
    max-width: 100%;
    background: #000;
    padding: 20px;
    margin-top: 0;
  }
}

/* ================= 768px ================= */
@media (max-width: 768px) {
  /* footer */
  .site-footer {
    padding: 40px 0 20px;
  }

  .footer-btn {
    padding: 16px;
    font-size: 14px;
  }

  .social-list img {
    width: 32px;
    height: 32px;
  }

  #colophon .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-row {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
    align-items: center;
  }

  .menulink {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 10px;
  }

  #footer-menu {
    width: 100%;
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .footer-bottom-text {
    text-align: center;
  }

  /* image with content */
  .image-content {
    gap: 60px;
    margin-top: 20px;
    flex: 0 0 200px;
    gap: 80px;
    justify-content: center;
    /* margin-top: 120px; */
  }

  .desc {
    margin-bottom: 20px;
  }
  .hd-desc {
    gap: 20px;
  }

  /* slider */
  /* .slide-inner {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 45px;
    height: 550px;
  }

  .slide-content-box {
    max-width: 90%;
    min-height: fit-content;
  } */
	
 body:not(.home) section.slider-section .slide-item {
	aspect-ratio: 3 / 2;
 }

  .slide-title,
  .slide-number {
    font-size: 12px;
  }

  .slide-description {
    font-size: 13px;
  }

  .slide-header {
    margin-bottom: 20px;
  }

  .slider-nav {
    bottom: 10px;
    right: auto;
    transform: translateX(20px);
    left: 0;
  }

  .slider-nav img {
    width: 12px;
    height: 12px;
	  vertical-align: middle;
  }

  .slider-nav .btn {
    padding: 5px 10px;
  }

  .contact-section .container {
    gap: 80px;
  }

  .images-grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 0px;
  }
}

/* ================= 461px ================= */
@media (max-width: 461px) {
  /* footer */

  .footer-btn {
    border-right: none;
    border-bottom: 1px solid #cee5eb;
  }

  .footer-btn:last-child {
    border-bottom: none;
  }

  .footer-logo-con img {
    width: 80px !important;
  }

  .two-footer {
    gap: 50px;
  }

  .footer-bottom-text img {
    width: 100%;
  }

  /* slider */
  .slide-content-box {
    padding: 16px;
  }

  .slide-title,
  .slide-number {
    font-size: 11px;
  }

  .slide-description {
    font-size: 12px;
  }

  .slider-nav {
    bottom: 10px;
  }

  .contact-section .container {
    gap: 60px;
  }

  .heading-group .bold-hd:empty + .light-hd,
  .heading-group .light-hd:first-child:has(+ .bold-hd:empty) {
    margin-bottom: 40px;
  }

  .btn {
    line-height: 120%;
  }
}
