@tailwind base;
@tailwind components;
@tailwind utilities;


:root {
  --primary-color: #FFBC00;
  --secondary-color: #2a49cc;
  --light-color: #f8f9fa;
  --dark-color: #192227;
  --text-color: #141414;
  --section-padding: 50px;
  --radius: 12px;
}


body {
  background: var(--light-color);
  color: var(--text-color);
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
  /* line-height: */
}

body {
  font-family: "Inter", sans-serif;

}

p {

  font-size: 0.875rem;
}

h1,
h2 {
  font-family: 'Montserrat', sans-serif;
}

nav {
  background-color: var(--dark-color);
}

.b-title {
  font-family: Helvetica Neue;
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 57px;
  letter-spacing: 0%;
  /* text-align: center; */
  vertical-align: middle;

}

.btn-primary {
  background-color: var(--primary-color);
  color: #192227;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
}

.btn-secondary {
  border: #192227 1px solid;
  border-radius: 8px;
  padding: 10px;
  color: #192227;
  font-weight: 600;
  width: 100%;

}

.main-section {
  background: var(--dark-color);
}

.dotted-underline {
  border-bottom: 6px dotted var(--primary-color);
  padding-bottom: 6px;
  display: inline-block;
  line-height: 1;
}

.spline {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: normal;
}

.hero {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* center small card inside hero */
.floating-square {
  width: 200px;
  height: 200px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.icon-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #011020;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);

}


.feature-card {
  border: #F3F3F6 1px solid;
  background-color: #F7F7F7;
  border-radius: 6px;
  color: var(--text-color);
  cursor: pointer;
  padding: 16px;
  margin-bottom: 18px;
}

/* subtle card border same as screenshots */
.feature-card.dim {
  opacity: 0.25;
  filter: grayscale(1);
  border: #dadada 1px solid;
  background-color: white;
  opacity: 0.25;
  filter: grayscale(1);
}

.dim .icon-img {

  filter: none;

}


.dim .icon-box {
  background-color: #F7F7F7;

}

.primary-plan {
  background-color: #011020;
  color: white;
  border-radius: 20px;
  border-width: 1px;
  padding: 20px;
}

.normal-plan {
  border-radius: 20px;
  border-width: 1px;
  padding: 20px;
  border: 1px solid #F3F3F6
}



.feature-item .icon {
  background: #F3F3F6;
  opacity: 1;
  gap: 10px;
  border-radius: 6px;
  padding: 8px;
  display: flex;
  font-size: 15px;
}



.feature-card .icon img {
  width: 25px;
  height: 25px;
}

.feature-card:hover .icon {
  background: linear-gradient(180deg, #001A5E 0%, #0037C4 100%);
}

/* if there's an img/svg inside the icon */
.feature-card:hover .icon img,
.feature-card:hover .icon svg {
  filter: brightness(0) invert(1);
  /* turns image to white */
}

.feature-title {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;

}


.white-card {
  background: #ffffff;
  border-radius: 36px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding: 50px 40px;
}
.footer-bg {
  background: linear-gradient(180deg, #192227 0%, #060B0D 100%);
  border-radius: 50px 50px 0px 0px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 800px) {}



/* Phones */

@media (max-width: 480px) {
  .white-card {
  padding: 20px 10px;
  margin-bottom: 20px;
    border-radius: 6px;
}
.footer-bg {

  border-radius: 30px 30px 0px 0px;}
}

/* Tablets */
@media (max-width: 768px) {
  .mobile-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: rgba(255,255,255,0.95);
  backdrop-filter: blur(4px);
}
.feature-card {
  margin-bottom: 10px;
}
#menu ul li a {
  display: block;
  padding: 8px 0;
}

}

/* Small laptops */
@media (max-width: 1024px) {}

/* Large laptops */
@media (max-width: 1280px) {}



.b-title {
  font-weight: 800;
  font-size: 1.625rem;
  letter-spacing: -0.01em;
}



.timeline-line {
  background: #e5e7eb;
  /* Tailwind gray-300 */
  width: 2px;
  flex-grow: 1;
  /* Makes line fill space till next dot */
}

/* dot style */
.timeline-dot {
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}

/* subtle card shadow and rounded corners like screenshot */
.panel {
  background: transparent;
}

.panel .card {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  border-radius: 1rem;
  box-shadow: 0 6px 30px rgba(2, 6, 23, 0.06);
}

/* make the left text aligned like the screenshot */
@media (min-width: 768px) {
  .left-copy {
    text-align: left;
  }
}

.circle-bg {
  background: linear-gradient(180deg, #01060E 0%, #011121 100%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;

}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
  color: #212121;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.blog-content h2 {
  font-size: 24px;
}

.blog-content h3 {
  font-size: 20px;
}

.blog-content p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #505050;
}

.blog-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.blog-content li {
  margin-bottom: 8px;
}
/* Style ALL images inside blog content */
.blog-content img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
}
/* Desktop menu links */
.menu li a {
  color: white;
  transition: 0.2s;
}
.menu li a:hover {
  color: #d1d5db; /* gray-300 */
}
.plan-Level-color {
  --tw-text-opacity: 1;
  color: rgb(25 34 39 / var(--tw-text-opacity, 1));
}

.plan-subtitle-color {
  --tw-text-opacity: 1;
    color: #505050;
}
.plan-icon {
    --tw-bg-opacity: 1;
    background-color: #011020;
}
.plan-icon .plan-icon-default {
    display:block
}
.plan-icon .plan-icon-hover {
    display:none;
}
.normal-plan:hover {
    background-color: #011020;
    color: white;
}
.normal-plan:hover .plan-icon {
    background-color: #FFF;
}
.normal-plan:hover .plan-icon .plan-icon-default {
    display:none;
}
.normal-plan:hover .plan-icon .plan-icon-hover {
  display:block
}
.normal-plan:hover .plan-Level-color {
  color: white;
}
.normal-plan:hover .plan-subtitle-color {
  color: #dddddd;
}
.normal-plan:hover .btn-secondary {
  background-color: #FFBC00;
}
.blog-content {
  overflow-wrap: break-word;
  word-break: break-word;
}

.blog-content img {
  max-width: 100%;
  height: auto;
}

.blog-content iframe,
.blog-content video,
.blog-content embed {
  max-width: 100%;
}

.blog-content table {
  display: block;
  overflow-x: auto;
  width: 100%;
}

.blog-content pre,
.blog-content code {
  white-space: pre-wrap;
}    