/* ==========================================================================
   3. STUDY ABROAD BLOCK
   ========================================================================== */

.after-degree-section {
  padding-top: 50px !important;
  padding-bottom: 80px !important;
}
.study-abroad-section {
  padding: 80px 0px;
}
.study_variant_1 .study-card {
  border: 2.08px solid transparent !important;
  border-radius: 20px !important;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #b53c72 0%, #5641e0 100%) border-box !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.study-card {
  padding: 20px;
}

.study-card-sub {
  font-family: var(--font-figtree);
  font-weight: 700;
  line-height: 1.4;
}

.study-card-title {
  font-family: var(--font-figtree);
  font-weight: 700;
  font-size: 28px;
  display: inline-block;
}

.bg-purple-badge {
  background: linear-gradient(90deg, #b53c72 0%, #5641e0 100%);
  color: #ffffff !important;
  padding: 8px 16px;
  border-radius: 5px !important;
  white-space: normal;
}

.ask-link {
  font-size: 16px;
  font-weight: 700;
  color: #0f0445 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ask-link:hover {
  color: #5641e0 !important;
}

.ask-link i {
  transition: transform 0.2s ease;
  display: inline-block;
}

.ask-link:hover i {
  transform: translateX(4px);
}

.dashed-scholarship-badge {
  border: 1.5px dashed #cbd5e1;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  background-color: #f8fafc;
  line-height: 1.3;
}

.study-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cbd5e1;
  transition: all 0.3s ease;
}

.study-dot.active {
  width: 20px;
  border-radius: 10px;
  background-color: #ffc800;
}

/* Responsive Overrides - Study Abroad */
@media (min-width: 768px) and (max-width: 991.98px) {
  .study-card-col {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }
}

@media (max-width: 991.98px) {
  .after-degree-section {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
    background-color: #ffffff !important;
  }

  .study-cards-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 16px !important;
    padding-bottom: 8px !important;
    -webkit-overflow-scrolling: touch !important;
    margin-right: -1rem !important;
    padding-right: 1rem !important;
  }

  .study-cards-row::-webkit-scrollbar {
    display: none !important;
  }

  .study-card-col {
    flex: 0 0 86% !important;
    max-width: 86% !important;
    scroll-snap-align: start !important;
  }

  .study-card {
    padding: 24px 20px !important;
    border-radius: 20px !important;
  }

  .study-card-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
}

.pu-insight-page-text-yellow {
  color: var(--pu-insight-yellow);
}
.study_variant_1 .study-card-sub {
  color: #000000;
}
.study_variant_1 .study-card-title {
  background: linear-gradient(90deg, #b53c72 0%, #5641e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.study_variant_2 {
  background: #0f0445;
}
.study_variant_2 .pu-study-aborad-card-content {
  border-radius: 16px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}
.study_variant_2 .study-card-title {
  color: #ffc800;
}
.study_variant_2 .study-card-sub {
  display: flex !important;
  justify-content: center;
  width: 55px;
  height: 40px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  /* Body */
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom:10px !important;
}
@media (max-width: 767.98px) {
.study-abroad-section{
	padding:35px 0px !important;
}
}
@media (max-width: 991.98px) {
	.study-cards-row,
	.after-cards-row,
	.placement-cards-row,
	.lakshya-lab-row {
		scrollbar-width: none;          /* Firefox */
		-ms-overflow-style: none;       /* legacy Edge */
	}

	.study-cards-row::-webkit-scrollbar,
	.after-cards-row::-webkit-scrollbar,
	.placement-cards-row::-webkit-scrollbar,
	.lakshya-lab-row::-webkit-scrollbar {
		display: none;                  /* Chrome / Safari */
	}
}