/* 1.1 Google Font Family */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
      --primary: #0c1957;
      --primary-dark: #3a56d4;
      --secondary: #7209b7;
      --accent: #f26922;
      --accent-dark: #d85616;
      --light: #f8f9fa;
      --dark: #212529;
      --success: #4cc9f0;
      --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
      --primary-btn: linear-gradient(90deg, #2b6ef6, #1f5de0);
      --accent-gradient: linear-gradient(135deg, var(--accent), #ff8c42);
    }
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    /* font-family: 'Poppins', Arial, Helvetica, sans-serif; */
    overflow-x: hidden !important;
    color: #161c2d;
    background-color: #f5f7fb;
    font-family: "Lato", sans-serif;
}

img {
    height: auto;
    width: 100%;
}

a{
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    margin: 8px 0;
    line-height: 1.5;
}
.btn.btn-primary{
    background: var(--primary-btn);
}
/* 1.2 Typography  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    h1 {
        line-height: 1.2;
        margin-bottom: 1rem;
    }
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.3;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
}

h6 {
    font-size: .87rem;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}

.text-muted {
    color: #495057 !important;
}

.space {
    letter-spacing: .5px;
}

/* 1.3 Links */

a {
     color: inherit;
    transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}

a:hover,
a:focus {
   /* color: #fff; */
    outline: none;
}

/* 1.4 Btn */

/* .btn {
    background-color: #007BFF;
    font-weight: 600;
    padding: 12px 18px;
    border: none;
    color: white;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.btn:hover,
.btn:focus {
    background-color: #0062ff;
    color: white;
} */

/* 1.5 Basic Reset */

.bg-color {
    background-color: rgba(248, 249, 250, 0.7);
}

.bg-color2 {
    background-color: rgba(248, 249, 250, 1);
}

.bg-dark {
    background-color: #111213 !important;
}

.bg-dark2 {
    background-color: #2a2c2e !important;
}

.home-wrapper {
    padding: 120px 0 120px;
    position: relative;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-8 {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-center {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.home-center-desc {
    display: table-cell;
    vertical-align: middle;
}

.opa {
    position: relative;
    z-index: 1;
}

.justify-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.no-gutter>.col,
.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.fullscreen {
    min-height: 100vh !important;
}

.shadow {
    box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4) !important;;
}

.fixed-bottom {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.fullscreen--2 {
    min-height: 88vh !important;
}

@media (min-width: 992px) {
    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

/* 1.0 Reset end */

/* 2 Header 
:root {
    --primary: #4361ee;
       --primary-dark: #3a56d4;
       --secondary: #7209b7;
      --accent: #f26922;
      --accent-dark: #d85616;
      --light: #f8f9fa;
       --dark: #212529;
       --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
      --accent-gradient: linear-gradient(135deg, var(--accent), #ff8c42);
    }*/
    
    /* Top Bar Styling */
    .top-bar {
      background: linear-gradient(90deg, #1a1a2e, #16213e) !important;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      font-size: 0.85rem;
    }
    
    .top-bar a {
      text-decoration: none;
      transition: all 0.3s ease;
    }
    
    .top-bar a:hover {
      transform: translateY(-1px);
    }
    
    .btn-buy-leads {
      background: var(--accent-gradient);
      border: none;
      border-radius: 20px;
      padding: 0.3rem 1rem;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 2px 8px rgba(242, 105, 34, 0.3);
    }
    
    .btn-buy-leads:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(242, 105, 34, 0.4);
    }
    
    /* Dropdown Styling */
    .top-bar .dropdown-menu {
      border: none;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
      margin-top: 8px !important;
      padding: 0.5rem;
      z-index: 9999;
    }
    
    .top-bar .dropdown-item {
      border-radius: 8px;
      padding: 0.6rem 1rem;
      margin: 2px 0;
      transition: all 0.2s ease;
    }
    
    .top-bar .dropdown-item:hover {
      background: var(--gradient);
      color: white;
      transform: translateX(5px);
    }
    
    .dropdown-menu-end.show .dropdown-item-text a{
      color: var(--accent);
    }
    /* Header Styling */
    .main-header {
      background: white;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      position: relative;
      /* z-index: 1000; */
    }
    
    .logo {
      transition: transform 0.3s ease;
    }
    
    .logo:hover {
      transform: scale(1.05);
    }
    
    /* Enhanced Search Bar */
    .search-wrapper {
      display: flex;
      align-items: center;
      border: 2px solid transparent;
      border-radius: 50px;
      background: linear-gradient(white, white) padding-box,
                  var(--gradient) border-box;
      box-shadow: 0 4px 15px rgba(67, 97, 238, 0.15);
      overflow: hidden;
      max-width: 650px;
      margin: auto;
      transition: all 0.3s ease;
    }
    
    .search-wrapper:focus-within {
      box-shadow: 0 6px 20px rgba(67, 97, 238, 0.25);
      transform: translateY(-1px);
    }
    
    .search-wrapper select {
      width: 140px;
      padding: 0.7rem 1rem;
      color: #333;
      border: none;
      border-right: 1px solid rgba(0,0,0,0.1);
      background: transparent;
      font-weight: 500;
      cursor: pointer;
    }
    
    .search-wrapper input {
      flex: 1;
      padding: 0.7rem 1rem;
      border: none;
      background: transparent;
      font-size: 0.95rem;
    }
    
    .search-wrapper input:focus {
      outline: none;
      box-shadow: none;
    }
    
    .search-wrapper button {
      background: transparent;
      border: none;
      padding: 0.7rem 1.2rem;
      color: var(--primary);
      cursor: pointer;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
    }
    
    .search-wrapper button:hover {
      color: var(--secondary);
      transform: scale(1.1);
    }
    
    #hintBox {
      background: white;
      border: 1px solid #e9ecef;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      max-height: 200px;
      overflow-y: auto;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1000;
      margin-top: 5px;
    }
    
    .hint-item {
      padding: 0.8rem 1rem;
      border-bottom: 1px solid #f8f9fa;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    
    .hint-item:hover {
      background: var(--gradient);
      color: white;
      transform: translateX(5px);
    }
    
    .hint-item:last-child {
      border-bottom: none;
    }
    
    /* Action Buttons */
    .btn-post-requirement {
      background: var(--gradient);
      border: none;
      border-radius: 25px;
      padding: 0.6rem 1.5rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
    }
    
    .btn-post-requirement:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
      color: white;
    }
    
    .btn-join-free {
      background: var(--accent-gradient);
      border: none;
      border-radius: 25px;
      padding: 0.6rem 1.5rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(242, 105, 34, 0.3);
    }
    
    .btn-join-free:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(242, 105, 34, 0.4);
      color: white;
    }
    
    .btn-dashboard {
      background: linear-gradient(135deg, #28a745, #20c997);
      border: none;
      border-radius: 25px;
      padding: 0.6rem 1.5rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    }
    
    .btn-dashboard:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
      color: white;
    }
    
    /* Navigation Bar */
    .navbar-gradient {
      background: var(--gradient);
      box-shadow: 0 4px 20px rgba(67, 97, 238, 0.15);
    }
    
    .navbar-gradient .nav-link {
      color: rgba(255,255,255,0.9) !important;
      font-weight: 500;
      padding: 0.8rem 1.2rem;
      border-radius: 8px;
      margin: 0 2px;
      transition: all 0.3s ease;
      position: relative;
    }
    
    .navbar-gradient .nav-link:hover,
    .navbar-gradient .nav-link.active {
      color: white !important;
      background: rgba(255,255,255,0);
      transform: translateY(-1px);
    }
    
    .navbar-gradient .nav-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background: white;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }
    
    .navbar-gradient .nav-link:hover::after,
    .navbar-gradient .nav-link.active::after {
      width: 70%;
    }
    
    .navbar-gradient .btn-outline-primary {
      color: white;
      border-color: white;
      border-radius: 20px;
      padding: 0.5rem 1.2rem;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    
    .navbar-gradient .btn-outline-primary:hover {
      background: white;
      color: var(--primary);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(255,255,255,0.3);
    }
    
    /* WhatsApp Button */
    .whatsapp-float {
      position: fixed;
      width: 65px;
      height: 65px;
      bottom: 25px;
      right: 25px;
      background: linear-gradient(135deg, #25d366, #128c7e);
      color: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 30px;
      box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      animation: pulse 2s infinite;
    }
    
    .whatsapp-float img {
      width: 32px;
      height: 32px;
      filter: brightness(0) invert(1);
    }
    
    .whatsapp-float:hover {
      transform: scale(1.15) rotate(5deg);
      box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
      animation: none;
    }
    
    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
      .top-bar .container {
        flex-direction: column;
        gap: 10px;
      }
      
      .search-wrapper {
        margin: 10px 0;
      }
      
      .header-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        /* justify-content: center; */
      }
      
      .navbar-gradient .nav-link {
        padding: 0.6rem 1rem;
      }
    }
    button.navbar-toggler {
    border: 1px solid #ffffffa1 !important;
}
/* REGISTERATION */
.register-container {
      max-width: 900px;
      margin: 2rem auto;
    }
    
    .register-card {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
      background: white;
    }
    
    .register-header {
      background: var(--gradient);
      color: white;
      padding: 2rem;
      text-align: center;
    }
    
    .register-header h2 {
      margin: 0;
      font-weight: 700;
      font-size: 2rem;
    }
    
    .register-header p {
      opacity: 0.9;
      margin: 0.5rem 0 0;
    }
    
    .register-body {
      padding: 2.5rem;
    }
    
    .form-label {
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: var(--dark);
    }
    
    .form-control, .form-select {
      padding: 0.75rem 1rem;
      border: 2px solid #e9ecef;
      border-radius: 10px;
      transition: all 0.3s;
      font-size: 1rem;
    }
    
    .form-control:focus, .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
    }
    
    .input-group {
      position: relative;
    }
    
    .input-group-text {
      background-color: white;
      border: 2px solid #e9ecef;
      border-right: none;
      border-radius: 10px 0 0 10px;
    }
    
    .input-group .form-control {
      border-left: none;
      border-radius: 0 10px 10px 0;
    }
    
    .btn-register {
      background: var(--gradient);
      border: none;
      padding: 0.75rem 2rem;
      font-weight: 600;
      border-radius: 10px;
      transition: all 0.3s;
      font-size: 1.1rem;
    }
    
    .btn-register:hover {
      transform: translateY(-2px);
      box-shadow: 0 7px 14px rgba(67, 97, 238, 0.3);
    }
    
    .login-link {
      text-align: center;
      color: #6c757d;
    }
    
    .login-link a {
      color: var(--primary);
      font-weight: 600;
    }

/* Login */
.login-container {
  max-width: 500px;
  margin: 2rem auto;
}


    
    /* .login-link a:hover {
      text-decoration: underline;
    } */
    
    .form-icon {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #6c757d;
    }
    
    .password-toggle {
      cursor: pointer;
    }
    
    .feature-list {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-top: 1.5rem;
    }
    
    .feature-item {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: #495057;
    }
    
    .feature-icon {
      color: var(--success);
      font-weight: bold;
    }
    
    @media (max-width: 768px) {
      .register-body {
        padding: 1.5rem;
      }
      
      .register-header {
        padding: 1.5rem;
      }
    }
    @media (max-width: 576px) {
     .btn-buy-leads {
        font-size: 12px;
        padding: 0.2rem .9rem;
        margin-top: 5px;
    }
    .navbar-gradient .nav-link:hover::after, .navbar-gradient .nav-link.active::after {
    width: 20%;
    }
    .navbar-gradient .nav-link::after {
        
            content: '';
    position: absolute;
    bottom: 0;
   left: 38px;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.3s 
ease;
    transform: translateX(-50%);
        
    }
        }