body {
  /* font-family: "Titagarh", sans-serif; */
  overflow-x: hidden;
  background: #f8fafc;
  padding-top: 88px;
}

#responsivemenu {
  display: none;
}



.nav-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* Desktop top (dark bg) */
.navbar-dark .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* Scroll ke baad */
.navbar-custom.scrolled .navbar-toggler-icon {
  filter: none;
}

/* Mobile me always dark icon */
@media (max-width: 992px) {
  .navbar-custom .navbar-toggler-icon {
    filter: none;
  }
}

.banner {
  position: sticky !important;
  height: 640px;
  overflow: hidden;
  background-color: #0a0a23;
  color: rgba(255, 255, 255, 1);
  margin-top: -100px !important;
}

@media (max-width: 768px) {
  .flip-box {
    width: 60px !important;
    height: 65px !important;
  }

  .flip-box .top,
  .flip-box .bottom {
    font-size: 18px !important;
    height: 50% !important;
    border-radius: 6px;
  }

  .time-wrapper .label {
    font-size: 10px !important;
  }
}

.bg-image {
  position: absolute;
  top: 2;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/BG2.jfif") center center / cover no-repeat;
  opacity: 0.4;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(72, 0, 72, 0.5),
      rgba(0, 102, 204, 0.5));
  z-index: 1;
}

/* Large 2026 text */
.bg-2025 {
  position: absolute;
  top: 75%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 10rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  z-index: 3;
  pointer-events: none;
}

.banner .container {
  z-index: 2;
}

/* Neon cyan button */
.btn-cyan {
  background-color: #00ffff;
  color: #000;
  border: none;
  box-shadow:
    0 0 10px #00ffff,
    0 0 20px #00ffff;
  transition: box-shadow 0.3s ease;
}

.btn-cyan:hover {
  box-shadow:
    0 0 15px #00ffff,
    0 0 30px #00ffff;
  background-color: #00e6e6;
}

/* Lion icon */
.lion-icon {
  font-size: 1.5rem;
  color: #00ffff;
}

#corner {
  height: 350px;
}

.corner-wave {
  pointer-events: none;
  animation: fadeWave 1.5s ease-out both;
  transform: rotate(-2deg);
}

@keyframes fadeWave {
  from {
    opacity: 0;
    transform: scale(0.9) rotate(-2deg);
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(-2deg);
  }
}

@media (max-width: 576px) {
  .corner-wave {
    width: 120px;
    height: 120px;
    transform: rotate(0deg);
  }

  #corner {
    height: auto !important;
  }

  #corner h1 {
    font-size: 25px !important;
  }

  #corner h1 {
    font-size: 25px !important;
  }

  #corner h2 {
    font-size: 20px !important;
  }
}

.logo-dark {
  display: none;
}

.logo-white {
  display: block;
}

/* Scroll ke baad */
.navbar-custom.scrolled .logo-white {
  display: none !important;
}

.navbar-custom.scrolled .logo-dark {
  display: block !important;
}

@media (max-width: 992px) {

  .logo-dark {
    display: none;
  }

  .logo-white {
    display: block;
  }

  .navbar-custom.scrolled .logo-white {
    display: none !important;
  }

  .navbar-custom.scrolled .logo-dark {
    display: block !important;
  }
}

@media (max-width: 992px) {

  .navbar-custom {
    padding: 10px 15px !important;
  }

  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


@media (max-width: 600px) {
  #responivemenu {
    display: block;
    height: 90px;
    z-index: 9999;
    text-align: center;
    color: #fff !important;
  }

  #responsivemenu #mainNavbar {
    background-color: #fff !important;
    height: auto !important;
    margin-top: 100px !important;
  }
}

/* Mobile Navbar Fix */
@media (max-width: 992px) {
  .navbar-collapse {
    background: #ffffff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }

  .navbar-collapse .nav-link {
    color: #000 !important;
  }

  .navbar-collapse .nav-link:hover {
    color: #c31432 !important;
  }
}

.navbar-custom {
  position: relative;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  padding: 0px 50px;
  z-index: 1;
}

.navbar-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #240b36, #c31432, #240b36);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderGlow 6s linear infinite;
}

@keyframes borderGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* === Logo === */
.navbar-brand img {
  height: 60px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

/* === Nav Links === */
.nav-link {
  color: #fff !important;
  position: relative;
  margin: 0 3px;
  font-weight: 500;
  font-size: 14px !important;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: 0.3s;
  font-family: "Titagarh", sans-serif;
}

.nav-link:hover {
  color: #c31432 !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #240b36;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 60%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu {
  z-index: 1000;
}

.dropdown-item {
  font-weight: 500;
  color: #240b36;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.dropdown-item:hover {
  background: linear-gradient(135deg, #c31432, #240b36);
  color: #fff;
  transform: translateX(4px);
}

.btn-register {
  position: relative;
  background: linear-gradient(135deg, #c31432, #240b36);
  color: #fff !important;
  border-radius: 50px !important;
  font-weight: 600;
  padding: 10px 40px !important;
  transition: 0.3s ease;
  border: none;
  z-index: 1;
  overflow: hidden;
}

.btn-register::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 30px;
  background: conic-gradient(from 0deg, #c31432, #240b36, #c31432);
  animation: spinBorder 3s linear infinite;
  z-index: -1;
}

.btn-register:hover {
  box-shadow: 0 0 15px rgba(195, 20, 50, 0.6);
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.navbar-custom.scrolled {
  background: linear-gradient(120deg, #fff, #fff, #fff);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.navbar-custom.scrolled .nav-link {
  color: #000 !important;
}

.navbar-custom.scrolled .nav-link:hover {
  color: #c31432 !important;
}

.navbar-custom.hide-border::before {
  display: none !important;
}

.hero h1 {
  color: #1e293b;
  font-weight: 700;
  font-size: 2.5rem;
}

.hero p {
  color: #475569;
  font-size: 1.1rem;
  margin-top: 10px;
}

/* Responsive */
/* @media (max-width: 992px) {
  .navbar-custom {
    padding: 12px 25px;
  }
} */

/* ===============================
   SPEAKERS SECTION
================================ */

.speakers-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.speakers-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/pattern.svg") repeat;
  opacity: 0.05;
  z-index: 0;
}

/* ===============================
   SECTION TITLE
================================ */
@media(max-width:600px){
  .section-title{
    font-size: 22px!important;
  }
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #c31432, #240b36, #c31432);
  margin: 10px auto 0;
  animation: glowLine 2s infinite alternate;
}

@keyframes glowLine {
  from {
    width: 40px;
    opacity: 0.4;
  }

  to {
    width: 80px;
    opacity: 1;
  }
}

.speaker-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 420px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  z-index: 1;
}

.speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.speaker-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(90deg, #c31432, #240b36, #c31432);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderGlow 6s linear infinite;
  pointer-events: none;
}

@keyframes borderGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.speaker-img {
  padding: 20px;
}

.speaker-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center top;
  display: block;
  transition: transform 0.3s ease;
}

.speaker-card:hover .speaker-img img {
  transform: scale(1.04);
}

.speaker-info {
  padding: 15px;
  text-align: center;
  padding-bottom: 15px !important;
}

.speaker-info h5 {
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.speaker-info p {
  font-size: 0.9rem;
  color: #555;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.5s ease-out,
    opacity 0.5s ease-out,
    margin-top 0.5s ease-out;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.speaker-info {
  padding: 15px;
  text-align: center;
  position: relative;
  /* Needed for the pseudo-element line */
}

.speaker-info::after {
  content: "";
  position: absolute;
  bottom: 60px;
  /* Position it above the social links area */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: width 0.4s ease-out;
}

.speaker-info h5 {
  font-weight: 700;
  color: #000;
}

.speaker-info p {
  font-size: 0.9rem;
  color: #000;
}

.speaker-desc {
  margin-top: -15px;
  padding: 0px 7px;
}

.desig-card {
  display: block;
  text-align: center;
}

.speaker-designation {
  background: linear-gradient(90deg, #c31432, #240b36, #c31432);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

.section-heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #003366;
}

.accordion-button:not(.collapsed) {
  background-color: #d0e8ff;
  color: #003366;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body {
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

.speaker-name {
  font-weight: 600;
  color: #212529;
}

.speaker-affiliation {
  color: #495057;
}

.navbar-toggler {
  position: relative;
  background-color: #fff;
  z-index: 99999;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(36,11,54, 0.9)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.animated-bg {
  position: relative;
  /* ✅ Add this */
  z-index: 0;
  /* ✅ Keep it above -1 */
  height: 550px;
  background: url("../img/Singapore.jpg") center/cover no-repeat;
  animation: zoomBg 20s ease-in-out infinite alternate;
  margin-top: 0;
  padding-top: 0;
}

@keyframes zoomBg {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.animated-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right,
      rgba(36, 11, 54, 0.6),
      rgba(195, 20, 50, 0.6));
  z-index: 1;
  /* ✅ This is fine */
}

/* CSS */
.bg-icled {
  background-image: url("../img/Untitled.png");
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  overflow: hidden;
}

/* Unique content animation */
.content-box {
  animation: slideFade 1.2s ease-out forwards;
  opacity: 0;
  transform: translateY(30px);
}

@keyframes slideFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-card,
.abstract-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.event-card:hover,
.abstract-card:hover {
  transform: translateY(-5px);
}

.background-shape {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #c31432, #240b36);
  animation: float 6s ease-in-out infinite;
  border-radius: 50%;
  opacity: 0.3;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.hero-section1 {
  color: #000;
  text-align: center;
  height: 300px !important;
  margin-top: 60px;
  margin-bottom: 20px;
}

.hero-section1 h1 {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  animation:
    typing 4s steps(30, end),
    blink 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.hero-section1 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.hero-section1 p {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.btn-abstract {
  position: relative;
  background: linear-gradient(135deg, #c31432, #240b36);
  color: #fff !important;
  font-weight: 600;
  padding: 14px 45px;
  border-radius: 50px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.btn-abstract::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px;
  background: conic-gradient(from 0deg, #c31432, #240b36, #c31432);
  animation: spinBorder 3s linear infinite;
  z-index: -1;
}

.btn-abstract:hover {
  background: #240b36;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

@keyframes spinBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* about code */

.about {
  height: 450px;
  background-color: #0f172a !important;
}

.about img {
  border-radius: 10px;
}

.about p {
  text-align: justify;
}

.animated-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow:
    0 0 10px #ff004f,
    0 0 20px #6a0dad;
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 5px #ff004f;
  }

  to {
    text-shadow: 0 0 20px #6a0dad;
  }
}

.committee-list li {
  margin-bottom: 12px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.committee-list i {
  font-size: 1.2rem;
}
@media(max-width:600px){
  .committee-list li {
  font-size: 14px;
}
.committee-list i {
  font-size: 14px;
  }
}

.icled-footer {
  position: relative;
  color: #e5e7eb;
  background:
    radial-gradient(1200px 500px at 10% -20%,
      rgba(195, 20, 50, 0.25),
      transparent 60%),
    radial-gradient(900px 450px at 90% -10%,
      rgba(36, 11, 54, 0.25),
      transparent 70%),
    linear-gradient(135deg, #0f172a, #1e293b 60%, #1e3a8a);
  overflow: hidden;
}

/* Decorative wave at top */
.footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;

  opacity: 0.35;
  pointer-events: none;
}

/* Titles & text */
.footer-title {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.footer-heading {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.6px;
}

.footer-text {
  color: #cbd5e1;
  line-height: 1.6;
}

/* Social buttons */
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: all 0.25s ease;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.06) inset;
}

.social-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #c31432, #240b36);
  box-shadow: 0 6px 18px #c3143259;
}

/* Links */
.footer-links li+li {
  margin-top: 6px;
}

.footer-links a {
  color: #e5e7eb;
  text-decoration: none;
  position: relative;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c31432, #240b36);
  transition: width 0.25s ease;
}

.footer-links a:hover::after {
  width: 60%;
}

/* Buttons */
.btn-footer,
.btn-outline-footer {
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.btn-footer {
  background: linear-gradient(135deg, #c31432, #240b36);
  color: #fff;
  box-shadow: 0 6px 18px rgba(195, 20, 50, 0.35);
}

.btn-footer:hover {
  filter: brightness(1.05);
}

.btn-outline-footer {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}

.btn-outline-footer:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Contact list */
.footer-contact li+li {
  margin-top: 6px;
}

.footer-contact strong {
  color: #fff;
}

/* Associations */
.assoc-label {
  color: #cbd5e1;
  font-size: 0.85rem;
}

.assoc-logo {
  height: 24px;
  opacity: 0.85;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
}

/* Bottom bar */
.footer-bottom {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .nav-link {
  color: #cbd5e1;
}

.footer-bottom .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .assoc {
    flex-wrap: wrap;
  }

  .assoc-logo {
    margin-top: 6px;
  }
}

.logo-white,
.logo-dark {
  height: 80px !important;
  width: auto !important;
}

.section-heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #003366;
}

.accordion-button:not(.collapsed) {
  background-color: #d0e8ff;
  color: #003366;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-body {
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

.speaker-name {
  font-weight: 600;
  color: #212529;
}

.speaker-affiliation {
  color: #495057;
}

/* about code here */
.logo-wrapper .logo-box {
  height: 100px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.logo-wrapper .logo-box img {
  max-height: 80px;
  max-width: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Mobile adjustment */
@media (max-width: 576px) {
  .logo-wrapper .logo-box {
    height: 110px;
  }

  .logo-wrapper .logo-box img {
    max-height: 60px;
  }
}

.countdown-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.flip-box {
  width: 250px;
  height: 230px;
  background-color: #8b0000;
  border-radius: 10px;
  position: relative;
  color: white;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

.flip-box .top,
.flip-box .bottom,
.flip-box .flip {
  position: absolute;
  width: 100%;
  height: 50%;
  font-size: 80px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  display: flex;
  backface-visibility: hidden;
}

.top {
  top: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.bottom {
  bottom: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.flip {
  top: 0;
  transform-origin: bottom;
  background-color: #8b0000;
  font-size: 95px;
  height: 50%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  transform: rotateX(90deg);
}

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

.label {
  color: black;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.count-down {
  background-color: #fff;
  padding-bottom: 40px;
}

     /* ABOUT SECTION FIX */
.about-section {
  overflow-x: hidden;
}

.about-card {
  border-radius: 15px;
  border-left: 5px solid #ff004f;
  padding: 20px;
}

.about-card p {
  text-align: justify;
}

/* Long Link Break Fix */
.about-card a {
  word-break: break-all;
  display: inline-block;
  max-width: 100%;
}

/* Image Fix */
.about-img-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.about-img-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

/* Mobile Fix */
@media (max-width: 768px) {

  .about-card {
    padding: 15px;
  }

  .about-card h2 {
    font-size: 20px;
  }

  .about-card p {
    font-size: 14px;
  }

}