@charset "UTF-8";
@import url("https://use.typekit.net/ago2vce.css");
.gradient {
  background: #ff927b;
  background: linear-gradient(72deg, rgb(255, 146, 123) 0%, rgb(243, 75, 111) 79%, rgb(243, 75, 111) 100%);
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.25rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mt-40 {
  margin-top: 40px;
}

.mt-55 {
  margin-top: 1.75rem;
}

.mt-6 {
  margin-top: 2rem;
}

.mt-7 {
  margin-top: 2.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.mb-6 {
  margin-bottom: 2rem;
}

.mb-7 {
  margin-bottom: 2.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.25rem;
}

.ml-5 {
  margin-left: 1.5rem;
}

.ml-6 {
  margin-left: 2rem;
}

.ml-7 {
  margin-left: 2.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.25rem;
}

.mr-5 {
  margin-right: 1.5rem;
}

.mr-6 {
  margin-right: 2rem;
}

.mr-7 {
  margin-right: 2.5rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.25rem;
}

.m-5 {
  margin: 1.5rem;
}

.m-6 {
  margin: 2rem;
}

.m-7 {
  margin: 2.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-7 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.25rem;
}

.pt-5 {
  padding-top: 1.5rem;
}

.pt-6 {
  padding-top: 2rem;
}

.pt-7 {
  padding-top: 2.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.pb-6 {
  padding-bottom: 2rem;
}

.pb-7 {
  padding-bottom: 2.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.25rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.pl-6 {
  padding-left: 2rem;
}

.pl-7 {
  padding-left: 2.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.25rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pr-6 {
  padding-right: 2rem;
}

.pr-7 {
  padding-right: 2.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.25rem;
}

.p-5 {
  padding: 1.5rem;
}

.p-6 {
  padding: 2rem;
}

.p-7 {
  padding: 2.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-80 {
  padding-bottom: 80px;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2_5 {
  gap: 0.75rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.25rem;
}

.gap-5 {
  gap: 1.5rem;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.text-center {
  text-align: center;
}

.text-w-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: white !important;
}

.small {
  font-size: 0.875rem;
}

ul {
  padding: 0;
  margin-left: 1.5rem;
}
ul li {
  margin-bottom: 0.25rem;
}

.strong {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.btn {
  background-color: #070707;
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.3s ease, color 0.3s ease;
  border: 1px solid #070707;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn span {
  display: inline-block;
  transform: translateY(0%);
  will-change: transform;
}
.btn:hover {
  background-color: rgb(45.25, 45.25, 45.25);
  border-color: rgb(45.25, 45.25, 45.25);
  color: #ffffff;
}

.btn-outline {
  background-color: transparent;
  color: #070707;
}
.btn-outline:hover {
  background-color: transparent;
  border-color: rgb(45.25, 45.25, 45.25);
  color: #070707;
}

.btn-primary-outline {
  background-color: transparent;
  color: #f34b6f;
  border-color: #f34b6f;
}
.btn-primary-outline:hover {
  background-color: transparent;
  border-color: #f34b6f;
  color: #f34b6f;
}

button.btn.btn-light {
  background-color: #f0f0ee;
  border-color: #f0f0ee;
  color: #070707;
}
button.btn.btn-light:hover {
  border-color: #888888;
  color: #070707;
}

.btn.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 0.5rem !important;
  font-size: 0.875rem;
}

.w-100 {
  width: 100%;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.hiw {
  text-align: center;
}
.hiw img {
  max-width: 300px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-600 {
  max-width: 600px;
}

.text {
  font-size: 1rem;
  color: #696969;
}

html[dir=rtl] .text-m,
html[dir=rtl] .text-s {
  font-family: "cairo", system-ui, Arial, sans-serif;
}

.text-s {
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.4;
}

.text-m {
  font-size: 1.1rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.7;
}

.text-l {
  font-size: 1.25rem;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.8;
}

.text-dark {
  color: #070707;
}

.text-primary {
  color: #f34b6f;
}

.text-light {
  color: #696969;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.fs-l {
  font-size: 1.1rem;
}

.fs-m {
  font-size: 1rem;
}

.fs-s {
  font-size: 0.875rem;
}

.text-success {
  color: rgb(1, 175, 111) !important;
}

.bg-light {
  background-color: #f1f1f1;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lt {
  background-color: #f2f0f1;
}

.text-m-lt {
  font-size: 1.1rem;
  font-weight: 400;
  color: #02143f;
}

.emoji {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "EmojiOne Color", "Segoe UI Symbol", sans-serif;
}

.overflow-visible {
  overflow: visible;
}

.popover {
  position: absolute;
  top: calc(100% + 8px);
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 170px;
  max-width: 320px;
  white-space: normal; /* wider */
}

.popover.show {
  opacity: 1;
  pointer-events: auto;
}

.hidden {
  display: block;
} /* keep layout stable; visibility via opacity */
.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.border-0 {
  border: none !important;
}

.pointer {
  cursor: pointer;
}

.cap {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.e-none {
  pointer-events: none;
}

.lh-0 {
  line-height: 0;
}

.t-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  color: #333;
  background: transparent;
  min-width: 640px;
}

.table thead th {
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.4px;
}

.table tbody td {
  word-break: break-word;
}

/* Header */
.table thead th {
  background: #f8f9fa;
  color: #444;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
}

.table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.5;
}

.table tbody tr:nth-child(even) {
  background-color: rgba(248, 249, 250, 0.5);
}

.table tbody tr:hover {
  background-color: rgba(233, 236, 239, 0.7);
  transition: background-color 0.12s ease;
}

.table tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}

.table tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}

.table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

@media (max-width: 768px) {
  .table {
    font-size: 0.9rem;
  }
  .table thead th,
  .table tbody td {
    padding: 10px 12px;
  }
  .table tbody td:first-child {
    background: inherit;
    z-index: 1;
    min-width: 180px; /* adjust based on your longest category name */
    box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.08);
  }
}
@media (prefers-color-scheme: dark) {
  .t-responsive {
    background: #1e1e1e;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  }
  .table {
    color: #e0e0e0;
  }
  .table thead th {
    background: #2d2d2d;
    color: #ddd;
    border-bottom-color: #444;
  }
  .table tbody td {
    border-bottom-color: #333;
  }
  .table tbody tr:nth-child(even) {
    background-color: rgba(45, 45, 45, 0.4);
  }
  .table tbody tr:hover {
    background-color: rgba(60, 60, 60, 0.6);
  }
}
ul.list-disc {
  list-style-type: disc;
  padding-left: 0.75rem;
}
ul.list-disc li {
  margin-bottom: 0.5rem;
}

.pp-wait {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.pp-wait[aria-hidden=false] {
  display: flex;
}

.pp-wait__box {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 18px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-wait__spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  animation: ppSpin 0.9s linear infinite;
}

.pp-wait__text {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.78);
}

@keyframes ppSpin {
  to {
    transform: rotate(360deg);
  }
}
.muted {
  opacity: 0.5;
}

label {
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.4rem;
  text-align: start;
  font-weight: 600;
}

html[dir=rtl] input,
html[dir=rtl] textarea,
html[dir=rtl] select,
html[dir=rtl] input[type=search],
html[dir=rtl] .ss-main {
  font-family: "cairo", system-ui, Arial, sans-serif;
}

input,
textarea,
select,
input[type=search] {
  width: 100%;
  padding: 0.65rem 1rem 0.7rem;
  border: 1px solid #b8b8b8;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-family: "proxima-nova", sans-serif;
}
@media (max-width: 768px) {
  input,
  textarea,
  select,
  input[type=search] {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
}
input:focus,
textarea:focus,
select:focus,
input[type=search]:focus {
  border-color: #070707 !important;
  outline: none !important;
  box-shadow: none !important;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type=search]::-moz-placeholder {
  color: #a3a3a3;
  font-size: 1rem;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
input[type=search]::placeholder {
  color: #a3a3a3;
  font-size: 1rem;
}

/* Autofill ke liye background color override karo */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  /* Agar tumhara background color alag hai toh white ki jagah woh color use karo */
}

/* Text color bhi control karo */
input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
}

/* Agar transition effect chahiye smooth ke liye */
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 1.8rem 2rem 2.25rem;
  border-radius: 1rem;
}

.form-alert {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 1.5rem) !important;
  margin-left: auto;
  margin-right: auto;
}

.form-alert.success {
  color: #005f5a;
  font-size: 0.875rem;
  margin-top: 0.1rem;
}

.form-alert.error {
  color: #ff4d4f;
  font-size: 0.875rem;
  margin-top: 0.1rem;
}

.text-start.form-alert {
  text-align: left;
}

.form-alert.success-msg {
  color: #005f5a;
  background: #96f7e4;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.form-alert.server-success {
  color: #005f5a;
  background: #96f7e4;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}

.form-alert.server-error {
  color: #9f0712;
  background: #ffe2e2;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}

.form-alert.error-msg {
  color: #9f0712;
  background: #ffe2e2;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.ss-main {
  width: 100%;
  padding: 0.65rem 1rem 0.75rem !important;
  border: 1px solid #ccc !important;
  border-radius: 0.75rem !important;
  font-size: 1rem !important;
  font-family: "proxima-nova", sans-serif !important;
}
@media (max-width: 768px) {
  .ss-main {
    height: 51.19px;
  }
}
.ss-main:focus {
  border-color: #070707;
  outline: none;
}

.ss-main:focus {
  box-shadow: none !important;
  outline: none;
}

.ss-main .ss-arrow {
  margin-right: 0px !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: #f34b6f !important;
}
.ss-content .ss-list .ss-option.ss-highlighted:hover,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected:hover {
  color: #ffffff !important;
}

.ss-content .ss-list .ss-option {
  padding: 0.5rem 1rem !important;
}

.ss-content .ss-list .ss-option:hover {
  background: #f2f0f1 !important;
  color: #070707 !important;
}

.dark-form {
  /* ✅ FIX AUTOFILL (Chrome/Safari/Edge) */
  /* Optional: If Chrome still adds weird outline */
}
.dark-form input,
.dark-form textarea,
.dark-form select,
.dark-form .ss-search input {
  border: 1px solid #737682 !important;
  background-color: #282b2f !important;
  color: #f0f0ee !important;
}
.dark-form input:focus,
.dark-form textarea:focus,
.dark-form select:focus,
.dark-form .ss-search input:focus {
  border-color: #f0f0ee;
  outline: none;
}
.dark-form input::-moz-placeholder, .dark-form textarea::-moz-placeholder, .dark-form select::-moz-placeholder, .dark-form .ss-search input::-moz-placeholder {
  color: #bcbcbc;
}
.dark-form input::placeholder,
.dark-form textarea::placeholder,
.dark-form select::placeholder,
.dark-form .ss-search input::placeholder {
  color: #bcbcbc;
}
.dark-form .ss-main {
  border: 1px solid #737682 !important;
  background-color: #282b2f !important;
  color: #bcbcbc;
  font-size: 1rem !important;
  font-family: "proxima-nova", sans-serif !important;
}
.dark-form .ss-content .ss-list .ss-option.ss-highlighted,
.dark-form .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: #282b2f !important;
}
.dark-form .ss-content .ss-list .ss-option.ss-highlighted:hover,
.dark-form .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected:hover {
  color: #ffffff !important;
}
.dark-form .ss-main .ss-arrow path {
  stroke: #dcdcdc !important;
}
.dark-form input:-webkit-autofill,
.dark-form input:-webkit-autofill:hover,
.dark-form input:-webkit-autofill:focus,
.dark-form textarea:-webkit-autofill,
.dark-form textarea:-webkit-autofill:hover,
.dark-form textarea:-webkit-autofill:focus,
.dark-form select:-webkit-autofill,
.dark-form select:-webkit-autofill:hover,
.dark-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #f0f0ee !important;
  caret-color: #f0f0ee !important;
  /* force background to match your dark form */
  box-shadow: 0 0 0px 1000px #282b2f inset !important;
  /* prevent autofill flash */
  -webkit-transition: background-color 9999s ease-out 0s;
  transition: background-color 9999s ease-out 0s;
}
.dark-form input:-webkit-autofill {
  border: 1px solid #737682 !important;
}
.dark-form a {
  color: #f34b6f;
}

.form-group {
  position: relative;
}
.form-group input {
  padding-left: 2.5rem;
}
.form-group .showPass {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #ffffff;
  margin-top: -1px;
}
.form-group .showPass img {
  left: unset;
  height: 1.15rem;
  width: 1.15rem;
}
.form-group img {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0px;
}

.in-icon-group {
  position: relative;
}
.in-icon-group .in-icon {
  position: relative;
}
.in-icon-group .in-icon input {
  padding-right: 2.25rem;
}
.in-icon-group .in-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 0.75rem;
  line-height: 0;
}
.in-icon-group .in-icon .icon svg {
  height: 1.12rem;
  width: 1.12rem;
}
.in-icon-group .in-icon-opt {
  background-color: #ffffff;
  box-shadow: 0 2px 10px #c5c5c5;
  border-radius: 0.35rem;
  position: absolute;
  padding: 0.35rem 0;
  top: 10px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.in-icon-group .in-icon-opt .option {
  padding: 0.7rem 1.2rem;
  cursor: pointer;
}
.in-icon-group .in-icon-opt .option:hover {
  background-color: #efeeee;
}
.in-icon-group .opt-radio-modal {
  position: fixed !important;
  top: 30px !important;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 1rem);
  max-width: 400px;
  min-height: 550px;
  max-height: 70dvh;
  padding: 0.5rem;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.in-icon-group .opt-radio-modal .search {
  padding: 0.5rem;
}
.in-icon-group .in-icon-opt.active {
  top: 0px;
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  display: block;
}
.in-icon-group .in-icon-opt .option.selected {
  font-weight: 600;
  color: #f34b6f;
}

html[dir=rtl] .select-group {
  flex-direction: row-reverse;
}
html[dir=rtl] .form-group input {
  padding-right: 2.5rem;
  padding-left: 1rem;
}
html[dir=rtl] .form-group .showPass {
  left: -2px;
  right: unset;
  transform: translate(50%, -50%);
}
html[dir=rtl] .form-group .showPass img {
  right: unset;
  left: 0.75rem;
}
html[dir=rtl] .form-group img {
  right: 0.75rem;
}
html[dir=rtl] .in-icon-group .in-icon input {
  padding-right: 2.25rem;
}
html[dir=rtl] .in-icon-group .in-icon .height-inp {
  direction: ltr;
}
html[dir=rtl] .in-icon-group .in-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 0.75rem;
  right: unset;
  line-height: 0;
}
html[dir=rtl] .in-icon-group .in-icon .icon svg {
  height: 1.12rem;
  width: 1.12rem;
}
html[dir=rtl] .in-icon-group .in-icon .icon.height-rtl {
  right: 0.75rem;
  left: unset;
}
html[dir=rtl] .in-icon-group .in-icon-opt {
  background-color: #ffffff;
  box-shadow: 0 2px 10px #c5c5c5;
  border-radius: 0.35rem;
  position: absolute;
  padding: 0.35rem 0;
  top: 10px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  display: none;
}
html[dir=rtl] .in-icon-group .in-icon-opt .option {
  padding: 0.7rem 1.2rem;
  cursor: pointer;
}
html[dir=rtl] .in-icon-group .in-icon-opt .option:hover {
  background-color: #efeeee;
}
html[dir=rtl] .in-icon-group .opt-radio-modal {
  position: fixed !important;
  top: 30px !important;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 1rem);
  max-width: 400px;
  min-height: 550px;
  max-height: 70dvh;
  padding: 0.5rem;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
html[dir=rtl] .in-icon-group .opt-radio-modal .search {
  padding: 0.5rem;
}
html[dir=rtl] .in-icon-group .in-icon-opt.active {
  top: 0px;
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  display: block;
}
html[dir=rtl] .in-icon-group .in-icon-opt .option.selected {
  font-weight: 600;
  color: #f34b6f;
}

.check-modal {
  box-shadow: 0 2px 10px #c5c5c5;
  border-radius: 0.35rem;
  background-color: #ffffff;
  position: fixed !important;
  top: 50px !important;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 1rem);
  max-width: 400px;
  min-height: 550px;
  max-height: 70dvh;
  padding: 0.5rem;
  z-index: 101;
  display: none;
  transition: all 0, 2s ease;
}
.check-modal .head {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #d4d4d4;
}
.check-modal .head .close {
  background-color: #f2f0f1;
  border-radius: 2rem;
  padding: 0.25rem;
  cursor: pointer;
}
.check-modal .search {
  padding: 1rem 0.5rem;
  background-color: #ffffff;
}
.check-modal .body {
  max-height: calc(70dvh - 55px);
  overflow: hidden;
  overflow-y: auto; /* you have this */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.check-modal.active {
  display: block;
  top: 30px !important;
}

.choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.8rem;
  border-radius: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
}

.choice__text {
  color: var(--text);
  font-weight: 500;
  font-size: 1rem;
}

.choice__check {
  width: 18px;
  height: 18px;
  cursor: pointer;
  /* native checkbox but colored */
  accent-color: #f34b6f;
}

/* Make label bold + primary when checked */
.choice:has(.choice__check:checked) .choice__text {
  font-weight: 700;
  color: #f34b6f;
}

/* Focus ring (keyboard) */
.choice__check:focus-visible {
  outline: 2px solid #f34b6f;
  outline-offset: 2px;
}

.choice__check::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  background: #f34b6f;
  clip-path: polygon(14% 54%, 0 68%, 42% 100%, 100% 28%, 86% 14%, 42% 72%);
  transition: transform 0.15s ease;
} /* iOS/WebKit-only tweak */
@supports (-webkit-touch-callout: none) {
  .choice__check {
    transform: scale(0.85); /* visually smaller */
    transform-origin: center right; /* so it shrinks toward the edge */
  }
}
.item-badge {
  font-size: 0.875rem;
  padding: 0.15rem 0.75rem;
  background-color: #f34b6f;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  text-transform: capitalize;
}

.select-group {
  display: flex;
  align-items: center;
}
.select-group input {
  width: calc(100% - 85px);
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
}
.select-group .ss-main {
  max-width: 85px;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

.custom-checkbox {
  display: flex;
  align-items: start;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 28px;
  min-height: 24px;
}
.custom-checkbox a {
  color: #f34b6f;
}

/* Hide the default input visually */
.custom-checkbox .check-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.check-text {
  font-size: 1rem;
  font-weight: 400;
}

/* --- 2. Create the Material Box (::before) --- */
.custom-checkbox .check-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  /* * BORDER COLOR BEFORE CHECKED: #b8b8b8 
   */
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

/* --- 3. Create the Checkmark (::after) --- */
.custom-checkbox .check-text::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  /* * CHECKMARK COLOR: White 
   */
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease-in-out;
}

/* --- 4. Checked State (.check-input:checked) --- */
/* Apply $primary color for border and background when checked */
.custom-checkbox .check-input:checked + .check-text::before {
  /* * BORDER AND BACKGROUND COLOR AFTER CHECKED: $primary 
   */
  background-color: #f34b6f;
  border-color: #f34b6f;
}

/* Show the checkmark when checked */
.custom-checkbox .check-input:checked + .check-text::after {
  transform: rotate(45deg) scale(1);
}

/* --- 5. Focus/Hover (Improved UX) --- */
/* Darker border on hover (Optional, but good visual feedback) */
.custom-checkbox:hover .check-text::before {
  border-color: #999999; /* Slightly darker than default border */
}

/* Focus state for accessibility */
.custom-checkbox .check-input:focus + .check-text::before {
  /* Use a lighter shade of the primary color for the focus glow */
  box-shadow: 0 0 0 3px color-mix(in srgb, #f34b6f 40%, white);
}

html[dir=rtl] body {
  direction: rtl;
  text-align: right;
}

html {
  scroll-behavior: smooth;
}

*,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "cairo", system-ui, Arial, sans-serif;
  word-wrap: break-word;
}

::before,
::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  position: relative;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  position: relative;
}

.layout {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.e-none {
  pointer-events: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f2f0f1;
  z-index: 50;
}
header nav {
  direction: ltr;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header .logo img {
  max-height: 35px;
  width: 100%;
}
@media (max-width: 576px) {
  header .logo img {
    max-height: 28px;
  }
}
header .cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #070707;
}
header .cta a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
header .cta a:hover {
  color: #f34b6f;
}
header .nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #070707;
  list-style: none;
  margin-left: 0;
}
header .nav-links a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
header .nav-links a:hover {
  color: #f34b6f;
}
header .nav-links a.active {
  text-decoration: underline;
}
header .nav-links .close-menu {
  display: none;
}
header .burger {
  display: none;
}
header .right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .hinLarge {
  display: none;
}
@media (max-width: 991px) {
  header .hinLarge {
    display: flex;
    flex-wrap: wrap;
  }
  header .hinLarge .btn {
    font-size: 1.5rem;
    padding: 0.75rem 2.5rem;
  }
  header .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    background-color: #ffffff;
    align-items: flex-start;
    width: 100%;
    height: 100dvh;
    z-index: 999;
    padding: 3rem 2.5rem;
    font-size: 1.5rem;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
  header .nav-links .close-menu {
    display: block;
    background-color: #f2f0f1;
    padding: 0.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    line-height: 0;
    border-radius: 2rem;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  header .nav-links.show {
    transform: translateX(0);
  }
  header .burger {
    display: block;
  }
  header .burger .line {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #070707;
    order: 0;
  }
  header .burger .line:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  #headerLoginBtn {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #headerLoginBtn .sinmob {
    line-height: 0;
  }
}
.sinmob {
  display: none !important;
}
@media (max-width: 576px) {
  .sinmob {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .hinmob {
    display: none !important;
  }
}

#hero-scroll {
  position: relative;
}

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: 160px;
  background-color: #f2f0f1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: center bottom;
  transition: background-image 0.4s ease;
}
.hero .hero-content {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 1.25rem;
}
.hero .title {
  background-color: #ffffff;
  padding: 0.5rem 2rem 0.7rem;
  border-radius: 50px;
  font-family: "cairo", system-ui, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  white-space: pre-wrap;
}
@media (max-width: 576px) {
  .hero .title {
    font-size: 2rem;
    padding: 0.75rem 1rem;
    line-height: 1.2;
  }
}
.hero .subText {
  max-width: 80%;
  opacity: 0.8;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  color: #070707;
}
.hero .hero-buttons {
  gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: opacity 0.3s ease;
}
.hero .show-buttons .hero-buttons {
  opacity: 1;
  pointer-events: auto;
}

.hero {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

/* Slides behind the content */
.hero .slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* Each slide mimics your previous background sizing/pos */
.hero .slides .slide {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: auto 60%; /* same as your .hero */
  background-position: center bottom;
  opacity: 0;
  will-change: opacity; /* smooth GPU fade */
}

/* first slide visible by default */
.hero .slides .slide.is-active {
  opacity: 1;
}

/* keep your .hero-content styles; ensure it's above slides */
.hero .hero-content {
  position: relative;
  z-index: 1;
}

.hero-hint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: #000;
  opacity: 0.6;
  font-weight: 600;
  background: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  pointer-events: none;
}

.slides .slide {
  transition: opacity 0.6s ease;
} /* smooth fade */
.main-header {
  background-color: #f2f0f1;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.main-header.white-bg {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* optional */
}

.title {
  font-size: 2rem;
  font-family: "cairo", system-ui, Arial, sans-serif;
  font-weight: bold;
  color: #070707;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title {
    font-size: 1.7rem;
  }
}

.title-l {
  font-size: 3rem;
  font-family: "cairo", system-ui, Arial, sans-serif;
  font-weight: bold;
  color: #070707;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .title-l {
    font-size: 2.5rem;
  }
}

.title-m {
  font-size: 1.75rem;
  font-family: "cairo", system-ui, Arial, sans-serif;
  font-weight: 700;
  color: #070707;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .title-m {
    font-size: 1.5rem;
  }
}

.title-s {
  font-size: 1.25rem;
  font-family: "cairo", system-ui, Arial, sans-serif;
  font-weight: 600;
  color: #070707;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .title-s {
    font-size: 1.25rem;
  }
}

.subtitle {
  font-size: 1.4rem;
  font-family: "cairo", system-ui, Arial, sans-serif;
  font-weight: 600;
  color: #070707;
  line-height: 1.4;
}

.con100vh {
  min-height: calc(100dvh - 70px);
}

.max-w-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-1300 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-500-mx-auto {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-500 {
  width: 100%;
  max-width: 500px;
}

.max-w-600 {
  width: 100%;
  max-width: 600px;
}

.gapContainer {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991px) {
  .gapContainer {
    grid-template-columns: 1fr;
  }
  .gapContainer .max-w-600 {
    margin: 0 auto;
    text-align: center;
  }
  .gapContainer .col {
    max-width: 600px;
    margin: 0 auto;
  }
}
.gapContainer .img-wrap {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.gapContainer .img-wrap img {
  width: calc(50% - 0.75rem);
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.gapContainer .img-wrap video {
  width: 100%;
  max-width: calc(50% - 0.75rem);
}
.gapContainer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.page-content {
  padding: 120px 0;
}

.bg-light {
  background-color: #f2f0f1;
}

.bg-primary {
  background-color: #f34b6f;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.mh-600 {
  max-height: 600px;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
}

.waitlist {
  background-image: url("../images/shine-bg.webp");
  background-size: cover;
  background-position: center;
}
.waitlist .title-l,
.waitlist .subtitle,
.waitlist .wl-note {
  color: #ffffff;
}
.waitlist .form-wrapper {
  background-color: transparent;
  max-width: 450px;
}
.waitlist .wl-note {
  font-size: 0.8rem;
}
.waitlist .wl-counter {
  background-color: #282b2f;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.45rem 1.25rem;
  color: #ffffff;
  margin: 1rem auto 0;
  border: solid 1px #5e5d5d;
  border-radius: 50px;
}

.collabForm.waitlist {
  background-image: none;
  position: relative;
  width: 100%;
  height: 100vh; /* full screen height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.collabForm.waitlist .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.collabForm.waitlist .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* adjust overlay darkness */
  z-index: -1;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.features-grid .feature-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

footer {
  background-color: #070707;
  padding: 100px 0 50px;
  font-size: 0.875rem;
  color: #696969;
}
footer .logo img {
  height: 32px;
}
footer .min-w-400-lg {
  min-width: 370px !important;
}
@media (max-width: 768px) {
  footer .min-w-400-lg {
    min-width: 100% !important;
  }
}
footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .footer-links li {
  font-weight: 200;
}
footer .footer-links li a {
  color: #696969;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1rem;
  color: #ffffff;
}
footer .footer-links li a:hover {
  text-decoration: underline;
}
footer .social {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
footer .social img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s ease;
}
footer .social img:hover {
  scale: 1.1;
}
footer .botton {
  margin-top: 40px;
}
footer .botton p {
  font-size: 0.87rem;
  color: rgb(168.75, 168.75, 168.75);
}

.page-header {
  padding-top: 110px;
  padding-bottom: 50px;
}

.languageSwitcher {
  position: relative;
  z-index: 998;
}
.languageSwitcher .toggle {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.languageSwitcher .toggle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.languageSwitcher .dropdown {
  position: absolute;
  right: -40px;
  top: 65px;
  background-color: #ffffff;
  color: #696969;
  min-width: 350px;
  padding: 0.65rem 0.45rem;
  padding-top: 1rem;
  box-shadow: 0 1px 6px rgba(37, 37, 37, 0.302);
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .languageSwitcher .dropdown {
    min-width: 330px;
    right: -105px;
  }
}
.languageSwitcher .dropdown .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  min-width: 160px;
  direction: ltr;
}
@media (max-width: 576px) {
  .languageSwitcher .dropdown .item {
    min-width: 150px;
  }
}
.languageSwitcher .dropdown .item:hover {
  color: rgb(19.75, 19.75, 19.75);
}
.languageSwitcher .dropdown .item:nth-last-child(1) {
  margin-bottom: 0.25;
}
.languageSwitcher .dropdown .item img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: solid 1px #c0c0c0;
}
.languageSwitcher .dropdown .item.active {
  color: #070707;
  font-weight: 500;
}
.languageSwitcher .dropdown.active {
  top: 35px;
  opacity: 1;
  pointer-events: all;
}

.blog-wrapper a {
  color: inherit;
  text-decoration: none;
}
.blog-wrapper .grid-blog {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1.5rem;
}
.blog-wrapper .grid-blog .grid-3 {
  grid-template-columns: 1fr;
  gap: 2.5rem;
  border-left: solid 1px #cecece;
  padding-left: 1.5rem;
}
@media (max-width: 1199px) {
  .blog-wrapper .grid-blog .grid-3 {
    grid-template-columns: repeat(3, 1fr);
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .blog-wrapper .grid-blog .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .blog-wrapper .grid-blog .grid-3 {
    grid-template-columns: 1fr;
  }
}
.blog-wrapper .grid-blog .grid-3 .title-m {
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .blog-wrapper .grid-blog {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.blog-wrapper .blog-item {
  cursor: pointer;
}
.blog-wrapper .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 991px) {
  .blog-wrapper .grid-2 {
    grid-template-columns: 1fr;
  }
}
.blog-wrapper .grid-2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrapper .release {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.blog-wrapper .author {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0.5rem;
  border-right: 1px solid #cecece;
}
.blog-wrapper .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: #070707;
}
.blog-wrapper .cover {
  width: 100%;
}
.blog-wrapper .category {
  font-weight: 500;
  font-size: 0.875rem;
  color: #f34b6f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 991px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-2-m {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .grid-2-m {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .t-center-tab {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .max-col-width .col {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

.icon-l {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flex-blurb {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: start;
}
@media (max-width: 576px) {
  .flex-blurb {
    justify-content: center;
  }
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 44, 0.6);
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem;
  z-index: 1000;
}

.cookie-box {
  background: #fff;
  padding: 20px;
  max-width: 500px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cookie-options {
  margin: 15px 0;
  text-align: left;
}
.cookie-options label {
  display: flex;
}
.cookie-options label input {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 15px;
}