
*{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
font-family: 'Inter', sans-serif;
}
body {
  background: #2d2d2d;
  color: #fff;
  font-family: 'Inter', sans-serif;
}



.site-header {
  background: #fff;
  border-bottom: 2px solid #f1c40f;
}

.site-header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.site-header .logo img {
  width: 250px;
}

.site-nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.nav-links {
  margin: 0 auto; 
}

.nav-links li {
  margin: 0 15px;
  position: relative;
}

.nav-links li a {
  color: #252525;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 17px;
}

.nav-links li a i {
  font-size: 14px;
  margin-left: 5px;
  color: #f1c40f;
}

.dropdown-togglle::after {
  content: "\f078";  
  font-family: "Font Awesome 5 Free";  
  font-weight: 900;  
  margin-left: 6px;
  font-size: 12px;
  color: #f1c40f; 
}


.nav-links li a:hover {
  color: #f1c40f;
}

.login-link {
  color: #252525;
  text-decoration: none;
  font-weight: 500;
}

.login-link:hover {
  color: #f1c40f;
}

.join-now {
  background: #1f1f1f;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.join-now:hover{
    background: #333;
}
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}


.search-input {
  width: 0;
  opacity: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.4rem 0.6rem;
  margin-left: 0.5rem;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.search-input.active {
  width: 150px;
  opacity: 1;
}

.search-icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
}


.join-now i {
  margin-left: 8px;
}


.nav-links li .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;

  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: none;
  flex-direction: column;
  z-index: 1000;
}

.nav-links li .dropdown-menu li {
  margin: 0;
}

.nav-links li .dropdown-menu a {
  color: #000;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
  padding: 10px 20px;
  display: block;
}

.nav-links li .dropdown-menu a:hover {
  background: #f5f5f5;
  color: #f1c40f;
}

.nav-links li:hover .dropdown-menu {
  display: flex;
}


.navbar-toggler {
  display: none;
}


@media (max-width: 768px) {
  .site-nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .navbar-toggler {
 
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100; 
  }

  .navbar-toggler-icon {
    width: 30px;
    height: 3px;
    background: #000;
    display: block;
    position: relative;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #000;
    left: 0;
  }

  .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler-icon::after {
    top: 8px;
  }


.mobile-menu {
  display: none; 
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  padding: 1rem;
}

.mobile-menu.active {
  display: block;
}
}


@media (max-width: 768px) {
  .mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    padding: 1rem;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch; 
    width: 100%;          
    padding: 0;
    margin: 0;
  }

  .mobile-menu .nav-links li {
    width: 100%; 
    border-bottom: 1px solid #ddd; 
    margin: 0; 
  }

  .mobile-menu .nav-links li a {
    display: block;      
    width: 100%;       
    padding: 0.8rem 0;  
    text-align: left;    
  }
}
@media (max-width: 768px) {

  .search-container {
    display: flex;
    align-items: center;
    width: 100%;          
    margin-top: 1rem;  
    padding: 0;           
    background: #ececec;  
  }

  .search-input {
    flex: 1;             
    width: 100%;        
    opacity: 1 !important; 
    border: none;
    background: transparent;
    padding: 0.8rem 1rem;
    font-size: 16px;
  }

  .search-icon-btn {
    margin-left: auto;
    padding: 0 1rem;
    font-size: 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
  }
}
@media (max-width: 768px) {
  .header-buttons {
    padding-top: 40px;
    display: flex;   
    flex-direction: row; 
    justify-content: space-around;
    align-items: center;
    gap: 40px;      
    margin-left: auto; 
  }

  .header-buttons .login-link {
    font-size: 16px;
    margin-right: 0; 
  }

  .header-buttons .join-now {
    font-size: 17px;
    padding: 6px 14px;
  }
}



main {
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 30px;
}

.paragraph {
  background: #f1c40f;
  color: black;
  font-weight: 800;
  padding: 10px 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-btn.white {
  color: #fff;
}
form {
  margin-top: 40px;
  width: 100%;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row > div {
  padding-right: 10px;
  padding-left: 10px;
}
label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #c7c7c7;
}

.form-control,
.form-select,
textarea.form-control {
  width: 100%;          /* fill their column */
  border: none;
  border-radius: 50px;
  padding: 18px 25px;
  background: #f5f5f5;
  color: #2b2d34;
  font-size: 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

textarea.form-control {
  border-radius: 35px;
}

.send-btn {
  background: #000;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  border: none;
}

.send-btn i {
  margin-left: 6px;
}
.send-btn:hover{
  background: #f1c40f;
  color: #000;
}

textarea.form-control {
  border-radius: 35px;
}

.send-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; 
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #000000; 
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: auto;
}

.send-btn i {
  font-size: 20px;
}

.send-btn:hover {
  background-color: #f1c40f; /* darker on hover */
}

@media (max-width: 768px) {
  .send-btn {
    width: 100%;
    font-size: 18px;
    padding: 14px 0;
  }
}


@media (min-width: 768px) {
  form .row > div {
    padding-right: 10px;
    padding-left: 10px;
  }

 }




/* footer */
.site-footer {
  width: 100%;
  background: #f7f7f7;
  color: #252525;
}

.site-footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}


.footer-logo {
  width: 150px; 
}

.footer-links {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li a {
  color: #4e4e4e;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #f1c40f;
}


.footer-copy {
  font-size: 16px;
  color: #636363;
  margin: 0;
}


@media (max-width: 992px) {
  .site-footer .container-fluid {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
