/* ========= BREADCRUMBS ========= */
.breadcrumbs {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.topbar-content h2 {
  /* font-size: clamp(1.8rem, calc(2rem + 3vw), 3rem); */
  font-weight: 900;
  color: var(--text-white);
}
.topbar-content a {
  color: var(--primary-color);
  font-weight: bold;
}
.topbar-desc {
  position: absolute;
}
#topbar-desc-1 {
  left: 10%;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  animation: up-and-down 5s infinite;
}

#topbar-desc-2 {
  transform: translateY(-50%);
  top: 50%;
  right: 10%;
  animation: rotate-desc 10s linear infinite;
  transform-origin: center;
}

#topbar-desc-3 {
  bottom: 10%;
  left: 30%;
  animation: rotate-desc 10s linear infinite;
  transform-origin: center;
}
@keyframes rotate-desc {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* ================= ABOUT THE CONFERENCE ================= */
.about-the-conference {
  min-height: 700px;
}
.tracks {
  border-top: 5px solid var(--primary-color);
}
.tracks-wrapper {
  transform: translateY(0px) scale(1);
  transition: all 0.3s linear;
}

.tracks-wrapper:hover {
  transform: translateY(-5px) scale(1.1);
}

.tracks h5 {
  font-weight: bold;
  color: var(--secondary-color);
}
.scope-and-focus-area {
  background: var(--light-white);
}
.scope-and-focus-area svg {
  position: absolute;
  width: 100%;
  top: -60px;
  height: 70px;
  left: 0;
}
/* ================= ABOUT THE CONFERENCE END ================= */

/* =================== ABOUT THE HOST ================ */
.about-the-host .pattern-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  transform: scale(1);
  animation: scale-zoom 5s linear infinite;
}

@keyframes scale-zoom {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.host-theme {
  font-style: italic;
  margin-top: 10px;
  color: var(--secondary-color);
}

.keynote-card h5 {
  font-weight: 900;
  background: var(--primary-color);
  text-align: center;
  padding: 1rem;
  color: var(--text-white);
}
.keynote-card ul li strong {
  color: var(--secondary-color);
  font-weight: 900;
}
.keynote-card {
  border-bottom: 5px solid var(--secondary-color);
}
.host-image-div {
  min-height: 300px;
}

/* ================= WHY ASCO DIRECT ============= */
.why-asco-direct {
  min-height: 400px;
  background-image: url("../assets//images/footer_shapes.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* ================== REGISTRATIONS =================== */
.registration .pricing-wrapper {
  padding: 20px;
  margin: 50px auto;
  border-radius: 20px;
  color: #000;
  background-color: var(--secondary-color);
}

.pricing-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  margin-bottom: 20px;
  text-align: center;
}

.pricing-header h3 {
  margin: 0;
  font-weight: 600;
}

.pricing-header small {
  display: block;
  font-size: 12px;
  opacity: 0.7;
}

.pricing-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.registration .pricing-box {
  padding: 12px 15px;
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid transparent;
  position: relative;
}

/* Gradient Border */
.pricing-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(
    225deg,
    rgba(23, 125, 45, 1) 40%,
    rgba(25, 23, 125, 1) 60%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.category {
  text-align: left;
  font-weight: 500;
}
.register-btn {
  border-radius: 100px;
  padding: 20px 30px;
  background-color: var(--secondary-color);
  color: var(--text-white);
  position: relative;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.price {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

/* Hover Effect */
.pricing-row:hover .pricing-box {
  transform: scale(1.03);
  transition: 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-header,
  .pricing-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

/* ============== CONTACT US ============== */

.map-section {
  padding-bottom: 200px;
  background-image: url(../assets/images/shape-48.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-container {
  max-width: 600px;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.contact-container input {
  height: 50px;
  width: 100%;
  border: none;
  padding: 0px 20px;
  border-radius: 10px;
  background: #fff;
}
.contact-container input:focus,
.contact-container textarea:focus {
  border: 1px solid var(--primary-color);
  outline: none;
}

.contact-container textarea {
  width: 100%;
  border: none;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  height: 100px;
}
.submit-btn {
  color: #fff;
  background: linear-gradient(
    225deg,
    rgba(23, 125, 45, 1) 40%,
    rgba(25, 23, 125, 1) 60%
  );
  padding: 1rem;
  transform: translateY(0);
  transition: all 0.3s linear;
  border-radius: 20px;
}
.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.icon-wrapper {
  width: 100px;
  padding: 15px;
  margin-bottom: 10px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}
.icon-wrapper img {
  width: 100%;
  height: 100%;
}
.contact-info-wrapper {
  border-left: 5px solid var(--primary-color);
}
.contact-info-wrapper a {
  color: var(--secondary-color);
}

/* ============= COMMITTE SECTION ========== */
.committe-section {
  min-height: 100vh;
}
.committee-card {
  position: relative;
  background: #fff;
  height: 100%;
  /* overflow: hidden; */
}
.committee-card::after {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(
    225deg,
    rgba(23, 125, 45, 1) 40%,
    rgba(25, 23, 125, 1) 60%
  );
  animation: rotate-border 3s linear infinite;
  border-radius: 0.5rem;
  z-index: -1;
}

.c-card-header {
  width: 150px;
  height: 150px;
  /* overflow: hidden; */
  display: block;
  margin: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  border: none;
  margin-bottom: 1rem;
  background: var(--primary-color);
}

.c-card-header img {
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  object-fit: cover;
}

/* ================== SPOSORSHIP ================= */

.sponsorship-section .pricing-wrapper {
  display: flex;
  justify-content: center;
}

.sponsorship-section .pricing-table {
  display: flex;
  /* gap: 10px; */
}

/* Columns */
.sponsorship-section .col {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  min-width: 180px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* Left Title Column */
.sponsorship-section .title-col {
  background: #0d3a8c;
  color: #fff;
  min-width: 220px;
}

.sponsorship-section .title-box {
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Headers */
.sponsorship-section .plan-header {
  text-align: center;
  padding: 20px 10px;
  background: #fff;
}

.sponsorship-section .plan-header h4 {
  margin: 0;
  font-size: 16px;
}

.sponsorship-section .plan-header p {
  margin: 5px 0 0;
  font-weight: bold;
  color: #0d3a8c;
}

/* Rows */
.sponsorship-section .row-item,
.sponsorship-section .cell {
  padding: 15px;
  font-size: 14px;
  border-top: 1px solid #2d7a58;
}

/* Left text column */
.sponsorship-section .title-col .row-item {
  border-color: #2d7a58;
}

/* Cells */
.sponsorship-section .cell {
  text-align: center;
}

/* Last row (sessions) */
.sponsorship-section .cell:last-child {
  text-align: left;
  font-size: 13px;
}

.panel-card {
  padding: 0.7rem;
  border-radius: 0.5rem;
  position: relative;
  border: 2px dashed var(--primary-color);
  background: var(--text-white);
}
.panel-icon img {
  width: 70px;
  height: 70px;
}

.paner-card-inner {
  background-color: #dee2e6;
  border-radius: 0.5rem;
}

.panel-card::after {
  content: "";
  position: absolute;
  border-radius: 0.5rem;
  background: var(--text-white);
  border-right: 3px solid var(--secondary-color);
  inset: -2px;
  z-index: -1;
}

.sponsor-logo-card {
  border: 2px solid var(--secondary-color);
}
