:root {
      --acharya-red: #B01116;
      --verify-green: #C9FFD7;
    }

	
	
	body {
      background-color: #fafafa;
      font-family: "Inter", sans-serif;
      color: #222;
    }
    .card {
      border: 1px solid #e6e6e6;
      border-radius: 12px;
      box-shadow: none;
      transition: 0.2s ease;
    }
    .card:hover {
      box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    }
    .card-icon {
      background-color: #f0f4ff;
      border-radius: 12px;
      width: 42px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5a67d8;
    }
    .text-small {
      font-size: 0.875rem;
      color: #6c757d;
    }
    .growth {
      font-size: 0.85rem;
      font-weight: 500;
    }
    .border-blue {
      border: 2px solid #007bff !important;
    }
	
	
	
    .navbar {
      background-color: #fff;
      border-bottom: 1px solid #e7e7e7;
      height: 70px;
	  display:block;
    }
    .container-custom {
	width:100%;
      max-width: 1290px;
	  margin:0 auto;
	  float:none;
	  position:relative;
	  ;
    }
    .logo-icon {
      width: 50px;
      height: auto;
      border-radius: 6px;
      color: var(--acharya-red);
    }
    .logo-icon img{
      width: 100%;
    }
    .brand-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 0;
    }
    .brand-sub {
      font-size: 0.85rem;
      color: #6c757d;
      margin-top: -3px;
    }
    .verified-badge {
      background-color: var(--verify-green);
      color: #198754;
      border-radius: 8px;
      padding: 4px 10px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    .profile {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
      color: #212529;
    }
    .profile .avatar {
      background-color: #f8d7da;
      color: var(--acharya-red);
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .nav-pills .nav-link.active {
      background-color: #B01116 !important;
    }
    .card {
      border-radius: 12px;
      border: 1px solid #e7e7e7;
    }
    .text-red {
      color: #B01116;
    }
    .btn-red {
      background-color: #B01116;
      color: #fff;
    }
    .container-custom {
      max-width: 1124px;
    }
    .status-confirmed {
      background-color: #d1f7d1;
      color: #198754;
      font-weight: 500;
      padding: 0.25rem 0.75rem;
      border-radius: 20px;
    }
    .status-pending {
      background-color: #fff5d0;
      color: #B98900;
      font-weight: 500;
      padding: 0.25rem 0.75rem;
      border-radius: 20px;
    }
	
	.purple {background:#FFEFFE}
	.light-blue {background:#EFF4FF}
	.light-green1 {background:#f1fff0}
	.light-org {background:#FFF8EF}
	.light-red {background:#FFF0EF}
	
	
	
 
      .custom-tabs-wrapper {
      background-color: #f8f8f8;
      border-radius: 50px;
      padding: 6px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      position: relative;
    }

    .custom-tabs {
      display: flex;
      gap: 20px;
      white-space: nowrap;
      align-items: center;
      justify-content: start;
      margin-bottom: 0;
      padding: 4px;
      position: relative;
    }

    .tab-item {
      position: relative;
      padding: 8px 20px;
      border-radius: 25px;
      color: #555;
      font-weight: 500;
      text-decoration: none;
      transition: color 0.3s ease;
      z-index: 2;
      flex-shrink: 0;
    }

    .tab-item.active {
      background-color: #b81414;
      color: #fff;
      z-index: 3;
    }

    .tab-item.hovering {
      color: #fff;
      z-index: 3;
    }

    /* Moving red background for hover */
    .tab-indicator {
      position: absolute;
      height: 36px;
      background-color: #b81414;
      border-radius: 25px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.35s cubic-bezier(0.45, 0, 0.25, 1);
      z-index: 1;
      width: 0;
      left: 0;
    }

    /* Hide scrollbar */
    .custom-tabs-wrapper::-webkit-scrollbar {
      display: none;
    }
    .custom-tabs-wrapper {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
 
 
 
 
 
	
	
	
	
	
	 .section-card {
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 14px;
      padding: 20px;
      transition: all 0.25s ease;
    }
    .section-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    .consult-item, .project-item {
      background: #f9f9f9;
      border-radius: 12px;
      padding: 12px 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
      transition: all 0.25s ease;
    }
    .consult-item:hover, .project-item:hover {
      background: #f3faff;
      transform: scale(1.01);
    }
    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #e9ecef;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #555;
      margin-right: 12px;
    }
    .badge-status {
border-radius: 30px;
  font-size: 0.8rem;
  padding: 7px 10px;
  font-weight: 500;
  min-width: 90px;
    }
    .progress-bar {
      height: 6px;
      border-radius: 10px;
      background-color: #dc2626;
    }
	
	
	
	
/* ---------- NAVBAR ---------- */

    .navbar-brand {
      font-size: 1.5rem;
      font-weight: 700;
      color: #c3241b !important;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      color: #444 !important;
      padding: 0.5rem 1rem;
    }
    .navbar-nav .nav-link:hover {
      color: #c3241b !important;
    }
    .btn-register {
      background-color: #c3241b;
      color: white !important;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 18px;
    }
    .btn-register:hover {
      background-color: #a91912;
    }

    /* ---------- HERO SECTION ---------- */
	.pt-100 {
  padding: 100px 0 0 0 !important;
}

	.sea-green {background:#229DB8;}
	.deep-red {background:#ee373D;}
	.earth {background:#DA7D1F}
	.light-green {background:#87AC30}
	
	
    .hero {
      position: relative;
      text-align: center;
      padding: 80px 20px 80px;
      overflow: hidden;
	  background-image: url('../img/hero.png');
      background-size: cover;
	  background-position:bottom center;
	  background-color:#fff1e8;
	  /* min-height:590px; */
    }
    .hero h1 {
      font-weight: 700;
      color: #222;
    }
    .hero span {
      color: #c3241b;
    }
    .hero p {
      color: #555;
      max-width: 700px;
      margin: 0 auto;
    }
    .rotating-circle {
      position: absolute;
      left: 50%;
      top: -150px;
      transform: translateX(-50%);
      width: 301px;
      height: 301px;
      background-image: url('../img/wheel.png');
      background-size: cover;
      opacity: 1;
      animation: rotate 28s linear infinite;
	  z-index:99;
    }
    @keyframes rotate {
      0% { transform: translateX(-50%) rotate(0deg); }
      100% { transform: translateX(-50%) rotate(360deg); }
    }

    .stats-box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
    }
    .stat {
      
      border-radius: 10px;
      padding: 50px 30px;
      box-shadow: 0 0 10px rgba(0,0,0,0.08);
      min-width: 150px;
    }
    .stat h3 {
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 0;
    }
    .stat p {
      margin-bottom: 0;
      color: #ffffff;
      font-size: 15px;
    }

    /* ---------- FORM SECTION ---------- */
    .form-section {
  
    }
    .form-title {
      text-align: center;
      margin-bottom: 25px;
    }
    .form-title h2 {
      color: #c3241b;
      font-weight: 700;
    }
    .section-title {
      font-weight: 600;
      color: #c3241b;
      border-left: 3px solid #c3241b;
      padding-left: 8px;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    .btn-submit {
      background-color: #c3241b;
      color: white;
      font-weight: 600;
      padding: 12px 25px;
      border: none;
      border-radius: 8px;
      
      transition: 0.3s;
    }
    .btn-submit:hover {
      background-color: #a91912;
    }
    .terms-box {
      background: #f7f7f7;
      border-radius: 8px;
      padding: 15px;
      font-size: 14px;
      color: #555;
      margin-top: 20px;
    }
	
	
	
	
	
	
	
	 .form-card {
      background: #fff;
      border-radius: 12px;
      padding: 40px;
      max-width: 1100px;
      margin: 0 auto;
      box-shadow: 0 0 12px rgba(0,0,0,0.05);
    }
    .section-title {
      color: #C32025;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .form-label {
      font-weight: 500;
      font-size: 14px;
    }
    .form-control {
      border-radius: 6px;
      font-size: 14px;
      border-color: #ddd;
    }
    .form-check-label {
      font-size: 14px;
    }
    .form-check-input:checked {
      background-color: #C32025;
      border-color: #C32025;
    }
    .btn-submit {
      background-color: #C32025;
      color: #fff;
      border-radius: 6px;
      padding: 10px 25px;
      font-weight: 600;
    }
    .btn-submit:hover {
      background-color: #a91b20;
    }
    .terms-box {
      background: #f6f6f6;
      border-radius: 8px;
      padding: 20px;
      font-size: 14px;
      line-height: 1.6;
    }
    #terms{
      color: #C32025 !important;
      text-decoration: none;
    }
  

    /* ---------- FOOTER ---------- */
    footer {
      background: #f8f9fa;
      border-top: 1px solid #eee;
      padding: 40px 0;
      margin-top: 80px;
    }
    footer h5 {
      color: #c3241b;
      font-weight: 600;
      margin-bottom: 15px;
    }
    footer a {
      color: #555;
      text-decoration: none;
    }
    footer a:hover {
      color: #c3241b;
      text-decoration: underline;
    }
    .footer-bottom {
      text-align: center;
      color: #777;
      font-size: 14px;
      padding-top: 20px;
      border-top: 1px solid #e6e6e6;
      margin-top: 20px;
    }
	
	
	.profile-card {
transform: translateY(-4px);
}
.profile-initial {
background: #f2f2f5;
color: #333;
width: 120px;
height: 120px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
font-weight: 600;
margin: 0 auto;
}
.rating-star {
color: #f5b800;
font-size: 18px;
}
.tag {
background-color: #f1f2f4;
color: #333;
border-radius: 6px;
padding: 4px 10px;
font-size: 13px;
margin-right: 5px;
display: inline-block;
margin-bottom: 6px;
}
.specialization-tag {
background-color: #b71c1c;
color: white;
border-radius: 20px;
padding: 6px 14px;
font-size: 14px;
font-weight: 500;
margin: 4px;
display: inline-block;
transition: all 0.2s ease-in-out;
}
.specialization-tag:hover {
background-color: #d32f2f;
transform: scale(1.05);
}
.edit-btn {
border-radius: 8px;
font-size: 14px;
padding: 6px 14px;
}
.edit-btn:hover {
background-color: #f1f1f1;
}


.social-section {
border-radius: 12px;
background: #fff;
border: 1px solid #e5e5e5;
padding: 24px;
}
.social-input {
background-color: #f3f4f6;
border: none;
border-radius: 8px;
padding: 10px 14px;
width: 100%;
}
.social-input:focus {
outline: none;
background-color: #eef0f3;
}
.icon-label {
color: #555;
font-size: 14px;
display: flex;
align-items: center;
gap: 6px;
font-weight: 500;
}
.edit-btn {
border-radius: 8px;
font-size: 14px;
padding: 6px 14px;
}
.edit-btn:hover {
background-color: #f1f1f1;
}



 .content-card {
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      background: #fff;
      transition: all 0.3s ease;
      padding: 20px;
    }
    .content-card:hover {
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transform: translateY(-3px);
    }
    .sub-card {
      background: #f4f5f7;
      border-radius: 10px;
      padding: 10px 14px;
      font-size: 14px;
    }
    .upload-btn {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 8px 0;
      width: 100%;
      font-weight: 500;
      transition: all 0.2s ease-in-out;
    }
    .upload-btn:hover {
      background-color: #f1f1f1;
    }
    .add-btn {
      background: #b71c1c;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 16px;
      transition: all 0.2s ease;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
    .form-control:focus {
      border-color: #c7a552;
      box-shadow: 0 0 0 0.2rem rgba(199,165,82,.25);
    }
    .type-card {
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      padding: 20px;
      transition: all 0.25s ease-in-out;
      cursor: pointer;
      background-color: #fff;
    }
    .type-card:hover {
      background-color: #f7f7f7;
      transform: scale(1.03);
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
	
	
	
	
	
	
	
	
	 .case-card {
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      background: #fff;
      transition: all 0.3s ease;
      padding: 20px;
    }
    .case-card:hover {
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transform: translateY(-3px);
    }
    .preview-box {
      background-color: #f3f4f6;
      border-radius: 8px;
      padding: 40px 0;
      text-align: center;
      color: #6b7280;
      margin-bottom: 15px;
    }
    .add-btn {
      background: #b71c1c;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 16px;
      transition: all 0.2s ease;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .btn-outline-secondary {
      border-radius: 6px;
      font-weight: 500;
      transition: all 0.2s;
    }
    .btn-outline-secondary:hover {
      background-color: #f3f4f6;
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
	
	
	
	
	
	
	
	
	.section-card {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 20px;
      height: 100%;
    }
    .pricing-item {
      background-color: #f7f7f8;
      border-radius: 8px;
      padding: 12px 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      transition: all 0.3s ease;
    }
    .pricing-item:hover {
      background-color: #f0f0f2;
    }
    .add-btn {
      background: #b71c1c;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 16px;
      transition: all 0.2s ease;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .package-box {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      padding: 16px;
      margin-bottom: 15px;
      transition: all 0.3s ease;
    }
    .package-box:hover {
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }
    .package-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .price-badge {
      background-color: #b71c1c;
      color: #fff;
      border-radius: 6px;
      font-weight: 600;
      padding: 3px 10px;
      font-size: 14px;
    }
    .form-switch .form-check-input:checked {
      background-color: #b71c1c;
      border-color: #b71c1c;
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
	
	
	
	
	
	
	
	
	.free-services-card {
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      background-color: #fff;
      padding: 20px;
    }
    .service-toggle {
      background-color: #f8fafc;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 10px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 500;
      color: #333;
      transition: all 0.3s ease;
    }
    .service-toggle.active {
      border-color: #b71c1c;
      background-color: #fef2f2;
      color: #b71c1c;
    }
    .form-check-input:checked {
      background-color: #b71c1c;
      border-color: #b71c1c;
    }
    .form-check-input {
      cursor: pointer;
    }
	
	
	
	
	
	
	
	
	.section-card {
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      background: #fff;
      padding: 20px;
      height: 100%;
    }
    .add-btn {
      background: #b71c1c;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 16px;
      transition: all 0.2s ease;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .form-check-input:checked {
      background-color: #b71c1c;
      border-color: #b71c1c;
    }
    .form-check-input {
      cursor: pointer;
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
    .form-control:focus, .form-select:focus {
      border-color: #c7a552;
      box-shadow: 0 0 0 0.2rem rgba(199,165,82,.25);
    }
	
	
	
	
	
	
	
	
	.stat-card {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      text-align: center;
      padding: 16px;
      transition: all 0.3s ease;
    }
    .stat-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .project-card {
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 16px;
      transition: 0.3s;
    }
	
	.quiz-card {
      
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 16px;
      transition: 0.3s;
    }
	
	
    .project-card:hover, .quiz-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .progress-bar {
      background-color: #b71c1c;
    }
    .add-btn {
      background: #b71c1c;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 16px;
      transition: all 0.2s ease;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .quiz-status {
      font-size: 14px;
      font-weight: 500;
      border-radius: 8px;
      padding: 4px 10px;
    }
    .quiz-status.completed {
      background-color: #e6f9e7;
      color: #198754;
    }
    .quiz-status.take {
      background-color: #fef4e6;
      color: #b36b00;
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
	
	
	
	
	
	
	
	
	.consult-card {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.3s ease;
    }
    .consult-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transform: translateY(-2px);
    }
    .consult-left {
      display: flex;
      align-items: center;
    }
    .profile-circle {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #f2f2f5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #555;
      margin-right: 16px;
    }
    .text-muted small {
      display: block;
    }
    .badge-success {
      background-color: #16a34a;
    }
    .add-btn {
      background: #b71c1c;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 16px;
      transition: all 0.2s ease;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .btn-outline-secondary {
      border-radius: 8px;
      font-size: 14px;
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
	
	
	
	
	
	
	
	
	.section-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }
    .project-card {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
      transition: 0.3s;
    }
    .project-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .progress-bar {
      background-color: #b71c1c;
    }
    .next-step {
      background-color: #eef6ff;
      border-radius: 8px;
      padding: 10px 16px;
      font-weight: 500;
      color: #003c75;
    }
    .doc-btn {
      border-radius: 8px;
      border: 1px solid #e5e5e5;
      background: #f9f9f9;
      padding: 6px 12px;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: all 0.2s;
    }
    .doc-btn:hover {
      background: #f1f1f1;
    }
    .action-btn {
      border-radius: 8px;
      border: 1px solid #ccc;
      background: #fff;
      padding: 6px 12px;
      display: flex;
      align-items: center;
      gap: 6px;
      transition: all 0.2s;
    }
    .action-btn:hover {
      background: #f7f7f7;
    }
    .add-btn {
      background: #b71c1c;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 16px;
      transition: all 0.2s ease;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
	
	
	
	
	
	
	
	
	
	
	
	.section-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .card-custom {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 20px;
      transition: 0.3s;
      height: 100%;
    }
    .card-custom:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transform: translateY(-2px);
    }
    .btn-red {
      background-color: #b71c1c;
      color: #fff;
      font-weight: 600;
      border-radius: 8px;
      transition: 0.2s;
    }
    .btn-red:hover {
      background-color: #a31616;
    }
    .btn-outline-dark {
      border-radius: 8px;
      font-size: 14px;
    }
    .icon-circle {
      font-size: 18px;
      color: #b71c1c;
      margin-right: 8px;
    }
    .tag {
      font-size: 12px;
      background: #f3f3f3;
      padding: 2px 8px;
      border-radius: 6px;
      text-transform: lowercase;
      margin-right: 6px;
    }
    .learning-card {
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      background: #fff;
      text-align: center;
      padding: 20px;
      height: 100%;
      transition: 0.3s;
    }
    .learning-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
	
	
	
	
	
	
	
	
	
	
	
	.card-custom {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 20px;
      height: 100%;
      transition: all 0.3s ease;
    }
    .card-custom:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .profile-circle {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #f2f2f5;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 18px;
      color: #555;
      margin-bottom: 10px;
    }
    .add-btn {
      border-radius: 8px;
      background: #b71c1c;
      color: #fff;
      font-weight: 600;
      transition: all 0.2s;
    }
    .add-btn:hover {
      background: #a31616;
    }
    .toggle-switch {
      width: 46px;
      height: 24px;
    }
    .summary-card {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      transition: 0.3s;
    }
    .summary-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 4px 30px rgba(0,0,0,0.15);
    }
	
	
	
	
	.login-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      width: 100%;
      padding: 40px 32px;
	  max-width:470px;
    }
    .login-logo {
      text-align: center;
      font-size: 42px;
      font-weight: 700;
      color: #b71c1c;
      margin-bottom: 8px;
    }
    .login-card h5 {
      font-weight: 600;
      text-align: center;
      margin-bottom: 10px;
    }
    .login-card p {
      text-align: center;
      font-size: 14px;
      color: #6c757d;
      margin-bottom: 24px;
    }
    .form-control {
      border-radius: 8px;
      padding: 14px 14px;
	  background:#F5F5F5;
    }
    .btn-login {
      background-color: #b71c1c;
      color: #fff;
      font-weight: 600;
      width: 100%;
      border-radius: 8px;
      padding: 10px;
      transition: 0.2s ease;
    }
    .btn-login:hover {
      background-color: #a31616;
    }
    .remember-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      font-size: 14px;
    }
    .remember-section a {
      text-decoration: none;
      color: #b71c1c;
      font-weight: 500;
    }
    .divider {
      text-align: center;
      color: #999;
      font-size: 14px;
      margin: 20px 0 10px;
      position: relative;
    }
    .divider::before, .divider::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 35%;
      height: 1px;
      background: #ddd;
    }
    .divider::before {
      left: 0;
    }
    .divider::after {
      right: 0;
    }
    .social-login {
      display: flex;
      justify-content: center;
      gap: 12px;
    }
    .social-login button {
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      background: #fff;
      transition: all 0.2s ease;
    }
    .social-login button:hover {
      background: #f5f5f5;
    }
    .apple-icon {
      background: url('../img/apple.png') center/100% no-repeat !important;
    }
    .google-icon {
      background: url('../img/google.png') center/100% no-repeat !important;
    }
	
	.login-bg {
      
      background: radial-gradient(circle at center, #f8bfc7 0%, #f6a6af 50%, #f28c99 100%);
      background-image: url('../img/login-bg.png'); /* optional background numbers */
      background-size: cover;
      background-repeat: no-repeat;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }
	
	
	
	
	@media (max-width: 576px) {
.brand-name, span.user-name {display:none !important;}
.logo-icon {width: 40px !important; margin:0 5px 0 0;}
html {overflow-x:hidden;}
.container-custom {padding:0 12px; }
}






 
  /* Desktop/Tablet tabs */
 
  
 

  /* Mobile dropdown vs desktop tabs */
  .mobile-tabs { display:block; }
  .desktop-tabs { display:none; }
  @media (min-width:768px){
    .mobile-tabs { display:none; }
    .desktop-tabs { display:block; }
  }

  /* Mobile dropdown styles */
  .dropdown-card { background:#fff; border-radius:.75rem; box-shadow:0 .125rem .5rem rgba(0,0,0,.08); overflow:hidden; }
  .dropdown-toggle-btn {
    width:100%; text-align:left; background:#f8f9fa; border:0; padding:1rem;
    display:flex; align-items:center; justify-content:space-between; font-weight:600;
  }
  .dropdown-toggle-btn:focus { outline:2px solid #0d6efd33; }
  .chevron { transition:transform .2s ease; }
  .chevron.rot { transform:rotate(180deg); }

  .dropdown-panel { display:none; }
  .dropdown-panel.show { display:block; }
  .dropdown-list { list-style:none; margin:0; padding:.25rem 0; }
  .dropdown-list a { display:block; padding:.65rem 1rem; text-decoration:none; color:#212529; }
  .dropdown-list a:hover { background:#f3f4f6; }
  
  
  
  /* Mobile-first: compact */
.btn-responsive{
  font-size: 0.75rem !important;
  padding: .2rem .5rem !important;        /* ~8px 14px */
  line-height: 1.2rem;
  border-radius: .5rem;
}
.welcome {max-width:50%}

/* ≥576px (sm): a touch bigger */
@media (min-width:576px){
  .btn-responsive{ font-size: 1rem; padding: .55rem 1rem; }
}

/* ≥768px (md): normal desktop feel */
@media (min-width:768px){
  .btn-responsive{ font-size: 1.05rem; padding: .6rem 1.05rem; }
}