.PricingSection_section__obf0q {
  padding: 120px 0;
  background: radial-gradient(
    circle at top,
    rgba(0, 219, 105, 0.08),
    transparent 60%
  );
}

/* ---------- Heading ---------- */
.PricingSection_header__IExj3 {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 26px;
}

.PricingSection_kicker__efjuL {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 10px;
}

.PricingSection_heading__A19cv {
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 800;
  margin: 0 0 10px;
}

.PricingSection_subheading__j8w6X {
  opacity: 0.8;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 640px;
}

/* ---------- Tabs ---------- */
.PricingSection_tabsWrap__b8ggg {
  display: flex;
  justify-content: center;
  margin: 26px 0 34px;
}

.PricingSection_tabs__E76Qd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.PricingSection_tabBtn__Icl8Z {
  border: 1px solid lightgray !important;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  color: black;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.PricingSection_activeTab__aFe81 {
  color: #00266f;
  background: #ffde2f;
  border-color: rgba(255, 222, 47, 0.9);
}

/* ---------- Cards (your existing) ---------- */
.PricingSection_card__S07jJ {
  position: relative;
  height: 100%;
  padding: 36px 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

.PricingSection_card__S07jJ:hover {
  transform: translateY(-10px);
  border-color: rgba(38, 74, 161, 0.35);
  box-shadow: 0 24px 48px rgba(38, 74, 161, 0.18);
}

.PricingSection_featured__gm_pF {
  background: #f6fff9;
  border-color: rgba(0, 219, 105, 0.5);
  transform: translateY(-12px);
}

.PricingSection_badge__EF9ou {
  position: absolute;
  top: -14px;
  right: 20px;
  background: #ffde2f;
  color: #00266f;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
}

.PricingSection_title__kYi_z {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.PricingSection_desc__BuGEa {
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 22px;
  font-size: 15px;
}

.PricingSection_desc__BuGEa p {
  margin: 0 0 10px;
}

.PricingSection_desc__BuGEa p:last-child {
  margin-bottom: 0;
}

.PricingSection_desc__BuGEa ul,
.PricingSection_desc__BuGEa ol {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.PricingSection_desc__BuGEa li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.6;
}

.PricingSection_desc__BuGEa li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #264aa1;
  transform: translateY(-50%);
}

.PricingSection_priceWrap__dVkRT {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 26px;
}

.PricingSection_price__jgPVu {
  font-size: 46px;
  font-weight: 800;
}

.PricingSection_period__naO4c {
  opacity: 0.75;
}

.PricingSection_list__dFcpK {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1;
}

.PricingSection_list__dFcpK li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
}

.PricingSection_list__dFcpK svg {
  color: #264aa1;
  margin-top: 3px;
  font-size: 14px;
}

.PricingSection_btn__HZshM {
  text-align: center;
  padding: 14px;
  border-radius: 14px;
  font-weight: 600;
  background: linear-gradient(135deg, #ffde2f, #264aa1);
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}

.PricingSection_btn__HZshM:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 219, 105, 0.35);
}

.PricingSection_imageWrap__46OFM {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
}

.PricingSection_imageWrap__46OFM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.PricingSection_card__S07jJ:hover .PricingSection_imageWrap__46OFM img {
  transform: scale(1.08);
}

.ProjectSectionOne_section__jYsWB {
  padding: 90px 0;
  background: radial-gradient(
      900px 420px at 20% 10%,
      rgba(0, 0, 0, 0.06),
      transparent 60%
    ),
    radial-gradient(900px 420px at 80% 0%, rgba(0, 0, 0, 0.05), transparent 55%),
    #f9f9f9;
}

.ProjectSectionOne_container__g802F {
  /* optional: bootstrap already handles widths */
}

/* Header */
.ProjectSectionOne_header__AAa1Q {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 28px;
}

.ProjectSectionOne_kicker__IdUPA {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.ProjectSectionOne_heading__QH9_7 {
  margin: 0 0 12px;
  font-weight: 900;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.15;
  color: #0b0b0b;
}

.ProjectSectionOne_subheading__nSDJA {
  margin: 0 auto;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.62);
}

/* Card */
.ProjectSectionOne_card__f2lL2 {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 26px 22px 22px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease,
    border-color 180ms ease;
  overflow: hidden;
}

.ProjectSectionOne_card__f2lL2::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    120deg,
    rgba(38, 74, 161, 0.08),
    transparent 35%,
    rgba(38, 74, 161, 0.06)
  );
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.ProjectSectionOne_card__f2lL2:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.1);
}

.ProjectSectionOne_card__f2lL2:hover::before {
  opacity: 1;
}

.ProjectSectionOne_cardAlt__l9QUq {
  background: rgba(255, 255, 255, 0.95);
}

/* Card top */
.ProjectSectionOne_cardTop__rixFG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ProjectSectionOne_pill__EKVsz {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.72);
  background: #f4f5f7;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.ProjectSectionOne_icon__coyyS {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
}

/* Content */
.ProjectSectionOne_title__iS4pY {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25;
  color: #0b0b0b;
}

.ProjectSectionOne_desc__GMNkJ {
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.66);
  font-size: 14px;
  line-height: 1.8;
}

.ProjectSectionOne_divider__KZ0x0 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.08);
  margin: 14px 0 14px;
}

/* List */
.ProjectSectionOne_list__gpHms {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.ProjectSectionOne_list__gpHms li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

.ProjectSectionOne_list__gpHms li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.65);
}

@media (max-width: 575px) {
  .ProjectSectionOne_section__jYsWB {
    padding: 70px 0;
  }
  .ProjectSectionOne_card__f2lL2 {
    padding: 22px 18px 18px;
  }
  .ProjectSectionOne_title__iS4pY {
    font-size: 18px;
  }
}

.ServiceSectionOne_section__ZNYI2 {
  background: var(--gray1);
  padding: 80px 0;
}

.ServiceSectionOne_container__3_XFM {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* Header */
.ServiceSectionOne_header__mbvKY {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 46px;
}

.ServiceSectionOne_kicker__w3lBQ {
  font-family: "Oswald", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  color: var(--theme);
  margin-bottom: 12px;
}

.ServiceSectionOne_heading__zUEGf {
  margin: 0 0 12px;
  font-family: "Oswald", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: var(--title);
}

.ServiceSectionOne_subheading__Z4_yI {
  margin: 0 auto;
  max-width: 640px;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 18px;
  line-height: 30px;
  color: var(--text);
}

/* Grid */
.ServiceSectionOne_grid__c21zr {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .ServiceSectionOne_grid__c21zr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .ServiceSectionOne_section__ZNYI2 {
    padding: 70px 0;
  }
  .ServiceSectionOne_grid__c21zr {
    grid-template-columns: 1fr;
  }
}

/* Card */
.ServiceSectionOne_card__MsT1V {
  background: var(--white);
  border: 1px solid var(--border-2);
  border-radius: 16px;
  padding: 22px 20px 18px;
  box-shadow: var(--box-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease,
    border-color 180ms ease;
}

.ServiceSectionOne_card__MsT1V:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

/* Top row */
.ServiceSectionOne_cardTop__TU8L4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.ServiceSectionOne_iconWrap__aX4dy {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--gray2);
  border: 1px solid var(--border-2);
}

.ServiceSectionOne_icon__6BLc9 {
  font-size: 22px;
  color: var(--title);
}

.ServiceSectionOne_badge__AW3Pr {
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--text);
  background: var(--gray2);
  border: 1px solid var(--border-2);
  font-family: "Plus Jakarta Sans", serif;
}

/* Title */
.ServiceSectionOne_cardTitle__Qa74a {
  margin: 0 0 10px;
}

.ServiceSectionOne_titleLink__zl1Ex {
  color: var(--title);
  text-decoration: none;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "Oswald", serif;
}

.ServiceSectionOne_titleLink__zl1Ex:hover {
  text-decoration: underline;
}

/* Desc: 6 lines clamp */
.ServiceSectionOne_cardDesc__xygz5 {
  margin: 0 0 16px;
  color: var(--text);
  font-family: "Plus Jakarta Sans", serif;
  font-size: 18px;
  line-height: 30px;

  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ServiceSectionOne_cardDesc__xygz5 ul,
.ServiceSectionOne_cardDesc__xygz5 ol {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.ServiceSectionOne_cardDesc__xygz5 li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 26px;
}

.ServiceSectionOne_cardDesc__xygz5 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid var(--text);
  transform: translateY(-50%);
}

/* Footer CTA */
.ServiceSectionOne_cardFooter__Tx156 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ServiceSectionOne_cta__ln_4s {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--title);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--gray2);
  border: 1px solid var(--border-2);
  transition: transform 160ms ease, background 160ms ease,
    border-color 160ms ease;
}

.ServiceSectionOne_cta__ln_4s:hover {
  transform: translateY(-2px);
  background: var(--gray1);
  border-color: var(--border-2);
}

.ServiceSectionOne_arrow__sQIrM {
  transform: translateY(-1px);
}

@media (min-width: 992px) {
  .ServiceSectionOne_section__ZNYI2 {
    padding: 130px 0;
  }
}

@media (max-width: 1200px) {
  .ServiceSectionOne_heading__zUEGf {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 991px) {
  .ServiceSectionOne_heading__zUEGf {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .ServiceSectionOne_heading__zUEGf {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 1200px) {
  .ServiceSectionOne_titleLink__zl1Ex {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .ServiceSectionOne_titleLink__zl1Ex {
    font-size: 20px;
  }
}

