@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Geist";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Geist/GeistVariableVF.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Google-sans";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/google-sans-cufonfonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Platypi";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Platypi/static/Platypi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro", "SF Pro Text", "Myriad Set Pro", system-ui, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/SF-Pro/SFPRODISPLAYREGULAR.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Great Vibes";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/great-vibes/GreatVibes-Regular.ttf") format("truetype");
  font-weight: normal;
}
.geist {
  font-family: "Geist", "Open Sans", sans-serif !important;
}

.google-sans {
  font-family: "Google-sans", "Open Sans", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.platypi {
  font-family: "Platypi", sans-serif !important;
}

.sf-pro {
  font-family: "SF Pro", "Open Sans", Helvetica, sans-serif !important;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif !important;
}

.great-vibes {
  font-family: "Great Vibes" !important;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(217, 224, 231);
  border-radius: 8px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.ls-0 {
  letter-spacing: 0px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

label.form-check-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dropdown-item-danger {
  color: #dc3545;
  background: transparent;
}

.dropdown-item-danger:focus,
.dropdown-item-danger:hover {
  color: #bd362f;
  background: #f8f9fa;
}

label.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 32px;
}
label.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
label.switch input[type=checkbox]:checked + .slider {
  background-color: #2196f3;
}
label.switch input[type=checkbox]:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
label.switch input[type=checkbox]:checked + .slider:before {
  transform: translateX(26px);
}
label.switch span.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
label.switch span.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
label.switch span.round {
  border-radius: 34px;
}
label.switch span.round:before {
  border-radius: 50%;
}

.no-results-box {
  padding: 50px;
  border-radius: 32px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-results-box h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.no-results-box h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #606e9a;
  opacity: 0.4;
  font-family: "Poppins", sans-serif;
}
.no-results-box p {
  font-size: 1rem;
  max-width: 560px;
}

.btn-theme-blue {
  background: #4364d3;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.btn-theme-blue:hover {
  background: #3b59ba;
  color: #ffffff;
}

.btn-outline-theme-blue {
  border-color: #4364d3;
  color: #4364d3;
  transition: all 0.25s ease-in-out;
}
.btn-outline-theme-blue:hover {
  background: #4364d3;
  color: #ffffff;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper label {
    cursor: pointer;
  }
  .checkbox-wrapper input[type=checkbox] {
    margin: 0;
    margin-top: 2px;
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 22px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    box-shadow: none !important;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .checkbox-wrapper input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .checkbox-wrapper input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .checkbox-wrapper input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .checkbox-wrapper input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .checkbox-wrapper input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .checkbox-wrapper input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch) {
    width: 21px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  .checkbox-wrapper input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .checkbox-wrapper input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .checkbox-wrapper input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .checkbox-wrapper input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .checkbox-wrapper input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}
.checkbox-wrapper * {
  box-sizing: inherit;
}

.checkbox-wrapper *:before,
.checkbox-wrapper *:after {
  box-sizing: inherit;
}

/* From Uiverse.io by alexruix */
.square-box-loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;
}

.square-box-loader:before {
  content: "";
  width: 48px;
  height: 5px;
  background: rgba(67, 101, 211, 0.2980392157);
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.square-box-loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #4364d3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  animation: jump7456 0.5s linear infinite;
}

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: none;
  z-index: 9999;
}
.overlay-loader .loading-container {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow324 {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/* HTML: <div class="loader"></div> */
.box-circle-loader {
  width: 65px;
  aspect-ratio: 1;
  position: relative;
}

.box-circle-loader:before,
.box-circle-loader:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  box-shadow: 0 0 0 3px inset #1a1a1a;
  animation: l5 2.5s infinite;
}

.box-circle-loader:after {
  animation-delay: -1.25s;
  border-radius: 0;
}

@keyframes l5 {
  0% {
    inset: 0 35px 35px 0;
  }
  12.5% {
    inset: 0 35px 0 0;
  }
  25% {
    inset: 35px 35px 0 0;
  }
  37.5% {
    inset: 35px 0 0 0;
  }
  50% {
    inset: 35px 0 0 35px;
  }
  62.5% {
    inset: 0 0 0 35px;
  }
  75% {
    inset: 0 0 35px 35px;
  }
  87.5% {
    inset: 0 0 35px 0;
  }
  100% {
    inset: 0 35px 35px 0;
  }
}
.heart-loader {
  width: 50px;
  aspect-ratio: 1;
  color: #dc1818;
  background: radial-gradient(circle at 60% 65%, currentColor 62%, rgba(0, 0, 0, 0) 65%) top left, radial-gradient(circle at 40% 65%, currentColor 62%, rgba(0, 0, 0, 0) 65%) top right, linear-gradient(to bottom left, currentColor 42%, rgba(0, 0, 0, 0) 43%) bottom left, linear-gradient(to bottom right, currentColor 42%, rgba(0, 0, 0, 0) 43%) bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.heart-loader:after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.4;
  animation: l3 1s infinite;
}

@keyframes l3 {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
footer .footer-box {
  margin: 24px 80px;
  padding: 80px;
  border-radius: 48px;
  background: #000;
  color: #fff;
}
@media (max-width: 1024px) {
  footer .footer-box {
    margin: 20px 40px;
    padding: 40px;
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  footer .footer-box {
    margin: 16px 20px;
    padding: 32px 24px;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  footer .footer-box {
    margin: 12px 16px;
    padding: 24px 20px;
    border-radius: 20px;
  }
}
footer .footer-box .footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  footer .footer-box .footer-container {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-container {
    grid-gap: 24px;
    margin-bottom: 24px;
  }
}
footer .footer-box .footer-container .footer-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
footer .footer-box .footer-container .footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-box .footer-container .footer-navigation a {
  text-decoration: none;
  color: #f8f9fa;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
}
footer .footer-box .footer-container .footer-navigation a:hover {
  color: #ffffff;
}
footer .footer-box .footer-copyright {
  font-size: 16px;
  color: #f8f9fa;
  margin-top: 80px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer-box .footer-copyright {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-copyright {
    margin-top: 32px;
    font-size: 13px;
  }
}
footer .footer-box .footer-copyright a {
  color: #f8f9fa;
  text-decoration: none;
}
footer .footer-box .footer-copyright a:hover {
  color: #007bff;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #343a40;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #343a40;
}

h1 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 24px;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h3 {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
}

h5 {
  font-size: clamp(1.15rem, 4vw, 1.5rem);
}

h6 {
  font-size: clamp(1.1rem, 4vw, 1.25rem);
}

p {
  font-size: clamp(1rem, 4vw, 1.15rem);
  color: #333;
}

a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul,
ol {
  margin-bottom: 1.5rem;
  padding-left: 2.25;
}

li {
  margin: 0;
}

li p {
  margin: 8px 0;
}

blockquote {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-left: 4px solid #007bff;
  background-color: #f1f1f1;
  color: #6c757d;
  font-style: italic;
}

pre,
code {
  font-family: "Courier New", monospace;
  background-color: #f4f4f4;
  padding: 0.75rem;
  border-radius: 4px;
  overflow-x: auto;
}

pre {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  aspect-ratio: 1/1 auto;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

th,
td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #f4f4f4;
  font-weight: 700;
}

button,
.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}
button:hover,
.button:hover {
  background-color: rgb(0, 98.4, 204);
}

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

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

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

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

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

@media (max-width: 768px) {
  h1 {
    font-weight: 800;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
}
body {
  font-family: "Poppins", sans-serif;
  color: #343a40;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.blog-content {
  opacity: 1;
}

.blog-sentence,
.blog-li,
.blog-heading,
.blog-paragraph {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}

.blog-li {
  display: list-item;
}

.blog-heading,
.blog-paragraph {
  display: block;
}

.blog-img {
  opacity: 0;
  transform: translateY(40px);
  /* Do not set display, so float/width/height are preserved */
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-img.img-fr,
.blog-img.img-fl {
  /* Only animate opacity for float right/left images */
  transform: none !important;
}

/* Breadcrumb animation styles */
.breadcrumb a,
.breadcrumb span {
  opacity: 0;
  transform: translateX(30px);
}

/* Blog title animation styles */
.blog-title {
  opacity: 0;
  transform: translateY(30px);
}

/* Thumbnail animation styles */
.thumbnail {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
}

.header {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  padding: 24px 0;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  text-align: start;
}
.header .logo img {
  height: 24px;
  width: auto;
  padding: 0;
  margin: 0;
}
.header .logo span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #343a40;
}
.header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header nav ul li {
  margin: 0 12px;
}
.header nav ul li a {
  text-decoration: none;
  color: #343a40;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header nav ul li a:hover {
  color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.header nav ul li button,
.header nav ul li .edit-btn,
.header nav ul li .share-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #343a40;
  font-weight: 500;
  padding: 0;
  margin: 0;
  border-radius: 50px;
  transition: color 0.3s ease;
}
.header nav ul li button:hover,
.header nav ul li .edit-btn:hover,
.header nav ul li .share-btn:hover {
  color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.header nav ul li button i,
.header nav ul li .edit-btn i,
.header nav ul li .share-btn i {
  display: grid;
  place-items: center;
  height: 38px;
  width: 38px;
  font-size: 24px;
  font-weight: 600;
}

.breadcrumb {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #6c757d;
}
.breadcrumb a {
  color: #343a40;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span.active {
  color: #343a40;
  font-weight: 600;
}

.collapsible-container {
  margin-bottom: 12px;
}
.collapsible-container .blog-navigation {
  padding: 24px;
}
.collapsible-container .blog-navigation ul.nav-h2 {
  padding-left: 12px;
  margin-bottom: 0;
}
.collapsible-container .blog-navigation ul.nav-h2 li.nav-h2-item {
  margin-bottom: 4px;
  padding: 0;
  display: flex;
}
.collapsible-container .blog-navigation ul.nav-h2 li.nav-h2-item i.bi {
  margin-right: 8px;
}
.collapsible-container .blog-navigation ul.nav-h2 li.nav-h2-item a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.collapsible-container .blog-navigation ul.nav-h2 li.nav-h2-item a:hover {
  color: #222;
}
.collapsible-container .blog-navigation ul.nav-h2 li.nav-h2-item.active a {
  color: #007bff;
}
.collapsible-container .blog-navigation ul.nav-h2 ul.nav-h3 {
  list-style: none;
  padding-left: 28px;
  margin-bottom: 12px;
}
.collapsible-container .blog-navigation ul.nav-h2 ul.nav-h3 li.nav-h3-item {
  margin-bottom: 0;
  padding: 0;
}
.collapsible-container .blog-navigation ul.nav-h2 ul.nav-h3 li.nav-h3-item i.bi {
  margin-right: 8px;
  font-size: 12px;
}
.collapsible-container .blog-navigation ul.nav-h2 ul.nav-h3 li.nav-h3-item a {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
}
.collapsible-container .blog-navigation ul.nav-h2 ul.nav-h3 li.nav-h3-item a:hover {
  color: #333;
}
.collapsible-container .blog-navigation ul.nav-h2 ul.nav-h3 li.nav-h3-item.active a {
  color: #007bff;
}

.blog-content-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.blog-content-body .blog-content-header {
  width: 100%;
}
.blog-content-body .blog-content-header h1.blog-title {
  margin-bottom: 12px;
}
.blog-content-body .blog-content-header h1.blog-title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  background: linear-gradient(90deg, #ac7c1d, #cba161);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-content-body .blog-content-header .thumbnail {
  margin-top: 50px;
  border-radius: 24px;
  overflow: hidden;
}
.blog-content-body .blog-content-header .thumbnail img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 16/12;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-content-body .blog-content-main {
  max-width: 720px;
  margin: 0 auto;
}
.blog-content-body .blog-content-main .blog-body {
  margin-bottom: 1.5rem;
}
.blog-content-body .blog-content-main .blog-body h2,
.blog-content-body .blog-content-main .blog-body h3 {
  scroll-padding-top: 50px;
}
.blog-content-body .blog-content-main .blog-body h2 span,
.blog-content-body .blog-content-main .blog-body h3 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  background: linear-gradient(90deg, #ac7c1d, #cba161);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-content-body .blog-content-main .blog-body h2 a.hash-link,
.blog-content-body .blog-content-main .blog-body h3 a.hash-link {
  font-weight: 200;
  text-decoration: none;
  margin-left: 4px;
  display: none;
  transition: all 0.25s ease-in-out;
}
.blog-content-body .blog-content-main .blog-body h2:hover a.hash-link,
.blog-content-body .blog-content-main .blog-body h3:hover a.hash-link {
  display: inline-block;
}
.blog-content-body .blog-content-main .blog-body img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  max-height: 460px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
}
.blog-content-body .blog-content-main .blog-body .img-fr {
  float: right;
  max-height: 200px;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-content-body .blog-content-main .blog-body .img-left {
  margin: 0 auto 0 0;
}
.blog-content-body .blog-content-main .blog-body .img-fl {
  float: left;
  max-height: 200px;
  height: auto;
  width: auto;
  max-width: 50%;
}
.blog-content-body .blog-content-main .blog-body .img-right {
  margin: 0 0 0 auto;
}
.blog-content-body .blog-content-main .blog-body .mobile-ss {
  max-height: 720px;
  border-radius: 40px;
}
.blog-content-body .blog-content-main .blog-body .shadow-none {
  box-shadow: none;
}
.blog-content-body .blog-content-footer {
  margin-top: 50px;
  max-width: 720px;
  margin: 0 auto;
}
.blog-content-body .blog-content-footer .recommendation {
  position: relative;
  width: 100%;
  max-width: 420px;
  overflow-x: hidden;
  border-radius: 32px;
  background: #007bff;
  margin-top: 50px;
}
.blog-content-body .blog-content-footer .recommendation .recommendation-blog {
  display: block;
  text-decoration: none;
  padding: 8px 12px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: white;
  text-wrap: nowrap;
  font-size: 0.95rem;
  transition: all 0.25s ease-in-out;
}
.blog-content-body .blog-content-footer .recommendation .recommendation-blog i.bi {
  color: white;
  margin-right: 4px;
}
.blog-content-body .blog-content-footer .recommendation .recommendation-blog:hover {
  background: rgb(0, 98.4, 204);
}
.blog-content-body .blog-content-footer .recommendation .recommendation-blog:hover .icon-next {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(0, 98.4, 204) 30%);
}
.blog-content-body .blog-content-footer .recommendation .icon-next {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 0 12px 0 24px;
  right: 0;
  color: white;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #007bff 30%);
  transition: all 0.3s ease-in-out;
}
.blog-content-body .blog-content-footer .blog-footer-info {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.blog-content-body .blog-content-footer .blog-footer-info .form-text {
  font-size: 0.9rem;
  color: #6c757d;
}
.blog-content-body .blog-content-footer .blog-footer-actions {
  margin-top: 24px;
}
.blog-content-body .blog-content-footer .blog-footer-actions a.back-btn {
  text-decoration: none !important;
  background: #343a40;
  color: white !important;
  padding: 8px 16px;
  border-radius: 50px;
  transition: all 0.25s ease-in-out;
}
.blog-content-body .blog-content-footer .blog-footer-actions a.back-btn i {
  margin-left: 4px;
}
.blog-content-body .blog-content-footer .blog-footer-actions a.back-btn:hover {
  background: #1a1a1a !important;
  color: white !important;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 20px;
  }
  .header .logo img {
    max-width: 120px;
    height: auto;
  }
  .header nav ul li {
    margin: 0 8px;
  }
  .header nav ul li a {
    font-size: 0.9rem;
  }
  .header nav ul li button i,
  .header nav ul li .edit-btn i,
  .header nav ul li .share-btn i {
    font-size: 20px;
  }
  .blog-content-body .blog-content-header .thumbnail {
    margin-top: 24px;
  }
  .blog-navigation {
    padding: 12px 0;
  }
}
.collapsible-container {
  max-width: 100%; /* Adjust as needed */
  background-color: #faf9f9;
  border-radius: 12px;
  margin-top: 24px;
  overflow: hidden;
}

.collapsible-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #f0eef3;
  color: #1a1a1a;
  cursor: pointer;
}

.collapsible-header span {
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

.toggle-button {
  background: transparent !important;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow {
  width: 8px;
  height: 8px;
  border: 2px solid #2a2a2a;
  border-left: none;
  border-bottom: none;
  background: transparent;
  transform: rotate(135deg) translate(-2px, 2px);
  transition: transform 0.3s ease;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.collapsible-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.collapsible-content li {
  padding: 8px 16px;
}

.collapsible-content a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: color 0.2s ease;
}

.collapsible-content a:hover {
  color: #303030;
}

/* Expanded state */
.collapsible-container.expanded .collapsible-content {
  max-height: 1000px; /* Arbitrary large value to accommodate content */
}

.collapsible-container.expanded .arrow {
  transform: rotate(-45deg) translate(-2px, 2px);
}