
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* Helpers */
.container {
  width: 100%;
  /*max-width: 1100px;*/
  margin: 0 auto;
  padding: 0 20px;
  flex: 1;
  
}

.container-sm {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.grid-cols-1,
.grid-cols-2,
.grid-cols-4 {
  display: grid;
  gap: 1rem;
}
.grid-cols-1 { grid-template-columns: 1fr; }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }

.text-center {
  text-align: center;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}
.space-y-6 > * + * {
  margin-top: 1.5rem;
}
.space-y-8 > * + * {
  margin-top: 2rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-black {
  background-color: #000;
}

.text-white {
  color: #fff;
}

.text-yellow-500 {
  color: #eab308;
}

.hover\:text-yellow-600:hover {
  color: #ca8a04;
}

.btn-primary {
  display: inline-block;
  padding: 1.3rem 2.8rem;
  background-color: #eab308;
  color: #000;
  font-weight: bold;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
  font-size: 1.6rem;
  margin-bottom: 6rem;
}
.btn-primary:hover {
  background-color: #ca8a04;
}

/* Navbar */
.logo-combo {
  display: flex;
  align-items: center;
  gap: 10px; /* space between logo and text */
  text-decoration: none;
  margin-bottom: 4px;
  
}

.logo-img {
  height: 40px;      /* increase height */
  width: auto;       /* maintain aspect ratio */
  object-fit: contain;
}


.logo-text {
  font-size: 1.7rem;
  font-weight: bold;
  color: goldenrod /* golden yellow or change to match your theme */
}

.navbar {
  background-color: black;
  padding:10px 0rem;
  box-shadow: 0 1px 4px rgba0,0,0,0.1;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1rem;
}
.nav-links li a {
  color: lightgrey;
  text-decoration: none;
  transition: color 0.3s;
}
.nav-links li a:hover {
  color: #eab308;
}
.text-xl {
    color: goldenrod;
    font-size: 35px;
}
/* Dropdown */
/* Dropdown */
.dropdown {
  position: relative;
  min-width: 105px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: black;
  border: 1px solid #555;
  z-index: 1000;
  min-width: 140px;
  border-radius: 4px;
}

.dropdown-content li {
  padding: 0.5rem 1rem;
}

.dropdown-content li a {
  display: block;
  color: lightgrey;
  transition: background 0.3s;
}

.dropdown-content li a:hover {
  
  color: #eab308;
}

.dropdown:hover .dropdown-content {
  display: block;
}



/* Hero */
.hero {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 10rem 1.5rem 5rem;
  text-align: center;
  height: 600px;
  background-image: linear-gradient(to top, grey,black);

  /*background image
  background-image: url(823e0a7a-eb99-422d-8674-936abef4445f.jpeg);  
  background-repeat: no-repeat;
  background-attachment: relative;
  background-position: center;
  background-size:cover ; */
 
  
}

.hsl{
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: goldenrod;

}

.sl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.hero p {
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}
/*style="background-image:  url(823e0a7a-eb99-422d-8674-936abef4445f.jpeg)"*/

/* description*/
.dscr{
    background-image: linear-gradient(to bottom,grey , black);
    color:whitesmoke;
    padding: 1.5rem;
    background-size: cover;
    background-position: center;
    text-align: center;
    
    
}

#hdscr{
    color:goldenrod;
    font-size:2rem;
    padding-bottom: 1.3rem;
}

#pdscr{
    font-size: 1.25rem;
}

/* membership */
.memb {
 /* background: linear-gradient(black 2%, grey,black);*/
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  color: white;
}
.fpage{
  flex:1;
  background: linear-gradient(black 2%, grey,black);
}
.btn-memb{
  display: inline-block;
  padding: 1.3rem 2.8rem;
  background-color: #eab308;
  color: #000;
  font-weight: bold;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
  font-size: 1.4rem;
  margin-bottom: 4.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  width: 300px ;

}

/* our service */
#os{
  background-image: radial-gradient(grey,black);
  color:white;
  /*background-color: goldenrod;*/
}

/* Feature Cards */
.feature-cards-container {
  display: flex;
  flex-wrap: wrap;
  
}

.feature-card {
  background-color: #1a1a1a;
  color: goldenrod;
  padding: 1.2rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem; /* Space between icon and text */
  width:150px;
  min-height:150px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: auto;
  margin-bottom: 20px;
}
.icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

/* Form */
.form-container {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}

.step {
  display: none;
}
.step.active {
  display: block;
}
.step-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.summary-box {
  background-color: #f9fafb;
  padding: 1rem;
  border-radius: 0.5rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #eab308;
}

.btn-next,
.btn-back,
.btn-restart {
  padding: 0.6rem 1.2rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-next:hover,
.btn-back:hover,
.btn-restart:hover {
  background-color: #333;
}

.btn-back {
  background-color: #ccc;
  color: #000;
}
.btn-back:hover {
  background-color: #bbb;
}

.success-text {
  color: #16a34a;
  font-size: 1.25rem;
}

html{
    height:100%;
}

/* footer */
footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}
footer .container{
  padding:0px 0px;
}
.footer-policy-btn {
  display: inline-block;
  background-color: black; /* Goldenrod */
  color:whitesmoke;
  font-weight: bold;
  
  margin: 0.4rem;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.footer-policy-btn:hover {
  color: #ca8a04; /* Darker goldenrod */
}
.hidden {
  display: none;
}

.policy-content{
  position: fixed;
  top: 25%;
  bottom: 20%;
  right: 20px;
  left: 20px;
  background-color: white ;
  color: #000;
  font-size: 1rem;
  border: 5px solid black;
  border-radius: 10px;
  text-align: left;
  height: fit-content;
  max-height: 400px;
  width:auto;
  overflow: auto;
  overflow-y: scroll;
  padding:10px;
}
.policy-content p , li{
  margin-left: 7px;
}
#fc-btn{
  position: sticky;
  top:100;
  bottom: 0;
  float: right;
  left:0px;
  background-color: gold;
  padding: 7px;
  width:70px ;
  border: none;
  border-radius: 5px;
  font-weight: 700;
}


/* Payment Section */
.step select,
.step input {
  padding: 0.6rem 0.8rem;
  border-radius: 0.375rem;
}

.step small {
  color: #666;
  font-size: 0.875rem;
}

/* Custom Select Styling */
.step select {
  padding: 0.6rem 0.8rem;
  border-radius: 0.375rem;
  border: 1px solid #ccc;
}

.step select:focus {
  outline: none;
  border-color: #eab308;
  box-shadow: 0 0 0 2px rgba(234, 179, 8, 0.2);
}
