.sponsor-swiper {
    width: 100%;
}

.sponsor-card {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 24px;
    padding: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sponsor-card img {
    max-width: 48px;
    height: auto;
}

.sponsor-card h4 {
    font-family: "Luckiest Guy", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #1919FF;
    margin: 0;
}

/* ===============================
			   CONFERENCE LEADERBOARD – EXACT UI
			================================ */
/* Target your container */
.conference-leaderboard-sec {
    position: relative;
    overflow: hidden;
}

/* Background image with opacity */
.conference-leaderboard-sec::before {
     width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    opacity: 0.2;
    filter: brightness(0) invert(1);
    background-image: url("/wp-content/uploads/2025/12/team-bracket.webp");
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Keep content above background */
.conference-leaderboard-sec>* {
    position: relative;
    z-index: 1;
}

.conference-leaderboard-sec .tab-conf-cls {
    height: fit-content;
}

.conf-leaderboard {
    color: #fff;
    max-width: 1048px;
    margin: auto;
    position: relative;
}

/* TITLE */
.conf-title {
    text-align: center;
    font-family: "Luckiest Guy", Sans-serif;
    font-size: 36px;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

/* ===============================
			   TOP THREE
			================================ */
.conf-top-three {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 65px;
}

.conf-top-card {
    text-align: center;
    position: relative;
}

.conf-top-card[data-rank="1"] {
    order: 2;
}

.conf-top-card[data-rank="2"] {
    order: 1;
}

.conf-top-card[data-rank="3"] {
    order: 3;
}

/* DOG IMAGE */
.conf-top-card .top-dog-img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 4px solid #FF6100;
    object-fit: cover;
}

.conf-top-card[data-rank="1"] .top-dog-img {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    border: 4px solid #FF6100;
    object-fit: cover;
}

/* DIGIT */
.conf-top-card::after {
    content: attr(data-rank);
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #FF6100;
    width: 35px;
    height: 35px;
    font-family: "Luckiest Guy", Sans-serif;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    border: 1px solid #FF6100;
    align-items: center;
    justify-content: center;
}

/* NAME */
.conf-top-card h4 {
    margin: 25px 0 4px;
    font-family: "Luckiest Guy", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

/* VOTES */
.conf-top-card p {
    margin: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

/* CROWN */
.conf-crown {
    position: absolute;
    top: -91px;
    left: 50%;
    transform: translateX(-50%);
    width: 119px;
    z-index: 5;
}

.conf-crown img {
    border: none;
}

/* ===============================
			   INNER CARDS
			================================ */
#conf-sortable {
    list-style: none;
    padding: 0;
    margin: 0;
}

.conf-card {
    background: #FFFFFF2E;
    box-shadow: 0px 4px 21.5px 0px #00000036;
    border-radius: 10px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 12px;
    cursor: pointer;
}

/* SR DIGIT */
.conf-card .rank {
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF9C;
    width: 50px;
    text-align: center;
}

/* DOG IMAGE */
.conf-card .conf-card-img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    object-fit: cover;
}

/* NAME + OWNER */
.conf-card strong {
    display: block;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.conf-card small {
    display: block;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF9C;
}

/* RIGHT SIDE */
.conf-card em {
    margin-left: auto;
    text-align: right;
    font-style: normal;
}

/* VOTES */
.conf-card em span.vote-digit {
    display: block;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}

/* UNIVERSITY */
.conf-card em i {
    display: block;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #C5B0DA;
    font-style: normal;
}

.srank-2 img,
.srank-3 img,
.srank-1 img {
    height: 50px;
    width: 50px;
    max-width: 50px;
}

.dog-info-wrapper {
    display: flex;
    gap: 20px;
}

/* ===============================
		All dogs from university
================================ */
/* ===============================
			   TABS
			================================ */
.all-dogs-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 25px 0 30px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(90deg, #5306A2 0%, #FFFFFF 25.12%, #FFFFFF 71.73%, #5306A2 100%);
    border-image-slice: 1;
}

.all-dog-tab {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #8CA2C0;
}

.all-dog-tab::before {
    content: "";
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
}

.all-dog-tab.active {
    color: #FE6000;
    position: relative;
}

.all-dogs-tabs .all-dog-tab.active::after {
    content: "";
    height: 2px;
    width: calc(100% + 25px);
    position: absolute;
    background: #FE6000;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
}

/* ===============================
			   TAB CONTENT
			================================ */
.all-dog-tab-content {
    display: none;
    padding: 10px;
}

.all-dog-tab-content.active {
    display: block;
}

/* ===============================
   Dog Cards
================================ */
.all-dogs-swiper {
    padding: 20px 0;
}

.all-dog-tab-content .swiper-slide-active {
    padding-left: 10px;
}

.dog-card {
    background: #fff;
    border-radius: 20px;
    /* overflow: hidden; */
    position: relative;
}

/* .dog-card::before {
 content: "";
    height: 20px;
    width: 20px;
    background: #51069d;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: -15px;
    border-radius: 50%;
} */
.dog-card-icon {
    position: absolute;
    top: -16px;
    left: -24px;
    width: 138px;
    height: 138px;
    border: 16px solid #51069d;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.dog-card-icon::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -36px;
    width: 25px;
    height: 38px;
    background: transparent;
    border-top-left-radius: 50px;
    box-shadow: -21px -17px 0 15px #51069d;
    transform: rotate(-1deg);
    z-index: 2;
}

.dog-card-icon::before {
    z-index: 2;
    content: "";
    position: absolute;
    bottom: -61px;
    left: 8px;
    border-top-right-radius: 50px;
    width: 50px;
    height: 50px;
    background: transparent;
    border-top-left-radius: 50px;
    box-shadow: -22px -18px 0 11px #51069d
}

.dog-card-icon img {
    width: 138px;
    position: relative;
    z-index: 4;
}

.dog-card .dog-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    z-index: 1;
}

.dog-card-content {
    background: #FFFFFF;
    padding: 20px;
    padding-bottom: 35px;
    border-radius: 20px;
    position: relative;
}

.dog-name {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FE6000;
    margin-top: 10px;
    margin-bottom: 5px;
}

.dog-owner {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #787878;
    margin-bottom: 10px;
    margin-top: 0px;
}

.dog-desc {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #787878;
    margin-bottom: 20px;
}

.dog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dog-votes,
.dog-round {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FE6000;
}

.vote-btn {
    background: #2CD811;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    padding: 8px 15px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.vote-msg {
  margin-top: 15px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
}
.vote-msg.success {
  background: #e8f5e9;
  color: #2e7d32;
}
.vote-msg.error {
  background: #fdecea;
  color: #c62828;
}
.vote-btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}


/* end here */