@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../font/Poppins-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --font-poppins: "Poppins", sans-serif;
}
.dynamic-content {
  color: #374151;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
}
.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h5,
.dynamic-content h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #eb1b74;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.dynamic-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.dynamic-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.dynamic-content ul li::marker {
  color: #eb1b74;
}
.dynamic-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.dynamic-content ol li::marker {
  color: #eb1b74;
}
.dynamic-content a {
  color: #eb1b74;
  text-decoration: underline;
}
.dynamic-content blockquote {
  border-left: 3px solid #eb1b74;
  padding-left: 1rem;
  color: #374151;
  font-style: italic;
  margin: 1rem 0;
}
.dynamic-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}
.dynamic-content table {
  max-width: 100%;
  border-collapse: collapse;
  margin: 1.5rem auto;
  font-size: 0.95rem;
  background-color: #fff;
  border: 1px solid #d1d5db;
}
.dynamic-content table thead {
  background-color: #f3f4f6;
  text-align: left;
  font-weight: 600;
}
.dynamic-content table th {
  padding: 0.6rem 0.9rem;
  border: 1px solid #d1d5db;
  color: #111827;
  font-size: 0.95rem;
}
.dynamic-content table td {
  padding: 0.6rem 0.9rem;
  border: 1px solid #d1d5db;
  color: #374151;
  font-size: 0.92rem;
  vertical-align: top;
}
.dynamic-content table tbody tr:hover {
  background-color: #f9fafb;
}
.swiper-pagination {
  margin: 0 !important;
  margin-top: 40px !important;
  position: relative;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #ffffff !important;
  width: 80px !important;
  height: 6px !important;
  opacity: 0.5 !important;
  border-radius: 10px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #eb1b74 !important;
  width: 40px !important;
  height: 6px !important;
  opacity: 1 !important;
}
/* 🔹 Pagination wrapper styling */
.experienceSwiper .swiper-pagination {
  margin: 0 !important;
  margin-top: 40px !important;
  position: relative;
  text-align: center;
}

/* 🔹 Bullets styling */
.experienceSwiper .swiper-pagination-bullet {
  background: #2d2f77 !important;
  width: 80px !important;
  height: 6px !important;
  opacity: 0.5 !important;
  border-radius: 10px !important;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

/* 🔹 Active bullet styling */
.experienceSwiper .swiper-pagination-bullet-active {
  background: #eb1b74 !important;
  width: 40px !important;
  height: 6px !important;
  opacity: 1 !important;
}

@keyframes scrollDot {
  0% {
    top: 6px;
    opacity: 1;
  }
  50% {
    top: 20px;
    opacity: 0.5;
  }
  100% {
    top: 6px;
    opacity: 1;
  }
}

.animate-scrollDot {
  animation: scrollDot 1.6s ease-in-out infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeIn {
  animation: fadeIn 1s ease-out forwards;
}
.circles {
  height: 100px;
  position: relative;
  width: 100px;

  > div {
    animation: growAndFade 3s infinite ease-out;
    background-color: #de9c46;
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
  }

  .circle1 {
    animation-delay: 1s;
  }
  .circle2 {
    animation-delay: 2s;
  }
  .circle3 {
    animation-delay: 3s;
  }
}

@keyframes growAndFade {
  0% {
    opacity: 0.25;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
