/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #0f0f0f;
    color: #ffffff;
    line-height: 1.6;
}

/* Navigation */
.navbar {
    background: rgba(15, 15, 15, 0.95);
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #333;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.logo a {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
}

.logo span {
    color: #ffb400;
}

.nav-links {
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-links li {
    margin-left: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #ddd;
    transition: 0.3s;
    font-weight: 500;
}

.nav-links a:hover {
    color: #ffb400;
}

/* ######## TOP NAV new ver 2.0 ############ */

/* Base nav */
.top-nav {
  background: #000;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu li {
  position: relative;
}

.menu a,
.dropdown-label {
  display: block;
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Hide checkbox */
#states-toggle {
  display: none;
}

/* Dropdown base */
.dropdown {
  display: none;
  background: #111;
}

/* MOBILE ONLY */
@media (max-width: 768px) {

  /* Stack menu vertically */
  .menu {
    flex-direction: column;
  }

  /* Show mobile-only items */
  .mobile-only {
    display: block;
    
  }

  /* Dropdown styling */
  .dropdown {
    background: #111;
    max-height: 200px;        /* makes it scrollable */
    overflow-y: auto;
  }

  .dropdown li a {
    padding-left: 30px;
    font-size: 14px;
  }

  /* Toggle dropdown on tap */
  #states-toggle:checked + .dropdown {
    display: block;
    
  }
}

/* DESKTOP */
@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

/* ######################################## */


.btn-login {
    background: #ffb400;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    color: white !important;
}

/* Mobile Menu Toggle */
#menu-toggle, .hamburger {
    display: none;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                url('./images/photorealistic-scene-non-monogamous-relationship.jpg?auto=format&fit=crop&q=80&w=1920') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    color: #ccc;
}
.hero-content img#ssbanner0 {
        margin-top: 5rem;
    }
.hero-content img#ssbanner {
        margin-top: 1rem;
    }
.mid {
    min-height: 100vh;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
}
.mid-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.mid-content ul#steps15 {
    max-width: 600px;
    /*float: none;*/
    margin: 2.5rem 2rem;
    padding: 10px 30px;
    background: none;
    text-align: center !important;
}


.mid-content ul#steps15 li {
    width: 600px;
    float: left;
    font-size: 0.875em;
    line-height: 1.4em;
    background: none;
    list-style:none;
}
.mid-content ul#steps15 li img {
    float: none;
    font-size: 1.05em;
    line-height: 1.4em;
    background: none;
    max-width: 100px;
    max-height: 100px;
    /*padding: 25px 15px;
    margin: -10px 0px 0pcx 0px;*/
    position: relative;
    top: 0;
        left: 90px;
}
.mid-content ul#steps15 li span {
    max-width:400px;
    float: none;
    font-size: 0.8em;
    line-height: 1.4em;
    background: none;
    padding: 25px 15px;
    margin: -10px 0px 0pcx 0px;
    position: absolute;
        left: 550px;
            right: 480px;
}

.mid-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    color: #ccc;
}
.mid-content form {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    color: #ccc;
}
.mid-content a#lbllinks {
    color: #ffb400;
    text-decoration: none;
}

.hero-content img#btnbg {
        margin-top: 2rem;
    }
.mid-content p img {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    color: #ccc;
}
.mid-content p a img#fk_desktop {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 3rem auto 2rem;
    color: #ccc;
}
.mid-content p a img#fk_mobile {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    color: #ccc;
    display: none;
}

.mid-content ol {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 2rem 2rem;
    color: #ccc;
    text-align:left !important;
}
.mid-content ol li {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 1rem 2rem;
    color: #ccc;
    text-align: left;
}

.mid-content ul {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 2rem 2rem;
    color: #ccc;
    text-align: left !important;
}
.mid-content ul li {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 1rem 2rem;
    color: #ccc;
    text-align: left;
}
/* ########################################## */

.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

.step-list li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 25px;
  font-size: 16px;
}

.step-list li::before {
  counter-increment: step;
  content: "STEP " counter(step);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  
  width: 60px;
  height: 60px;

  background-color: red;
  border: 3px solid white;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* ########################################## */

/* Base dropdown container */
.state-dropdown {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  margin: 20px;
}

/* Trigger button */
.state-dropdown .dropdown-trigger {
  background-color: #222;
  color: #ffb400;
  padding: 10px 18px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 14px;
  user-select: none;
  border-color: #ffb400;
  border-style: solid;
}

/* Dropdown menu (hidden by default) */
.mid-content .state-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
}

/* Show menu on hover */
.mid-content .state-dropdown:hover .dropdown-menu {
  display: block;
  margin: 0px;
}

/* Individual state links */
.mid-content .state-dropdown .dropdown-menu li {
  list-style: none;
  margin: 0px;
  text-align:center;
  text-transform: uppercase;
}

.mid-content .state-dropdown .dropdown-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
}

/* Hover styles for links */
.mid-content .state-dropdown .dropdown-menu li a:hover {
  /*background-color: #f2f2f2;*/
  background-color: #ffb400;
  color: #000;
}

/* Optional: Prevent text selection when double clicked */
.mid-content .state-dropdown .dropdown-trigger,
.mid-content .state-dropdown .dropdown-menu li a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 350px;
}

/* ######################################### */
.cta-group button {
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    margin: 0.5rem;
    transition: 0.3s;
    min-width: 40px;
}

.btn-primary {
    background-color: #ffb400;
    color: white;
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid white !important;
    color: white;
}

.btn-primary:hover { transform: scale(1.05); background-color: #ffb400; }

/* Footer */
.footer {
    background-color: #0a0a0a;
    padding: 1rem 2rem 2rem;
    border-top: 1px solid #333;
}

.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-section h3 {
    margin-bottom: 1.5rem;
    color: #ffb400;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #888;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 3rem;
    color: #555;
    font-size: 0.9rem;
}
.footer-bottom a {
    color: #ffb400;
    text-decoration: none;
}
.footer-bottom img#fk_desktop {
    display: block;
    margin: 0 auto 2rem;
}
.footer-bottom img#fk_mobile {
    display: none;
    
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .hamburger {
        display: block;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111;
        padding: 1rem 0;
    }

    #menu-toggle:checked ~ .nav-links {
        display: flex;
    }

    .nav-links li {
        margin: 1rem 0;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        margin-top: 5rem;
    }
    .hero-content img#ssbanner0 {
        margin-top: 5rem;
    }
    .hero-content img#ssbanner {
        margin-top: 1rem;
    }
    .mid-content {
        margin-top: 2rem;
                margin: 2rem 2rem;
    }
    .mid-content h1 {
        font-size: 2.5rem;
    }
    .mid-content p {
        font-size: 1.2rem;
        max-width: 300px;
        margin: 0 auto 3rem;
        /*color: #ccc;*/
    }
    .mid-content ul#steps15 {
        max-width: 400px;
        float: left;
        padding: 0px 15px 0px 15px;
        background: none;
    }
    .mid-content ul#steps15 li span {
        float: none;
        font-size: 0.8em;
        line-height: 1.4em;
        background: none;
        padding: 25px 15px;
        margin: -30px 0px 0px 0px;
        position: absolute;    
        left: 90px;
            right: 20px;
    }

    .mid-content ul#steps15 li {
        width: 100%;
        float: left;
        font-size: 0.875em;
        line-height: 1.4em;
        background: none;
        list-style:none;
        margin: 5px 5px;
        padding: 30px 10px;
    }
    .mid-content ul#steps15 li img {
        max-width: 400px;
        float: none;
        font-size: 1.05em;
        line-height: 1.4em;
        background: none;
        max-width: 70px;
        max-height: 70px;
        /*padding: 25px 15px;
        margin: -30px 0px 0px 0px;
        position: absolute;*/
        position: relative;
            top: 0;
            left: -50px;
    }
    

    .mid-content img#btnbg {
        margin-top: 2rem;
    }
    .mid-content p a img#fk_mobile {
        display: block;
        margin: 3rem auto 2rem;
    }

    .state-dropdown {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    /*margin: 20px;*/
    margin-bottom: -90px;
        min-height: 200px;
        overflow-y: auto;
    }

    .mid-content p a img#fk_desktop {
        display: none;
    }
    .footer-bottom img#fk_mobile {
        display: block;
        margin: 0 auto 2rem;
    }
    .footer-bottom img#fk_desktop {
        display: none;
    }
}
@media screen and (max-width: 412px) {
  /* This covers the S23+ and similar modern Samsung devices */
  .hamburger {
        display: block;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111;
        padding: 1rem 0;
    }

    #menu-toggle:checked ~ .nav-links {
        display: flex;
    }

    .nav-links li {
        margin: 1rem 0;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        margin-top: 5rem;
    }
    .hero-content img#ssbanner0 {
        margin-top: 5rem;
    }
    .hero-content img#ssbanner {
        margin-top: 1rem;
    }
    .mid-content {
        margin-top: 2rem;
    }
    .mid-content h1 {
        font-size: 2.5rem;
                margin: 2rem 2rem;
    }

    .mid-content ul#steps15 {
        max-width: 300px;
        float: left;
        /*padding: 0px 0px 0px 1px;*/
        background: none;
      
    }
    .mid-content ul#steps15 li {
        /*width: 90%;*/
        float: left;
        font-size: 0.875em;
        line-height: 1.4em;
        background: none;
        list-style: none;
        /*margin: 1rem 2rem;*/
    }

    .mid-content ul#steps15 li img {
        float: none;
        font-size: 1.05em;
        line-height: 1.4em;
        background: none;
        max-width: 70px;
        max-height: 70px;
        /*padding: 25px 15px;
    margin: -30px 0px 0px 0px;
    position: absolute;*/
                    position: relative;
                        top: 0;
                        left: -50px;
    }
    .mid-content ul#steps15 li span {
        float: none;
        font-size: 0.8em;
        line-height: 1.4em;
        background: none;
        padding: 25px 15px;
        margin: 10px 0px 50pcx 0px;
        position: absolute;
        
        /* top: 0; */
        left: 90px;
        right: 20px;
    }

   

    .mid-content img#btnbg {
        margin-top: 2rem;
    }
    .mid-content p a img#fk_mobile {
        display: block;
        margin: 3rem auto 2rem;
    }
    .mid-content p a img#fk_desktop {
        display: none;
    }
    .footer-bottom img#fk_mobile {
        display: block;
        margin: 0 auto 2rem;
    }
    .footer-bottom img#fk_desktop {
        display: none;
    }
}
/* topnav */
/*Strip the ul of padding and list styling*/
.topnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
.topnav li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
.topnav li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f0c700;	
	background: #2f3036;
	text-decoration: none;
}

/*Hover state for top level links*/
.topnav li:hover a {
	background: #FF4F1D;
}

/*Style for dropdown links*/
.topnav li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.topnav li:hover ul a:hover {
	background: #FF4F1D;
	color: #f0c700;
}

/*Hide dropdown links until they are needed*/
.topnav li ul {
	display: none;
}

/*Make dropdown links vertical*/
.topnav li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.topnav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
.topnav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.topnav .show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #f0c700;
	/*background: #FF4F1D;*/
	background: none;
	text-align: center;
	padding: 10px 0;
	display: none;
	border: 2px solid #FFF;
}

/*Hide checkbox*/
.topnav input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.topnav input[type=checkbox]:checked ~ #mmenu{
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 760px) and (orientation:portrait) {
	/*Make dropdown links appear inline*/
.topnav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.topnav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.topnav ul li, .topnav li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.topnav .show-menu {
		display:block;
	}
}

@media screen and (min-width : 761px) and (max-width : 840px) and (orientation:portrait){
	/*Make dropdown links appear inline*/
.topnav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.topnav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.topnav ul li, .topnav li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.topnav .show-menu {
		display:block;
	}
}

@media screen and (min-width : 841px) or (max-width : 920px) and (orientation:portrait){
/*@media screen and (orientation:portrait) or (orientation:landscape){*/
/*Make dropdown links appear inline*/
.topnav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.topnav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.topnav ul li, .topnav li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.topnav .show-menu {
		display:block;
	}
}
@media screen and (min-width : 921px) and (max-width : 1280px) and (orientation:portrait) {
/*@media screen and (orientation:portrait) or (orientation:landscape){*/
/*Make dropdown links appear inline*/
.topnav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.topnav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.topnav ul li, .topnav li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.topnav .show-menu {
		display:block;
	}
}
@media screen and (min-width : 1281px) and (max-width : 1450px) and (orientation:portrait) {
/*@media screen and (orientation:portrait) or (orientation:landscape){*/
/*Make dropdown links appear inline*/
.topnav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.topnav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.topnav ul li, .topnav li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.topnav .show-menu {
		display:block;
	}
}
@media screen and (max-width : 1280px) and (orientation:landscape){
/*Make dropdown links appear inline*/
.topnav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.topnav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.topnav ul li, .topnav li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.topnav .show-menu {
		display:block;
	}
}
@media screen and (min-width : 1281px) and (max-width : 1450px) and (orientation:landscape){
/*Make dropdown links appear inline*/
.topnav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
.topnav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
.topnav ul li, .topnav li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
.topnav .show-menu {
		display:block;
	}
}