* {
  /* margin: 0 !important;
  padding: 0 !important; */
  box-sizing: border-box !important;
}
/* .container {
  margin: 0 auto !important;
} */
.card {
  border: 1px solid #e4e5e4;
  padding: 16px !important;
  cursor: pointer !important;
}

.row {
  padding: 0 !important;
  margin: 0 !important;
}
.company-logo {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #e4e5e4;
}

.job-details {
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  width: 100%;
  height: auto;
  font-size: 14px !important;
  letter-spacing: 0.2px;
}

.job-details ul,
.job-details ol {
  padding: 0 16px;
}

.job-details ul li,
.job-details ol li {
  padding: 0 0 4px;
}

.job-details .title {
  color: #1d2434;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.ai-card {
  background: linear-gradient(
    102.61deg,
    rgba(245, 249, 255, 0.6) 12.89%,
    #ccdfff 71.5%
  );
  border-radius: 16px;
  padding: 16px;
  margin-top: 24px;
}

.skill-badge {
  border: 1px solid #cbcccb;
  border-radius: 8px;
  font-weight: 500;
  padding: 2px 8px;
  font-size: 14px;
  color: #1d2434;
  background-color: #f9f9f9;
}

.btn-success {
  background-color: #095e15 !important;
  width: 100%;
  padding: 12px 16px !important;
  border-radius: 32px !important;
  color: #f3f3f3 !important;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2px;
  height: 44px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.btn-cancel {
  background-color: #fff !important;
  width: 100%;
  padding: 12px 16px !important;
  border-radius: 32px !important;
  border: 1px solid #8e8f8e !important;
  color: #2d2e2d !important;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2px;
  height: 44px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.btn:disabled {
  background-color: #e4e5e4 !important;
  color: #2d2e2d !important;
  border: none !important;
}
.request-callback-btn {
  color: #2d2e2d;
  font-size: 14px;
  border-radius: 32px !important;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 32px;
  height: auto;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
i {
  font-size: 18px;
  font-weight: bold;
}
.bi-share {
  width: 44px;
  height: 44px;
  border: 1px solid #e4e5e4;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  border-radius: 50%;
}

/* Font customization */
body {
  font-family: "Satoshi Variable", "Poppins", sans-serif;
}

/* Custom text colors */
.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.btn {
  font-size: 14px;
}
/* App store buttons */
.store-btn img {
  height: 48px;
  transition: transform 0.3s ease;
}

.store-btn:hover img {
  transform: scale(1.05);
}
.progress {
  height: 7px !important;
  border-radius: 30px;
}
a {
  text-decoration: none;
}
.bg-green {
  background: #095e15 !important;
}
.text-green {
  color: #095e15 !important;
}

.gradient-bar {
  width: fit-content; /* 56 * 0.25rem = 14rem */
  height: 2rem; /* 8 * 0.25rem = 2rem */
  background: linear-gradient(
    to right,
    rgba(163, 230, 53, 0.4) 0%,
    /* lime-500/40 */ rgba(163, 230, 53, 0.2) 50%,
    /* lime-500/20 */ rgba(163, 230, 53, 0) 100% /* lime-500/0 */
  );
  border-radius: 48px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  padding: 0 1rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  font-size: 12px;
  color: #5b5c5b;
  letter-spacing: 0.2px;
  word-wrap: break-word;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  @apply tw-hidden;
}

.cursor-pointer {
  cursor: pointer;
}
.acc .accordion-item:nth-child(1) {
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden !important;
}
.acc .accordion-item:last-child {
  border-radius: 0 0 12px 12px !important;
  overflow: hidden !important;
}
.ti-circle-arrow-up-filled,
.ti-circle-arrow-down-filled {
  color: #ffffff80;
}
.acc .accordion-item {
  background: #333333;
  border-bottom: 1px solid #333333;
}
.acc .accordion-header {
  background: #333333;
  padding: 24px;
  font-size: 16px;
  color: #fff;
}
.acc .accordion-body {
  background: #333333;
  padding: 24px;
  padding-top: 0;
}
.acc .accordion-item .answer {
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
/* Mentors css */
.mentors .benefits {
  background: #09281e;
  padding: 56px 16px 35px;
  border-radius: 0 0 16px 16px;
  color: white;
}
.mentors .heading {
  font-size: 28px;
  font-weight: bold;
}
.mentors .heading span {
  color: #5bd65a;
}
.mentors .content {
  color: #b3b3b3;
  font-size: 12px;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  gap: 16px;
  animation: scrollLeft 30s linear infinite;
}

.marquee-track img {
  width: 200px;
  object-fit: cover;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Hide number input arrows */
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.report-container {
            max-width: 600px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            padding: 35px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .header {
            margin-bottom: 25px;
            text-align: center;
        }

        .header h1 {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 25px;
        }

        .overall-score {
            margin-bottom: 20px;
        }

        .percentage {
            font-size: 45px;
            font-weight: 700;
            color: #2ecc71;
            line-height: 1;
            margin-bottom: 10px;
        }

        .overall-comments {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            text-align: center;
            max-width: 500px;
            margin: 0 auto;
        }

        .divider {
            height: 1px;
            background: #e0e0e0;
            margin: 30px 0;
        }

        .skills-section {
            margin-bottom: 30px;
        }

        .skill-item {
            margin-bottom: 25px;
        }

        .skill-header {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            gap: 10px;
        }

        .skill-icon {
            font-size: 20px;
            color: #667eea;
        }

        .skill-name {
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        .progress-bar-container {
            position: relative;
            width: 100%;
            height: 32px;
            background: #f0f0f0;
            border-radius: 16px;
            overflow: hidden;
        }

        .progress-bar-fill {
            height: 100%;
            border-radius: 16px;
            transition: width 0.6s ease;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 15px;
        }

        .progress-percentage {
            font-size: 13px;
            font-weight: 600;
            color: white;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }

        .progress-bar-fill.excellent, .skill_row.excellent {
            background: linear-gradient(90deg, #27ae60, #2ecc71);
        }
        div.skill_row .excellent{
          background: linear-gradient(90deg, #95c8ab, #b5dec6);
        }
        div.skill_row .average, div.skill_row .good{
          background: linear-gradient(90deg, #e2d9d9a1, #eeeeee);
        }
        div.skill_row .needs-improvement{
          background: linear-gradient(90deg, #c8c795, #dedcb5)
        }
        div.skill_row .low{
          background: linear-gradient(90deg, #c8a195, #deccb5);
        }
        .progress-bar-fill.good{
            background: linear-gradient(90deg, #95c8ab, #b5dec6);
        }

        .progress-bar-fill.average,  .skill_row.average {
            background: linear-gradient(90deg, #f39c12, #f1c40f);
        }

        .progress-bar-fill.needs-improvement,  .skill_row.needs-improvement {
            background: linear-gradient(90deg, #e67e22, #f39c12);
        }

        .progress-bar-fill.low,  .skill_row.low {
            background: linear-gradient(90deg, #c0392b, #e74c3c);
        }

        .footer-section {
            text-align: center;
            margin-top: 35px;
            padding-top: 30px;
            border-top: 1px solid #e0e0e0;
        }

        .footer-message {
            font-size: 11px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.4;
            text-align: center;
        }

        .cta-button {
            display: inline-block;
            padding: 14px 40px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
        }

        .cta-button:active {
            transform: translateY(0);
        }
