/* Base styles */
body {
    margin: 0;
    padding: 0;
    /*font-family: 'Nunito-Sans', sans-serif;*/
    background-color: #ffffff;
    color: var(--primary-text-color);
}

.bg-color-main{

  background-color: #00202E;
}

.section-main {
    padding-bottom: 50px;
    overflow: hidden;
}

.paragraph-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
}

.cta-button-text{
    display: contents;
}

/*@media only screen and (max-width: 767px) {
    .cta-button-text{
	display:none;
}
/*}

/* Headings */
.heading-main {
  font-size: 68px;
  line-height: 88px;
  letter-spacing: 0.5%;
  font-weight: 400; /* Normal */
  margin-bottom: 10px;
}

.heading-main-bold {
  font-size: 68px;
  line-height: 88px;
  font-weight: 700; /* Bold */
  margin-bottom: 10px;
}

.heading-sub {
  font-size: 45px;
  line-height: 52px;
  letter-spacing: 0.2%;
  font-weight: 400; /* Normal */
  margin-bottom: 10px;
}

.heading-sub-bold {
  font-size: 45px;
  line-height: 52px;
  font-weight: 700; /* Bold */
  margin-bottom: 10px;
}

.heading-section {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 30%;
  font-weight: 600; /* Semi-Bold */
  margin-bottom: 10px;
}

.heading-section-bold {
  font-size: 20px;
  font-weight: 700; /* Bold */
  line-height: 32px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

.heading-small {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400; /* Normal */
  margin-bottom: 10px;
}

.heading-small-bold {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700; /* Bold */
  margin-bottom: 10px;
}

.heading-tiny {
  font-size: 26px;
  line-height: 42px;
  font-weight: 400; /* Normal */
  margin-bottom: 10px;
}

.heading-tiny-bold {
  font-size: 26px;
  font-weight: 700; /* Bold */
  line-height: 42px;
  margin-bottom: 10px;
}

.heading-xtiny {
  font-size: 18px;
  line-height: normal;
  font-weight: 400; /* Normal */
  margin-bottom: 10px;
}

.heading-xtiny-bold {
  font-size: 18px;
  line-height: normal;
  font-weight: 700; /* Bold */
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.heading-h6 {
  font-size: 59px;
  line-height: 80px;
  letter-spacing: 0%;
  font-weight: 400; /* Normal */
  margin-bottom: 10px;
}

.heading-h6-bold {
  font-size: 59px;
  line-height: 80px;
  letter-spacing: 0%;
  font-weight: 700; /* Bold */
  margin-bottom: 10px;
}

/* Mobile styles */
@media (max-width: 767px) {
  .heading-main-bold,
  .heading-sub-bold,
  .heading-section-bold,
  .heading-small-bold,
  .heading-tiny-bold,
  .heading-xtiny-bold,
  .heading-h6-bold {
    font-weight: 700; /* Bold */
  }

  .heading-main {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-main-bold {
    font-size: 36px;
    line-height: 1.2;
  }

  .heading-sub {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-sub-bold {
    font-size: 28px;
    line-height: 1.2;
  }

  .heading-section {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600; /* Semi-Bold */
  }

  .heading-section-bold {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-small {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-small-bold {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-tiny {
    font-size: 18px;
    line-height: normal;
    font-weight: 400; /* Normal */
  }

  .heading-tiny-bold {
    font-size: 18px;
    line-height: normal;
  }

  .heading-xtiny {
    font-size: 18px;
    line-height: normal;
    font-weight: 400; /* Normal */
  }

  .heading-xtiny-bold {
    font-size: 18px;
    line-height: normal;
  }

  .heading-h6 {
    font-size: 18px;
    line-height: normal;
    font-weight: 400; /* Normal */
  }

  .heading-h6-bold {
    font-size: 18px;
    line-height: normal;
  }

  .paragraph-text {
    font-size: 18px;
    line-height: 32px;
  }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 991px) {
  .heading-main,
  .heading-main-bold,
  .heading-sub,
  .heading-sub-bold,
  .heading-section,
  .heading-section-bold,
  .heading-small,
  .heading-small-bold,
  .heading-tiny,
  .heading-tiny-bold,
  .heading-xtiny,
  .heading-xtiny-bold,
  .heading-h6,
  .heading-h6-bold {
    font-weight: 700;
  }

  .heading-main {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-main-bold {
    font-size: 52px;
    line-height: 1.2;
  }

  .heading-sub {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-sub-bold {
    font-size: 36px;
    line-height: 1.2;
  }

  .heading-section {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600; /* Semi-Bold */
  }

  .heading-section-bold {
    font-size: 1.8vw;
    line-height: 1.5;
  }

  .heading-small {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-small-bold {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-tiny {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-tiny-bold {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-xtiny,
  .heading-xtiny-bold,
  .heading-h6,
  .heading-h6-bold {
    font-size: 18px;
    line-height: normal;
  }

  .paragraph-text {
    font-size: 18px;
    line-height: 32px;
  }
}

/* Desktop styles */
@media (min-width: 992px) {
  .heading-main-bold,
  .heading-sub-bold,
  .heading-section-bold,
  .heading-small-bold,
  .heading-tiny-bold,
  .heading-xtiny-bold,
  .heading-h6-bold {
    font-weight: 700; /* Bold */
  }

  .heading-main {
    font-size: 68px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-main-bold {
    font-size: 68px;
    line-height: 1.2;
  }

  .heading-sub {
    font-size: 45px;
    line-height: 52px;
    font-weight: 400; /* Normal */
  }

  .heading-sub-bold {
    font-size: 45px;
    line-height: 52px;
  }

  .heading-section {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600; /* Semi-Bold */
  }

  .heading-section-bold {
    font-size: 20px;
    line-height: 32px;
  }

  .heading-small {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400; /* Normal */
  }

  .heading-small-bold {
    font-size: 28px;
    line-height: 1.2;
  }

  .heading-tiny {
    font-size: 26px;
    line-height: 42px;
    font-weight: 400; /* Normal */
  }

  .heading-tiny-bold {
    font-size: 26px;
    line-height: 42px;
  }

  .heading-xtiny {
    font-size: 18px;
    line-height: normal;
    font-weight: 400; /* Normal */
  }

  .heading-xtiny-bold {
    font-size: 18px;
    line-height: normal;
  }

  .heading-h6 {
    font-size: 59px;
    line-height: 80px;
    font-weight: 400; /* Normal */
  }

  .heading-h6-bold {
    font-size: 59px;
    line-height: 80px;
  }

  .paragraph-text {
    font-size: 18px;
    line-height: 32px;
  }
}


/* Navigation styles */
.chevron-icon {
  display: inline-block;
  margin-left: 5px; /* Adjust the margin as needed */
}

nav.navbar {
    background-color: var(--secondary-color);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand{
    margin-right: 175px;
    display: block;
}

/* Center align the main navigation links */
.navbar-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 34px;
    margin-right:59px;
    flex-wrap: nowrap;
}

/* Main navigation links styles */
.navbar-nav .menu-link {
    position: relative;
}

.navbar-nav a.active,
.navbar-nav a:active,
.navbar-nav a:focus {
  color: var(--link-color); /* Color when link is active or clicked */
} 

.navbar-nav .menu-link > a {
    text-decoration: none;
    color: var(--link-color);
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

.navbar-nav .menu-link > a:hover,
.navbar-nav .menu-link.selected > a {
    color: var(--link-color); /* Orange color on hover or selected */
}

/* Underline on hover or selected for main navigation links */
.navbar-nav .menu-link > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
    color: var(--link-color);
}

.navbar-nav .menu-link:hover > a::before,
.navbar-nav .menu-link.selected > a::before {
    background-color: var(--link-color);
    color: var(--link-color);
}

/* Sub-navigation styles */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    background-color: var(--secondary-color);
    padding: 5px;
    z-index: 1001;
    width: max-content;
}

.sub-menu-link{
	padding: 5px;
}

.navbar-nav .menu-link:hover > .sub-menu {
    display: flex;
}

.navbar-nav .menu-link .sub-menu a {
    color: var(--navigation-link-color);
    text-decoration: none;
}

.navbar-nav .menu-link .sub-menu a:hover,
.navbar-nav .menu-link .sub-menu .selected {
    color: var(--link-color);
}

/* Button container styles */
.nav-buttons {
    display: flex;
    align-items: center;
    //margin-right: 20px;
}

/* General button styles */
.nav-buttons a {
    margin-right: 10px;
}

/* Sign Up button styles */
.sign-up-button {
    height: 45px;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--button-primary-text-on-dark);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 55px;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 20px 8px 20px;
    cursor: pointer;
}

.sign-up-button-2{
    justify-content: center;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

/* Account button styles */
.account-button {
    width: 155px;
    height: 45px;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background-color: #00202E;
    border: 2px solid #FFFFFF;
    border-radius: 55px;
    text-decoration: none;
    justify-content: center;
    padding: 20px 28px 20px 32px;
}

.account-button:hover {
    color: #FF532F;
    border-color: #FF532F;
}

.sign-up-button:hover {
    color: var(--button-primary-hover-text-on-dark);
    background-color: var(--button-primary-hover-bg-on-dark);
    border-color: var(--button-primary-hover-text-on-dark);
}

.sign-up-button-on-bg-light:hover{
    color: #FFFFFF;
    background-color: #FF532F;
    border-color: #FF532F;
}

.sign-up-button-secondary:hover {
    color: #FFFFFF;
    background-color: #00202E;
    border-color: #00202E;
}

/* Apply styles when in landscape mode on iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .navbar-brand {
        margin-right: 50px; /* Adjust as needed for landscape mode on iPad Pro */
        display: block;
    }
}

@media (max-width: 1280px) {
.navbar-brand{
     margin-right:50px;
     width: 100%;
	}
}

@media (min-width: 992px) {
  .navbar-nav {
    white-space: nowrap;    
    gap: 20px;
  }
  
  .navbar-nav .menu-link {
    display: inline-block;
  }
  
  .navbar-nav .menu-link > a::before {
    width: 0; /* Reset the underline width */
  }
  
  .navbar-nav .menu-link:hover > a::before,
  .navbar-nav .menu-link.selected > a::before {
    width: 100%;
  }
}

/* CSS for the mobile view */
@media only screen and (max-width: 767px){
  .navbar-toggler {
    margin-top: 10px;
    border: none;
  }

  .sign-up-button {
    display: block; /* Change to block for full-width on smaller screens */
    width: 100%; /* Make the button full-width on smaller screens */
  }
}

/* CSS for up to tablet view */
@media only screen and (max-width: 1024px){
/* CSS for the duo-tone hamburger icon */

.navbar-toggler-icon {
  background-color: transparent;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-image:unset !important;
}

.line {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
  }

  .line.line2 {
    background-color: #FF532F;
    margin: 5px 0;
  }

  .line.line3 {
    background-color: #ffffff;
    }

  .navbar-collapse {
    position: fixed;
    top: 70px; /* Adjust top position based on navbar height */
    right: 0;
    height: 0;
    overflow: hidden;
    background-color: #00202E;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    z-index: 1000;
    transform: translateX(100%);
    transition: height 0.3s ease, transform 0.3s ease;
  }

  .navbar-toggler:focus + .navbar-collapse,
  .navbar-collapse.show {
     height: calc(100% - 56px); /* Set the final height when open */
    transform: translateX(0);
  }

  .navbar-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px;
    max-height: 500px; /* Adjust this value based on your menu's content */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  .sub-menu{
	position:static;
	}

  .navbar-nav .menu-link {
    margin-bottom: 10px;
  }

  .navbar-nav.show {
    position: absolute;
    top: 70px; /* Adjust this value based on your navbar height */
    left: 0; /* Ensure submenu starts from the left edge */
    width: 100%; /* Occupy full width */
  }

  .navbar-middle {
    margin-left: 0;
  }

  .navbar-dark .navbar-toggler {
    border: none;
  }
}

/* Footer Styles */
footer {
 font-family: 'Nunito Sans', sans-serif;
  background-color: var(--secondary-color);
  padding: 10px;
  width: 100%;
  color: var(--text-on-primary-background);
}

footer a:hover{
    color: var(--secondary-text-color);
}

.footer-container {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-top-row,
.footer-bottom-row {
  display: flex;
  justify-content: space-between;
}

.footer-top-row {
 flex-grow: 1;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
}

.footer-left {
  display: flex;
  flex-direction: column;
  font-size: 12px;
 text-align: left;

}

.footer-copyright {
  font-size: 12px;
}

.address {
  display: block;
  text-align: left;
  margin-top: 5px;
}

.footer-privacy {
  text-align: right;
  font-size: 12px;
  align-self: flex-end;
}

.footer-privacy a {
  margin-left: 10px;
}

.footer-logo {
  max-width: 100%;
  margin-bottom: 20px;
  padding-right: 20px;
  align-self: flex-start;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  text-align: left;
  width: 40%;
}

.footer-nav-column {
  flex: auto;
}

.footer-nav a {
  color: #FFFFFF;
}

.footer-cta {
  display: flex;
  gap: 10px;
  align-self: flex-start;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
.footer-container{
	height: auto;
     }

.footer-cta {
        display: flex;
	flex-wrap:wrap;
	justify-content:left;
    }
}

@media only screen and (max-width: 767px){
    .footer-container{
	height: auto;
     }
    .footer-cta {
        display: flex;
	flex-wrap:wrap;
	justify-content-center;
    }
    .footer-top-row{
	flex-direction:column;
	}
    .footer-nav{
	width:80%;
	display:inline-flex;
	flex-flow: column;
	}
    .footer-content{
	display:flex;
	flex-wrap:wrap;
	}
    .footer-privacy{
	display: flex;
    	flex-flow: column;
    	text-align: left;
	}
     .footer-privacy a{
	margin-left:0px;
	}
     .hide-on-mobile {
     	    display: none;
  	}
     .hide-on-mobile + a {
    	margin-top: 0px; /* Adjust as needed */
  	}
}

.footer-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-list li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social-list img {
  width: 32px;
  height: 32px;
}

.footer-main-link{

  color: #FFFFFF;
}

.footer-main-link:hover{

  color: #FF532F;
}

/* Windows Icons */

.windows-logo {
  height: 28px;
    margin-left: 20px;
    gap: 8px;
    width: 28px;
    display: inline-flex;
    transition: filter 0.3s; /* Add a transition for a smooth effect */
    max-width: unset;
}

/* Apple Icons */
.apple-logo {
  height: 28px;
    margin-left: 20px;
    gap: 8px;
    width: 28px;
    display: inline-flex;
    transition: filter 0.3s; /* Add a transition for a smooth effect */
    max-width: unset;
}
