/*
Theme Name: JohPte
Description: Child theme của Hello Elementor
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-joh-pte
*/

:root {
    --color-primary: #0052FE;
    --color-secondary: #00DCFE;
    --color-accent: #9333EA;
	--color-font:#111;
	--font-primary: "Plus Jakarta Sans", sans-serif;
    --white: #ffffff;
    --header-text: #121426;
    --hero-text: #f8f9ff;
    --hero-muted: rgba(239, 242, 255, 0.72);
    --cyan: #19d6ff;
    --blue: #1667ff;
    --violet: #6b35ff;
    --pink: #ef4dff;
    --dark: #080b16;
	--clr-000033:#000033;
	--e-global-color-primary:#000033;
	--joh-blue: #0052FE;
    --rose: #EC4899;
    --pte-cyan: #00DCFE;
    --logo-purple: #9333EA;
	--dark-blue:#000033;
	--pink:#EC4899;
	--white:#fff;
	
}
.h_btn .elementor-button {
  background: linear-gradient(90deg, #0052FE 0%, #00DCFE 100%);
  color: #ffffff;
  border: 2px solid transparent;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 82, 254, 0.25);
	overflow:hidden;
}

.h_btn .elementor-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 82, 254, 0.35);
}
.h_menu .elementor-nav-menu a{
	padding:10px 15px;
}
h2.main-ttl {
    background: linear-gradient(
        90deg,
        #0052FE 0%,
        #00DCFE 50%,
        #9333EA 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
	font-size:4rem;
}
h2.main-ttl span {
    background: linear-gradient(
        90deg,
        #0052FE 0%,
        #00DCFE 50%,
        #9333EA 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.h_btn_primary .elementor-button{
    background: var(--dark-blue);
    color:var(--white);
    border:none;
    border-radius:8px;
    padding:14px 28px;
    font-weight:600;
    box-shadow:0 8px 24px rgba(0,82,254,.25);
    transition:.35s ease;
}

.h_btn_primary .elementor-button:hover{
    /*transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,82,254,.35);
    filter:brightness(1.08);*/
	opacity:0.7;
}
.h_btn_secondary .elementor-button{
    background:#fff;
    color:#0052FE;
    border:2px solid transparent;
    border-radius:8px;
    padding:14px 28px;
    font-size:15px;
    font-weight:600;

    background-image:
        linear-gradient(#fff,#fff),
        linear-gradient(90deg,#0052FE,#00DCFE,#9333EA);

    background-origin:border-box;
    background-clip:padding-box,border-box;

    transition:.35s ease;
}

.h_btn_secondary .elementor-button:hover{
    background-image:
        linear-gradient(90deg,#0052FE,#00DCFE,#9333EA),
        linear-gradient(90deg,#0052FE,#00DCFE,#9333EA);

    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,82,254,.25);
}
.hero-visual {
    position: relative;
}
.hero-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6);
    transform: rotate(2.5deg);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-badge {
    position: absolute;
    bottom: -22px;
    left: -22px;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    box-shadow: 0 16px 32px -12px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    gap: 12px;
    transform: rotate(-3deg);
}
.hero-card1 {
    position: relative;
    overflow: hidden;
}

.hero-card1::before {
    content: "🇻🇳 Vietnam";
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;

    padding: 8px 14px;
    border-radius: 999px;

    background: rgba(255,255,255,.95);
    backdrop-filter: blur(10px);

    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.h_btn_animation .elementor-button {
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
    transition: all .3s ease;
}

.h_btn_animation .elementor-button:hover {
    transform: translateY(-2px) scale(1.03);
    animation-play-state: paused;
}
.gtranslate_wrapper {
background: var(--footer-background);
gap: 3px;
}

.glink {
align-content: center;
}

@media print, screen and (min-width: 1024px) {
#header {
height: auto !important;
}

#header-layout {
height: 100px;
}

.gtranslate_wrapper {
display: flex;
flex-wrap: nowrap;
justify-content: end;
width: 99.5%;
margin: 0.5rem auto;
}

select.gt_selector.notranslate {
width: 150px;
}
}

@media print, screen and (max-width: 1023px) {
.header__translator {
position: fixed;
overflow: hidden;
z-index: 999;
right: 0;
bottom: 120px;
background: rgba(255, 255, 255, .8);
padding: 10px 10px 10px 10px;
border-radius: 5px 0 0 5px;
-webkit-transition: .5s;
transition: .5s;
}

.gtranslate_wrapper {
display: flex;
flex-wrap: wrap;
flex-direction: column;
background: transparent;
gap: 4px;
}

.gtranslate_wrapper br {
display: none;
}

select.gt_selector {
display: none;
}
}
@keyframes bounceCTA{
    0%,20%,50%,80%,100%{
        transform: translateY(0);
    }
    40%{
        transform: translateY(-8px);
    }
    60%{
        transform: translateY(-4px);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 82, 254, 0.5);
    }
    70% {
        transform: scale(1.04);
        box-shadow: 0 0 0 16px rgba(0, 82, 254, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 82, 254, 0);
    }
}

.gtranslate_wrapper .glink:nth-child(1) {
  order: 1;
}

.gtranslate_wrapper .glink:nth-child(2) {
  order: 2;
}

.gtranslate_wrapper .glink:nth-child(3) {
  order: 3;
}

.gtranslate_wrapper .gt_selector {
  order: 4;
}

.custom-sticky-header {
    transition: all 0.3s ease;
    z-index: 999;
}

.custom-sticky-header.elementor-sticky--effects {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
/* ===== Heading ===== */

.practice-menu-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:16px;
    padding-bottom:12px;
    border-bottom:1px solid #E8EEF9;
}

.practice-menu-title{
    position:relative;
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#1E293B;
}

.practice-menu-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-13px;
    width:42px;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,#0052FE,#00DCFE,#9333EA);
}

.practice-menu-label{
    padding:4px 10px;
    border-radius:20px;
    background:#EEF5FF;
    color:#0052FE;
    font-size:12px;
    font-weight:600;
}
.practice-menu-list{
    margin:0;
    padding:0;
    list-style:none;
}
.practice-menu-item{
    margin-bottom:4px;
}
.practice-menu-link{
    position:relative;
    display:block;
    padding:10px 12px 10px 24px;
    border-radius:8px;
    color:#475569;
    text-decoration:none;
    font-size:1rem;
    font-weight:500;
    transition:.25s;
}
.practice-menu-link::before{
    content:"";
    position:absolute;
    left:8px;
    top:50%;
    transform:translateY(-50%);
    width:6px;
    height:6px;
    border-radius:50%;
    background:#00DCFE;
}
.practice-menu-link:hover{
    background:#F5F9FF;
    color:#0052FE;
    padding-left:28px;
}
.practice-menu-link:focus{
    background:#EEF5FF;
}
.practice-menu-link .new{
    margin-left:6px;
    padding:2px 6px;
    border-radius:20px;
    background:#9333EA;
    color:#fff;
    font-size:10px;
    font-weight:700;
}
.practice-menu-link .score{
    float:right;
    color:#0052FE;
    font-weight:600;
}
.h_tab .e-n-tabs-heading{
    display:flex;
    gap:0;
    border-bottom:1px solid #E5EAF3;
}
.h_tab .e-n-tab-title{
    position:relative;
    min-width:220px;
    height:52px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:none;
    outline:none;
    background:var(--color-secondary) !important;
    color:#8A9099;
    font-size:18px;
    font-weight:700;
    transition:.3s;
    cursor:pointer;
}
.h_tab .e-n-tab-title:first-child{
    border-radius:14px 14px 0 0;
}
.h_tab .e-n-tab-title:last-child{
    border-radius:0 14px 0 0;
}
.h_tab .e-n-tab-title:hover{
    color:#0052FE;
}
.h_tab .e-n-tab-title[aria-selected="true"]{
    color:#fff;
    background:
    linear-gradient(
    90deg,
    #00DCFE,
    #14C8F4,
    #00C4E9
    );
}
.h_tab .e-n-tab-title[aria-selected="true"]::after{
    content:"";
    position:absolute;
    top:0;
    right:-36px;
    width:42px;
    height:100%;
    background:inherit;
    border-radius:0 10px 0 0;
}

.h_tab .e-n-tab-title-text{
    position:relative;
    z-index:2;
}

#e-n-menu-content-4274 {
    padding: 16px !important;
    border: 1px solid #E5ECF8;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        #F8FCFF 0%,
        #FFFFFF 65%,
        #FCF8FF 100%
    );
    box-shadow: 0 18px 45px rgba(0, 82, 254, 0.12);
    overflow: hidden !important;
}

/* Container bên trong */
#e-n-menu-content-4274 .e-con-inner {
    width: 100%;
    padding: 0;
}

/* Ẩn nút burger không cần thiết trong mega menu desktop */
#e-n-menu-content-4274 .elementor-menu-toggle {
    display: none !important;
}

/* Menu chính */
#e-n-menu-content-4274 .elementor-nav-menu--main {
    display: block !important;
}

/* Danh sách */
#e-n-menu-content-4274 .elementor-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 0;
}

/* Item */
#e-n-menu-content-4274 .menu-item {
    width: 100%;
    margin: 0;
}
#e-n-menu-content-4274 .menu-item::before{
    content:"";
    position:absolute;
    left:14px;
    top:20px;
    width:6px;
    height:6px;
    border-radius:50%;
    background:linear-gradient(135deg,#0052FE,#00DCFE);
    z-index:2;
}
/* Link */
#e-n-menu-content-4274 .elementor-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 12px 42px 12px 34px;
    border-radius: 10px;
    color: #334155;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}
#e-n-menu-content-4274 .elementor-item::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #0052FE,
        #00DCFE
    );
}
#e-n-menu-content-4274 .elementor-item:hover {
    color: #0052FE;
    background: #F2F7FF;
}
#e-n-menu-content-4274 .elementor-item:hover::after {
    color: #9333EA;
    transform: translate(3px, -50%);
}
#e-n-menu-title-4274:has(.e-n-menu-dropdown-icon[aria-expanded="true"]) 
{
    color: #0052FE;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  border: 0.5px solid #e5e5e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.form-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-container label {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-bottom: 6px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container select {
  padding: 10px 12px;
  border: 0.5px solid #d0d0d0;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.2s ease;
  outline: none;
  width: 100%;
}

.form-container input[type="text"]:focus,
.form-container input[type="email"]:focus,
.form-container input[type="tel"]:focus,
.form-container select:focus {
  border-color: #0052fe;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 82, 254, 0.1);
}

.form-container input[type="text"]:hover,
.form-container input[type="email"]:hover,
.form-container input[type="tel"]:hover,
.form-container select:hover {
  border-color: #999;
}

.form-container select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 32px;
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
}

.form-container button,
.form-container input[type="submit"] {
  padding: 12px 24px;
  background: linear-gradient(135deg, #0052fe 0%, #0041cc 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  text-transform: none;
  width: 100%;
}

.form-container button:hover,
.form-container input[type="submit"]:hover {
  background: linear-gradient(135deg, #0041cc 0%, #0033a3 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 82, 254, 0.3);
}

.form-container button:active,
.form-container input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 82, 254, 0.2);
}

/* Contact Form 7 Integration */
.wpcf7-form-control:not([type="submit"]):not([type="button"]) {
  width: 100% !important;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-select {
  padding: 10px 12px !important;
  border: 0.5px solid #d0d0d0 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  color: #333 !important;
  transition: all 0.2s ease !important;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-select:focus {
  border-color: #0052fe !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(0, 82, 254, 0.1) !important;
}

.wpcf7-submit {
  padding: 12px 24px !important;
  background: linear-gradient(135deg, #0052fe 0%, #0041cc 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  width: 100%;
}

.wpcf7-submit:hover {
  background: linear-gradient(135deg, #0041cc 0%, #0033a3 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 82, 254, 0.3) !important;
}

@media screen and (min-width: 1024px) {
	.pc_none{
	display:none;
}
}
@media screen and (max-width: 768px) {
	#cs_topbar{
		display:none !important;
	}
	.sp_none{
		display:none;
	}
}

.orbit-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: calc(100vh - 76px);
    padding: 64px 20px 90px;

    overflow: hidden;
    isolation: isolate;

    color: var(--hero-text);

}

.hero-noise {
    position: absolute;
    inset: 0;
    z-index: -1;

    opacity: 0.16;
    pointer-events: none;

    background-image:
        radial-gradient(rgba(255, 255, 255, .35) .7px, transparent .7px);
    background-size: 19px 19px;

    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hero-glow {
    position: absolute;
    z-index: -1;

    width: 480px;
    height: 480px;

    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.18;
    pointer-events: none;
}

.constellation {
    position: absolute;
    z-index: 1;
    width: 180px;
    height: 100px;
    opacity: 0.26;
}

.constellation::before,
.constellation::after {
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(62, 225, 255, 0.55), transparent);
}

.constellation span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #63e8ff;
    box-shadow: 0 0 9px #63e8ff;
}

.constellation-one {
    top: 48px;
    left: 13%;
}

.constellation-one::before {
    top: 28px;
    left: 14px;
    width: 120px;
    transform: rotate(13deg);
}

.constellation-one::after {
    top: 54px;
    left: 67px;
    width: 92px;
    transform: rotate(-11deg);
}

.constellation-one span:nth-child(1) {
    top: 25px;
    left: 12px;
}

.constellation-one span:nth-child(2) {
    top: 39px;
    left: 72px;
}

.constellation-one span:nth-child(3) {
    top: 43px;
    left: 128px;
}

.constellation-one span:nth-child(4) {
    top: 56px;
    left: 157px;
}

.constellation-two {
    top: 82px;
    right: 11%;
    transform: scaleX(-1);
}

.constellation-two::before {
    top: 28px;
    left: 14px;
    width: 110px;
    transform: rotate(11deg);
}

.constellation-two::after {
    top: 52px;
    left: 68px;
    width: 80px;
    transform: rotate(-15deg);
}

.constellation-two span:nth-child(1) {
    top: 25px;
    left: 12px;
}

.constellation-two span:nth-child(2) {
    top: 40px;
    left: 73px;
}

.constellation-two span:nth-child(3) {
    top: 52px;
    left: 145px;}
.orbit-stage {
    position: relative;
    z-index: 4;

    width: min(760px, 96vw);
    height: min(570px, 74vw);
    min-height: 430px;
    margin-top: 10px;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;

    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.orbit-one {
    width: 58%;
    height: 58%;
    border: 1px solid rgba(40, 222, 255, 0.27);
}

.orbit-two {
    width: 72%;
    height: 72%;
    border: 1px dashed rgba(236, 244, 255, 0.46);
    animation: orbit-spin 22s linear infinite;
}

.orbit-three {
    width: 88%;
    height: 88%;
    border: 1px solid rgba(29, 207, 239, 0.14);
    animation: orbit-spin-reverse 34s linear infinite;
}

.orbit::before,
.orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.orbit-one::before {
    inset: 11%;
    border: 1px solid rgba(114, 69, 255, 0.17);
}

.orbit-three::after {
    inset: 8%;
    border: 1px dashed rgba(42, 225, 255, 0.08);
}
.orbit-card {
    position: absolute;
    top: 50%;
    left: 50%;

    width: clamp(150px, 25vw, 245px);
    aspect-ratio: 1;

    transform: translate(-50%, -50%);
    animation: central-float 4.5s ease-in-out infinite;
}

.orbit-card-main,
.orbit-card-back {
    position: absolute;
    inset: 0;

    border-radius: 25%;
}

.orbit-card-main {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17%;

    background:
        linear-gradient(145deg, #17d6ff 0%, #087dff 45%, #2452e8 100%);
    box-shadow:
        0 30px 55px rgba(0, 0, 0, 0.34),
        0 0 45px rgba(19, 193, 255, 0.25);

    transform: rotate(-5deg);
}

.orbit-card-main img {
    position: relative;
    z-index: 2;
    display: block;
    width: 76%;
    height: 76%;
    object-fit: contain;
}

.orbit-card-back-one {
    z-index: 2;
    background: linear-gradient(145deg, #1749e9, #4832db);
    transform: translate(12%, 7%) rotate(6deg);
}

.orbit-card-back-two {
    z-index: 1;
    background: linear-gradient(145deg, #6e29d6, #9f31e1);
    transform: translate(5%, 16%) rotate(-2deg);
}

.floating-label {
    position: absolute;
    z-index: 8;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 13px;

    color: #2d3244;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(26, 215, 255, 0.12);

    backdrop-filter: blur(8px);
    animation: label-float 4s ease-in-out infinite;
}

.label-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 13px;
    color: #38d7ea;
    font-size: 11px;
}

.floating-label-guide {
    top: 17%;
    left: 2%;
    animation-delay: 0.2s;
}

.floating-label-university {
    top: 11%;
    right: 2%;
    animation-delay: 0.8s;
}

.floating-label-score {
    top: 44%;
    right: -1%;
    animation-delay: 1.4s;
}

.floating-label-immigration {
    top: 55%;
    left: 1%;
    animation-delay: 1.9s;
}

.floating-label-visa {
    right: 7%;
    bottom: 9%;
    animation-delay: 2.5s;
}

.orbit-dot {
    position: absolute;
    z-index: 7;

    width: 11px;
    height: 11px;

    border-radius: 50%;
    box-shadow: 0 0 18px currentColor;
}

.orbit-dot-one {
    top: 28%;
    left: 22%;
    color: #e54dff;
    background: currentColor;
}

.orbit-dot-two {
    top: 55%;
    right: 18%;
    color: #6439ff;
    background: currentColor;
}

.orbit-dot-three {
    right: 27%;
    bottom: 13%;
    color: #0c65ff;
    background: currentColor;
}

.orbit-dot-four {
    left: 14%;
    bottom: 29%;
    color: #20d9f4;
    background: currentColor;
}

.hero-content {
    position: relative;
    z-index: 8;

    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 900px;
    margin-top: -16px;

    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin: 0 0 20px;
    padding: 10px 16px;

    color: #42398a;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.badge-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    box-shadow: 0 0 12px rgba(30, 201, 255, 0.8);
}

.hero-content h1 {
    margin: 0;

    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.055em;
}

.hero-content h1 span {
    background: linear-gradient(90deg, #1fd8ff, #3570ff 48%, #c14bff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-description {
    max-width: 690px;
    margin: 24px auto 0;

    color: var(--hero-muted);
    font-size: 18px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    margin-top: 32px;
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 54px;
    padding: 14px 24px;

    border-radius: 999px;

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.primary-button {
    color: #fff;
    background: linear-gradient(90deg, #0bbcef, #195cff 58%, #7b36ef);
    box-shadow: 0 16px 34px rgba(24, 91, 255, 0.28);
}

.secondary-button {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .17);
    backdrop-filter: blur(10px);
}

.primary-button:hover,
.secondary-button:hover {
    transform: translateY(-3px);
}

.primary-button:hover {
    box-shadow: 0 20px 42px rgba(24, 91, 255, 0.38);
}

.secondary-button:hover {
    background: rgba(255, 255, 255, .13);
}

@keyframes orbit-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes orbit-spin-reverse {
    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes central-float {

    0%,
    100% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-13px);
    }
}

@keyframes label-float {

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

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

@media (max-width: 900px) {
    .site-header {
        min-height: 68px;
        padding: 12px 20px;
    }

    .site-logo img {
        height: 38px;
    }

    .site-nav {
        gap: 15px;
    }

    .orbit-hero {
        min-height: calc(100vh - 68px);
        padding-top: 42px;
    }

    .orbit-stage {
        width: min(680px, 100vw);
        height: 520px;
    }

    .floating-label {
        font-size: 11px;
    }

    .hero-content {
        margin-top: -30px;
    }
}


@media (max-width: 640px) {
    .site-nav>a:first-child {
        display: none;
    }

    .header-button {
        min-height: 42px;
        padding: 11px 17px;
        font-size: 13px;
    }

    .orbit-hero {
        padding: 38px 14px 72px;
    }

    .orbit-stage {
        width: 100%;
        height: 410px;
        min-height: 410px;
    }

    .orbit-one {
        width: 58%;
        height: 58%;
    }

    .orbit-two {
        width: 78%;
        height: 78%;
    }

    .orbit-three {
        width: 96%;
        height: 96%;
    }

    .orbit-card {
        width: 145px;
    }

    .floating-label {
        padding: 7px 10px;
        font-size: 10px;
    }

    .floating-label-guide {
        top: 16%;
        left: -3%;
    }

    .floating-label-university {
        top: 10%;
        right: -2%;
    }

    .floating-label-score {
        top: 43%;
        right: -8%;
    }

    .floating-label-immigration {
        top: 57%;
        left: -5%;
    }

    .floating-label-visa {
        right: 1%;
        bottom: 5%;
    }

    .orbit-dot {
        width: 8px;
        height: 8px;
    }

    .hero-content {
        margin-top: -6px;
    }

    .hero-badge {
        margin-bottom: 17px;
        padding: 9px 13px;
        font-size: 11px;
    }

    .hero-content h1 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .hero-description {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.65;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
        max-width: 320px;
    }

    .constellation {
        opacity: 0.16;
        transform: scale(0.75);
    }

    .constellation-two {
        transform: scaleX(-1) scale(0.75);
    }
}


@media (max-width: 390px) {
    .site-logo img {
        height: 34px;
    }

    .orbit-stage {
        height: 380px;
        min-height: 380px;
    }

    .orbit-card {
        width: 132px;
    }

    .floating-label-university,
    .floating-label-visa {
        right: -5%;
    }

    .hero-content h1 {
        font-size: 36px;
    }
}
.hero-title h2{
    color: var(--clr-000033) !important;
    text-shadow: 0 2px 10px rgba(58,91,255,.08);
}

.hero-title h2 span{
    background: linear-gradient(
        90deg,
        #316BFF 0%,
        #4C8CFF 20%,
        #5C88FF 40%,
        #7A69FF 65%,
        #A34CFF 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    filter: drop-shadow(0 3px 12px rgba(108,99,255,.18));
}
.bg_01{
	background:
        radial-gradient(
            circle at bottom left,
            rgba(255, 170, 190, 0.45) 0%,
            rgba(255, 170, 190, 0.18) 18%,
            transparent 42%
        ),
        radial-gradient(
            circle at top right,
            rgba(110, 145, 255, 0.45) 0%,
            rgba(110, 145, 255, 0.18) 20%,
            transparent 45%
        ),
        #ffffff;
}
.hall-of-fame-badge.badge-red {
    background: linear-gradient(
        135deg,
        #1A4DFF 0%,
        #1166FF 35%,
        #0BB8F5 70%,
        #18D2E9 100%
    );
}
.student-name {
    font-size: 20px !important;
}
.hall-of-fame-grid {
    gap: 30px !important;
}
.hall-of-fame-wrapper {
    width: 100%;
    padding: 20px 0;
}

.hall-of-fame-grid {
    display: grid;
    grid-template-columns: repeat(var(--columns, 4), 1fr);
    gap: 24px;
    max-width: 100%;
    margin: 0 auto;
}

/* ============================================
   CARD STYLES
   ============================================ */

.hall-of-fame-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ============================================
   HOVER EFFECTS
   ============================================ */

.hall-of-fame-hover-lift .hall-of-fame-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hall-of-fame-hover-zoom .hall-of-fame-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hall-of-fame-hover-zoom .hall-of-fame-card:hover .hall-of-fame-image img {
    transform: scale(1.08);
}

.hall-of-fame-hover-none .hall-of-fame-card:hover {
    /* No effect */
}

/* ============================================
   BADGE STYLES (Score)
   ============================================ */

.hall-of-fame-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.badge-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: -0.5px;
}

.badge-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ============================================
   BADGE COLOR VARIANTS
   ============================================ */

.hall-of-fame-badge.badge-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.hall-of-fame-badge.badge-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.hall-of-fame-badge.badge-green {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

/* ============================================
   IMAGE CONTAINER
   ============================================ */

.hall-of-fame-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    flex-shrink: 0;
}

.hall-of-fame-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.hall-of-fame-card:hover .hall-of-fame-image img {
    transform: scale(1.05);
}

.no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
    color: #6b7280;
    font-weight: 500;
    font-size: 40px;
}
.hall-of-fame-info {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
	background:var(--clr-FFF);
}

.student-name {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-font);
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.student-school {
    margin: 0 0 12px 0;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.4;
    flex-grow: 1;
}

/* ============================================
   COUNTRY INFO
   ============================================ */

.student-country {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #4b5563;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
}

.flag {
    font-size: 18px;
    line-height: 1;
}

.country-name {
    font-weight: 500;
}

.student-description {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .hall-of-fame-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hall-of-fame-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .student-name {
        font-size: 16px;
    }

    .student-school {
        font-size: 12px;
    }

    .student-country {
        font-size: 12px;
        gap: 5px;
    }

    .flag {
        font-size: 16px;
    }

    .badge-text {
        font-size: 16px;
    }

    .badge-label {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .hall-of-fame-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hall-of-fame-info {
        padding: 12px;
    }

    .student-name {
        font-size: 15px;
    }

    .student-school {
        font-size: 11px;
    }

    .student-country {
        font-size: 11px;
        gap: 4px;
    }

    .flag {
        font-size: 14px;
    }

    .badge-text {
        font-size: 15px;
        margin-bottom: 1px;
    }

    .badge-label {
        font-size: 9px;
    }
}

/* ============================================
   ACCESSIBILITY - REDUCED MOTION
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .hall-of-fame-card,
    .hall-of-fame-image img {
        transition: none;
    }

    .hall-of-fame-card:hover {
        transform: none;
    }
}

.joh-course-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.joh-course-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.joh-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(79, 81, 120, 0.12);
}

.joh-course-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.joh-course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.joh-course-card:hover .joh-course-image img {
    transform: scale(1.04);
}

.joh-course-content {
    padding: 22px;
}

.joh-course-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #649ec2;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.joh-course-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
}

.joh-course-title a {
    color: #25283d;
    text-decoration: none;
}

.joh-course-description {
    margin-bottom: 20px;
    color: #697386;
    font-size: 14px;
    line-height: 1.7;
}

.joh-course-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    color: #fff;
    background: linear-gradient(90deg, #649ec2, #4f5178);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .joh-course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .joh-course-grid {
        grid-template-columns: 1fr;
    }
}