@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");
:root {
  --navy: #172c52;
  --orange: #e8781a;
  --gold: #f0a12a;
  --cream: #fff8ed;
  --ink: #18243a;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", Arial;
  background: #fffdfa;
  background-image: url('assets/bg.png') repeat; 
  font-size: 18px;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
header {
  height: 76px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 5;
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
.logo {
  width: 220px;
}
.nav nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex: 1;
}
.nav nav a {
    font-size: 15px;
    font-weight: 700;
    color: #172c52;
    padding: 30px 0;
    letter-spacing: 0.01em;
    transition: color 0.2s ease;
}
.nav nav .active {
  border-bottom: 3px solid var(--navy);
}
.nav > span {
  font-size: 12px;
}
.login {
  background: var(--navy);
  color: #fff;
  padding: 11px 16px;
  border-radius: 6px;
  font-size: 12px;
}
.hero {
  min-height: 590px;
  overflow: hidden;
  background: linear-gradient(110deg, #fff9ef, #fff 55%, #f8eee9);
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -30% 35%;
  height: 480px;
  background: radial-gradient(circle, #e97d2938, transparent 65%);
}
.hero-inner {
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero label {
  font-size: 15px;
  color: #c76112;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.hero h1 {
  font: 700 58px/1.08 "Playfair Display";
  color: var(--navy);
  margin: 18px 0;
}
.hero h1 i {
  font-style: normal;
}
.hero p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}
.btn {
  display: inline-block;
  padding: 13px 19px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
}
.dark {
  background: var(--navy);
  color: #fff;
}
.light {
  border: 1px solid var(--orange);
  background: #fff;
  color: var(--navy);
}
.points {
  display: flex;
  gap: 30px;
  margin-top: 42px;
}
.points span {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
}
.points img {
  width: 32px;
  height: 32px;
  color: var(--navy);
}
.points small {
  display: block;
  color: #777;
  margin-top: 4px;
}
.art-scene {
  height: 510px;
  position: relative;
  background:
    radial-gradient(circle at 48% 46%, #ff9d2b88, transparent 34%),
    radial-gradient(circle at 76% 30%, #7448a766, transparent 28%),
    linear-gradient(135deg, #fff2d9, #e9e0f2);
  border-radius: 48% 18% 45% 22%;
  overflow: hidden;
}
.paint {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  mix-blend-mode: multiply;
}
.p1 {
  width: 350px;
  height: 350px;
  left: 80px;
  top: 80px;
  background: #f0801dcc;
}
.p2 {
  width: 300px;
  height: 280px;
  right: 40px;
  top: 30px;
  background: #6540a5bb;
}
.p3 {
  width: 400px;
  height: 190px;
  right: 100px;
  bottom: 0;
  background: #0e827080;
}
.silhouette {
  position: absolute;
  left: 43%;
  top: 28%;
  font-size: 180px;
  color: #172c5288;
  transform: rotate(12deg);
}
.brush {
  position: absolute;
  right: 55px;
  bottom: 70px;
  color: #fff;
  font: 700 30px "Playfair Display";
  text-align: center;
  transform: rotate(-8deg);
  text-shadow: 0 2px 10px #0005;
}
.countries {
  padding: 25px 0;
}
.title {
	 position: relative;
    width: 100%;
    min-height: 45px;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title span {
  width: 25px;
  height: 1px;
  background: var(--orange);
}
.title h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    text-align: center;
    white-space: nowrap;
}
.title button {
  margin-left: auto;
  background: white;
  border: 1px solid #9aa4b6;
  border-radius: 6px;
  padding: 9px 13px;
}
/* ================================
   BRICS COUNTRIES SECTION (dark)
   ================================ */

.countries-dark {
  position: relative;
  padding: 55px 0 70px;
  background:
    radial-gradient(circle at 50% 40px, #3d5c93 0%, rgba(61, 92, 147, 0) 45%),
    linear-gradient(160deg, #16294d 0%, #1c3465 45%, #16294d 100%);
  overflow: hidden;
}

.countries-header {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.countries-logo {
  width: 84px;
  height: auto;
  filter: drop-shadow(0 0 26px rgba(255, 255, 255, 0.35));
}

.country-block {
  margin-top: 30px;
}

.country-block-title {
  text-align: center;
  margin-bottom: 22px;
}

.country-block-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
}

/* Bordered box holding a row of flags */
.country-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  padding: 26px 30px;
}

/* Country flag row */
.countries-dark .country-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 26px;
}

/* Individual country */
.countries-dark .country {
  width: 76px;
  text-align: center;
  flex: 0 0 76px;
}

/* Flag image */
.countries-dark .country img {
  width: 76px;
  height: 52px;

  display: block;
  margin: 0 auto 8px;

  object-fit: cover;
  border-radius: 3px;
  border: 0px solid #ffffff;

  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08);

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

/* Country name */
.countries-dark .country span {
  display: block;

  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;

  color: #ffffff;

  white-space: normal;
}

/* Hover effect */
.countries-dark .country:hover img {
  transform: translateY(-3px) scale(1.06);

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.45),
    0 0 0 2px rgba(232, 120, 26, 0.55);
}

.countries-dark .country:hover span {
  color: #ffb066;
}

.countries-dark .view-all-container {
  position: static;
  transform: none;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .country-box {
    padding: 20px 16px;
  }
  .countries-dark .country {
    width: 62px;
    flex: 0 0 62px;
  }
  .countries-dark .country img {
    width: 62px;
    height: 44px;
  }
  .countries-dark .country span {
    font-size: 11px;
  }
}
.stats {
  background: linear-gradient(100deg, #102b59, #1e315c 55%, #964527);
  color: #fff;
}
.statrow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 22px 0;
}
.statrow div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  padding: 4px 20px;
  border-right: 1px solid #fff3;
}
.statrow div:last-child {
  border: 0;
}
.statrow img {
  width: 34px;
  color: #f2a22c;
  filter: invert(75%) sepia(70%) saturate(900%);
}
.statrow b {
  font-size: 35px;
}
.statrow small {
  grid-column: 2;
}
.features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 22px 0;
}
.card,
.panel {
  border: 1px solid #ece4d9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 22px #172b520b;
}
.card {
  text-align: center;
  padding: 19px 12px;
}
.card > img {
  width: 34px;
  height: 34px;
  color: var(--navy);
  padding: 7px;
  background: #f8eee2;
  border-radius: 50%;
  box-sizing: content-box;
}
.card h3 {
  font: 600 18px "Playfair Display";
  margin: 10px 0 7px;
}
.card p {
  font-size: 11px;
  line-height: 1.5;
  color: #777;
  min-height: 31px;
}
.card a {
  font-size: 12px;
  color: var(--navy);
  font-weight: 700;
}
.grid {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 16px;
}
.panel {
  padding: 20px;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.head a {
  font-size: 12px;
  color: var(--navy);
  font-weight: 700;
}
.news {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 18px;
}
.event-photo {
  height: 180px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #b96c36, #223c64, #e3a04e);
  color: #fff;
  font: 700 22px "Playfair Display";
  text-align: center;
}
.news h3 {
  font-size: 15px;
}
.news p {
  font-size: 12px;
  color: #777;
  line-height: 1.5;
}
.news a {
  font-size: 10px;
  color: var(--navy);
  font-weight: 700;
}
.news-list > div {
  font-size: 11px;
  padding: 13px 0;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
}
.news-list b {
  font-size: 13px;
}
.artistgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.portrait {
  height: 100px;
  border-radius: 6px;
  background: linear-gradient(135deg, #cf7135, #233b61);
}
.portrait.b {
  background: linear-gradient(135deg, #634a70, #e0a04e);
}
.portrait.c {
  background: linear-gradient(135deg, #243c58, #a45e38);
}
.portrait.d {
  background: linear-gradient(135deg, #bc6a37, #4c315b);
}
.artistgrid b,
.artistgrid small {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
.artistgrid small {
  color: #777;
}
.events {
  padding: 20px 0 55px;
}
.eventgrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.event {
  height: 145px;
  padding: 10px;
  border-radius: 7px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, #193a61, #d47731);
}
.e2 {
  background: linear-gradient(135deg, #5d3d65, #d49b50);
}
.e3 {
  background: linear-gradient(135deg, #172d53, #a94732);
}
.e4 {
  background: linear-gradient(135deg, #49665b, #df9f48);
}
.e5 {
  background: linear-gradient(135deg, #6a3c2c, #18315a);
}
.event > b {
  background: #fff;
  color: var(--navy);
  padding: 5px;
  width: 38px;
  border-radius: 4px;
  font-size: 11px;
}
.event span {
  font-size: 13px;
  font-weight: 700;
}
.event small {
  display: block;
  font-weight: 400;
  margin-top: 3px;
}
footer {
  background: #10284d;
  color: #fff;
  padding-top: 35px;
}
.foot {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
  gap: 45px;
}
.foot h3 {
  font-size: 12px;
}
.foot p {
  font-size: 14px;
  color: #d4dcea;
  line-height: 1.8;
}
.foot input {
  background: #0b2142;
  border: 1px solid #50637d;
  padding: 9px;
  color: white;
  border-radius: 5px;
}
.foot button {
  background: var(--orange);
  border: 0;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.bottom {
  border-top: 1px solid #50617b;
  margin-top: 25px;
  padding: 14px 0;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  color: #cdd6e4;
}
@media (max-width: 1000px) {
  .nav nav {
    gap: 12px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
  .statrow {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .eventgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .nav {
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .nav nav {
    order: 3;
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }
  .art-scene {
    display: none;
  }
  .hero {
    min-height: 570px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .features,
  .eventgrid {
    grid-template-columns: 1fr 1fr;
  }
  .country-cols {
    grid-template-columns: 1fr;
  }
  .vline {
    display: none;
  }
  .foot {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .features,
  .eventgrid,
  .foot {
    grid-template-columns: 1fr;
  }
  .statrow {
    grid-template-columns: 1fr 1fr;
  }
  .news {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 33px;
  }
}

/* =====================================================
   BRICS ARTIST REPOSITORY
   ARTISTIC BANNER CAROUSEL
   ===================================================== */

.artist-banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    background: #172c52;
}


/* -----------------------------------------------------
   CAROUSEL
   ----------------------------------------------------- */

.carousel {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}


/* -----------------------------------------------------
   SLIDES
   ----------------------------------------------------- */

.carousel-slide {
    position: absolute;

    width: 100%;
    height: 100%;

    top: 0;
    left: 0;

    opacity: 0;

    visibility: hidden;

    transition:
        opacity 0.8s ease,
        visibility 0.8s ease;
}


/* Active slide */

.carousel-slide.active {
    opacity: 1;
    visibility: visible;

    z-index: 2;
}


/* -----------------------------------------------------
   BANNER IMAGE
   ----------------------------------------------------- */

.carousel-slide img {
    width: 100%;
    height: 450px;

    display: block;

    object-fit: cover;

    object-position: center center;
}


/* -----------------------------------------------------
   DARK ARTISTIC OVERLAY
   ----------------------------------------------------- */

.carousel-slide::after {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(10, 29, 57, 0.88) 0%,
            rgba(10, 29, 57, 0.65) 25%,
            rgba(10, 29, 57, 0.25) 50%,
            rgba(10, 29, 57, 0.05) 75%
        );

    z-index: 1;
}


/* -----------------------------------------------------
   CONTENT
   ----------------------------------------------------- */

.carousel-content {

    position: absolute;

    z-index: 3;

    left: max(
        40px,
        calc((100% - 1180px) / 2)
    );

    top: 50%;

    transform: translateY(-50%);

    width: 520px;

    color: #ffffff;
}


/* Small heading */

.banner-label {

    display: inline-block;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #ffd28a;

    margin-bottom: 15px;
}


/* Main heading */

.carousel-content h1 {

    font-family:
        "Playfair Display",
        Georgia,
        serif;

    font-size: 54px;

    line-height: 1.08;

    font-weight: 700;

    margin: 0 0 15px;

    color: #ffffff;

    text-shadow:
        0 3px 12px rgba(0, 0, 0, 0.25);
}


/* Description */

.carousel-content p {

    font-size: 17px;

    line-height: 1.5;

    margin: 0 0 25px;

    color: #ffffff;

    max-width: 480px;
}


/* -----------------------------------------------------
   BUTTONS
   ----------------------------------------------------- */

.banner-buttons {

    display: flex;

    gap: 12px;

    align-items: center;
}


.banner-btn {

    display: inline-block;

    padding: 13px 20px;

    border-radius: 6px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


/* Primary */

.primary-btn {

    background: #172c52;

    color: #ffffff;

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


.primary-btn:hover {

    background: #e8781a;

    transform: translateY(-2px);
}


/* Secondary */

.secondary-btn {

    background: rgba(255, 255, 255, 0.95);

    color: #172c52;

    border: 1px solid #ffffff;
}


.secondary-btn:hover {

    background: #ffffff;

    transform: translateY(-2px);
}


/* -----------------------------------------------------
   LEFT / RIGHT ARROWS
   ----------------------------------------------------- */

.carousel-arrow {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 5;

    width: 46px;

    height: 46px;

    border-radius: 50%;

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

    background:
        rgba(15, 39, 72, 0.55);

    color: #ffffff;

    font-size: 25px;

    line-height: 1;

    cursor: pointer;

    backdrop-filter: blur(5px);

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.carousel-arrow:hover {

    background:
        rgba(15, 39, 72, 0.9);

    transform:
        translateY(-50%)
        scale(1.08);
}


.carousel-prev {

    left: 25px;
}


.carousel-next {

    right: 25px;
}


/* -----------------------------------------------------
   DOTS
   ----------------------------------------------------- */

.carousel-dots {

    position: absolute;

    z-index: 6;

    bottom: 20px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    gap: 8px;
}


.carousel-dot {

    width: 9px;

    height: 9px;

    padding: 0;

    border: 1px solid #ffffff;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.4);

    cursor: pointer;

    transition:
        width 0.25s ease,
        background 0.25s ease;
}


.carousel-dot.active {

    width: 28px;

    border-radius: 10px;

    background: #ffffff;
}


/* -----------------------------------------------------
   ARTISTIC SLIDE ANIMATION
   ----------------------------------------------------- */

.carousel-slide.active img {

    animation:
        artisticZoom 7s ease-out
        forwards;
}


@keyframes artisticZoom {

    from {
        transform: scale(1.02);
    }

    to {
        transform: scale(1.08);
    }

}


/* -----------------------------------------------------
   RESPONSIVE
   ----------------------------------------------------- */

@media (max-width: 900px) {

    .artist-banner,
    .carousel,
    .carousel-slide,
    .carousel-slide img {

        height: 420px;
    }


    .carousel-content {

        left: 40px;

        width: 450px;
    }


    .carousel-content h1 {

        font-size: 44px;
    }

}


@media (max-width: 650px) {

    .artist-banner,
    .carousel,
    .carousel-slide,
    .carousel-slide img {

        height: 450px;
    }


    .carousel-content {

        left: 25px;

        right: 25px;

        width: auto;

        top: 50%;
    }


    .carousel-content h1 {

        font-size: 36px;

        line-height: 1.1;
    }


    .carousel-content p {

        font-size: 14px;
    }


    .banner-buttons {

        flex-wrap: wrap;
    }


    .banner-btn {

        padding: 11px 15px;

        font-size: 12px;
    }


    .carousel-arrow {

        width: 36px;

        height: 36px;

        font-size: 20px;
    }


    .carousel-prev {

        left: 10px;
    }


    .carousel-next {

        right: 10px;
    }

}
.artistic-content-bg {
    position: relative;

    background-color: #fffaf1;

    background-image:
        url("assets/bg-pattern.png");

    background-repeat: repeat;

    background-size: 850px 850px;

    background-position: center top;
}

.artistic-content-bg .countries,
.artistic-content-bg .features,
.artistic-content-bg .grid,
.artistic-content-bg .events {

    position: relative;

    background: rgba(255, 255, 255, 0.88);

}
.view-all-container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
}

.view-all-btn {
    display: inline-block;
    padding: 9px 9px;
    background: #771D1D;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.view-all-btn:hover {
    background: #e8781a;
    color: #ffffff;
}
/* ==========================================
   ARTISTS DROPDOWN MENU
   ========================================== */

.nav-dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}


/* Artists main menu */

.nav-dropdown > .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
}


/* Small arrow */

.dropdown-arrow {
    font-size: 11px;
    line-height: 1;
    transition: transform 0.2s ease;
}


/* Dropdown box */

.dropdown-menu {
    position: absolute;

    top: calc(100% - 1px);
    left: 50%;

    transform: translateX(-50%) translateY(8px);

    min-width: 170px;

    padding: 4px 0;
    margin: 0;

    background: #ffffff;

    border: 1px solid #e5ded4;

    border-radius: 6px;

    box-shadow:
        0 12px 30px
        rgba(23, 44, 82, 0.12);

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;

    z-index: 1000;
}


/* Dropdown link */

.dropdown-menu a {

    display: block;

    padding: 10px 10px;

    color: #172c52;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;

    white-space: nowrap;
}


/* Hover */

.dropdown-menu a:hover {

    background: #fff5e8;

    color: #d66d18;
}


/* Show dropdown */

.nav-dropdown:hover .dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform:
        translateX(-50%)
        translateY(0);
}


/* Rotate arrow */

.nav-dropdown:hover .dropdown-arrow {

    transform: rotate(180deg);
}
.portal-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 18px;
    margin-right: 28px;
    line-height: 1;
    white-space: nowrap;
}

.portal-main {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #e0781c;
    margin-bottom: 5px;
}

.portal-sub {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #142f57;
}

.portal-ornament {
    font-size: 9px;
    color: #d5a23a;
    margin-top: 7px;
}
.announcement-bar {
    width: 100%;
    height: 48px;

    display: flex;
    align-items: center;

    background: #142f57;
    color: #fff;

    overflow: hidden;
}

/* Space before orange label */
.announcement-label-wrap {
    padding-left: 30px;
    flex-shrink: 0;
}

/* Orange label */
.announcement-label {
    height: 34px;

    display: flex;
    align-items: center;

    padding: 0 22px;

    background: #e0781c;

    border-radius: 4px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    white-space: nowrap;
}

/* Scrolling area */
.announcement-track {
    flex: 1;
    min-width: 0;

    overflow: hidden;
    white-space: nowrap;
}

/* Moving text */
.announcement-content {
    display: inline-flex;
    align-items: center;

    white-space: nowrap;

    animation: announcement-scroll 35s linear infinite;
    animation-delay: 1s;
}

/* Announcement text */
.announcement-content span {
    font-size: 14px;
    font-weight: 500;
    padding: 0 25px;
}

/* Separator */
.announcement-separator {
    color: #e5a33a;
    font-size: 10px;
    padding: 0 5px;
}

/* Right to left */
@keyframes announcement-scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Pause on hover */
.announcement-track:hover .announcement-content {
    animation-play-state: paused;
}

.event {
    position: relative;
    overflow: hidden;
}

.event img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 0;
}

/* Dark gradient so text remains readable */
.event::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(10, 25, 50, 0.90),
        rgba(10, 25, 50, 0.15) 65%
    );

    z-index: 1;
}

/* Date */
.event > b {
    position: relative;
    z-index: 2;
}

/* Event title and location */
.event > span {
    position: relative;
    z-index: 2;
}

/* =========================================
   WHAT'S NEW
========================================= */

.news {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 28px;

    margin-top: 20px;
}


/* =========================================
   FEATURED NEWS
========================================= */

.featured-news {
    min-width: 0;
}

.event-photo {
    width: 100%;
    height: 230px;

    position: relative;
    overflow: hidden;

    border-radius: 10px;

    background: #eee;
}

.event-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


/* Subtle zoom effect */

.featured-news:hover .event-photo img {
    transform: scale(1.04);
}


/* =========================================
   FEATURED NEWS TEXT
========================================= */

.featured-news h3 {
    margin: 14px 0 7px;

    font-size: 18px;
    font-weight: 700;

    color: #142f57;

    line-height: 1.3;
}

.featured-news p {
    margin: 0 0 12px;

    font-size: 13px;
    line-height: 1.6;

    color: #68758a;
}

.featured-news > a {
    font-size: 12px;
    font-weight: 700;

    color: #142f57;

    text-decoration: none;
}

.featured-news > a:hover {
    color: #e0781c;
}


/* =========================================
   NEWS LIST
========================================= */

.news-list {
    display: flex;
    flex-direction: column;

    height: 100%;
}

.news-item {
    padding: 16px 0;

    border-bottom: 1px solid #e7e2da;
}

.news-item:first-child {
    padding-top: 5px;
}

.news-item:last-child {
    border-bottom: none;
}


/* Date */

.news-date {
    display: block;

    margin-bottom: 7px;

    font-size: 11px;
    font-weight: 500;

    color: #8a8f98;

    letter-spacing: 0.2px;
}


/* News title */

.news-item b {
    display: block;

    font-size: 14px;
    line-height: 1.45;

    color: #142f57;

    font-weight: 700;
}


/* Hover */

.news-item:hover b {
    color: #e0781c;

    cursor: pointer;
}


/* =========================================
   PANEL HEADING
========================================= */

.panel .head {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 5px;
}

.panel .head h2 {
    margin: 0;

    font-size: 28px;

    color: #142f57;
}

.panel .head a {
    color: #142f57;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;
}

.panel .head a:hover {
    color: #e0781c;
}


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

@media (max-width: 900px) {

    .news {
        grid-template-columns: 1fr;
    }

    .event-photo {
        height: 260px;
    }

}


@media (max-width: 600px) {

    .event-photo {
        height: 200px;
    }

    .panel .head h2 {
        font-size: 23px;
    }

    .featured-news h3 {
        font-size: 17px;
    }

}

.foot a {
    color: #dce5f0;
    text-decoration: none;
    line-height: 2;
    font-size: 13px;
}

.foot a:hover {
    color: #e0781c;
    text-decoration: underline;
}

.foot h3 {
    margin-bottom: 12px;
}

.foot p {
    line-height: 1.8;
}


/* =====================================================
   LOGIN PAGE
   ===================================================== */

.auth-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.auth-nav-actions .login,
.auth-nav-actions .register {
    display: inline-block;
    padding: 11px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.auth-nav-actions .login {
    background: var(--navy);
    color: #fff;
}

.auth-nav-actions .register {
    background: #fff;
    color: var(--navy);
    border: 1px solid var(--orange);
}

.auth-nav-actions .register:hover {
    background: var(--orange);
    color: #fff;
}

.auth-banner {
    background: linear-gradient(110deg, #fff5e8, #f8eee5 55%, #eee6f2);
    border-bottom: 1px solid #eadfd1;
    padding: 25px 0 35px;
}

.auth-breadcrumb {
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: #777;
}

.auth-breadcrumb a {
    color: var(--navy);
    font-weight: 600;
    text-decoration: none;
}

.auth-main {
    background: #fffaf2;
    padding: 50px 0 80px;
}

.auth-shell {
    width: min(460px, 100%);
    margin: 0 auto;
}

.auth-card {
    background: #fff;
    border: 1px solid #e8e0d6;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(23, 44, 82, 0.08);
    overflow: hidden;
}

.auth-head {
    text-align: center;
    padding: 34px 30px 8px;
}

.auth-label {
    color: #d66d18;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.auth-title {
    margin: 8px 0 4px;
    color: var(--navy);
    font: 700 30px "Playfair Display", Georgia, serif;
}

.auth-sub {
    color: #626b7b;
    font-size: 13px;
    margin: 0;
}

.auth-form {
    padding: 26px 30px 34px;
}

.auth-field {
    margin-bottom: 17px;
}

.auth-field label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #27334a;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.auth-field input {
    width: 100%;
    padding: 12px 13px;
    border-radius: 7px;
    border: 1px solid #e2d9ce;
    background: #faf6ef;
    font-size: 13px;
    color: #18243a;
    font-family: inherit;
}

.auth-field input:focus {
    outline: none;
    border-color: #e8781a;
    background: #fff;
}

.auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0 22px;
}

.auth-check {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    color: #555f70;
}

.auth-check input {
    width: 14px;
    height: 14px;
    accent-color: var(--navy);
}

.auth-forgot {
    font-size: 11px;
    font-weight: 700;
    color: #d66d18;
    text-decoration: none;
}

.auth-submit {
    width: 100%;
    padding: 13px 0;
    margin-top: 22px;
    border: 0;
    border-radius: 7px;
    background: var(--navy);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s ease;
}

.auth-submit:hover {
    background: #d66d18;
}

.auth-success {
    display: none;
    text-align: center;
    padding: 60px 30px;
}

.auth-success.active {
    display: block;
}

.auth-success .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef7ee;
    color: #2d8a3e;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    font-size: 26px;
}

.auth-success h2 {
    color: var(--navy);
    font: 700 22px "Playfair Display", Georgia, serif;
    margin: 0 0 8px;
}

.auth-success p {
    color: #626b7b;
    font-size: 13px;
    margin: 0 0 22px;
}

.auth-dashboard-btn {
    display: inline-block;
    width: auto;
    padding: 12px 26px;
    text-decoration: none;
}

@media (max-width: 700px) {
    .auth-nav-actions {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .auth-options {
        align-items: flex-start;
        gap: 10px;
    }
}
