:root {
  --primary: #011627;
  --secondary: #C79209;
  --accent1 : #DFBD69;
  --light: #ffffff;
  --spacing: 1rem;
}

/* SIFONN (Headings) */
@font-face {
    font-family: 'Sifonn Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Sifonn Pro'), url('../fonts/SIFONN_PRO.woff') format('woff');
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT_Chocolates_Regular.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT_Chocolates_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Chocolates';
    src: url('../fonts/TT_Chocolates_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family:  'TT Chocolates', sans-serif !important;
  font-weight: 700;
}
body,
p,
span,
li,
a,
input,
textarea,
button {
    font-family: 'TT Chocolates', sans-serif !important;
}
p { font-weight: 300; font-size: 1.1rem;}
strong { font-weight: 700; }

.font-light { font-weight: 300; }
.font-regular { font-weight: 400; }
.font-bold { font-weight: 700; }
.font-extra-bold { font-weight: 800; }
.font-italic { font-style: italic; }

/* Utility */
.f-17{
    font-size: 1.0625rem;
    letter-spacing: 0.0125rem;
}

.pt80{
    padding-top: 5rem;
}

.yellow-color{
    color: var(--accent1);
}

.c-a{
  text-decoration:none;
  color:white;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
/* Buttons */
.btn1{
  color:var(--accent1);
  border: 0.0625rem solid var(--accent1);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  letter-spacing: .0375rem;
}

.btn2{
  color:var(--primary);
  background-color: var(--accent1);
  border: 0.0625rem solid var(--accent1);
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  letter-spacing: .0375rem;
}

/* Layout */
body{
    background: var(--primary);
}

.menu-bg{
  background: linear-gradient(90deg, rgba(255,255,255,0.15) 0%, rgba(1,22,39,0.15) 100%);
}

.great-bg{
    background: linear-gradient(112deg, #debd6947 -44%, #debd6947 -286%, #011627 70%);
}

.prem-7{
  padding: 0 7rem;
}

.top-notice .bdr-btm {
    border-bottom: 0.0625rem solid rgba(255,255,255,0.2);
}

.line-h{
  line-height: 1.875rem;
}

.home-about{
  width: 75%;
}

.heading1 h2{
    font-size: 2.5rem;
}

.pd-200{
    padding-top:12.5rem;
}
.mt-150{
    margin-top: 9.375rem;
}

/* Navbar */
.site-nav .nav-item .nav-link{
    color: white;
    font-size: 1.125rem;
    font-weight: 100;
    margin: 0 0.75rem;
    letter-spacing: 0.03125rem;
}

.menu-line{
    margin: 0;
    border: 0.0625rem solid #ffffff;
}

/* Banner */
.main-banner:before {
    content: "";
    background-image: url(../images/banner.png);
    position: absolute;
    right: 0;
    width: 46.25rem;
    height: 50rem;
    background-repeat: no-repeat;
        background-size: 37.625rem 45rem;
    background-position: right;
}

/* Footer Overlay */
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(-4deg, #011621 30%, #cba64947 125%, #011627 -62%);
}

/* Hero Section */
.asia-circle{
  color: var(--accent1);
  border: 0.0625rem solid var(--accent1);
  padding: 0.625rem 1.5625rem;
  border-radius: 3.75rem;
  font-weight: 100;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.hero-title {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.highlight {
  color: var(--accent1);
}

.hero-text {
    color: white;
    margin: 1.25rem 0;
    letter-spacing: 0.03125rem;
    line-height: 1.75rem;
}

.hero-buttons .btn {
  margin-right: 0.625rem;
}

/* Counter */
.hero-counter{
    border-top: 0.0625rem solid gray;
    padding-top: 1.25rem;
}

.hero-counter h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #DEBD69;
}

.hero-counter p {
    font-size: 0.9rem;
    color: #fff;
}

/* Background logo */
.about-the-awards::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/about-home-bg.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}

/* Awards */
.awards-section {
  position: relative;
  background: #011627;
  padding: 5rem 0;
  overflow: hidden;
}
.social-links a {
    margin: 0px 5px;
    border: 0.0625rem solid rgba(223, 189, 105, 0.4);
    color: #DFBD69;
}

.awards-section::before {
    content: "";
    position: absolute;
    /* width: 31.25rem; */
    /* height: 31.25rem; */
    /* background: rgba(222, 189, 105, 0.25); */
    /* filter: blur(11.25rem); */
    /* border-radius: 50%; */
    /* top: 50%; */
    /* left: 25%; */
    /* transform: translate(-50%, -50%); */
    background-image: url(../images/awards.png);
    height: 100vh;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 472px;
}

.font-award {
    font-weight: 100;
    font-size: 2rem;
    line-height: 3.125rem;
}

/* Circle */
.circle {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #d6b25e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6b25e;
  font-weight: 600;
  margin-right: 0.9375rem;
}

/* Quote */
.quote {
  color: #d6b25e;
  font-size: 1.125rem;
  font-weight: 500;
}

/* Enter box */
.enter-box{
    background: linear-gradient(135deg, rgba(229,180,72,0.19) 0%, rgba(255,255,255,0.02) 100%);
    padding: 1.5625rem;
    width: 90%;
    border-radius: 1rem;
}

.enter-box span{
    font-size: 5.75rem;
    font-weight: 700;
    color: #dfbd69;
}

.enter-box h5{
    font-size: 1.8125rem;
    width: 100%;
}

.enter-box p{
    width: 90%;
    font-size: 1rem;
    font-weight: 100;
    padding: 0.9375rem 0;
}

/* Cards */
.home-represent-box{
    background: #FFFFFF0D;
    padding: 2.1875rem;
    border-radius: 1rem;
}

/* Footer */
.footer-logo {
    width: 100%;
}

.social-link{
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  border: 0.0625rem solid #DFBD69;
  display: flex;
  align-items: center;
  justify-content: center;
}


.category-section {
  background: #011627;
  padding: 5rem 0;
  text-align: center;
}

.category-section .section-title {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.category-section  .section-subtitle {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 3rem;
}

/* Card */
.category-section  .cat-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 10px;
}

.category-section  .cat-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Overlay */
.category-section  .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #011627 20%, transparent);
}

.category-section  .overlay.gold {
  background: linear-gradient(to top, rgba(223,189,105,0.2), transparent);
}

/* Content */
.content {
  bottom: 0;
  padding: 1.5rem;
  text-align: left;
  position: relative;
}
.category-name {font-size: 1.5rem;}

.category-section.content h3 {
  color: #fff;
  font-size: 1.2rem;
}

.category-section  .content p {
  color: #ccc;
  font-size: rem;
  margin: 10px 0;
}


.category-section .content a {
    color: #DFBD69 !important;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}

/* Slick dots */
.category-section  .slick-dots li button:before {
  color: #ccc;
}

.category-section  .slick-dots li.slick-active button:before {
  color: #DFBD69;
}
/* dots container */
.category-section  .slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* normal dots */
.category-section  .slick-dots li {
  width: 6px;
  height: 6px;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}

.category-section  .slick-dots li button:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #6c7a86; /* grey dots */
  border-radius: 50%;
  opacity: 1;
}

/* active dot (gold pill) */
.category-section  .slick-dots li.slick-active {
  width: 30px;
}

.slick-dots li.slick-active button:before {
  width: 30px;
  height: 6px;
  border-radius: 10px;
  background: #DFBD69; /* gold */
}
.category-section  .slick-dots li button:before{content: "";}


.category-section .section-title {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.category-section  .section-subtitle {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 3rem;
}

/* Card */
.category-section  .cat-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 10px;
}

.category-section  .cat-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Overlay */
.category-section  .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #011627 20%, transparent);
}

.category-section  .overlay.gold {
  background: linear-gradient(to top, rgba(223,189,105,0.2), transparent);
}

/* Content */
.content {
  bottom: 0;
  padding: 1.5rem;
  text-align: left;
  position: relative;
}
.category-name {font-size: 1.5rem;}

.category-section.content h3 {
  color: #fff;
  font-size: 1.2rem;
}

.category-section  .content p {
  color: #ccc;
  font-size: rem;
  margin: 10px 0;
}


.category-section .content a {
    color: #DFBD69 !important;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}

/* Slick dots */
.category-section  .slick-dots li button:before {
  color: #ccc;
}

.category-section  .slick-dots li.slick-active button:before {
  color: #DFBD69;
}
/* dots container */
.category-section  .slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* normal dots */
.category-section  .slick-dots li {
  width: 6px;
  height: 6px;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}

.category-section  .slick-dots li button:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #6c7a86; /* grey dots */
  border-radius: 50%;
  opacity: 1;
}

/* active dot (gold pill) */
.category-section  .slick-dots li.slick-active {
  width: 30px;
}

.slick-dots li.slick-active button:before {
  width: 30px;
  height: 6px;
  border-radius: 10px;
  background: #DFBD69; /* gold */
}
.category-section  .slick-dots li button:before{content: "";}


.awards-section .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 1rem;
}

.awards-section .circle {
  width: 4.375rem;
  height: 4.375rem;
  min-width: 4.375rem;
  border-radius: 50%;
  border: 0.0625rem solid rgba(223,189,105,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DFBD69;
  font-size: 1.5rem;
  font-weight: 600;
  background: radial-gradient(circle at 30% 30%, rgba(223,189,105,0.15), transparent);
}

.awards-section .content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.awards-section .content p {
  color: #cbd5df;
  font-size: 1.1rem;
  line-height: 1.8;
}
.quote-box {
  position: relative;
  margin-top: 3rem;
  text-align: center;
}

.quote-text {
  font-size: 2rem;
  font-weight: 600;
  color: #DFBD69;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}

/* Quote icons */
.quote-icon {
  position: absolute;
  font-size: 4rem;
  color: #DFBD69;
  opacity: 0.9;
}

.quote-icon.left {
  left: 0;
  top: -10px;
}
.quote-icon.right {
    right: 175px;
    bottom: -48px;
}

.great-work-section h2 {
    font-size: 3.375rem;
}
.great-work-section p {
    font-size: 1.25rem;
}

/* Footer Background */
.footer-section {
  background: linear-gradient(135deg, #011627 0%, #062a3b 100%);
  padding: 5rem 0 0rem;
  position: relative;
  overflow: hidden;
}

/* Logo */
.footer-logo {
  font-size: 1.4rem;
  font-weight: 600;
}

/* Text */
.footer-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Titles */
.footer-title {
  font-size: 0.85rem;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-links a:hover {
  color: #DFBD69;
}

/* Social */
.social-icons a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/* Divider */
.footer-line {
  border-color: rgba(255,255,255,0.4);
  margin: 2rem 0;
}

/* Stay Connected */
.stay-title {
  font-size: 1.3rem;
  font-weight: 600;
}

/* Subscribe */
.subscribe-box input {
  background: rgba(255,255,255,0.08);
  border: none;
  color: #fff;
  padding: 12px;
}

.subscribe-box input::placeholder {
  color: #aaa;
}

.footer-section .btn-gold {
    background: #DFBD69;
    color: #000;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    font-weight: 700;
}

/* Watermark */
.footer-watermark {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.footer-watermark .marquee {
  display: inline-block;
  animation: marqueeMove 20s linear infinite;
}

.footer-watermark span {
  font-size: 9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  display: inline-block;
}

/* Animation */
@keyframes marqueeMove {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Wrapper */
.asia-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  position: relative;
  overflow: hidden;

  /* Border effect */
  border: 1px solid rgba(223,189,105,0.5);

  /* Background gradient */
  background: linear-gradient(90deg, rgba(223,189,105,0.1), rgba(1,22,39,0.6));

  backdrop-filter: blur(6px);
}

/* Dot */
.asia-badge .dot {
  width: 10px;
  height: 10px;
  background: #DFBD69;
  border-radius: 50%;
  display: inline-block;
}

/* Text */
.asia-badge .text {
    color: #DFBD69;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 500;
}
/* SECTION BACKGROUND */
.credibility-section {
  position: relative;
  padding: 6rem 0 0 0;
  background: linear-gradient(180deg, #011627 0%, #032032 100%);
  overflow: hidden;
  z-index: 0;
}

/* soft bottom gradient */
.credibility-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(94, 140, 80, 0.2), transparent);
  pointer-events: none;
  z-index: 0;
}

.credibility-section .container {
  position: relative;
  z-index: 1;
}

/* TITLE */
.cred-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cred-title span {
  color: #DFBD69;
}

/* SUBTITLE */
.cred-subtitle {
  max-width: 600px;
  margin: 0 auto 4rem;
  line-height: 1.6;
}

/* CARD WRAPPER */
.cred-row {
  position: relative;
}

/* CARD */
.cred-card {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
}

.cred-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SIZE DIFFERENCE */
.cred-card.small {
  margin-top: 60px;
}

.cred-card.large {
  z-index: 2;
  transform: scale(1.05);
}

/* SHADOW */
.cred-card.large img {
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Preloader background */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #011627;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Loader circle */
.loader {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(223,189,105,0.2);
  border-top: 3px solid #DFBD69;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* FAQ Page Specific Styles */
.faq-section {
    padding: 80px 0;
    background-color: #011627;
}

.faq-nav-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 40px;
}

.faq-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-nav-item {
    margin-bottom: 25px;
}

.faq-nav-link {
    color: rgba(255, 255, 255, 0.6); /* Inactive state */
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.faq-nav-link:hover,
.faq-nav-link.active {
    color: var(--accent1); /* Active state */
}

.faq-nav-link .arrow-icon {
    color: var(--accent1);
    font-size: 1.5rem;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.faq-nav-link:hover .arrow-icon,
.faq-nav-link.active .arrow-icon {
    opacity: 1;
    transform: translateX(5px);
}

.faq-accordion .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
}

.faq-accordion .accordion-header .accordion-button {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px !important;
    color: #ffffff;
    font-size: 1.1rem;
    padding: 20px;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--accent1);
}

.faq-accordion .accordion-body {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
    border-radius: 0 0 12px 12px;
    color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 1rem;
}

/* Core Values Grid */
.cv-card {
    background: #FFFFFF0D;
    padding: 2.5rem;
    border-radius: 1rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.cv-card.featured {
    border: 1px solid var(--accent1);
    box-shadow: inset 0 0 20px rgba(223, 189, 105, 0.1), 0 0 30px rgba(223, 189, 105, 0.05);
}

.cv-icon {
    font-size: 2rem;
    color: var(--accent1);
    margin-bottom: 1.5rem;
}

.cv-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
}

.cv-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

/* Credibility Summary */
.credibility-card {
    background: #FFFFFF0D;
    border-radius: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.cred-icon {
    font-size: 2.25rem;
    color: var(--accent1);
}

.border-end-custom {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .border-end-custom {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}

.max-width-800 {
    max-width: 800px;
}

.opacity-75 {
    opacity: 0.75;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed) {
    background: rgba(223, 189, 105, 0.05);
    border-color: var(--accent1);
    color: #ffffff;
    box-shadow: none;
}

.faq-accordion .accordion-header .accordion-button::before {
    content: '+';
    font-family: 'Sifonn Pro', sans-serif;
    color: var(--accent1);
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 15px;
    flex-shrink: 0;
    line-height: 1;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed)::before {
    content: '−';
}

.faq-accordion .accordion-header .accordion-button::after {
    display: none; /* Hide default bootstrap icon */
}

.faq-accordion .accordion-body {
    color: #fff;
    padding: 20px 20px 20px 55px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .faq-nav-card {
        margin-bottom: 40px;
    }
}

/* CATEGORY PAGE NEW DESIGN */
.category-page {
  background-color: #011627;
  color: #ffffff;
  padding-bottom: 100px;
}

.category-page .section-title {
  font-family: 'Sifonn Pro', sans-serif;
  font-size: 3rem;
  margin-bottom: 10px;
}

.category-page .section-subtitle {
  color: #9fb3c8;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.category-group-title {
  font-family: 'Sifonn Pro', sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: left;
}

.category-group-desc {
  color: #9fb3c8;
  font-size: 1rem;
  margin-bottom: 30px;
}

/* Category Card */
.cat-card-new {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.cat-card-new.selected {
  border-color: var(--accent1);
  background: rgba(223, 189, 105, 0.05);
}

.cat-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.cat-card-title {
  color: #ffffff;
  font-family: 'Sifonn Pro', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.cat-card-new.selected .cat-card-title {
  color: var(--accent1);
}

.cat-card-desc {
  color: #cbd5df;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 85%;
}

.who-should-enter {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.who-label {
  color: var(--accent1);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.who-text {
  color: #cbd5df;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.view-criteria-btn {
  color: #9fb3c8;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
}

.view-criteria-btn:hover {
  color: var(--accent1);
}

.cat-checkbox {
      width: 50px;
    height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: transparent;
}

.cat-card-new:hover .cat-checkbox {
  border-color: var(--accent1);
}

.cat-card-new.selected .cat-checkbox {
  background: var(--accent1);
  border-color: var(--accent1);
  box-shadow: 0 0 10px rgba(223, 189, 105, 0.3);
}

.cat-checkbox i {
  color: #011627;
  font-size: 27px;
  display: none;
  font-weight: 900;
}

.cat-card-new.selected .cat-checkbox i {
  display: block;
}

/* Criteria Expanded Section */
.criteria-expanded {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 40px;
}

.criteria-col-title {
  color: var(--accent1);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.criteria-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.criteria-list li {
  color: #cbd5df;
  font-size: 0.9rem;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.4;
}

.criteria-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--accent1);
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

/* Sidebar Summary */
.sidebar-sticky-wrapper {
  position: sticky;
  top: 100px;
}

.summary-box-new {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px;
}

.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.summary-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.summary-count {
  font-size: 0.85rem;
  color: #9fb3c8;
}

.summary-progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin-bottom: 25px;
  overflow: hidden;
}

.summary-progress-bar {
  height: 100%;
  background: var(--accent1);
  width: 0%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(223, 189, 105, 0.5);
}

.selected-cats-list {
  margin-bottom: 25px;
}

.selected-cat-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.selected-cat-item i {
  color: var(--accent1);
}

.selected-cat-item span {
  font-size: 0.9rem;
  color: #ffffff;
}

.summary-details {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-bottom: 25px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #9fb3c8;
  font-size: 0.9rem;
}

.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.total-label {
  font-weight: 700;
  color: #ffffff;
}

.total-amount {
  color: var(--accent1);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.total-currency {
  font-size: 0.7rem;
  color: #9fb3c8;
  text-align: right;
  display: block;
}

.btn-continue {
  background: var(--accent1);
  color: #011627;
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
  transition: 0.3s;
}

.btn-continue:hover {
  background: #cba649;
  color: #011627;
}

.summary-notes {
  list-style: none;
  padding: 0;
  margin: 0;
}

.summary-notes li {
  font-size: 0.75rem;
  color: #9fb3c8;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.summary-notes li::before {
  content: "•";
  color: var(--accent1);
  font-size: 1.2rem;
}

.sidebar-alert {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 15px;
  margin-top: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.sidebar-alert i {
  color: var(--accent1);
}

.sidebar-alert p {
  font-size: 0.85rem;
  color: #9fb3c8;
  margin: 0;
  line-height: 1.4;
}

/* Important Info Section */
.important-info-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #011627 0%, #032032 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.info-title {
  font-family: 'Sifonn Pro', sans-serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
}

.info-col-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.info-text {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 322px;
}

/* Badge for Leadership */
.badge-leadership {
  background: rgba(223, 189, 105, 0.2);
  color: var(--accent1);
  border: 1px solid var(--accent1);
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .sidebar-sticky-wrapper {
    margin-top: 50px;
    position: static;
  }

  .criteria-expanded {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .category-page .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .category-page .section-title {
    font-size: 2rem;
  }

  .category-group-title {
    font-size: 1.5rem;
  }

  .cat-card-new {
    padding: 20px;
  }

  .cat-card-title {
    font-size: 1.25rem;
  }

  .cat-card-desc {
    max-width: 100%;
    font-size: 0.9rem;
  }

  .cat-card-header > div {
    max-width: 100%;
  }

  .info-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .cat-card-header {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .cat-checkbox {
    align-self: flex-start;
  }

  .category-page .section-title {
    font-size: 1.75rem;
  }

  .info-text {
    max-width: 100%;
  }

  .important-info-section {
    padding: 60px 0;
  }
}

/* Specific styling for Info Section Titles */
span.info-col-title.cat-card-title {
  color: var(--accent1);
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  span.info-col-title.cat-card-title {
    font-size: 1.25rem;
  }
}
.cat-card-header >div {
    max-width: 500px;
}
.site-nav.sticky-top {
  background: rgba(1, 22, 39, 0.95);
  backdrop-filter: blur(8px);
}

/* ================= LANDSCAPE INSIGHTS (ABOUT) ================= */
.landscape-insights {
  background: #011627;
}

.landscape-insights .li-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 50px;
}

.landscape-insights .li-title {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.landscape-insights .li-bar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 70px;
}

.landscape-insights .li-bar-row:last-child {
  margin-bottom: 0;
}

.landscape-insights .li-sticks {
  display: grid;
  grid-template-columns: repeat(30, 10px);
  gap: 6px;
  align-items: center;
}

.landscape-insights .li-stick {
  width: 4px;
  height: 40px;
  background: rgba(255,255,255,0.18);
  border-radius: 2px;
  transition: background-color 180ms linear;
}

.landscape-insights .li-stick.filled {
  background: var(--accent1);
}

.landscape-insights .li-metric {
    color: var(--accent1);
    font-weight: 800;
    font-size: 1.8rem;
    min-width: 60px;
    text-align: right;
}

.landscape-insights .li-info-block {
  padding-left: 20px;
  margin-bottom: 22px;
}

.landscape-insights .li-info-block:last-child {
  margin-bottom: 0;
}

.landscape-insights .li-info-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.landscape-insights .li-info-text {
  color: #9fb3c8;
  font-size: 1.1rem;
  margin: 0;
  line-height: 1.5;
}

.landscape-insights .li-subtitle {
  color: #ffffff;
  font-size: 1.1rem;
}

.landscape-insights .li-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 18px 16px;
  color: #ffffff;
  height: 100%;
}

.landscape-insights .li-pill i {
  color: var(--accent1);
  font-size: 1.25rem;
}
.landscape-insights .li-pill span {
    font-size: 1.1rem;
    color: #ffffff;
}
@media (max-width: 991px) {
  .landscape-insights .li-card {
    padding: 30px;
  }
  .landscape-insights .li-sticks {
    grid-template-columns: repeat(20, 10px);
  }
  .landscape-insights .li-stick {
    height: 20px;
  }
  .landscape-insights .li-info-block {
    border-left: none;
    padding-left: 0;
  }
}


/* ================= ABOUT US SECTION ================= */

/* SECTION */
.about-section {
  position: relative;
  background: #011627;
  padding: 5rem 0 0;
  overflow: hidden;
}

/* TITLE */
.about-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-title span {
  color: #DFBD69;
}

/* SUBTITLE */
.about-subtitle {
    color: #fff;
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    line-height: 1.6;
}
.about-subtitle-text {
    font-size: 1.2rem;
}

/* BACKGROUND TEXT */
.about-bg-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.03);
    letter-spacing: 10px;
    pointer-events: none;
    white-space: nowrap;
}

/* IMAGE */
.about-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* IMAGE SPACING */
.about-image {
  margin-top: 2rem;
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){
  .about-title {
    font-size: 2.2rem;
  }

  .about-bg-text {
    font-size: 6rem;
  }
}

@media(max-width:576px){
  .about-title {
    font-size: 1.8rem;
  }

  .about-bg-text {
    font-size: 3rem;
  }

  .about-subtitle {
    padding: 0 1rem;
  }
}

.font-award.about-heading {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2.125rem;
}

.ef-section {
  /* background: linear-gradient(180deg, #021c2b, #042d3f); */
  padding: 100px 40px;
}

/* Card */
.ef-card {
  display: flex;
  gap: 15px;
  padding: 20px 25px;
  border-radius: 12px;
  background: linear-gradient(145deg, #0a2a3d, #0d3a50);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Typography */
.ef-card h5 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.ef-card p {
    margin: 5px 0 0;
    font-size: 1.1rem;
    opacity: 0.8;
}

/* Icon */
.ef-icon {
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0e3b52;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5c542;
}

/* Spacing for stagger */
.ef-card-mid {
  margin-top: 40px;
}

.ef-card-last {
  margin-top: 40px;
}

/* Mobile */
@media (max-width: 768px) {
  .ef-section {
    padding: 60px 20px;
  }
  .ef-card {
    margin-bottom: 20px;
  }
}


/* ================= SECTION ================= */
.ef-dates-section {
  background: #011627;
  padding: 5rem 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url(../images/dates-bg.png);
    background-size: cover;
}

/* ================= TITLE ================= */
.ef-title {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.ef-subtitle {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

/* ================= CARD ================= */
.ef-dates-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 16px;

  /* glass effect */
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  /* subtle glow */
  box-shadow: 0 0 30px rgba(223,189,105,0.05);
}

/* ================= ROW ================= */
.ef-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
    margin: 1.5rem 0rem;
}

/* GOLDEN DIVIDER LINE */
.ef-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(223,189,105,0.3) 20%,
    rgba(223,189,105,0.8) 50%,
    rgba(223,189,105,0.3) 80%,
    transparent 100%
  );
}

/* remove last line */
.ef-row:last-child::after {
  display: none;
}

/* ================= DATE ================= */
.ef-date {
  color: #DFBD69;
  font-weight: 500;
  font-size: 1.5rem;
      font-weight: 600;

  /* glow */
  text-shadow: 0 0 10px rgba(223,189,105,0.2);
}

/* ================= TEXT ================= */
.ef-text {
  color: #fff;
  font-size: 1.25rem;
      font-weight: 600;
}

/* ================= HOVER ================= */
.ef-row:hover {
  background: rgba(255,255,255,0.02);
  transition: 0.3s ease;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
  .ef-dates-card {
    padding: 1.5rem;
  }

  .ef-title {
    font-size: 2rem;
  }
}

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

  .ef-row {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
  }

  .ef-title {
    font-size: 1.6rem;
  }

  .ef-date {
    font-size: 0.9rem;
  }

  .ef-text {
    font-size: 0.9rem;
  }

  .ef-subtitle {
    padding: 0 1rem;
  }
}

/* HOW TO ENTER STAGGERED SECTION */
.how-to-enter-section {
    background-color: #011627;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.how-to-enter-section .bg-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.03;
    width: 80%;
    pointer-events: none;
    z-index: 0;
}

.how-to-enter-section .container {
    position: relative;
    z-index: 1;
}

.how-to-enter-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.how-to-enter-section .section-subtitle {
    color: #9fb3c8;
    font-size: 1rem;
    max-width: 450px;
    margin-bottom: 80px;
}

.staggered-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.step-card-new {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
    width: 420px;
    position: relative;
    margin-bottom: 60px;
    transition: transform 0.3s ease;
}

.step-card-new:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

.step-card-new .step-num {
    font-family: 'Sifonn Pro', sans-serif;
    font-size: 4rem;
    color: var(--accent1);
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
}

.step-card-new .step-title {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.step-card-new .step-text {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.step-card-new .bottom-line {
    width: 40px;
    height: 2px;
    background: var(--accent1);
    position: absolute;
    bottom: 30px;
    left: 40px;
    opacity: 0.3;
}

/* Staggering positions */
.step-left {
    margin-right: auto;
}
.step-right {
    margin-left: auto;
    margin-top: -120px;
}

/* Connecting Lines */
.connector-line {
    position: absolute;
    border-top: 2px dashed rgba(223, 189, 105, 0.5);
    border-right: 2px dashed rgba(223, 189, 105, 0.5);
    z-index: -1;
}

.line-1-2 {
    top: 140px;
    left: 420px;
    width: 40%;
    height: 65px;
}

.line-2-3 {
    top: 519px;
    right: 420px;
    width: 40%;
    height: 70px;
    border-right: none;
    border-left: 2px dashed rgba(223, 189, 105, 0.5);
}

.line-3-4 {
    top: 803px;
    left: 420px;
    width: 40%;
    height: 70px;
}

.dot-indicator {
    width: 6px; /* Slightly smaller dots */
    height: 6px;
    background: var(--accent1);
    border-radius: 50%;
    position: absolute;
}

.dot-1 { bottom: -3px; right: -3px; }
.dot-2 { bottom: -3px; left: -3px; }
.dot-3 { bottom: -3px; right: -3px; }

@media (max-width: 991px) {
    .step-card-new {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    .connector-line, .dot-indicator {
        display: none;
    }
}

.faq-nav-item.active a {
    color: #DFBD69;
    font-weight: 800;
}

.bg-award h3 {
    font-size: 2.2rem;
    max-width: 350px;
}
.tag.bg-yellow {
    background: #FFC943;
    max-width: 300px;
    padding: 10px 20px;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 20px 0px;
}
.bg-award {
    background-image: url(../images/bg-awards-1.png);
    background-size: cover;
    padding: 0px 0px 0px 40px;
}
.footer-email a {
    text-decoration: none;
}

/* Core Values Grid */
.cv-card {
    background: #FFFFFF0D;
    padding: 2.5rem;
    border-radius: 1rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.cv-card.featured {
    border: 1px solid var(--accent1);
    box-shadow: inset 0 0 20px rgba(223, 189, 105, 0.1), 0 0 30px rgba(223, 189, 105, 0.05);
}

.cv-icon {
    font-size: 2rem;
    color: var(--accent1);
    margin-bottom: 1.5rem;
}

.cv-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
}

.cv-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255);
    margin-bottom: 0;
}

/* Credibility Summary */
.credibility-card {
    background: #FFFFFF0D;
    border-radius: 1.5rem;
}

.cred-icon {
    font-size: 2.25rem;
    color: var(--accent1);
}

.border-end-custom {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .border-end-custom {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}

.max-width-800 {
    max-width: 800px;
}

.opacity-75 {
    opacity: 0.75;
}



/* WRAPPER */
.ef-title-line {
  position: relative;
  padding-bottom: 20px;
}

/* LINE */
.ef-title-line::after {
    content: "";
    position: absolute;
    /* left: 0; */
    bottom: 0;
    width: 40%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(223, 189, 105, 0.2) 20%, rgba(223, 189, 105, 0.9) 50%, rgba(223, 189, 105, 0.2) 80%, transparent 100%);
    /* top: 0; */
    right: 30%;
}


/* VERTICAL LINE */
.ef-vertical-line {
  width: 1px;
  height: 300px; /* adjust height */

  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(223,189,105,0.3) 20%,
    rgba(223,189,105,0.9) 50%,
    rgba(223,189,105,0.3) 80%,
    transparent 100%
  );

  margin: 0 auto;
}



/* ================= SECTION ================= */
.ef-feature-section {
  background: #011627;
  padding: 4rem 0;
}

/* BOX */
.ef-feature-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  padding: 40px;
  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.02)
  );

  border: 1px solid rgba(255,255,255,0.08);
}

/* ITEM */
.ef-feature-item {
  flex: 1;
  color: #fff;
}

.ef-feature-item h5 {
  margin-bottom: 10px;
}

.ef-feature-item p {
  color: #9fb3c8;
}

/* ================= DIVIDER ================= */
.ef-divider {
  width: 1px;
  height: 120px;

  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(223,189,105,0.3) 25%,
    rgba(223,189,105,0.9) 50%,
    rgba(223,189,105,0.3) 75%,
    transparent 100%
  );

  box-shadow: 0 0 6px rgba(223,189,105,0.2);
}
.and-text-about {
    color: #fff;
    font-size: 1.3rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}


/* ================= SECTION ================= */
.ef-criteria-section {
  background: #011627;
  padding: 2rem 0 5rem;
}

/* BOX */
.ef-criteria-box {
  padding: 40px;
  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.02)
  );

  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
}

/* GOLD BOTTOM BORDER */
.ef-criteria-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(223,189,105,0.9),
    transparent
  );
}
/* GOLD BOTTOM BORDER */
.ef-criteria-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(223,189,105,0.9),
    transparent
  );
}

/* TITLE */
.ef-criteria-title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* LINE UNDER TITLE */
.ef-criteria-line {
  width: 200px;
  height: 1px;
  margin: 10px auto 30px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.2),
    transparent
  );
}

/* ================= CARD ================= */
.ef-crit-card {
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  padding: 30px 20px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s;
  height: 100%;
}

/* NUMBER */
.ef-crit-card h3 {
    font-size: 2.2rem;
    color: #DFBD69;
    margin-bottom: 10px;
    position: relative;
}

/* TEXT */
.ef-crit-card p {
    color: #fff;
    /* font-size: 0.9rem; */
}

/* HOVER */
.ef-crit-card:hover {
  background: rgba(255,255,255,0.06);
}

/* ================= RESPONSIVE ================= */
@media(max-width:576px){
  .ef-criteria-box {
    padding: 20px;
  }

  .ef-crit-card h3 {
    font-size: 2rem;
  }
}



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


/* WRAPPER */
.ef-table-wrapper {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

/* TABLE */
.ef-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}

/* HEADER */
.ef-table thead {
  background: #DFBD69;
}

.ef-table th {
  text-align: left;
  padding: 18px 20px;
  font-weight: 600;
  color: #011627;
}

/* BODY */
.ef-table td {
  padding: 18px 20px;
  color: #d6e0ea;
  border-top: 1px solid rgba(223,189,105,0.2);
}

/* ROW BACKGROUND */
.ef-table tbody tr {
  background: rgba(255,255,255,0.03);
}

/* COLUMN DIVIDER */
.ef-table td:first-child {
  border-right: 1px solid rgba(223,189,105,0.2);
}

/* LAST ROW RADIUS FIX */
.ef-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.ef-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){

  .ef-table th,
  .ef-table td {
    padding: 14px;
    font-size: 0.9rem;
  }

  .ef-table td:last-child {
    text-align: right;
  }
}


/* ================= SECTION ================= */
.ef-guidelines-section {
  background: #011627;
  padding: 0rem 0 0;
  color: #fff;
}

/* HEADING */
.ef-guide-heading {
  font-size: 2rem;
  margin-bottom: 2rem;
}

/* ================= CARD ================= */
.ef-guide-card {
  background: rgba(255,255,255,0.04);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
}

/* ================= TOP BOX ================= */
.ef-guide-top {
  position: relative;
  background: rgba(255,255,255,0.05);
  padding: 20px 20px 20px 30px;
  border-radius: 6px;
  margin-bottom: 25px;
}

/* LEFT GOLD BAR */
.ef-guide-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 6px;
  background: #DFBD69;
  border-radius: 2px;
}

/* TEXT */
.ef-guide-top p {
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
    font-weight: 700;
}

/* ================= RULES ================= */
.ef-rule-tag {
  display: inline-block;
  border: 1px solid rgba(223,189,105,0.5);
  padding: 6px 12px;
  border-radius: 6px;
  color: #DFBD69;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

/* LIST */
.ef-rule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LIST ITEMS */
.ef-rule-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 0.9rem;
  color: #cbd5df;
  line-height: 1.6;
}

/* CHECK ICON */
.ef-rule-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  color: #DFBD69;
}

/* ================= RESPONSIVE ================= */
@media(max-width:768px){

  .ef-guide-card {
    padding: 20px;
  }

  .ef-guide-heading {
    font-size: 1.6rem;
  }

  .ef-guide-top {
    padding: 15px 15px 15px 25px;
  }
}
.jury-hover {
  position: relative;
  cursor: pointer;
}

.jury-hover .hover-text {
  position: absolute;
  bottom: 120%;
  left: -5%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  white-space: nowrap;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 10;
}

.jury-hover:hover .hover-text {
  opacity: 1;
  visibility: visible;
}

.navbar-nav li a.active {
    border-bottom: 0.0625rem solid var(--accent1);
    color: #DFBD69;
}
.site-nav .nav-item .nav-link.active{color: #DFBD69;}
