
body {
  padding-top: 0; 
  margin: 0;
  font-family: Arial, sans-serif;
  background-color:#fc7f102e !important;
 
}
.consent-container {
      margin: 20px;
      font-family: Arial, sans-serif;
    }
.p-orange{
color:#fc7f10; 
text-decoration:none;
font-weight:bold;
}

.link-forgot-password{
color:#fc7f10; 
text-decoration:none;
font-size:18px;
}

/* ==== CONTAINER ===== */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.btn-xs {
  padding: 0.15rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}

/* ===== HEADER STYLES ===== */
.custom-navbar {
  background-color: #0000006B !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  border-radius: 50px !important;
  margin: 50px !important;
  padding: 0px !important;
  height: 80px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  gap: 20px !important;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 10px !important;
}

.nav-right {
  display: flex;
  align-items: center;
  margin-left: auto; 
}
.navbar-toggler {
  margin-left: auto; 
}

.logo {
  font-weight: bold;
  text-decoration: none;
}

.navbar-brand img {
  height: 40px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0px  !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin: 0 10px;
}

.nav-links a {
  color: #fff !important;
  text-decoration: none;
  line-height: 26px;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.nav-links a:hover {
  color: #644507 !important;
}


.no-underline {
  text-decoration: none;
  color: #fc7f10  !important;
}

/* ===== DROPDOWN STYLES ===== */
.nav-item.dropdown {
  position: relative;
}

.nav-link.dropdown-toggle {
  border: none;
  background: transparent;
  color: #fff !important;
  font-weight: 500;
  cursor: pointer;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  display: inline-block;
}

.nav-link.dropdown-toggle::after {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  margin-left: 0.3rem;
  color: #fff !important;
}

.nav-item.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fc7f10 !important;
  z-index: 1001;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 12rem;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown.show .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-item {
  color: #fff !important;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  transition: background 0.3s ease;
  background-color: #fc7f10;
}

.dropdown-menu .dropdown-item:hover {
  color: #644507 !important;
  background-color: #fc7f10 !important;
}


.btn {
  min-width: 85px;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  
}

.btn.btn-primary {
  background-color: #fc7f10 !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(252, 127, 16, 0.3) !important;
  border-color: #fc7f10 !important;
  border-radius: 50px 50px 50px 50px !important;
  padding: 10px 35px 10px 35px !important;

}

.btn.btn-primary:hover {
  background-color: #644507 !important;
  box-shadow: 0 8px 25px rgba(252, 127, 16, 0.4) !important;
  transform: translateY(-2px);
  border-color: #644507 !important;
  color: #fff !important;
}

.btn.btn-secondary {
  background-color: #644507 !important;
  color: #fff !important;
  border-color: #644507 !important;
  border-radius: 50px 50px 50px 50px !important;
  padding: 10px 35px 10px 35px !important;

}

.btn.btn-secondary:hover {
  background-color: #fc7f10 !important;
  box-shadow: 0 4px 15px rgba(252, 127, 16, 0.3) !important;
  transform: translateY(-2px);
  border-color: #fc7f10 !important;
}

.btn.btn-cancel {
  background-color: #fff !important;
  color: #fc7f10 !important;
  box-shadow: 0 4px 15px rgba(252, 127, 16, 0.3) !important;
  border:1px solid #fc7f10 !important;
  border-radius: 50px 50px 50px 50px !important;
  padding: 10px 35px 10px 35px !important;
}

.btn.btn-cancel:hover {
  background-color: #fff !important;
  box-shadow: 0 8px 25px rgba(252, 127, 16, 0.4) !important;
  transform: translateY(-2px);
  border:1px solid #644507 !important;
  color:  #644507 !important;
}



.btn-warning {
  background-color: #fc7f10 !important;
  color: #fff !important;
  border-radius: 50px !important;
  border: none !important;
  padding: 8px 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.btn-warning:hover {
  color: #644507 !important;
  background-color: #e6710e !important;
}



/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  width: 100%;
  background-image: url('../img/mentor_banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 8rem 0 5rem 0;
  text-align: center;
  min-height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: -1; 
}
.hero-content {
      text-align: center;
      width: 100%;
      max-width: 800px;
      padding: 0 20px;
      z-index: 2;
    }

    .hero-content h2 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .hero-content p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }

    .hero-buttons {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

.info-cards {
  background-color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cards-container,
.mentor-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px; 
  margin: 0 auto;
}

.card {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  flex: 1 1 300px; 
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0;
}

.card i {
  font-size: 2.5rem;
  color: #fc7f10;
  margin-bottom: 1rem;
}

.card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  color: #644507;
}

.card p {
  font-size: 0.95rem;
  color: #222222;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.card.left-align {
  text-align: left;
}

.card.left-align i {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fc7f10; 
}


.mentor-section {
  width: 100%;
  background-color: #fc7f102e; 
  padding: 40px 0;
}


.mentor-cards-wrapper {
  border: 1px solid #fc7f10;
  border-radius: 12px;
  padding: 30px;
  background-color: #fff;
}

.mentor-heading {
  text-align: center;
  margin-bottom: 2rem;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: #fc7f10 !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #644507 !important;
}

.form-scroll-wrapper {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}
.form-container {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 900px;
}
.form-container h2 {
  text-align: center;
}
.login-container {
  background: #fff;
  padding: 3rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-width: 420px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: 'Arial', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 700px;
}
.form-title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  color: #333;
}
.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.alert {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
}

.alert.success {
  background-color: #d4edda;
  color: #155724;
}

.alert.error {
  background-color: #f8d7da;
  color: #721c24;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
}
.error {
    color: red;
    font-size: 0.9em;
    margin-top: 4px;
}


.form-box h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333333;
}

.container.modern {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header {
  background: linear-gradient(135deg, #fc7f10 0%, #ff9a56 100%);
  color: white;
  text-align: center;
  padding: 40px 20px;
  position: relative;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="25" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="25" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.header-content {
  position: relative;
  z-index: 1;
}

.header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.header .subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 300;
}
.custom-progress-container {
    background-color: #eee;
    width: 100%;
    height: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.custom-progress-bar{
    height: 100%;
    background-color: #28a745;
    width: 0%;
    transition: width 0.4s ease-in-out;
    position: relative;
}
.progress-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #fff !important;
    font-size: 12px;
}

.form-content {
  padding: 40px;
}

.form-section {
  margin-bottom: 40px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.section-title i {
  color: #fc7f10;
  font-size: 1.2rem;
}

.section-title h3 {
  color: #333;
  font-size: 1.3rem;
  font-weight: 500;
}

.form-group {
  margin-top: 15px;
  position: relative;
}

.form-group > label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 10px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background: #fafbfc;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #fc7f10;
  background: white;
  box-shadow: 0 0 0 3px rgba(252, 127, 16, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.half-width {
  flex: 1;
  min-width: 200px;
}

.form-box input,
.form-box textarea {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.3rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: 'Arial', sans-serif;
}

.form-box .btn {
  display: inline-block;
  width: 100%;
  margin-top: 1.5rem;
  background: #fc7f10;
  color: white;
  padding: 0.7rem;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-box .btn:hover {
  background: #644507;
}

.form-footer {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.form-footer a {
  color: #fc7f10;
  text-decoration: none;
}

.button-group {
  display: flex;
  gap: 15px;
  margin-top: 40px;
  justify-content: center;
}

.button-group .btn {
  flex: 1;
  padding: 14px 30px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  min-width: 160px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="file"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

textarea {
  height: 100px;
  resize: vertical;
}

.file-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-input-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  border: 2px dashed #d1d5db;
  border-radius: 10px;
  background: #f9fafb;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.file-input-display:hover {
  border-color: #fc7f10;
  background: #fff5f0;
}

.file-input-display i {
  color: #fc7f10;
  font-size: 1.5rem;
}

.help-text {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 5px;
}

.password-requirements {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-top: 10px;
  font-size: 0.85rem;
}

.password-requirements h4 {
  color: #495057;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.password-requirements ul {
  list-style: none;
  padding: 0;
}

.password-requirements li {
  padding: 3px 0;
  color: #6c757d;
}

.password-requirements li::before {
  content: '-';
  color: #fc7f10;
  margin-right: 8px;
}

.required {
  color: #e74c3c;
  margin-left: 3px;
}

.dashboard-section {
  padding: 3rem 0;
  background-color: #f9f9f9;
}

.dashboard-section h2 {
  text-align: center;
  color: #644507;
  margin-bottom: 2rem;
}

.profile-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.profile-card h3 {
  margin-bottom: 1rem;
  color: #644507;
}

.dashboard-cards {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.dashboard-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out;
}

.dashboard-card i {
  font-size: 2.2rem;
  color: #644507;
  margin-bottom: 0.8rem;
}

.dashboard-card h4 {
  margin-bottom: 0.5rem;
  color: #644507;
}

.dashboard-card p {
  color: #555;
}

.dashboard-card:hover {
  transform: translateY(-5px);
}

.matched-mentors {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
  justify-content: center;
}

.mentor-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  max-width: 300px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mentor-card h4 {
  color: #644507;
  margin-bottom: 0.5rem;
}

.mentor-card p {
  color: #555;
  margin-bottom: 0.8rem;
}

.mentor-card .btn-secondary {
  align-self: flex-start;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}


.login-link {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  
}

.login-link a {
  color: #fc7f10;
  text-decoration: none;
  font-weight: 600;
}

.login-link a:hover {
  text-decoration: none;
    color:#644507;
}
.message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.success-content, .error-content {
    text-align: center;
    padding: 40px 20px;
}

.success-content ul {
    text-align: left;
    max-width: 500px;
    margin: 20px auto;
}

.success-content li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.button-group {
    margin-top: 30px;
}

.button-group .btn {
    margin: 0 10px;
}

.back-btn {
text-decoration:none;
color:#644507;
}

.back-btn:hover {
text-decoration:none;
color:#fc7f10;
}

 .password-wrapper {
        position: relative;
    }

    .password-wrapper input {
        width: 100%;
        padding-right: 40px; 
    }

   .toggle-password {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            font-size: 18px;
            color: #666;
            user-select: none;
            padding: 5px;
            transition: color 0.3s ease;
        }
        .toggle-password:hover {
            color: #3498db;
        }
        .password-requirements {
            margin-top: 10px;
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 4px;
            border-left: 4px solid #fc7f10;
        }

        .password-requirements h4 {
            margin: 0 0 10px 0;
            color: #333;
            font-size: 14px;
        }

        .password-requirements ul {
            margin: 0;
            padding-left: 20px;
            font-size: 13px;
            color: #666;
        }

        .password-requirements li {
            margin-bottom: 5px;
        }
    .success-container {
            max-width: 600px;
            margin: 80px auto;
            background-color: #fff;
            padding: 40px 30px;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            text-align: center;
        }

        .success-icon {
            font-size: 60px;
            color: #28a745;
            margin-bottom: 20px;
        }

        .success-container h1 {
            font-size: 28px;
            margin-bottom: 15px;
            color: #333;
        }

        .success-container p {
            font-size: 16px;
            color: #555;
            margin: 10px 0;
        }

        .success-container ul {
            list-style: none;
            padding: 0;
            margin: 20px 0;
            text-align: left;
        }

        .success-container ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            color: #444;
        }

        .success-container ul li::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #28a745;
            position: absolute;
            left: 0;
            top: 2px;
        }

.signature-pad {
        border: 1px solid #ccc;
        width: 100%;
        height: 150px;
        cursor: crosshair;
    }
    .clear-btn {
        margin-top: 5px;
        background-color:#FF0000 !important;
        color:#ffffff !important;
    }
.profile-upload-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.file-input-wrapper {
    flex: 1;
}

.profile-img {
    flex-shrink: 0;
    width: 100px; 
    height: 100px; 
    object-fit: cover;
    border-radius: 50%; 
    border: 2px solid #ddd;
    display: none; 
}

.profile-img.show {
    display: block;
}
.checkbox-inline-group {
  display: flex;
  gap: 1rem; 
  flex-wrap: wrap;
}

.checkbox-inline {
  display: flex;
  align-items: center;
  gap: 0.4rem; 
  font-weight: normal;
}
.checkbox-inline-group label {
  font-weight: normal;
}



.radio-inline-group {
    display: flex;
    gap: 1rem; 
    flex-wrap: wrap; 
}

.radio-inline {
    display: flex;
    align-items: center;
    gap: 0.3rem; 
    font-weight: normal;
}
.custom-navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


@media (max-width: 768px) {
.form-actions i {
      display: none;
    }

  .custom-navbar {
    margin: 20px auto;
    padding: 20px 15px;
    
  }

  .container {
    width: 95%;
    padding: 0 15px;
  }

  .container.modern {
    margin: 0 10px;
    border-radius: 15px;
  }

  /* Navbar Toggler Icon */
  .custom-navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  /* Navbar links styling */
  .nav-links {
    flex-direction: column !important;
    gap: 10px !important;
    background-color: #0000006b !important;
    width: 100% !important;
    padding: 20px !important;
  }

  .nav-links li {
    margin: 0;
  }

  .dropdown-menu {
    position: static;
    display: block;
    border-radius: 8px;
    background: #fc7f10;
  }

  /* Header padding for mobile */
  header {
    top: 20px;
    width: calc(100% - 40px);
    padding: 0.8rem 0;
    backdrop-filter: blur(8px);
  }


  .hero {
    padding-top: 8rem;
  }

  .hero-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .hero-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }


  .cards-container {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .card {
    max-width: 100%;
    width: 100%;
  }


  .form-row {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 10px;
  }


  .center-logo img {
    max-width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .btn.btn-secondary{
  width:100% !important;
  }
}

@media (max-width: 600px) {

  .form-row {
    flex-direction: column;
  }

  .logo {
    font-size: 1.4rem;
  }

  .center-logo img {
    max-width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-toggler {
    margin-left: auto;
  }

  .nav-links a {
    font-size: 0.9rem;
    padding: 5px;
  }

  .btn-link {
    padding: 8px 15px;
    font-size: 0.85rem;
  }

  .hero {
    padding: 5rem 15px 2rem 15px;
    min-height: 70vh;
    background-position: center;
  }

  .hero-content {
    padding: 0 10px;
  }

  .hero-content h2 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
  }

  .hero-content p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
    line-height: 1.5;
  }

  .hero-buttons {
    gap: 0.6rem;
  }

  .btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }

  .info-cards {
    padding: 2.5rem 0;
  }

  .form-container {
    padding: 1rem;
  }

  .dashboard-section {
    padding: 2rem 0;
  }

  .logo {
    font-size: 1.4rem;
  }

  .navbar-toggler {
    margin-left: auto; 
  }
}

@media (max-width: 320px) {

  header {
    top: 5px;
    width: calc(100% - 10px);
  }

  .hero {
    padding: 4rem 10px 2rem 10px;
  }

  .hero-content h2 {
    font-size: 1.4rem;
  }

  .hero-content p {
    font-size: 0.8rem;
  }


  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .card {
    padding: 1.2rem;
  }

  .card i {
    font-size: 1.8rem;
  }

  .card h3 {
    font-size: 1rem;
  }
}
