div {
  box-sizing: border-box;
}
header .logo-container a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.upper-section .intro-section {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}
.upper-section .intro-section h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.upper-section .intro-section h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin: 20px 0;
}
@media only screen and (max-width: 775px) {
  .upper-section .intro-section h3 {
    font-size: 40px;
  }
}
.upper-section .intro-section p {
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.top {
  background-color: #006643;
  color: white;
  width: 50%;
  float: left;
  font-size: 20px;
  padding: 12px;
}
.bottom {
  background-color: #F7F7F7;
  color: #555;
  width: 50%;
  float: left;
  padding: 12px;
}
.top:not(.top-first) {
  border-top-right-radius: 4px;
  font-weight: 700;
}
.top-first {
  border-right: solid 1px #005D3D;
  border-top-left-radius: 4px;
  font-weight: 700;
}
.bottom:not(.bottom-first) {
  border-bottom-right-radius: 4px;
}
.bottom-first {
  border-right: solid 1px #CDCDCD;
  border-bottom-left-radius: 4px;
}
.bgm-container {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}
.bgm-container .bgm-content-container {
  width: 100%;
}
.bgm-container .bgm-content-container .amounts-container {
  text-align: center;
  width: 70%;
  min-width: 250px;
  margin: auto;
}

.bgm-container .bgm-content-container .price-container {
  text-align: center;
  width: 70%;
  min-width: 250px;
  margin: auto;
}
@media only screen and (max-width: 775px) {
  .bgm-container .bgm-content-container .amounts-container, 
  .bgm-container .bgm-content-container .price-container {
    width: 100%;
  }
}
.bg-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  width: 90%;
  max-width: 1140px;
  margin: 20px auto;
}
@media only screen and (max-width: 775px) {
  .bg-tiles {
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
  }
}
.bg-tiles .content-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 48%;
  height: 245px;
  padding: 20px 0;
}
@media only screen and (max-width: 775px) {
  .bg-tiles .content-container {
    width: 90%;
    margin: auto;
    height: auto;
  }
}

@media only screen and (max-width: 775px) {
  .bg-tiles .content-container .content-container-inner {
    width: 100%;
  }
}
.bg-tiles .content-container .content-container-inner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media (max-width: 775px) {
  .bg-tiles .content-container .content-container-inner h2 {
    font-size: 20px;
  }
}
.bg-tiles .content-container .content-container-inner p {
  margin: 0;
  line-height: 28px;
}
@media (max-width: 775px) {
  .bg-tiles .content-container .content-container-inner p {
    font-size: 16px;
  }
}
.bg-tiles .content-container .content-container-inner a.blue-button {
  display: inline-block;
  color: #fff;
  border: none;
  width: 200px;
  padding: 16px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  background-color: #006643;
  transition: all 0.3s;
  margin: 20px 0;
  border-radius: 8px;
}
@media (max-width: 775px) {
  .bg-tiles .content-container .content-container-inner a.blue-button {
    width: 100%;
    padding: 16px 0;
  }
}
.bg-tiles .content-container .content-container-inner.transfer {
  display: none;
}
footer {
  color: #474541;
  margin: auto auto;
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid #006643;
}
footer .footer-container {
  max-width: 1140px;
  width: 90%;
  margin: auto;
}
footer .footer-container .footer-logo,
footer .footer-container .footer-seperator {
  display: block;
  margin: 10px auto;
}
footer .footer-container .footer-logo {
  min-width: 150px;
  width: 35%;
  max-width: 250px;
}
footer .footer-container .footer-seperator {
  width: 100%;
}
footer .footer-container .footer-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 20px;
  gap: 0 20px;
}
@media only screen and (max-width: 530px) {
  .upper-section .intro-section h1 {
    font-size: 24px;
  }
  .upper-section .intro-section h3 {
    margin: 30px 0;
  }
  .top {
    font-size: 16px;
  }
  .bgm-container {
    margin: 30px auto;
  }
  .bg-tiles .content-container {
    padding: 0;
  }

  footer .footer-container .footer-main {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px 20px;
  }

  footer .footer-container .footer-small-logo {
    display: none;
  }
  footer .airplane-img {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer-section {
    flex: 1 1 45%;
  }
}

@media only screen and (max-width: 530px) {
  footer .footer-container .footer-main .footer-section-one {
    flex-basis: initial;
  }
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
@media only screen and (max-width: 530px) {
  footer .footer-container .footer-main .footer-section-one .footer-section-one-cc {
    flex-direction: column;
    gap: 10px 5px;
  }
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc .footer-section-one-cc-image {
  width: 60%;
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc .footer-section-one-cc-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px 0;
}
@media only screen and (max-width: 530px) {
  footer .footer-container .footer-main .footer-section-one .footer-section-one-cc .footer-section-one-cc-copy {
    align-items: center;
  }
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc .footer-section-one-cc-copy span {
  font-size: 10px;
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc .footer-section-one-cc-copy .footer-section-one-copy-line-two {
  font-size: 16px;
  font-weight: 700;
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-apply {
  text-align: right;
  margin: 20px;
}
@media only screen and (max-width: 530px) {
  footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-apply {
    margin: 20px auto;
    text-align: center;
  }
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-apply a {
  height: 45px;
  background-color: #006643;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  margin-right: 28px;
  padding: 8px 30px;
}
@media only screen and (max-width: 530px) {
  footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-apply a {
    margin: 0 auto;
    text-align: center;
  }
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-poweredby {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-top: 40px;
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-poweredby a {
  text-decoration: none;
  color: #fff;
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-poweredby a .americas {
  display: block;
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-poweredby a .green {
  color: #7dc242;
}
footer .footer-container .footer-main .footer-section-one .footer-section-one-cc-poweredby a .powered-by {
  display: block;
  font-weight: 400;
  font-size: 11px;
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) {
  footer .footer-container .footer-main .footer-section-four{
    max-width: 245px;
  }
}

@media only screen and (max-width: 530px) {
  footer .footer-section {
    flex: 1 1 20%;
  }

  .footer-section {
    order: 2;
  }

  footer .footer-container .footer-main .footer-section-four {
    order: 1;
    max-width: none;
  }

  footer .footer-container .footer-main .footer-section-one,
  footer .footer-container .footer-main .footer-section-two,
  footer .footer-container .footer-main .footer-section-three,
  footer .footer-container .footer-main .footer-section-four {
    align-self: flex-start;
  }

  footer .footer-container .footer-main .footer-section-one ul,
  footer .footer-container .footer-main .footer-section-two ul,
  footer .footer-container .footer-main .footer-section-three ul {
    margin: 5px 0;
  }
}
footer .footer-container .footer-main .footer-section-one .footer-section-title,
footer .footer-container .footer-main .footer-section-two .footer-section-title,
footer .footer-container .footer-main .footer-section-three .footer-section-title,
footer .footer-container .footer-main .footer-section-four .footer-section-title {
  font-size: 20px;
  font-weight: 700;
}
footer .footer-container .footer-main .footer-section-one .footer-link-section,
footer .footer-container .footer-main .footer-section-two .footer-link-section,
footer .footer-container .footer-main .footer-section-three .footer-link-section,
footer .footer-container .footer-main .footer-section-four .footer-link-section {
  padding-left: 0;
}
footer .footer-container .footer-main .footer-section-one .footer-link-section li,
footer .footer-container .footer-main .footer-section-two .footer-link-section li,
footer .footer-container .footer-main .footer-section-three .footer-link-section li,
footer .footer-container .footer-main .footer-section-four .footer-link-section li {
  list-style: none;
  padding-bottom: 13px;
}
footer .footer-container .footer-main .footer-section-one .footer-link-section li a,
footer .footer-container .footer-main .footer-section-two .footer-link-section li a,
footer .footer-container .footer-main .footer-section-three .footer-link-section li a,
footer .footer-container .footer-main .footer-section-four .footer-link-section li a {
  color: #474541;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
footer .footer-link-section .frontier-airplane {
  width: 200px;
  margin-top: 10px;
}
footer .footer-copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
}
footer .rights {
  margin-left: 5px;
}
footer .footer-copyright .copyright {
  text-decoration: none;
  color: #474541;
  margin: 20px 0;
  font-size: 16px;
}

footer .footer-copyright .copyright a {
  color: #007AA8;
}

footer .footer-copyright .social-icon a{
  margin: 0 10px;
}

/* Hide hamburger on desktop */
.mobile-menu-toggle,
.mobile-menu-close {
	display: none;
}

/* Hamburger icon */
.mobile-menu-toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
}

.mobile-menu-toggle .hamburger {
	width: 24px;
	height: 3px;
	background: #333;
	margin: 5px 0;
	display: block;
}

/* MOBILE STYLES */
@media (max-width: 775px) {
	.mobile-menu-toggle {
		display: block;
	}

	.menu-container {
		position: fixed;
		top: 0;
		right: -100%;
		width: 30%;
		height: 100vh;
		background: #fff;
		padding: 20px;
		box-shadow: -2px 0 8px rgba(0,0,0,0.1);
		display: flex;
		flex-direction: column;
		gap: 20px;
		transition: right 0.3s ease;
	}

	.menu-container.open {
		right: 0;
	}

	.mobile-menu-close {
		display: block;
		background: none;
		border: none;
		font-size: 28px;
		cursor: pointer;
		margin-left: auto;
	}
}

/* MOBILE ONLY */
@media (max-width: 530px) {
  .footer-section-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
  }

  /* Add dropdown arrow */
  .footer-section-title::before {
    content: "+";
    margin-right: 8px;
    font-weight: 400;
    transition: transform 0.3s ease;
  }

  /* Rotate arrow when open */
  .footer-section.open .footer-section-title::before {
    transform: rotate(-180deg);
  }

  /* Hide content by default */
  .footer-section-four .footer-link-section {
    max-height: none;
  }
  
  .footer-link-section {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }


  /* Show content when opened */
  .footer-section.open .footer-link-section {
    max-height: 500px; 
  }

  footer .rights {
    display: block;
    margin: 10px 0 0 0;
  }
}