.bg-blue- {
  --tw-bg-opacity: 1;
  background-color: #276abd;
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: #276abd;
}

.icon-tick {
  color: #22c55e;
  font-size: 1rem;
}

.icon-cancel {
  color: #ef4444;
  font-size: 1rem;
}

th {
  background: #eef5ff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #1e305e;
  border-bottom: 2px solid #e5e7eb;
}

.fontpara {
  font-size: 14px !important;
}

td,
th {
  padding: 1rem;
  font-size: 15px;
  border-bottom: 1px solid #e5e7eb;
}

/* ---------- Heading Style ---------- */
.heading {
  color: #1e305e;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.color-skyblue {
  color: #2490EB;
}

.color-purple {
  color: #1e305e;
}

.color-black {
  color: #212529;
}

.sub-heading {
  color: #1e305e;
}

.para {
  color: #4B5563;
}

.text-gray-400 {
  color: #270949;
}

/* ---------- Buttons & Icons ---------- */
.icon-tick {
  color: #22c55e;
  font-size: 1rem;
}

.icon-cancel {
  color: #ef4444;
  font-size: 1rem;
}

.btn-blue {
  background-color: #2490EB;
  color: white;
  transition: all 0.3s ease;
}

.btn-blue:hover {
  background-color: #1e305e;
  transform: translateY(-2px);
}

/* ---------- Toggle Switch ---------- */
.toggle-track {
  background-color: #d1d5db;
  transition: background-color 0.3s ease;
}

input:checked+.toggle-track {
  background-color: #2490EB;
}

input:checked+.toggle-track .toggle-thumb {
  transform: translateX(1.75rem);
}

/* ---------- Table ---------- */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

th {
  background: #eef5ff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #1e305e;
  border-bottom: 2px solid #e5e7eb;
}

tr:nth-child(even) {
  background-color: #f9fafb;
}

td,
th {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

/* ---------- Cards ---------- */
.pricing-card {
  transition: all 0.3s ease;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.pricing-card:hover {
  box-shadow: 0 6px 14px rgba(36, 144, 235, 0.15);
  transform: translateY(-4px);
}

.featured-card {

  box-shadow: 0 8px 20px rgba(36, 144, 235, 0.15);
}

/* ---------- Misc ---------- */
.tooltip span {
  cursor: help;
}

.section-box {

  padding: 1rem;
  padding-top: 50px;

}

.font20 {
  font-size: 20px;
}

.secpara {
  font-size: 18px;
  font-weight: 700;
}

.font15 {
  font-size: 15px;
  font-weight: 500;
}

.bg-gree {
  --tw-bg-opacity: 1;
  background-color: #1e305e !important;
}

.bg-gree:hover {
  background-color: #2490EB !important;
}

.spacing {
  gap: 20px !important;
  ;
}

.br-bluee {
  background: #2490EB;
}

.text-gra {
  background: #E5E7EB !important;
}

.text-gra:hover {
  background: #F6F6F6 !important;

}

.team-box-items-2 {

  padding: 20px !important;

}

.team-box-items-2 {
  margin-top: 25px !important;
  margin-bottom: 25px;
}

.pad {
  padding: 20px;
}

.pad-5 {
  padding: 5px;
}


.pad-last {
  padding: 10px;
  margin-top: 0px;
}


.search_page .team-content h2 {
  text-align: start;
}

.why_bw_section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.why_bw_section .btn-theme {
  background: var(--theme-color);
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: 0.3s;
}

.why_bw_section .btn-theme:hover {
  background: var(--theme-color-2);
  color: #fff;
}

.why_bw_section.hero {
  background-color: #f8fafc;
  padding: 80px 0;
  text-align: center;
}

.why_bw_section.hero h1 {
  font-size: 2.5rem;
  color: var(--header);
  margin-bottom: 20px;
}

.why_bw_section.hero p {
  font-size: 1.1rem;
  color: var(--text);
  max-width: 800px;
  margin: 0 auto 30px;
}

.why-section {
  padding: 50px 0;
}

.why_bw_section .feature-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 30px;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease;
  height: 100%;
}

.why_bw_section .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
}

.why_bw_section .feature-box h4 {
  color: var(--theme-color-2);
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-section {
  background-color: var(--theme-color-2);
  color: var(--white);
  text-align: center;
  padding: 60px 20px;
  border-radius: 15px;
  margin: 80px auto;
  margin-top: 0;
}

.why_bw_section.cta-section h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.why_bw_section.cta-section p {
  max-width: 700px;
  margin: 0 auto 30px;
}

.why_bw_section .list-style {
  list-style: disc;
}

.why_bw_section .list-style li {
  margin-bottom: 8px;
}