/* =========================
   AIFusionx Hero
   ========================= */

:root {
  --purple: #6f00ff;
  --purple-2: #7b2cff;
  --ink: #08080a;
  --soft: #f3f3ff;
  --header-height: 74px;
  --news-navy: #082958;
  --news-text: #355880;
  --news-yellow: #fba00c;
  --news-line: #d9e6f5;
  --news-soft: #f0f5fb;
  --bs-body-font-family: 'Roboto', Arial, sans-serif;
  --bs-body-color: var(--news-navy);
  --bs-border-color: var(--news-line);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}



@font-face {
    font-family: 'Graphik';
    src: url('/wp-content/themes/ainews/font/Graphik-Regular-Web.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/wp-content/themes/ainews/font/Graphik-Medium-Web.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/wp-content/themes/ainews/font/Graphik-Bold-Web.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Graphik', Arial, sans-serif;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Graphik', Arial, sans-serif;
    font-weight: 600;
}

@media (min-width: 992px) {
    .gap-lg-3 {
        gap: 0.5rem !important;
    }
}

a {
  text-decoration: none;
  color: inherit;
}


.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(255 255 255);
    background-color: #ffffff;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
transition: var(--bs-navbar-toggler-transition);
}






/* Header */
.site-header {
  position: relative;
  z-index: 20;
}

.navbar {
  min-height: 64px;
  padding: 0 10px 0 30px;
background: linear-gradient(180deg, #002856 0, #000811 100%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.6px;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 29px;
  height: 23px;
  display: inline-block;
}

.brand-mark i {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--purple);
}

.brand-mark i:nth-child(1) { left: 0; top: 7px; }
.brand-mark i:nth-child(2) { left: 9px; top: 0; }
.brand-mark i:nth-child(3) { right: 0; top: 8px; }
.brand-mark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 16px;
  height: 8px;
  border-radius: 8px;
  background: var(--purple);
  transform: rotate(-17deg);
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: .45rem !important;
  padding-right: .45rem !important;
}

.navbar-nav .dropdown-toggle::after {
  margin-left: .42em;
  border-top-width: .32em;
}

.dropdown-menu {
  border: 0;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 14px 35px rgba(0,0,0,.1);
}

.dropdown-item {
  border-radius: 9px;
  font-size: 13px;
  padding: 9px 12px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 205 56);
}

.header-cta,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
  padding: 0 20px 0 24px;
  border-radius: 30px;
  background: #054c97;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: transform .25s ease, box-shadow .25s ease;
}

.header-cta {
  min-width: 174px;
  margin-left: 20px;
}

.header-cta:hover,
.primary-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0,0,0,.18);
}

.arrow {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}
/* =========================================
   HERO SECTION
========================================= */

/* Hero */
.hero-section {
  position: relative;
  min-height: 625px;
  overflow: hidden;
  isolation: isolate;
  
}

/* Video layer */
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background:
    linear-gradient(125deg, #f8f8ff 5%, #e6e5ff 44%, #a9a8ff 68%, #162ba0 100%);
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
  filter: saturate(1.25) contrast(1.05);
  transform: scale(1.04);
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.55) 35%,
      rgba(0, 0, 0, 0.30) 65%,
      rgba(0, 0, 0, 0.55) 100%
    );

  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

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

    min-height: 625px;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    text-align: center;

    padding: 60px 20px 75px;

    background:
        linear-gradient(
            180deg,
            rgba(0, 40, 86, 0.35) 0%,
            rgba(0, 8, 17, 0.88) 100%
        );
}


/* =========================================
   HERO COPY
========================================= */

.hero-copy {
    width: 100%;
    max-width: 750px;

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


/* =========================================
   EYEBROW
========================================= */

.hero-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 25px;

    color: #ffd43b;

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

    letter-spacing: 1.5px;
    text-transform: uppercase;

    animation: eyebrowFade 1s ease forwards;
}

.sparkle {
    font-size: 19px;

    animation: sparkleAnimation 1.8s ease-in-out infinite;
}


/* =========================================
   ANIMATED TEXT
========================================= */

.hero-animated-text {
    position: relative;

    width: 100%;
    min-height: 190px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Individual lines */

.hero-line {
 position: absolute;
    min-width: 500px;
    width: 100%;
    padding: 0 20px;
    color: #ffffff;
    font-size: 51px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.5px;
    opacity: 0;
    transform: translateY(35px);
    filter: blur(8px);
    animation: heroTextAnimation 24s infinite;
}


/* Yellow highlighted text */

.hero-line span {
    color: #fba00c;

    font-weight: 700;

    text-shadow:
        0 0 15px rgba(255, 212, 59, 0.15);
}


/* =========================================
   ANIMATION DELAYS
========================================= */

.hero-line:nth-child(1) {
    animation-delay: 0s;
}

.hero-line:nth-child(2) {
    animation-delay: 4s;
}

.hero-line:nth-child(3) {
    animation-delay: 8s;
}

.hero-line:nth-child(4) {
    animation-delay: 12s;
}

.hero-line:nth-child(5) {
    animation-delay: 16s;
}

.hero-line:nth-child(6) {
    animation-delay: 20s;
}


/* =========================================
   TEXT ANIMATION
========================================= */

@keyframes heroTextAnimation {

    0% {
        opacity: 0;
        transform: translateY(35px);
        filter: blur(8px);
    }

    4% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }

    14% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }

    18% {
        opacity: 0;
        transform: translateY(-30px);
        filter: blur(6px);
    }

    100% {
        opacity: 0;
        transform: translateY(-30px);
        filter: blur(6px);
    }

}


/* =========================================
   EYEBROW ANIMATION
========================================= */

@keyframes eyebrowFade {

    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


@keyframes sparkleAnimation {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.3) rotate(15deg);
        opacity: 1;
    }

}


/* =========================================
   BUTTONS
========================================= */

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 3px;
}


/* Primary button */

.primary-btn {
    min-width: 240px;
    min-height: 54px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 30px;
    background: #fba00c;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.primary-btn:hover {
    color: #111;

    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(255, 212, 59, 0.25);
}


.primary-btn .arrow {
    font-size: 20px;

    transition: transform 0.3s ease;
}


.primary-btn:hover .arrow {
    transform: translateX(5px);
}


/* Secondary button */

.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;

    padding: 0 28px;

    border-radius: 30px;

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

    color: #111;

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

    text-decoration: none;

    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);

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


.secondary-btn:hover {
    color: #111;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hero-content {
        min-height: 600px;

        padding: 50px 20px 60px;
    }

    .hero-line {
        font-size: 32px;
    }

    .hero-animated-text {
        min-height: 170px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hero-content {
        min-height: 600px;

        padding: 40px 15px 45px;

        align-items: flex-end;
    }


    .hero-eyebrow {
        font-size: 11px;

        letter-spacing: 1px;

        margin-bottom: 20px;
    }


    .hero-animated-text {
        min-height: 230px;
    }


    .hero-line {
        font-size: 25px;

        line-height: 1.4;

        padding: 0 10px;

        letter-spacing: 0;
    }


    .hero-actions {
        width: 100%;

        flex-direction: column;

        gap: 12px;

        margin-top: 25px;
    }


    .primary-btn,
    .secondary-btn {
        width: 100%;

        max-width: 280px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .hero-content {
        min-height: 580px;

        padding-bottom: 35px;
    }


    .hero-line {
        font-size: 22px;

        line-height: 1.45;
    }


    .hero-animated-text {
        min-height: 240px;
    }

}

.response-note {
  margin-top: 20px;
  font-size: 13px;
  color:#fff;
}

/* Dots / bottom shape */
.dot-grid {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 51px;
  opacity: .82;
  background-image: radial-gradient(#fff 1.35px, transparent 1.35px);
  background-size: 9px 9px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.bottom-cutout {
  position: absolute;
  z-index: 8;
  left: -25px;
  bottom: -1px;
  width: 300px;
  height: 64px;
  background: #d5ecf9;
  border-radius: 0 70px 0 0;
  transform: skewX(45deg);
  transform-origin: bottom left;
}

/* Content below hero */
.below-section {
  padding: 110px 0;
  background: #fff;
}

.below-section h2 {
  max-width: 800px;
  margin: 10px 0 15px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -3px;
}

.below-section p {
  color: #666;
}

.section-kicker {
  color: var(--purple);
  font-weight: 600;
  font-size: 14px;
}

.contact-section {
  background: #f4f4ff;
}

.dark-btn {
  margin-top: 25px;
}

/* Mobile */
@media (max-width: 991.98px) {
  .site-header {
    padding: 10px 14px 0;
  }

  .navbar {
    padding: 6px 15px;
    border-radius: 24px;
  }

  .navbar-collapse {
    padding: 15px 4px 8px;
  }

  .navbar-nav {
    gap: 2px !important;
  }

  .header-cta {
    margin: 14px 0 0;
    width: 100%;
    justify-content: space-between;
  }

  .hero-content {
    padding: 45px 24px 100px;
  }

  .hero-copy h1 {
    letter-spacing: -2.8px;
  }

  .hero-description {
    font-size: 17px;
  }

  .hero-shapes::before {
    width: 75vw;
    height: 58vw;
    right: -10%;
    top: 28%;
  }

  .hero-shapes::after {
    width: 65vw;
    height: 48vw;
    right: -20%;
    top: 40%;
	
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    min-height: 700px;
  }

  .hero-content {
    padding: 40px 20px 100px;
  }

  .eyebrow {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .hero-copy h1 {
    font-size: 25px;
    line-height: .96;
    letter-spacing: -0.8px;
  }

  .hero-description {
    margin-top: 26px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .secondary-btn {
    justify-content: center;
  }

  .bottom-cutout {
    width: 170px;
    height: 43px;
  }

  .dot-grid {
    height: 40px;
  }
}



/* =========================================
   MOBILE VIDEO HERO
========================================= */

@media (max-width: 767px) {

    /* Hero / video banner height */
    .hero-section {
        min-height: 300px;
        height: 300px;
    }

    .hero-media,
    .hero-video {
        height: 300px;
        min-height: 300px;
    }

    /* Hero content */
    .hero-content {
        min-height: 300px;
        height: 300px;
        padding: 25px 15px 30px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Animated text */
    .hero-animated-text {
        min-height: 100px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-line {
        min-width: auto;
        width: 100%;
        padding: 0 10px;

        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 0;

        text-align: center;
    }

    /* Buttons container */
    .hero-actions {
        width: auto;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        gap: 10px;
        margin-top: 15px;
    }

    /* Small centered buttons */
    .primary-btn,
    .secondary-btn {
        width: auto;
        min-width: 0;
        min-height: 42px;

        padding: 0 18px;

        font-size: 13px;
        border-radius: 24px;

        justify-content: center;
    }

    .primary-btn {
        gap: 8px;
    }

    .primary-btn .arrow {
        font-size: 17px;
    }

    /* Hide extra decorative elements on small banner */
    .dot-grid {
        height: 25px;
    }

    .bottom-cutout {
        width: 130px;
        height: 30px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .hero-section {
        min-height: 300px;
        height: 300px;
    }

    .hero-media,
    .hero-video {
        height: 300px;
        min-height: 300px;
    }

    .hero-content {
        min-height: 329px;
        height: 336px;
        padding: 20px 12px 79px;
    }

    .hero-animated-text {
        min-height: 105px;
    }

    .hero-line {
        font-size: 30px;
        line-height: 1.25;
        padding: 0 5px;
    }

    .hero-actions {
        gap: 8px;
        margin-top: 10px;
    }

    .primary-btn,
    .secondary-btn {
        min-height: 40px;
        padding: 0 15px;
        font-size: 12px;
    }

    .primary-btn .arrow {
        font-size: 16px;
    }
}



/* =====================================================
   LATEST NEWS SECTION
===================================================== */

.latestnews-section {
position: relative;
    overflow: hidden;
    padding: 65px 0 45px;
    background-image: linear-gradient(180deg, rgb(0 40 86 / 0%) 0%, rgb(0 8 17 / 0%) 100%), url(https://uttarpradesh.ai/wp-content/uploads/2026/09/Rectangle-184.png);
    /* background-color: #002856; */
    background-size: cover;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}


/* =====================================================
   BACKGROUND DECORATION
===================================================== */

.latestnews-section::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    top: -300px;
    right: -200px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(80, 150, 255, 0.13) 0%,
            rgba(80, 150, 255, 0) 70%
        );

    pointer-events: none;
}


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

.latestnews-container {
    position: relative;

    z-index: 2;

    max-width: 1440px;

    margin: 0 auto;

    padding-left: 30px;
    padding-right: 30px;
}


/* =====================================================
   HEADER
===================================================== */

.latestnews-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 28px;
}


/* =====================================================
   TITLE
===================================================== */

.latestnews-title {
    margin: 0;
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.15;
}


/* =====================================================
   VIEW ALL
===================================================== */

.latestnews-viewall {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #ff5738;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px;

    font-weight: 600;

    text-decoration: none;

    transition: color 0.3s ease;
}


.latestnews-viewall:hover {
    color: #ffffff;
}


.latestnews-arrow {
    display: inline-block;

    font-size: 27px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.latestnews-viewall:hover .latestnews-arrow {
    transform: translateX(6px);
}


/* =====================================================
   HEADER LINE
===================================================== */

.latestnews-line {
    width: 100%;

    height: 1px;

    margin-bottom: 37px;

    background: rgba(255, 255, 255, 0.75);
}


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

.latestnews-card {
    position: relative;

    overflow: hidden;

    min-height: 530px;

    height: 100%;

    padding: 10px;

    background: #ffffff;

    border-radius: 18px;

    cursor: pointer;

    /*
       IMPORTANT:
       This allows overlay to cover
       the complete card.
    */

    isolation: isolate;

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


/* =====================================================
   CARD HOVER
===================================================== */

.latestnews-card:hover {

    transform: translateY(-8px);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.40);
}


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

.latestnews-image {

    position: relative;

    width: 100%;

    height: 260px;

    overflow: hidden;

    border-radius: 16px;

    /*
       Image fallback gradient
    */

    background:
        linear-gradient(
            180deg,
            #002856 0%,
            #000811 100%
        );
}


.latestnews-image img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}


/* Image zoom */

.latestnews-card:hover .latestnews-image img {

    transform: scale(1.07);
}


/* =====================================================
   NORMAL CARD CONTENT
===================================================== */

.latestnews-content {

    position: relative;

    z-index: 2;

    padding:
        25px
        16px
        15px;
}


/* =====================================================
   CARD HEADING
===================================================== */

.latestnews-content h3 {

margin: 0 0 22px;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.12;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.latestnews-description {

    margin: 0 0 28px;

    color: #272727;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    line-height: 1.45;
}


/* =====================================================
   META
===================================================== */

.latestnews-meta {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 6px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;

    line-height: 1;
}


.latestnews-meta span {

    color: #ff671f;

    font-weight: 700;

    letter-spacing: 0.2px;
}


.latestnews-meta b {

    color: #777777;

    font-weight: 400;
}


.latestnews-meta strong {

    color: #222222;

    font-weight: 500;
}


/* =====================================================
   FULL CARD OVERLAY
===================================================== */

.latestnews-overlay {

    position: absolute;

    /*
       Full card
    */

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    /*
       Gradient
    */

    background:
        linear-gradient(
            180deg,
            #0756a5 0%,
            #00366f 48%,
            #00172e 100%
        );

    /*
       START:
       Completely below the card
    */

    transform:
        translateY(100%);

    /*
       Animation
    */

    transition:
        transform 0.7s
        cubic-bezier(
            0.77,
            0,
            0.175,
            1
        );

    /*
       Above EVERYTHING
    */

    z-index: 20;

    border-radius: 18px;

    /*
       Content goes to bottom
    */

    display: flex;

    align-items: flex-end;

    pointer-events: none;
}


/* =====================================================
   MOVE OVERLAY FROM BOTTOM TO TOP
===================================================== */

.latestnews-card:hover
.latestnews-overlay {

    transform:
        translateY(0);
}


/* =====================================================
   OVERLAY CONTENT
===================================================== */

.latestnews-overlay-content {

    width: 100%;

    padding:
        35px
        28px
        30px;

    color: #ffffff;

    /*
       Initial content position
    */

    transform:
        translateY(35px);

    opacity: 0;

    transition:
        transform 0.55s ease 0.25s,
        opacity 0.45s ease 0.25s;
}


/* =====================================================
   OVERLAY CONTENT ANIMATION
===================================================== */

.latestnews-card:hover
.latestnews-overlay-content {

    transform:
        translateY(0);

    opacity: 1;
}


/* =====================================================
   OVERLAY CATEGORY
===================================================== */

.latestnews-overlay-category {

    display: inline-block;

    margin-bottom: 18px;

    color: #ff7043;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =====================================================
   OVERLAY HEADING
===================================================== */

.latestnews-overlay h3 {

    margin: 0 0 18px;

    color: #ffffff;

    font-size: 21px;

    font-weight: 500;

    line-height: 1.15;
}


/* =====================================================
   OVERLAY DESCRIPTION
===================================================== */

.latestnews-overlay p {

    margin: 0 0 25px;

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

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    line-height: 1.55;
}


/* =====================================================
   READ MORE
===================================================== */

.latestnews-readmore {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding-bottom: 5px;

    color: #ffffff;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.7);

    transition:
        color 0.3s ease;
}


.latestnews-readmore span {

    font-size: 21px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.latestnews-readmore:hover {

    color: #ff7043;
}


.latestnews-readmore:hover span {

    transform:
        translateX(6px);
}


/* =====================================================
   SUBTLE OVERLAY BORDER
===================================================== */

.latestnews-overlay::after {

    content: "";

    position: absolute;

    inset: 0;

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

    border-radius: 18px;

    pointer-events: none;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .latestnews-section {

        padding:
            55px
            0
            40px;
    }


    .latestnews-title {

        font-size: 40px;
    }


    .latestnews-card {

        min-height: 590px;
    }


    .latestnews-image {

        height: 260px;
    }


    .latestnews-content h3 {

        font-size: 24px;
    }


    .latestnews-overlay h3 {

        font-size: 25px;
    }


    .latestnews-overlay-content {

        padding:
            30px
            23px
            25px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .latestnews-section {

        padding:
            45px
            0
            35px;
    }


    .latestnews-container {

        padding-left: 18px;

        padding-right: 18px;
    }


    .latestnews-header {

        margin-bottom: 20px;
    }


    .latestnews-title {

        font-size: 32px;
    }


    .latestnews-viewall {

        font-size: 15px;
    }


    .latestnews-arrow {

        font-size: 22px;
    }


    .latestnews-line {

        margin-bottom: 25px;
    }


    .latestnews-card {

        min-height: auto;

        border-radius: 15px;
    }


    .latestnews-image {

        height: 270px;

        border-radius: 13px;
    }


    .latestnews-content {

        padding:
            22px
            12px
            18px;
    }


    .latestnews-content h3 {

        font-size: 23px;
    }


    .latestnews-description {

        font-size: 14px;
    }


    .latestnews-overlay {

        border-radius: 15px;
    }


    .latestnews-overlay-content {

        padding:
            30px
            23px
            25px;
    }


    .latestnews-overlay h3 {

        font-size: 24px;
    }


    .latestnews-overlay p {

        font-size: 14px;

        line-height: 1.5;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .latestnews-title {

        font-size: 28px;
    }


    .latestnews-image {

        height: 240px;
    }


    .latestnews-overlay-content {

        padding:
            25px
            20px;
    }


    .latestnews-overlay h3 {

        font-size: 22px;
    }

}







/* =========================================
   ECOSYSTEM ENTITIES SECTION
========================================= */

.ecoentities-section {
    position: relative;

    padding: 55px 0 75px;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #6874dd 0%,
            #b8bde9 48%,
            #ffffff 100%
        );
}


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

.ecoentities-heading {
    margin-bottom: 50px;
}


.ecoentities-subtitle {

    color: #080808;
    font-size: 18px;

    font-weight: 500;

    letter-spacing: 0.5px;
}


.ecoentities-heading h2 {
    margin: 0;
    color: #000000;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}


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

.ecoentities-card {
    position: relative;

    height: 100%;

    min-height: 310px;

    padding: 25px 15px 25px;

    background: #050d61;

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

    /*
       Important for hover animation
    */

    transform: translateY(0);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;

    cursor: pointer;
}


/* =========================================
   CARD HOVER
========================================= */

.ecoentities-card:hover {

    /*
       Card moves slightly upward
    */

    transform: translateY(-10px);

    /*
       Soft shadow below card
    */

    box-shadow:
        0 22px 40px rgba(0, 0, 0, 0.28);

    /*
       Slightly brighter blue
    */

    background: #071276;
}


/* =========================================
   ICON
========================================= */

.ecoentities-icon {

    width: 46px;
    height: 46px;

    margin-bottom: 28px;

    overflow: hidden;

    border-radius: 5px;

    background:
        linear-gradient(
            180deg,
            #183b5d,
            #071529
        );
}


.ecoentities-icon img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================
   CARD TITLE
========================================= */

.ecoentities-card h3 {

    margin: 0 0 10px;

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 27px;

    font-weight: 700;

    line-height: 1.2;

    transition:
        transform 0.35s ease;
}


/*
   Small title movement on hover
*/

.ecoentities-card:hover h3 {
    transform: translateX(3px);
}


/* =========================================
   LOCATION
========================================= */

.ecoentities-location {

    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 13px;

    color: rgba(255, 255, 255, 0.78);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    line-height: 1.4;
}


.ecoentities-location span {

    color: #00a6ff;

    font-size: 21px;

    line-height: 1;
}


/* =========================================
   DESCRIPTION
========================================= */

.ecoentities-card p {

    margin: 0 0 18px;

    max-width: 450px;

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.5;
}


/* =========================================
   TAGS
========================================= */

.ecoentities-tags {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 9px;
}


.ecoentities-tags span {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 26px;

    padding: 4px 13px;

    color: rgba(255, 255, 255, 0.85);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;

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

    border-radius: 3px;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}


.ecoentities-card:hover
.ecoentities-tags span {

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

    border-color: #ffffff;

    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .ecoentities-section {
        padding: 50px 0 65px;
    }


    .ecoentities-heading {
        margin-bottom: 40px;
    }


    .ecoentities-heading h2 {
        font-size: 44px;
    }


    .ecoentities-card {
        padding:
            30px
            35px;
    }


    .ecoentities-card h3 {
        font-size: 25px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ecoentities-section {
        padding: 45px 0 55px;
    }


    .ecoentities-heading {
        margin-bottom: 35px;
    }


    .ecoentities-subtitle {
        margin-bottom: 15px;

        font-size: 15px;
    }


    .ecoentities-heading h2 {
        font-size: 34px;

        letter-spacing: -0.5px;
    }


    .ecoentities-card {

        min-height: 290px;

        padding:
            28px
            28px;

        /*
           Smaller movement on mobile
        */

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


    .ecoentities-card:hover {

        transform:
            translateY(-6px);

        box-shadow:
            0 15px 30px
            rgba(0, 0, 0, 0.25);
    }


    .ecoentities-icon {

        width: 44px;
        height: 44px;

        margin-bottom: 22px;
    }


    .ecoentities-card h3 {
        font-size: 24px;
    }


    .ecoentities-location {
        font-size: 13px;
    }


    .ecoentities-card p {
        font-size: 14px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .ecoentities-heading h2 {
        font-size: 30px;
    }


    .ecoentities-card {
        padding: 25px;
    }


    .ecoentities-card h3 {
        font-size: 22px;
    }

}








/* =====================================================
   UP AI SECTION
===================================================== */

.upai-section {

    position: relative;

    overflow: hidden;

    padding: 70px 30px 10px;

    background:
        radial-gradient(
            circle at center,
            rgba(112, 75, 255, 0.07),
            transparent 35%
        ),
        #fffef9;

}


/* =====================================================
   BACKGROUND LIGHT EFFECTS
===================================================== */

.upai-section::before {

    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    left: 50%;
    top: 45%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(80, 70, 255, 0.08) 0%,
            rgba(255, 60, 180, 0.03) 35%,
            transparent 70%
        );

    pointer-events: none;

}


.upai-section::after {

    content: "";

    position: absolute;

    width: 100%;
    height: 1px;

    left: 0;
    bottom: 0;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(82, 70, 220, 0.3),
            transparent
        );

}


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

.upai-heading {

    position: relative;

    z-index: 5;

    margin-bottom: 35px;

}


.upai-top-title {

    color: #152957;

    font-size: 43px;
    font-weight: 700;
    line-height: 1.15;

    letter-spacing: -1.5px;

    margin-bottom: 18px;

}


.upai-main-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 390px;

    padding: 12px 55px;

    border-radius: 60px;

    color: #ffffff;

    font-size: 30px;

    font-weight: 800;

    line-height: 1.2;
background: linear-gradient(90deg, #3b12a2, #dc862b, #fcd74c);

    box-shadow:
        0 10px 30px
        rgba(113, 55, 220, 0.20);

}


/* =====================================================
   MAIN WRAPPER
===================================================== */

.upai-main-wrapper {

    position: relative;

    z-index: 3;

    display: grid;

    grid-template-columns:
        minmax(280px, 1fr)
        500px
        minmax(280px, 1fr);

    align-items: center;

    max-width: 1600px;

    margin: 0 auto;

    min-height: 600px;

}


/* =====================================================
   SIDE COLUMNS
===================================================== */

.upai-side {

    display: flex;

    flex-direction: column;

    gap: 34px;

}


.upai-left {

    padding-right: 30px;

}


.upai-right {

    padding-left: 30px;

}


/* =====================================================
   INFORMATION CARD
===================================================== */

.upai-info-card {
position: relative;
    min-height: 106px;
    padding: 13px 16px;
    background: rgb(253 246 247);
    border: 3px solid #7651e9;
    border-radius: 55px;
    text-align: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.80)), linear-gradient(110deg, #fefaf7, #fffef9, #fdf7f7);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 5px 20px rgba(90, 80, 200, 0.04);
    transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;

}


/* =====================================================
   CARD HOVER
===================================================== */

.upai-info-card:hover {

    transform:
        translateY(-7px);

    box-shadow:
        0 18px 35px
        rgba(75, 62, 190, 0.15);

}


/* =====================================================
   CARD TITLE
===================================================== */

.upai-info-card h3 {

    margin: 0 0 6px;
    color: #142957;
    font-size: 20px;
    font-weight: 800;

    line-height: 1.15;

}


/* =====================================================
   CARD DESCRIPTION
===================================================== */

.upai-info-card p {

    margin: 0;

    max-width: 470px;

    color: #1d315c;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.35;

}


/* =====================================================
   SMALL CARD DOT
===================================================== */

.upai-card-dot {

    position: absolute;

    width: 9px;

    height: 9px;

    top: 50%;

    transform: translateY(-50%);

    border-radius: 50%;

    background:
        #7651e9;

    box-shadow:
        0 0 0 5px rgba(118, 81, 233, 0.10),
        0 0 15px rgba(118, 81, 233, 0.5);

}


/* Left dot */

.upai-left .upai-card-dot {

    right: -7px;

}


/* Right dot */

.upai-right .upai-card-dot {

    left: -7px;

}


/* =====================================================
   CENTER AREA
===================================================== */

.upai-center {

    position: relative;

    width: 500px;

    height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;

}


/* =====================================================
   OUTER ROTATING RING
===================================================== */

.upai-outer-ring {

    position: absolute;

    width: 410px;

    height: 410px;

    border-radius: 50%;

    border:
        2px dashed
        rgba(103, 83, 225, 0.65);

    animation:
        upaiRotate 18s linear infinite;

}


/* =====================================================
   SECOND ORBIT
===================================================== */

.upai-orbit {

    position: absolute;

    width: 440px;

    height: 440px;

    border-radius: 50%;

    animation:
        upaiOrbitRotate 14s linear infinite;

}


/* =====================================================
   ORBIT NODES
===================================================== */

.upai-orbit-node {

    position: absolute;

    width: 17px;

    height: 17px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #6040df,
            #ff4baf
        );

    border:
        3px solid #ffffff;

    box-shadow:
        0 0 0 4px rgba(101, 73, 225, 0.18),
        0 0 20px rgba(150, 60, 240, 0.45);

}


/* Node positions */

.node-1 {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.node-2 {
    top: 22%;
    right: 3%;
}

.node-3 {
    bottom: 12%;
    right: 12%;
}

.node-4 {
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.node-5 {
    bottom: 12%;
    left: 12%;
}

.node-6 {
    top: 22%;
    left: 3%;
}


/* =====================================================
   CENTRAL CIRCLE
===================================================== */

.upai-center-circle {

    position: relative;

    z-index: 5;

    width: 340px;

    height: 340px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255,255,255,0.95) 0%,
            rgba(248,245,255,0.8) 55%,
            rgba(234,228,255,0.5) 100%
        );

    box-shadow:
        0 0 0 1px rgba(105, 75, 220, 0.08),
        0 0 45px rgba(103, 73, 230, 0.13);

    animation:
        upaiFloat 5s ease-in-out infinite;

}


/* =====================================================
   CENTRAL IMAGE
===================================================== */

.upai-center-circle img {

    position: relative;

    z-index: 3;

    width: 275px;

    height: 275px;

    object-fit: contain;

    filter:
        drop-shadow(
            0 10px 15px
            rgba(60, 50, 180, 0.15)
        );

}


/* =====================================================
   CENTRAL GLOW
===================================================== */

.upai-glow {

    position: absolute;

    width: 190px;

    height: 190px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(72, 91, 255, 0.22),
            rgba(240, 45, 180, 0.12),
            transparent 70%
        );

    filter:
        blur(12px);

    animation:
        upaiPulse 3s ease-in-out infinite;

}


/* =====================================================
   CONNECTING LINES
===================================================== */

.upai-connector {

    position: absolute;

    height: 2px;

    width: 110px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #7562e8,
            transparent
        );

    z-index: 2;

    opacity: 0.75;

    background-size: 200% 100%;

    animation:
        upaiLineFlow 2.5s linear infinite;

}


/* Left connectors */

.connector-left-1 {

    left: -30px;

    top: 109px;

    transform: rotate(0deg);

}


.connector-left-2 {

    left: -30px;

    top: 250px;

}


.connector-left-3 {

    left: -30px;

    top: 390px;

}


/* Right connectors */

.connector-right-1 {

    right: -30px;

    top: 110px;

}


.connector-right-2 {

    right: -30px;

    top: 250px;

}


.connector-right-3 {

    right: -30px;

    top: 389px;

}


/* =====================================================
   CIRCUIT DECORATION
===================================================== */

.upai-circuit {

    position: absolute;

    z-index: 4;

    width: 45px;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            #4c6cff,
            #f43cb4
        );

    opacity: 0.8;

}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes upaiRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes upaiOrbitRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes upaiFloat {

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

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

}


@keyframes upaiPulse {

    0%,
    100% {
        transform: scale(0.9);

        opacity: 0.6;
    }

    50% {
        transform: scale(1.12);

        opacity: 1;
    }

}


@keyframes upaiLineFlow {

    0% {
        background-position:
            100% 0;
    }

    100% {
        background-position:
            -100% 0;
    }

}


/* =====================================================
   CARD ENTRANCE ANIMATION
===================================================== */

.upai-card-1,
.upai-card-4 {

    animation:
        upaiCardLeft 1s ease both;

}


.upai-card-2,
.upai-card-5 {

    animation:
        upaiCardMiddle 1.2s ease both;

}


.upai-card-3,
.upai-card-6 {

    animation:
        upaiCardBottom 1.4s ease both;

}


@keyframes upaiCardLeft {

    from {
        opacity: 0;
        transform: translateX(-35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


@keyframes upaiCardMiddle {

    from {
        opacity: 0;
        transform: translateX(35px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


@keyframes upaiCardBottom {

    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .upai-section {

        padding:
            60px
            20px
            80px;

    }


    .upai-top-title {

        font-size: 38px;

    }


    .upai-main-badge {

        min-width: 440px;

        font-size: 32px;

    }


    .upai-main-wrapper {

        grid-template-columns:
            minmax(230px, 1fr)
            400px
            minmax(230px, 1fr);

    }


    .upai-center {

        width: 400px;

        height: 450px;

    }


    .upai-center-circle {

        width: 280px;

        height: 280px;

    }


    .upai-center-circle img {

        width: 225px;

        height: 225px;

    }


    .upai-outer-ring {

        width: 350px;

        height: 350px;

    }


    .upai-orbit {

        width: 380px;

        height: 380px;

    }


    .upai-info-card {

        padding:
            18px
            30px;

    }


    .upai-info-card h3 {

        font-size: 22px;

    }


    .upai-info-card p {

        font-size: 14px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

    .upai-section {

        padding:
            50px
            15px
            70px;

    }


    .upai-top-title {

        font-size: 30px;

        line-height: 1.2;

    }


    .upai-main-badge {

        min-width: auto;

        width: 90%;

        padding:
            10px
            20px;

        font-size: 27px;

    }


    .upai-main-wrapper {

        display: flex;

        flex-direction: column;

        gap: 35px;

    }


    .upai-center {

        order: 1;

        width: 400px;

        height: 400px;

    }


    .upai-left {

        order: 2;

        width: 100%;

        padding: 0;

    }


    .upai-right {

        order: 3;

        width: 100%;

        padding: 0;

    }


    .upai-side {

        gap: 20px;

    }


    .upai-info-card {

        min-height: auto;

        padding:
            22px
            28px;

        border-radius: 35px;

    }


    .upai-left .upai-card-dot,
    .upai-right .upai-card-dot {

        display: none;

    }


    .upai-connector {

        display: none;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 575px) {

    .upai-section {

        padding:
            45px
            12px
            60px;

    }


    .upai-top-title {

        font-size: 24px;

        letter-spacing: -0.5px;

    }


    .upai-main-badge {

        width: 95%;

        font-size: 21px;

        padding:
            10px
            15px;

    }


    .upai-center {

        width: 310px;

        height: 310px;

    }


    .upai-center-circle {

        width: 210px;

        height: 210px;

    }


    .upai-center-circle img {

        width: 175px;

        height: 175px;

    }


    .upai-outer-ring {

        width: 260px;

        height: 260px;

    }


    .upai-orbit {

        width: 285px;

        height: 285px;

    }


    .upai-orbit-node {

        width: 13px;

        height: 13px;

    }


    .upai-info-card {

        padding:
            20px
            22px;

        border-radius: 28px;

    }


    .upai-info-card h3 {

        font-size: 20px;

    }


    .upai-info-card p {

        font-size: 14px;

    }

}
















































/* ==================================================
   ABOUT UTTAR PRADESH AI
================================================== */

.upabout-section {
    position: relative;
    overflow: hidden;

    padding: 85px 0 95px;

    background: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* ==================================================
   BACKGROUND EFFECT
================================================== */

.upabout-section::before {
    content: "";

    position: absolute;

    width: 650px;
    height: 650px;

    top: 20%;
    right: -250px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(91, 76, 220, 0.07),
            transparent 68%
        );

    pointer-events: none;
}


.upabout-section::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    left: -250px;
    bottom: -250px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 135, 35, 0.05),
            transparent 68%
        );

    pointer-events: none;
}


/* ==================================================
   INTRO
================================================== */

.upabout-intro {
    position: relative;
    z-index: 2;
}


.upabout-label {
margin-bottom: 2px;
    color: #f58220;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2px;
    font-family: 'Graphik', Arial, sans-serif;
}


/* ==================================================
   MAIN TITLE
================================================== */

.upabout-title {
    margin: 0;

    color: #050505;

    font-size: 44px;

    font-weight: 700;

    line-height: 1.15;

    letter-spacing: -1.2px;
}


/* ==================================================
   MORE ABOUT BUTTON
================================================== */

.upabout-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 20px;

    min-width: 225px;

    padding: 15px 25px;

    margin-top: 5px;

    color: #ffffff;

    background: #080f69;

    border-radius: 12px;

    text-decoration: none;

    font-size: 19px;

    font-weight: 500;

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


.upabout-btn span {
    display: inline-block;

    font-size: 28px;

    line-height: 1;

    transition:
        transform 0.35s ease;
}


.upabout-btn:hover {
    color: #ffffff;

    background: #111b88;

    transform: translateY(-4px);

    box-shadow:
        0 12px 28px
        rgba(8, 15, 105, 0.20);
}


.upabout-btn:hover span {
    transform: translateX(6px);
}


/* ==================================================
   DESCRIPTION
================================================== */

.upabout-description {
    margin-top: 38px;
}


.upabout-description p {
    margin: 0 0 18px;
    max-width: 1420px;
    color: #161616;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
}


.upabout-description p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   EXPLORE AREA
================================================== */

.upabout-explore {
    position: relative;

    z-index: 2;

    margin-top: 90px;
}


.upabout-explore-heading {
    margin-bottom: 48px;

    text-align: center;
}


.upabout-explore-heading .upabout-label {
    margin-bottom: 12px;
}


.upabout-explore-heading h2 {
    margin: 0;
    color: #050505;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}


/* ==================================================
   FEATURE CARDS
================================================== */

.upabout-feature-card {

    position: relative;
    height: 100%;
    min-height: 203px;
    padding: 19px 23px 11px;

    overflow: hidden;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            #f8f8fc,
            #f0f0f6
        );

    border: 1px solid #d9d9df;

    border-radius: 28px;

    box-shadow:
        0 3px 8px
        rgba(0, 0, 0, 0.04);

    transition:
        transform 0.4s cubic-bezier(.2,.8,.2,1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


/* ==================================================
   CARD TOP LINE
================================================== */

.upabout-feature-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #080f69,
            #7a4cff,
            #f58220
        );

    transform:
        scaleX(0);

    transform-origin: left;

    transition:
        transform 0.45s ease;
}


.upabout-feature-card:hover::before {
    transform:
        scaleX(1);
}


/* ==================================================
   CARD HOVER
================================================== */

.upabout-feature-card:hover {

    transform:
        translateY(-12px);

    border-color:
        rgba(85, 72, 200, 0.25);

    box-shadow:
        0 22px 45px
        rgba(24, 26, 70, 0.13);
}


/* ==================================================
   CARD NUMBER
================================================== */

.upabout-card-number {

    position: absolute;

    top: 18px;
    right: 25px;

    color: rgba(8, 15, 105, 0.08);

    font-size: 42px;

    font-weight: 800;

    line-height: 1;

    transition:
        color 0.4s ease,
        transform 0.4s ease;
}


.upabout-feature-card:hover
.upabout-card-number {

    color:
        rgba(8, 15, 105, 0.15);

    transform:
        scale(1.08);
}


/* ==================================================
   CARD TITLE
================================================== */

.upabout-feature-card h3 {

    position: relative;

    margin: 0 0 22px;

    color: #080808;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.25;

    transition:
        transform 0.35s ease;
}


.upabout-feature-card:hover h3 {
    transform:
        translateY(-3px);
}


/* ==================================================
   CARD DESCRIPTION
================================================== */

.upabout-feature-card p {

    position: relative;

    max-width: 450px;

    margin: 0 auto;

    color: #171717;

    font-size: 17px;

    line-height: 1.3;
}


/* ==================================================
   CARD LINK
================================================== */

.upabout-card-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 22px;

    color: #080f69;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none;

    opacity: 0;

    transform:
        translateY(12px);

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}


.upabout-card-link span {
    font-size: 21px;

    transition:
        transform 0.3s ease;
}


.upabout-feature-card:hover
.upabout-card-link {

    opacity: 1;

    transform:
        translateY(0);
}


.upabout-feature-card:hover
.upabout-card-link span {

    transform:
        translateX(5px);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1199px) {

    .upabout-section {
        padding: 70px 0 80px;
    }


    .upabout-title {
        font-size: 38px;
    }


    .upabout-explore {
        margin-top: 70px;
    }


    .upabout-explore-heading h2 {
        font-size: 36px;
    }


    .upabout-feature-card {
        padding:
            40px 30px;
    }


    .upabout-feature-card p {
        font-size: 16px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 991px) {

    .upabout-section {
        padding: 55px 0 65px;
    }


    .upabout-label {
        font-size: 18px;
    }


    .upabout-title {
        font-size: 34px;
    }


    .upabout-btn {
        margin-top: 25px;
    }


    .upabout-description {
        margin-top: 30px;
    }


    .upabout-description p {
        font-size: 17px;

        line-height: 1.6;

        margin-bottom: 25px;
    }


    .upabout-explore {
        margin-top: 65px;
    }


    .upabout-explore-heading {
        margin-bottom: 35px;
    }


    .upabout-explore-heading h2 {
        font-size: 32px;
    }


    .upabout-feature-card {
        min-height: 250px;
    }


    .upabout-card-link {
        opacity: 1;

        transform: translateY(0);
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 575px) {

    .upabout-section {
        padding:
            45px 15px
            55px;
    }


    .upabout-label {
        font-size: 16px;

        margin-bottom: 14px;
    }


    .upabout-title {
        font-size: 29px;

        letter-spacing: -0.5px;
    }


    .upabout-btn {
        width: 100%;

        min-width: 0;

        padding: 13px 20px;

        font-size: 17px;
    }


    .upabout-description p {
        font-size: 16px;

        line-height: 1.55;
    }


    .upabout-explore {
        margin-top: 55px;
    }


    .upabout-explore-heading h2 {
        font-size: 28px;

        line-height: 1.2;
    }


    .upabout-feature-card {
        min-height: auto;

        padding:
            38px 25px 30px;

        border-radius: 22px;
    }


    .upabout-feature-card h3 {
        font-size: 19px;
    }


    .upabout-feature-card p {
        font-size: 16px;

        line-height: 1.6;
    }

}





/* =================================
   HORIZONTAL SERVICES SLIDER
   ================================= */

.services-section {
  position: relative;
  padding: 30px 0 90px;
  overflow: hidden;
}

.services-slider {
  width: 100%;
  overflow: hidden;
}

.services-track {
  display: flex;
  gap: 20px;

  width: max-content;

  padding: 0 15px;

  will-change: transform;

  /* Important */
  user-select: none;
}


/* Card width */

.services-track .service-card {
  flex: 0 0 308px;
  width: 308px;
}


/* =================================
   CONTROLS
   ================================= */

.slider-controls {
  position: absolute;

  left: 50%;
  bottom: 25px;

  transform: translateX(-50%);

  display: flex;
  align-items: center;
  gap: 10px;

  z-index: 20;
}

.slider-btn {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #d8d8d8;
  border-radius: 50%;

  background: #fff;

  color: #111;

  font-size: 22px;
  line-height: 1;

  cursor: pointer;

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

.slider-btn:hover {
  background: #111;
  color: #fff;

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.slider-btn:active {
  transform: scale(.94);
}


/* =================================
   MOBILE
   ================================= */

@media (max-width: 575px) {

  .services-section {
    padding-bottom: 85px;
  }

  .services-track {
    gap: 14px;
    padding: 0 15px;
  }

  .services-track .service-card {
    flex: 0 0 290px;
    width: 290px;
  }

  .slider-controls {
    bottom: 20px;
  }

  .slider-btn {
    width: 44px;
    height: 44px;
  }
}








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

.ecosystem-section {
  position: relative;
  overflow: hidden;

  padding: 100px 0 120px;

  background:
    radial-gradient(
      circle at 10% 100%,
      rgba(178, 224, 244, .75),
      transparent 38%
    ),
    radial-gradient(
      circle at 90% 20%,
      rgba(190, 170, 255, .30),
      transparent 35%
    ),
    #f5f2f8;
}


/* ==========================================
   HEADER
   ========================================== */

.ecosystem-header {
  position: relative;
  z-index: 3;

  margin-bottom: 48px;
}

.section-label {
  display: block;

  margin-bottom: 12px;

  color: #575757;

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

  letter-spacing: 1.5px;
}

.ecosystem-header h2 {
  margin: 0;
  color: #080808;
  font-size: 50px;
  line-height: .95;
  font-weight: 500;
  letter-spacing: -3px;
}

.ecosystem-header p {
  max-width: 570px;

  margin: 18px 0 0;

  color: #686868;

  font-size: 15px;
  line-height: 1.6;
}


/* ==========================================
   GRID
   ========================================== */

.ecosystem-grid {
  position: relative;
  z-index: 3;
}


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

.ecosystem-card {
  position: relative;

  min-height: 340px;

  padding: 25px 25px 60px;

  background: rgba(255, 255, 255, .94);

  border: 1px solid #dcdcdc;

  border-radius: 18px;

  box-shadow:
    0 8px 25px rgba(25, 25, 45, .025);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.ecosystem-card:hover {
  transform: translateY(-6px);

  border-color: #b9b9b9;

  box-shadow:
    0 20px 45px rgba(25, 25, 45, .10);
}


/* ==========================================
   COMPANY TOP
   ========================================== */

.company-top {
  display: flex;

  align-items: center;
  justify-content: space-between;

  margin-bottom: 24px;
}

.company-logo {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 8px;

  background:
    linear-gradient(
      145deg,
      #dcd4ff,
      #f3f1ff
    );
}

.company-logo img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* Category */

.company-category {
  padding: 7px 11px;

  border: 1px solid #e1e1e1;

  border-radius: 30px;

  color: #555;

  background: #fff;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: .8px;
}


/* ==========================================
   COMPANY NAME
   ========================================== */

.ecosystem-card h3 {
  margin: 0 0 9px;

  color: #111;

  font-size: 23px;
  line-height: 1.15;

  font-weight: 500;

  letter-spacing: -.8px;
}


/* ==========================================
   LOCATION
   ========================================== */

.company-location {
  display: flex;
  align-items: center;

  gap: 6px;

  color: #777;

  font-size: 12px;
}

.company-location span {
  font-size: 12px;
}


/* ==========================================
   DIVIDER
   ========================================== */

.card-divider {
  width: 100%;
  height: 1px;

  margin: 20px 0;

  background: #dedede;
}


/* ==========================================
   DESCRIPTION
   ========================================== */

.ecosystem-card p {
  max-width: 340px;

  margin: 0;

  color: #656565;

  font-size: 14px;
  line-height: 1.55;
}


/* ==========================================
   TAGS
   ========================================== */

.company-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 20px;
}

.company-tags span {
  display: inline-flex;

  align-items: center;

  padding: 6px 11px;

  border: 1px solid #dfdfdf;

  border-radius: 30px;

  color: #505050;

  background: #fff;

  font-size: 10px;
  font-weight: 500;
}


/* ==========================================
   ARROW
   ========================================== */

.ecosystem-arrow {
  position: absolute;

  left: 0;
  bottom: 0;

  width: 110px;
  height: 42px;

  display: flex;
  align-items: center;

  padding-left: 28px;

  color: #111;

  background: #fff;

  border-radius: 0 45px 0 0;

  font-size: 25px;

  border-top: 1px solid #e5e5e5;

  transition:
    padding-left .25s ease;
}

.ecosystem-arrow:hover {
  color: #111;
  padding-left: 35px;
}


/* ==========================================
   DECORATIVE BLUE SHAPES
   ========================================== */

.ecosystem-shape {
  position: absolute;

  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      135deg,
      rgba(70, 145, 255, .88),
      rgba(116, 75, 255, .65)
    );

  opacity: .65;

  filter: blur(.2px);

  transform: rotate(-25deg);
}

.shape-one {
  width: 500px;
  height: 90px;

  right: -110px;
  top: 330px;

  border-radius: 20px;

  transform:
    rotate(-27deg)
    skewX(-20deg);
}

.shape-two {
  width: 420px;
  height: 65px;

  left: -170px;
  bottom: 130px;

  border-radius: 20px;

  transform:
    rotate(25deg)
    skewX(-15deg);
}

.shape-three {
  width: 350px;
  height: 70px;

  right: 160px;
  bottom: -30px;

  border-radius: 20px;

  transform:
    rotate(-18deg)
    skewX(-20deg);

  opacity: .35;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

  .ecosystem-section {
    padding: 80px 0 100px;
  }

  .ecosystem-header {
    margin-bottom: 35px;
  }

  .ecosystem-card {
    min-height: 330px;
  }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 575px) {

  .ecosystem-section {
    padding: 70px 0 80px;
  }

  .ecosystem-header {
    margin-bottom: 30px;
  }

  .ecosystem-header h2 {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .ecosystem-header p {
    font-size: 14px;
  }

  .ecosystem-card {
    min-height: 325px;

    padding: 22px 20px 58px;
  }

  .ecosystem-card h3 {
    font-size: 21px;
  }

  .ecosystem-card p {
    font-size: 13px;
  }

  .shape-one {
    width: 300px;
    right: -150px;
  }

  .shape-two {
    width: 280px;
    left: -160px;
  }

}









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

.news-section {
  background: #fff;
  padding: 4px 0 30px;
}

.news-container {
  max-width: 1280px;
  margin: auto;
}

.news-layout {
  display: flex;
}


/* ==========================================
   COMMON
   ========================================== */

.article-image,
.featured-image,
.small-image {
  overflow: hidden;
}

.article-image img,
.featured-image img,
.small-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

  transition: transform .5s ease;
}

.side-article:hover img,
.featured-article:hover img,
.small-article:hover img {
  transform: scale(1.035);
}


/* ==========================================
   LEFT COLUMN
   ========================================== */

.news-left {
  padding-right: 20px;
  border-right: 1px solid #ddd;
}

.side-article {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 20px;

  border-bottom: 1px solid #ddd;
}

.side-article:last-child {
  border-bottom: 0;
}

.side-article .article-image {
  height: 172px;
  margin-bottom: 14px;
}

.side-article h3 {
  margin: 14px 0 12px;

  font-size: 19px;
  line-height: 1.18;

  font-weight: 700;

  color: #070707;

  letter-spacing: -.4px;
}

.side-article p {
  margin: 0;

  color: #9a9a9a;

  font-size: 14px;
  line-height: 1.55;
}


/* ==========================================
   META
   ========================================== */

.article-meta {
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 5px;

  color: #888;

  font-size: 10px;
}

.article-meta strong {
  color: #111;
}

.slash {
  color: #111;
  margin: 0 2px;
}


/* ==========================================
   CATEGORY BADGES
   ========================================== */

.category {
  display: inline-flex;
  align-items: center;

  padding: 4px 10px;

  border: 1px solid #222;

  border-radius: 5px;

  font-size: 10px;
  line-height: 1;

  color: #111;
}

.category.world {
  color: #0087ff;
  border-color: #0087ff;
}

.category.opinion {
  color: #6e35ff;
  border-color: #6e35ff;
}

.category.culture {
  color: #ff2cbb;
  border-color: #ff2cbb;
}

.category.business {
  color: #333cff;
  border-color: #333cff;
}

.category.urban {
  color: #ff8500;
  border-color: #ff8500;
}


/* ==========================================
   BOOKMARK
   ========================================== */

.bookmark {
  margin-left: auto;

  padding: 0;

  border: 0;

  background: transparent;

  color: #001b50;

  font-size: 20px;

  line-height: 1;

  cursor: pointer;
}

.bookmark:hover {
  color: #006eff;
}


/* ==========================================
   CENTER
   ========================================== */

.news-center {
  padding: 0 20px;
}

.featured-article {
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}

.featured-image {
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
}

.featured-article h1 {
  margin: 15px 0 12px;

  

  font-size: 34px;
  line-height: 1.04;

  font-weight: 700;

  letter-spacing: -1.5px;

  color: #020202;
}

.featured-description {
  margin: 0;

  color: #999;

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


/* ==========================================
   BOTTOM STORIES
   ========================================== */

.bottom-stories {
  margin-top: 20px;
}

.small-article {
  display: flex;

  gap: 15px;

  padding-right: 20px;
}

.bottom-stories .col-md-6 + .col-md-6 {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

.small-image {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

.small-content {
  flex: 1;
}

.small-category {
  display: block;

  margin-bottom: 10px;

  color: #ff7500;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 1px;
}

.world-text {
  color: #0087ff;
}

.small-content h3 {
  margin: 0 0 10px;



  font-size: 16px;
  line-height: 1.25;

  font-weight: 700;

  color: #050505;
}

.small-content p {
  margin: 0 0 12px;

  color: #999;

  font-size: 13px;
  line-height: 1.55;
}

.small-author {
  display: flex;
  align-items: center;

  gap: 4px;

  color: #888;

  font-size: 10px;
}

.small-author strong {
  color: #111;
}

.small-author .bookmark {
  margin-left: auto;
}


/* ==========================================
   RIGHT / MOST POPULAR
   ========================================== */

.news-popular {
  padding-left: 20px;

  border-left: 1px solid #ddd;
}

.popular-header {
  display: flex;
  align-items: center;

  gap: 8px;

  padding-bottom: 8px;

  border-bottom: 1px solid #001d50;
}

.popular-dot {
  width: 9px;
  height: 9px;

  flex: 0 0 9px;

  border-radius: 50%;

  background: red;
}

.popular-header h2 {
  margin: 0;

 

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

  color: #070707;
}


/* ==========================================
   POPULAR ITEMS
   ========================================== */

.popular-item {
  position: relative;

  padding: 20px 0 17px;

  border-bottom: 1px solid #e1e1e1;
}

.popular-item h3 {
  margin: 0 0 12px;

 

  font-size: 17px;
  line-height: 1.25;

  font-weight: 700;

  color: #050505;
}

.popular-arrow {
  display: inline-block;

  margin-right: 4px;

  font-family: Arial, sans-serif;

  font-size: 17px;

  font-weight: 400;
}

.popular-item p {
  margin: 0 0 13px;

  color: #999;

  font-size: 13px;
  line-height: 1.5;
}

.popular-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 5px;

  color: #888;

  font-size: 10px;
}

.popular-meta strong {
  color: #111;
}

.popular-meta > span:not(.category) {
  color: #111;
}

.popular-meta .bookmark {
  margin-left: auto;
}


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

@media (max-width: 991px) {

  .news-layout {
    display: block;
  }

  .news-left {
    padding-right: 0;
    border-right: 0;
  }

  .news-center {
    padding: 30px 0;
  }

  .news-popular {
    padding: 30px 0 0;
    border-left: 0;
  }

  .featured-image {
    height: 420px;
  }

}


@media (max-width: 767px) {

  .news-section {
    padding: 20px 15px 50px;
  }

  .featured-image {
    height: 280px;
  }

  .featured-article h1 {
    font-size: 29px;
  }

  .bottom-stories {
    display: block;
  }

  .bottom-stories .col-md-6 {
    margin-bottom: 25px;
  }

  .bottom-stories .col-md-6 + .col-md-6 {
    border-left: 0;
    padding-left: 12px;
  }

  .small-article {
    padding-right: 0;
  }

}


@media (max-width: 480px) {

  .featured-image {
    height: 230px;
  }

  .featured-article h1 {
    font-size: 26px;
  }

  .side-article .article-image {
    height: 210px;
  }

}








/* ==========================================
   EVENTS + CAREERS SECTION
   ========================================== */

.events-section {
  position: relative;
  overflow: hidden;

  padding: 110px 0 120px;

  background:
    radial-gradient(
      circle at 10% 100%,
      rgba(178, 224, 244, .55),
      transparent 35%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(205, 190, 255, .35),
      transparent 32%
    ),
    #f7f5fa;
}


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

.section-heading {
  margin-bottom: 38px;
}

.heading-label {
  display: flex;
  align-items: center;

  gap: 8px;

  margin-bottom: 13px;

  color: #5652a8;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 1.3px;
}

.heading-label i {
  display: block;

  width: 32px;
  height: 1px;

  background: #5652a8;
}

.section-heading h2 {
  margin: 0;

  color: #0a0a0a;

  font-size: clamp(40px, 4vw, 56px);
  line-height: 1;

  font-weight: 500;

  letter-spacing: -2.5px;
}

.section-heading p {
  max-width: 450px;

  margin: 15px 0 0;

  color: #777;

  font-size: 14px;
  line-height: 1.6;
}


/* ==========================================
   EVENTS
   ========================================== */

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

  gap: 14px;
}

.event-card {
  position: relative;

  min-height: 125px;

  display: flex;
  align-items: stretch;

  overflow: hidden;

  background: rgba(255,255,255,.82);

  border: 1px solid #ddd9e5;

  border-radius: 17px;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.event-card:hover {
  transform: translateX(5px);

  border-color: #bcb5d8;

  box-shadow:
    0 15px 35px rgba(35, 25, 75, .08);
}


/* ==========================================
   DATE
   ========================================== */

.event-date {
  width: 95px;

  flex-shrink: 0;

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

  border-right: 1px solid #e1dee8;

  background:
    linear-gradient(
      145deg,
      rgba(226,220,255,.7),
      rgba(255,255,255,.3)
    );
}

.event-date strong {
  color: #111;

  font-size: 31px;
  line-height: 1;

  font-weight: 500;

  letter-spacing: -1px;
}

.event-date span {
  margin-top: 4px;

  color: #666;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 1px;
}


/* ==========================================
   EVENT INFO
   ========================================== */

.event-info {
  flex: 1;

  padding: 24px 45px 24px 22px;
}

.event-type {
  display: block;

  margin-bottom: 7px;

  color: #685cff;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 1px;
}

.event-info h3 {
  margin: 0;

  color: #111;

  font-size: 19px;
  line-height: 1.2;

  font-weight: 500;

  letter-spacing: -.5px;
}

.event-info p {
  max-width: 430px;

  margin: 7px 0 0;

  color: #888;

  font-size: 12px;
  line-height: 1.5;
}


/* ==========================================
   EVENT ARROW
   ========================================== */

.event-arrow {
  position: absolute;

  right: 20px;
  top: 50%;

  transform: translateY(-50%);

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #dedbe8;

  border-radius: 50%;

  color: #111;

  background: #fff;

  font-size: 17px;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.event-card:hover .event-arrow {
  color: #fff;

  background: #111;

  transform:
    translateY(-50%)
    translateX(3px);
}


/* ==========================================
   ACTIVE ROLES
   ========================================== */

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

  gap: 12px;
}

.role-card {
  position: relative;

  min-height: 76px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding: 16px 17px;

  background: rgba(255,255,255,.86);

  border: 1px solid #ddd9e5;

  border-radius: 14px;

  color: #111;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.role-card:hover {
  color: #111;

  transform: translateX(4px);

  background: #fff;

  box-shadow:
    0 12px 28px rgba(30, 20, 70, .08);
}


/* Role information */

.role-info {
  min-width: 0;
}

.role-info h3 {
  margin: 0 0 5px;

  color: #111;

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

  font-weight: 600;
}

.role-info > span {
  display: block;

  overflow: hidden;

  white-space: nowrap;
  text-overflow: ellipsis;

  color: #888;

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

  letter-spacing: .45px;
}

.role-info b {
  margin: 0 3px;

  color: #bbb;
}


/* ==========================================
   ROLE RIGHT SIDE
   ========================================== */

.role-right {
  flex-shrink: 0;

  display: flex;
  align-items: center;

  gap: 10px;
}

.role-right small {
  padding: 5px 8px;

  border: 1px solid #dedbe8;

  border-radius: 4px;

  color: #666;

  background: #faf9fc;

  font-size: 7px;
  font-weight: 600;

  white-space: nowrap;
}

.role-arrow {
  color: #555;

  font-size: 17px;

  transition: transform .25s ease;
}

.role-card:hover .role-arrow {
  transform: translateX(4px);
}


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

@media (max-width: 991px) {

  .events-section {
    padding: 80px 0 90px;
  }

  .news-layout {
    display: block;
  }

  .roles-list {
    margin-top: 10px;
  }

}


@media (max-width: 575px) {

  .events-section {
    padding: 65px 15px 75px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 40px;

    letter-spacing: -2px;
  }

  .event-card {
    min-height: 115px;
  }

  .event-date {
    width: 75px;
  }

  .event-date strong {
    font-size: 27px;
  }

  .event-info {
    padding: 20px 38px 20px 17px;
  }

  .event-info h3 {
    font-size: 16px;
  }

  .event-info p {
    display: none;
  }

  .event-arrow {
    right: 12px;
    width: 29px;
    height: 29px;
  }

  .role-card {
    padding: 14px;
  }

  .role-right small {
    display: none;
  }

}









/* ==========================================
   LATEST NEWS
   ========================================== */

.latest-news {
  padding: 85px 0 110px;
  background: #fff;
  color: #080808;
}


/* ==========================================
   HEADER
   ========================================== */

.latest-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-bottom: 10px;

  margin-bottom: 16px;

  border-bottom: 1px solid #17224c;
}

.latest-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.red-dot {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #ff1717;
}

.latest-title h2 {
  margin: 0;

  font-size: 15px;
  line-height: 1;

  font-weight: 600;

  letter-spacing: -.3px;
}

.view-more {
  color: #101010;

  font-size: 11px;

  text-decoration: none;

  transition: color .2s ease;
}

.view-more:hover {
  color: #624cff;
}


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

.featured-news {
  margin-bottom: 35px;
}

.featured-news-card {
  height: 100%;

  padding-bottom: 18px;

  border-bottom: 1px solid #ddd;
}

.news-image {
  width: 100%;
  height: 278px;

  overflow: hidden;

  margin-bottom: 13px;
}

.news-image img,
.card-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform .5s ease;
}

.featured-news-card:hover img,
.news-card:hover img {
  transform: scale(1.035);
}


/* ==========================================
   META
   ========================================== */

.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 5px;

  min-height: 22px;

  color: #888;

  font-size: 10px;
}

.news-meta strong {
  color: #111;
  font-weight: 600;
}

.slash {
  color: #222;
  margin: 0 2px;
}


/* ==========================================
   CATEGORY
   ========================================== */

.news-category {
  display: inline-flex;
  align-items: center;

  padding: 4px 9px;

  border: 1px solid currentColor;

  border-radius: 5px;

  font-size: 9px;

  line-height: 1;
}

.news-category.business {
  color: #433cff;
}

.news-category.culture {
  color: #ff18bb;
}

.news-category.urban {
  color: #ff8100;
}

.news-category.opinion {
  color: #793cff;
}

.news-category.tech {
  color: #00a75c;
}


/* ==========================================
   BOOKMARK
   ========================================== */

.bookmark {
  margin-left: auto;

  padding: 0;

  border: 0;

  background: transparent;

  color: #001b4c;

  font-size: 19px;

  line-height: 1;

  cursor: pointer;
}

.bookmark:hover {
  color: #674dff;
}


/* ==========================================
   FEATURED HEADLINES
   ========================================== */

.featured-news-card h3 {
  margin: 11px 0 10px;

  max-width: 650px;

  font-size: 26px;

  line-height: 1.08;

  letter-spacing: -.8px;

  font-weight: 700;
}

.featured-news-card p {
  margin: 0;

  color: #999;

  font-size: 12px;

  line-height: 1.55;
}


/* ==========================================
   NEWS GRID
   ========================================== */

.news-grid {
  border-top: 0;
}

.news-grid > [class*="col-"] {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.news-grid > [class*="col-"]:nth-child(4n) {
  border-right: 0;
}

.news-card {
  height: 100%;

  padding: 0 17px 25px;

  margin-bottom: 20px;
}

.news-grid > [class*="col-"]:first-child .news-card,
.news-grid > [class*="col-"]:nth-child(2) .news-card,
.news-grid > [class*="col-"]:nth-child(3) .news-card,
.news-grid > [class*="col-"]:nth-child(4) .news-card {
  padding-top: 0;
}


/* ==========================================
   SMALL IMAGE
   ========================================== */

.card-image {
  width: 100%;
  height: 165px;

  overflow: hidden;

  margin-bottom: 13px;
}


/* ==========================================
   SMALL HEADLINE
   ========================================== */

.news-card h3 {
  margin: 10px 0 10px;

  font-size: 17px;

  line-height: 1.18;

  font-weight: 700;

  letter-spacing: -.35px;
}

.news-card p {
  margin: 0;

  color: #999;

  font-size: 12px;

  line-height: 1.55;
}


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

.news-card,
.featured-news-card {
  transition: opacity .25s ease;
}

.news-card:hover h3,
.featured-news-card:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 991px) {

  .latest-news {
    padding: 70px 20px 90px;
  }

  .news-image {
    height: 300px;
  }

  .featured-news {
    margin-bottom: 20px;
  }

  .news-grid > [class*="col-"]:nth-child(4n) {
    border-right: 1px solid #e1e1e1;
  }

  .news-grid > [class*="col-"]:nth-child(2n) {
    border-right: 0;
  }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 767px) {

  .latest-news {
    padding: 55px 15px 70px;
  }

  .latest-news-header {
    margin-bottom: 20px;
  }

  .news-image {
    height: 240px;
  }

  .featured-news {
    margin-bottom: 30px;
  }

  .featured-news-card {
    margin-bottom: 25px;
  }

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

  .news-grid > [class*="col-"] {
    border-right: 0;
  }

  .news-card {
    padding-left: 0;
    padding-right: 0;
  }

  .card-image {
    height: 210px;
  }

}


/* ==========================================
   SMALL MOBILE
   ========================================== */

@media (max-width: 480px) {

  .latest-title h2 {
    font-size: 14px;
  }

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

  .featured-news-card p,
  .news-card p {
    font-size: 12px;
  }

}











/* ==========================================
   FOOTER
   ========================================== */

/* =========================================
   AI FOOTER - MAIN BACKGROUND
========================================= */

.site-footer {
    position: relative;
    overflow: hidden;
    min-height: 650px;

    background: linear-gradient(
        180deg,
        #002856 0%,
        #00182f 100%
    );

    color: #fff;
    isolation: isolate;
}


/* =========================================
   MOVING AI TEXTURE
========================================= */

.site-footer::before {
    content: "";
    position: absolute;
    inset: -50%;

    background:
        /* Blue AI glow */
        radial-gradient(
            circle at 20% 30%,
            rgba(0, 145, 255, 0.18) 0,
            transparent 22%
        ),

        radial-gradient(
            circle at 80% 70%,
            rgba(0, 102, 255, 0.15) 0,
            transparent 25%
        ),

        /* Small glowing points */
        radial-gradient(
            circle at 35% 65%,
            rgba(80, 190, 255, 0.22) 0 2px,
            transparent 3px
        ),

        radial-gradient(
            circle at 70% 25%,
            rgba(80, 190, 255, 0.20) 0 2px,
            transparent 3px
        ),

        /* AI grid */
        linear-gradient(
            90deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        ),

        linear-gradient(
            0deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        );

    background-size:
        500px 500px,
        600px 600px,
        220px 220px,
        260px 260px,
        70px 70px,
        70px 70px;

    opacity: 0.75;

    animation: aiTextureMove 25s linear infinite;

    pointer-events: none;
    z-index: -2;
}


/* =========================================
   SECOND MOVING AI LAYER
========================================= */

.site-footer::after {
    content: "";
    position: absolute;
    inset: -30%;

    background:

        /* Large AI glow */
        radial-gradient(
            ellipse at 30% 80%,
            rgba(0, 180, 255, 0.13),
            transparent 35%
        ),

        radial-gradient(
            ellipse at 75% 20%,
            rgba(0, 80, 255, 0.15),
            transparent 35%
        ),

        /* Diagonal circuit lines */
        repeating-linear-gradient(
            125deg,
            transparent 0,
            transparent 90px,
            rgba(90,190,255,0.055) 91px,
            transparent 92px,
            transparent 180px
        );

    background-size:
        700px 700px,
        800px 800px,
        300px 300px;

    opacity: 0.7;

    animation: aiTextureMoveReverse 35s linear infinite;

    pointer-events: none;
    z-index: -3;
}


/* =========================================
   AI GLOWING ORBS
========================================= */

.site-footer {
    --ai-glow-1: rgba(0, 180, 255, 0.20);
    --ai-glow-2: rgba(0, 90, 255, 0.18);
}


/* =========================================
   ANIMATION - LEFT / RIGHT / TOP / BOTTOM
========================================= */

@keyframes aiTextureMove {

    0% {
        transform:
            translate3d(-3%, -3%, 0)
            rotate(0deg);
    }

    25% {
        transform:
            translate3d(3%, -1%, 0)
            rotate(1deg);
    }

    50% {
        transform:
            translate3d(2%, 4%, 0)
            rotate(0deg);
    }

    75% {
        transform:
            translate3d(-4%, 2%, 0)
            rotate(-1deg);
    }

    100% {
        transform:
            translate3d(-3%, -3%, 0)
            rotate(0deg);
    }

}


/* =========================================
   REVERSE MOVEMENT
========================================= */

@keyframes aiTextureMoveReverse {

    0% {
        transform:
            translate3d(4%, 3%, 0)
            rotate(0deg);
    }

    25% {
        transform:
            translate3d(-3%, 1%, 0)
            rotate(-1deg);
    }

    50% {
        transform:
            translate3d(-2%, -4%, 0)
            rotate(0deg);
    }

    75% {
        transform:
            translate3d(3%, -2%, 0)
            rotate(1deg);
    }

    100% {
        transform:
            translate3d(4%, 3%, 0)
            rotate(0deg);
    }

}


/* =========================================
   FOOTER CONTENT
========================================= */

.site-footer > * {
    position: relative;
    z-index: 2;
}


/* =========================================
   OPTIONAL AI LIGHT BEAM
========================================= */

.site-footer .ai-light-beam {
    position: absolute;

    width: 500px;
    height: 500px;

    top: -200px;
    left: -150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 160, 255, 0.16) 0%,
            rgba(0, 120, 255, 0.08) 35%,
            transparent 70%
        );

    filter: blur(20px);

    animation: aiBeamMove 18s ease-in-out infinite alternate;

    pointer-events: none;

    z-index: -1;
}


@keyframes aiBeamMove {

    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(65vw, 180px);
    }

    100% {
        transform: translate(20vw, 420px);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .site-footer {
        min-height: 650px;
    }

    .site-footer::before {
        background-size:
            350px 350px,
            400px 400px,
            180px 180px,
            200px 200px,
            55px 55px,
            55px 55px;
    }

    .site-footer::after {
        opacity: 0.45;
    }

}

/* ==========================================
   CENTER IMAGE
   ========================================== */

.footer-visual {
  position: absolute;

  left: 0;
  top: 0;

  width: 58%;
  height: 100%;

  pointer-events: none;

  z-index: 0;

  overflow: hidden;
}

.footer-visual img {
  position: absolute;

  left: 8%;
  top: 0;

  width: min(620px, 70%);
  height: 100%;

  object-fit: cover;

  object-position: center;

  opacity: .95;

  /*
   * Fade the image into the black footer.
   */
  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 8%,
      #000 58%,
      transparent 100%
    );

  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 8%,
      #000 58%,
      transparent 100%
    );
}


/*
 * Extra black fade over the image.
 */
.footer-visual::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      #020203 0%,
      transparent 15%,
      transparent 60%,
      #020203 100%
    ),
    linear-gradient(
      180deg,
      rgba(2,2,3,.05),
      #020203 98%
    );

  z-index: 2;
}


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

.footer-container {
  position: relative;

  z-index: 3;

  min-height: 650px;

  display: flex;
  flex-direction: column;
}


/* ==========================================
   TOP CTA
   ========================================== */

.footer-cta {
  min-height: 410px;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  border-bottom: 1px solid rgba(255,255,255,.16);
}

.footer-cta-content {
  padding: 75px 0 60px;
}

.footer-cta h2 {
  max-width: 680px;

  margin: 0 0 12px;

  color: #fba00c;

  font-size: clamp(38px, 4vw, 58px);

  line-height: 1.03;

  font-weight: 500;

  letter-spacing: -2.5px;
}

.footer-cta p {
  max-width: 650px;

  margin: 0 0 58px;

  color: #fff;

  font-size: 14px;

  line-height: 1.5;
}


/* ==========================================
   CTA BUTTONS
   ========================================== */

.footer-actions {
  display: flex;
  align-items: center;

  gap: 18px;
}

.footer-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;

  min-width: 205px;

  padding: 16px 23px;

  border-radius: 40px;

  background: #fff;

  color: #050505;

  font-size: 14px;

  text-decoration: none;

  transition: .3s ease;
}

.footer-primary-btn span:last-child {
  font-size: 20px;
}

.footer-primary-btn:hover {
  color: #000;

  transform: translateY(-3px);

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


.footer-phone {
  display: inline-flex;
  align-items: center;

  padding: 15px 27px;

  border: 1px solid rgba(255,255,255,.3);

  border-radius: 40px;

  color: #fff;

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

  text-decoration: none;

  transition: .3s ease;
}

.footer-phone:hover {
  color: #fff;

  border-color: #a88cff;

  background: rgba(130,90,255,.08);
}


/* ==========================================
   FOOTER MAIN
   ========================================== */

.footer-main {
  position: relative;

  min-height: 270px;

  display: grid;

  grid-template-columns:
    2.2fr
    1.4fr
    1.1fr
    1.7fr;

  gap: 8px;

  padding: 58px 0 40px;
}


/* ==========================================
   LOGO
   ========================================== */

.footer-logo {
  display: inline-flex;

  align-items: center;

  gap: 9px;

  color: #fff;

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

  text-decoration: none;
}

.footer-logo > span:last-child span {
  font-weight: 400;
}

.logo-symbol {
  position: relative;

  width: 29px;
  height: 25px;

  display: block;
}

.logo-symbol i {
  position: absolute;

  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #711cff;
}

.logo-symbol i:nth-child(1) {
  left: 0;
  top: 9px;
}

.logo-symbol i:nth-child(2) {
  left: 8px;
  top: 2px;
}

.logo-symbol i:nth-child(3) {
  left: 16px;
  top: 9px;
}

.logo-symbol i:nth-child(4) {
  left: 8px;
  top: 16px;
}


/* ==========================================
   FOOTER COLUMNS
   ========================================== */

.footer-column h3 {
  margin: 0 0 20px;

  color: #fff;

  font-size: 15px;

  font-weight: 500;
}

.footer-column ul {
  padding: 0;
  margin: 0;

  list-style: none;
}

.footer-column li {
  margin-bottom: 9px;
}

.footer-column li a {
  color: #e3e3e3;

  font-size: 14px;

  text-decoration: none;

  transition: color .25s ease;
}

.footer-column li a:hover,
.footer-column li a.active-link {
  color: #9d6cff;
}


/* ==========================================
   SOCIAL
   ========================================== */

.social-grid {
  display: grid;

  grid-template-columns: repeat(5, 35px);

  gap: 14px 8px;
}

.social-grid a {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #bdbdbd;

  font-size: 18px;

  text-decoration: none;

  transition:
    color .25s ease,
    transform .25s ease;
}

.social-grid a:hover {
  color: #fff;

  transform: translateY(-2px);
}


/* ==========================================
   BOTTOM
   ========================================== */

.footer-bottom {
  min-height: 70px;

  display: flex;
  align-items: center;

  gap: 30px;

  border-top: 1px solid rgba(255,255,255,.13);

  color: #ddd;

  font-size: 13px;
}

.copyright {
  margin-right: auto;
}

.legal-links {
  display: flex;
  align-items: center;

  gap: 30px;
}

.legal-links a {
  color: #ddd;

  text-decoration: none;

  transition: color .25s ease;
}

.legal-links a:hover {
  color: #a57aff;
}


/* ==========================================
   BACK TO TOP
   ========================================== */

.back-top {
  width: 35px;
  height: 35px;

  flex-shrink: 0;

  border: 0;

  background: transparent;

  color: #fff;

  font-size: 25px;

  cursor: pointer;

  transition: transform .25s ease;
}

.back-top:hover {
  transform: translateY(-4px);
}


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

@media (max-width: 991px) {

  .site-footer {
    min-height: auto;
  }

  .footer-container {
    min-height: auto;
  }

  .footer-visual {
    width: 100%;

    opacity: .35;
  }

  .footer-visual img {
    left: 10%;
    width: 600px;
  }

  .footer-cta {
    min-height: 400px;

    justify-content: flex-start;
  }

  .footer-cta-content {
    width: 100%;

    max-width: 700px;
  }

  .footer-main {
    grid-template-columns:
      1.5fr
      1fr
      1fr;

    padding-top: 50px;
  }

  .footer-brand {
    grid-row: span 2;
  }

}


@media (max-width: 767px) {

  .site-footer {
    padding: 0 20px;
  }

  .footer-visual {
    opacity: .25;
  }

  .footer-visual img {
    left: 0;

    width: 100%;

    object-fit: contain;
  }

  .footer-cta {
    min-height: 460px;

    align-items: flex-end;
  }

  .footer-cta-content {
    padding-bottom: 55px;
  }

  .footer-cta h2 {
    font-size: 39px;

    letter-spacing: -1.8px;
  }

  .footer-cta p {
    margin-bottom: 35px;
  }

  .footer-actions {
    flex-direction: column;

    align-items: flex-start;
  }

  .footer-primary-btn,
  .footer-phone {
    width: 100%;

    justify-content: space-between;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;

    gap: 45px 25px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .footer-bottom {
    flex-wrap: wrap;

    padding: 25px 0;

    gap: 20px;
  }

  .copyright {
    width: 100%;
  }

  .legal-links {
    width: 100%;

    flex-wrap: wrap;

    gap: 12px 20px;
  }

  .back-top {
    margin-left: auto;
  }

}


@media (max-width: 480px) {

  .footer-cta h2 {
    font-size: 34px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-column {
    padding-bottom: 5px;
  }

  .footer-social {
    margin-top: 5px;
  }

}







/* =========================================
   POPUP OVERLAY
========================================= */

.contact-popup-overlay {
  position: fixed;
  inset: 0;

  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  background: rgba(0, 0, 0, 0.68);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  opacity: 0;
  visibility: hidden;

  transition:
    opacity .35s ease,
    visibility .35s ease;
}


/* OPEN STATE */

.contact-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}


/* =========================================
   POPUP
========================================= */

.contact-popup {
  position: relative;

  width: min(680px, 100%);

  max-height: 92vh;

  overflow-y: auto;

  padding: 42px;

  background:
    radial-gradient(
      circle at top right,
      rgba(190, 175, 255, .5),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f8f7ff 100%
    );

  border: 1px solid rgba(255,255,255,.8);

  border-radius: 26px;

  box-shadow:
    0 35px 100px rgba(0,0,0,.35);

  transform: translateY(25px) scale(.96);

  transition:
    transform .4s cubic-bezier(.2,.8,.2,1);
}


.contact-popup-overlay.active .contact-popup {
  transform: translateY(0) scale(1);
}


/* =========================================
   CLOSE BUTTON
========================================= */

.popup-close {
  position: absolute;

  top: 18px;
  right: 18px;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #ddd;

  border-radius: 50%;

  background: #fff;

  color: #111;

  font-size: 25px;
  line-height: 1;

  cursor: pointer;

  transition: all .25s ease;
}

.popup-close:hover {
  background: #111;
  color: #fff;

  transform: rotate(90deg);
}


/* =========================================
   HEADER
========================================= */

.popup-header {
  padding-right: 40px;

  margin-bottom: 20px;
}

.popup-eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 13px;

  color: #633cff;

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

  letter-spacing: 1.5px;
}

.popup-eyebrow::before {
  content: "Рюд";

  margin-right: 7px;

  font-size: 13px;
}


.popup-header h2 {
  margin: 0 0 12px;

  color: #080808;

  font-size: clamp(32px, 5vw, 48px);

  line-height: .98;

  letter-spacing: -2px;

  font-weight: 700;
}


.popup-header p {
  max-width: 500px;

  margin: 0;

  color: #777;

  font-size: 14px;

  line-height: 1.6;
}


/* =========================================
   TIMER
========================================= */

.popup-timer {
  margin: 22px 0;

  padding: 10px 14px;

  border-radius: 10px;

  background: rgba(100, 70, 255, .07);

  color: #777;

  font-size: 11px;
}

.popup-timer strong {
  color: #633cff;
}


/* =========================================
   FORM
========================================= */

.form-group label {
  display: block;

  margin-bottom: 7px;

  color: #161616;

  font-size: 12px;

  font-weight: 600;
}


.form-group input,
.form-group textarea {
  width: 100%;

  padding: 13px 14px;

  border: 1px solid #dedee5;

  border-radius: 10px;

  outline: none;

  background: rgba(255,255,255,.8);

  color: #111;

  font-family: inherit;

  font-size: 13px;

  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}


.form-group textarea {
  resize: vertical;

  min-height: 105px;
}


.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}


.form-group input:focus,
.form-group textarea:focus {
  border-color: #633cff;

  background: #fff;

  box-shadow:
    0 0 0 3px rgba(99,60,255,.08);
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.popup-submit {
  width: 100%;

  min-height: 54px;

  margin-top: 5px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 20px;

  border: 0;

  border-radius: 12px;

  background: #080808;

  color: #fff;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;

  transition:
    transform .2s ease,
    background .2s ease;
}


.popup-submit:hover {
  background: #633cff;

  transform: translateY(-2px);
}


.submit-arrow {
  font-size: 22px;

  transition: transform .2s ease;
}


.popup-submit:hover .submit-arrow {
  transform: translateX(5px);
}


/* =========================================
   SUCCESS MESSAGE
========================================= */

.popup-success {
  display: none;

  padding: 35px 10px 15px;

  text-align: center;
}

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


.success-icon {
  width: 55px;
  height: 55px;

  margin: 0 auto 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #633cff;

  color: #fff;

  font-size: 25px;
}


.popup-success h3 {
  margin: 0 0 8px;

  font-size: 25px;
}


.popup-success p {
  margin: 0;

  color: #777;

  font-size: 13px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

  .contact-popup-overlay {
    padding: 12px;
  }

  .contact-popup {
    padding: 30px 20px;

    border-radius: 20px;

    max-height: 94vh;
  }

  .popup-header h2 {
    font-size: 34px;

    letter-spacing: -1.3px;
  }

  .popup-header p {
    font-size: 13px;
  }

  .popup-close {
    width: 34px;
    height: 34px;

    top: 13px;
    right: 13px;

    font-size: 21px;
  }

}




/* =========================================
   RIGHT SIDE CONTACT BUTTON
========================================= */

.side-contact-btn {
  position: fixed;

  right: 0;
  top: 50%;

  z-index: 9998;

  transform: translateY(-50%);

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 15px 13px;

  border: 0;

  border-radius: 14px 0 0 14px;

  background: #fba00c;
  color: #000;

  box-shadow:
    0 8px 30px rgba(0, 0, 0, .20);

  cursor: pointer;

  writing-mode: vertical-rl;

  font-family: inherit;

  transition:
    background .25s ease,
    padding .25s ease,
    transform .25s ease;
}


/* Text */

.side-contact-btn span:first-child {
  font-size: 12px;
  font-weight: 600;

  letter-spacing: .4px;
}


/* Arrow */

.side-arrow {
  font-size: 19px;

  writing-mode: horizontal-tb;

  transition: transform .25s ease;
}


/* Hover */

.side-contact-btn:hover {
  background: #080808 ;

  padding-top: 19px;
  padding-bottom: 19px;
}

.side-contact-btn:hover .side-arrow {
  transform: translateY(4px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {

  .side-contact-btn {
    padding: 13px 10px;

    border-radius: 11px 0 0 11px;
  }

  .side-contact-btn span:first-child {
    font-size: 11px;
  }

}








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

.up-topics-section {
    position: relative;

    overflow: hidden;

    padding: 70px 4% 80px;

    background:
        linear-gradient(
            135deg,
            #001d3b 0%,
            #002d5c 55%,
            #001a35 100%
        );

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* Background glow */

.up-topics-section::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -250px;
    bottom: -300px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(46, 115, 255, 0.14),
            transparent 70%
        );

    pointer-events: none;
}


/* =====================================================
   HEADER
===================================================== */

.up-topics-header {
    position: relative;

    z-index: 2;

    margin-bottom: 50px;
}


.up-topics-header h2 {
    margin: 0 0 16px;

    color: #ffffff;

    font-size: 43px;

    font-weight: 700;

    line-height: 1.15;

    letter-spacing: -1px;
}


.up-topics-header p {
    max-width: 850px;

    margin: 0;

    color: rgba(255, 255, 255, 0.92);

    font-size: 21px;

    line-height: 1.6;
}


/* =====================================================
   MAIN LAYOUT
===================================================== */

.up-topics-layout {
    position: relative;

    z-index: 2;

    align-items: stretch;
}


/* =====================================================
   LEFT SIDEBAR
===================================================== */

.up-topics-sidebar {
    height: 100%;

    padding-right: 35px;
}


.up-topics-sidebar h3 {
    margin: 0 0 40px;

    color: #ffffff;

    font-size: 25px;

    font-weight: 700;
}


/* =====================================================
   TABS
===================================================== */

.up-topic-tabs {
    position: relative;

    padding-left: 1px;
}


/* Vertical line */

.up-topic-tabs::before {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    left: 0;

    width: 2px;

    background:
        rgba(255, 255, 255, 0.55);
}


/* Individual tab */

.up-topic-tab {

    position: relative;

    display: block;

    width: 100%;

    padding: 22px 25px;

    border: 0;

    background: transparent;

    color: #ffffff;

    text-align: left;

    font-size: 16px;

    font-weight: 600;

    line-height: 1.45;

    cursor: pointer;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        padding-left 0.3s ease;
}


/* Active indicator */

.up-topic-tab::before {

    content: "";

    position: absolute;

    left: -1px;

    top: 0;
    bottom: 0;

    width: 3px;

    background: #438cff;

    opacity: 0;

    transform: scaleY(0);

    transition:
        opacity 0.3s ease,
        transform 0.3s ease;

}


.up-topic-tab:hover {

    color: #4b92ff;

    padding-left: 30px;

}


.up-topic-tab.active {

    color: #438cff;

    background:
        linear-gradient(
            90deg,
            rgba(57, 130, 255, 0.08),
            transparent
        );

}


.up-topic-tab.active::before {

    opacity: 1;

    transform: scaleY(1);

}


/* =====================================================
   ALL SESSION BUTTON
===================================================== */

.up-all-sessions-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 227px;

    margin-top: 45px;

    padding: 18px 25px;

    color: #00244a;

    background: #ffffff;

    border-radius: 4px;

    text-decoration: none;

    font-size: 16px;

    font-weight: 700;

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


.up-all-sessions-btn:hover {

    color: #00244a;

    transform:
        translateY(-4px);

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


/* =====================================================
   RIGHT CONTENT
===================================================== */

.up-topic-content {

    min-height: 550px;

}


/* =====================================================
   FEATURED TOPIC
===================================================== */

.up-featured-topic {

    position: relative;

    min-height: 215px;

    margin-bottom: 24px;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            #063c74,
            #07366a
        );

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}


/* Decorative shape */

.up-featured-topic::after {

    content: "";

    position: absolute;

    width: 380px;
    height: 380px;

    right: -80px;
    top: -170px;

    border-radius: 50%;

    border:
        1px solid
        rgba(77, 145, 255, 0.15);

    box-shadow:
        100px 80px 0
        rgba(64, 133, 245, 0.05);

}


/* Featured inner */

.up-featured-inner {

    position: relative;

    z-index: 2;

    padding: 36px;
}


.up-featured-label {

    display: none;

    margin-bottom: 8px;

    color: #4c91ff;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;
}


.up-featured-inner h2 {

    margin: 0 0 12px;

    color: #ffffff;

    font-size: 35px;

    font-weight: 700;
}


.up-featured-inner p {

    max-width: 900px;

    margin: 0 0 10px;

    color: rgba(255, 255, 255, 0.94);

    font-size: 17px;

    line-height: 1.65;
}


/* =====================================================
   LINKS
===================================================== */

.up-session-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #438cff;

    font-size: 17px;

    font-weight: 700;

    text-decoration: none;

    transition:
        color 0.3s ease;
}


.up-session-link span {

    display: inline-block;

    font-size: 25px;

    line-height: 1;

    transition:
        transform 0.3s ease;
}


.up-session-link:hover {

    color: #70a9ff;
}


.up-session-link:hover span {

    transform:
        translate(4px, -3px);
}


/* =====================================================
   SESSION CARDS
===================================================== */

.up-session-card {

    position: relative;

    height: 100%;

    min-height: 176px;

    padding: 35px;

    overflow: hidden;

    background:
        #073b70;

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

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


/* Card decorative glow */

.up-session-card::before {

    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -100px;
    bottom: -100px;

    border-radius: 50%;

    background:
        rgba(48, 120, 255, 0.10);

    transition:
        transform 0.5s ease;
}


.up-session-card:hover {

    transform:
        translateY(-7px);

    background:
        #08457f;

    box-shadow:
        0 15px 35px
        rgba(0, 0, 0, 0.20);
}


.up-session-card:hover::before {

    transform:
        scale(1.6);
}


/* Session title */

.up-session-card h3 {

    position: relative;

    z-index: 2;

    margin: 0 0 12px;

    max-width: 650px;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.4;
}


/* =====================================================
   CONTENT CHANGE ANIMATION
===================================================== */

.up-topic-content.changing {

    animation:
        topicFade 0.45s ease;
}


@keyframes topicFade {

    0% {

        opacity: 0;

        transform:
            translateY(12px);

    }

    100% {

        opacity: 1;

        transform:
            translateY(0);

    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .up-topics-section {

        padding:
            60px 25px
            70px;

    }


    .up-topics-header h2 {

        font-size: 38px;

    }


    .up-topics-header p {

        font-size: 18px;

    }


    .up-topics-sidebar {

        padding-right: 20px;

    }


    .up-topic-tab {

        font-size: 15px;

        padding:
            18px 20px;

    }


    .up-featured-inner {

        padding: 30px;

    }


    .up-featured-inner h2 {

        font-size: 31px;

    }


    .up-session-card {

        padding: 28px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

    .up-topics-section {

        padding:
            50px 18px
            60px;

    }


    .up-topics-header {

        margin-bottom: 35px;

    }


    .up-topics-header h2 {

        font-size: 32px;

    }


    .up-topics-header p {

        font-size: 17px;

    }


    .up-topics-sidebar {

        padding-right: 0;

        margin-bottom: 40px;

    }


    .up-topics-sidebar h3 {

        margin-bottom: 25px;

        font-size: 23px;

    }


    /* Horizontal scroll tabs */

    .up-topic-tabs {

        display: flex;

        gap: 8px;

        overflow-x: auto;

        padding-bottom: 8px;

    }


    .up-topic-tabs::before {

        display: none;

    }


    .up-topic-tab {

        flex:
            0 0 auto;

        width: auto;

        padding:
            12px 18px;

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

        border-radius: 4px;

        white-space: nowrap;

    }


    .up-topic-tab:hover {

        padding-left: 18px;

    }


    .up-topic-tab::before {

        display: none;

    }


    .up-topic-tab.active {

        background:
            #438cff;

        color: #ffffff;

        border-color:
            #438cff;

    }


    .up-all-sessions-btn {

        margin-top: 25px;

    }


    .up-featured-topic {

        min-height: auto;

    }


    .up-featured-inner {

        padding: 28px;

    }


    .up-featured-inner h2 {

        font-size: 29px;

    }


    .up-featured-inner p {

        font-size: 16px;

    }


    .up-session-card {

        min-height: 160px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 575px) {

    .up-topics-header h2 {

        font-size: 28px;

    }


    .up-topics-header p {

        font-size: 16px;

        line-height: 1.5;

    }


    .up-featured-inner {

        padding: 25px;

    }


    .up-featured-inner h2 {

        font-size: 26px;

    }


    .up-featured-inner p {

        font-size: 15px;

        line-height: 1.55;

    }


    .up-session-card {

        min-height: 150px;

        padding: 25px;

    }


    .up-session-card h3 {

        font-size: 16px;

    }


    .up-session-link {

        font-size: 15px;

    }

}









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

.up-network-section {

    position: relative;

    overflow: hidden;

    padding: 80px 0 100px;

    background:
        linear-gradient(
            180deg,
            #002856 0%,
            #00182f 100%
        );

    color: #ffffff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   TECHNICAL BACKGROUND TEXTURE
========================================================= */

.up-network-texture {

    position: absolute;

    inset: 0;

    z-index: 0;

    opacity: 0.22;

    pointer-events: none;

    background-image:

        /* horizontal lines */
        repeating-linear-gradient(
            0deg,
            transparent 0px,
            transparent 39px,
            rgba(79, 153, 255, 0.08) 40px
        ),

        /* vertical lines */
        repeating-linear-gradient(
            90deg,
            transparent 0px,
            transparent 59px,
            rgba(79, 153, 255, 0.07) 60px
        );

}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.up-network-section::before {

    content: "";

    position: absolute;

    width: 800px;
    height: 800px;

    top: -450px;
    right: -250px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(27, 121, 255, 0.16),
            transparent 70%
        );

    pointer-events: none;

}


.up-network-section::after {

    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    left: -300px;
    bottom: -350px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(0, 116, 255, 0.10),
            transparent 70%
        );

    pointer-events: none;

}


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

.up-network-section .container {

    position: relative;

    z-index: 2;

}


/* =========================================================
   INTRO
========================================================= */

.up-network-intro {

    max-width: 1250px;

    margin-bottom: 70px;

}


.up-network-intro h2 {

    margin: 0;

    color: #ffffff;

    font-size: 31px;

    font-weight: 600;

    line-height: 1.12;

}


/* Highlighted text */

.up-network-intro h2 span {

    color: #2894ff;

}


/* =========================================================
   STATS ROW
========================================================= */

.up-network-stats {

    align-items: stretch;

}


/* =========================================================
   STAT CARD
========================================================= */

.up-stat-card {

    position: relative;

    height: 100%;

    min-height: 420px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            rgba(4, 48, 94, 0.92),
            rgba(0, 29, 61, 0.98)
        );

    border: 1px solid
        rgba(54, 132, 220, 0.12);

    transition:
        transform 0.5s cubic-bezier(.2,.8,.2,1),
        border-color 0.4s ease,
        box-shadow 0.4s ease;

}


/* =========================================================
   CARD HOVER
========================================================= */

.up-stat-card:hover {

    transform:
        translateY(-10px);

    border-color:
        rgba(44, 148, 255, 0.38);

    box-shadow:
        0 25px 55px
        rgba(0, 0, 0, 0.28);

}


/* =========================================================
   GEOMETRIC SHAPE
========================================================= */

.up-stat-shape {

    position: absolute;

    width: 430px;
    height: 430px;

    top: 0;
    left: -210px;

    border-radius: 50%;

    background:
        rgba(7, 65, 125, 0.22);

    transition:
        transform 0.8s cubic-bezier(.2,.8,.2,1);

}


/* Second geometric layer */

.up-stat-shape::before {

    content: "";

    position: absolute;

    width: 290px;
    height: 290px;

    top: 70px;
    left: 70px;

    background:
        rgba(3, 43, 85, 0.42);

    transform:
        rotate(45deg);

}


/* Third geometric layer */

.up-stat-shape::after {

    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    top: 95px;
    left: 95px;

    border:
        1px solid
        rgba(54, 139, 231, 0.10);

    transform:
        rotate(45deg);

}


/* Shape hover */

.up-stat-card:hover
.up-stat-shape {

    transform:
        scale(1.08)
        rotate(5deg);

}


/* =========================================================
   CARD CONTENT
========================================================= */

.up-stat-content {

    position: relative;

    z-index: 3;

    padding: 85px 55px 55px;

}


/* =========================================================
   LABEL
========================================================= */

.up-stat-label {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 9px 18px;

    margin-bottom: 27px;

    color: #002b55;

   background: linear-gradient(90deg, #ffaa61, #dc862b, #fcd74c);

    border-radius: 30px;

    font-size: 14px;

    font-weight: 700;

    white-space: nowrap;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;

}


.up-stat-card:hover
.up-stat-label {

    transform:
        translateY(-3px);

    box-shadow:
        0 8px 20px
        rgba(38, 149, 255, 0.22);

}


/* =========================================================
   NUMBER
========================================================= */

.up-stat-number {

    display: flex;

    align-items: baseline;

    margin-bottom: 12px;

    color: #ffffff;

    font-size: 62px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: -2px;

}


/* Plus sign */

.up-stat-number > span:last-child {

    margin-left: 2px;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.up-stat-content p {

    max-width: 330px;

    margin: 0;

    color: rgba(255,255,255,0.94);

    font-size: 16px;

    font-weight: 600;

    line-height: 1.55;

}


/* =========================================================
   NUMBER GLOW AFTER COUNTER
========================================================= */

.up-stat-card.counter-complete
.up-stat-number {

    animation:
        numberGlow 1s ease;

}


@keyframes numberGlow {

    0% {

        text-shadow:
            0 0 0
            rgba(40,148,255,0);

    }

    45% {

        text-shadow:
            0 0 25px
            rgba(40,148,255,0.65);

    }

    100% {

        text-shadow:
            0 0 0
            rgba(40,148,255,0);

    }

}


/* =========================================================
   CARD REVEAL
========================================================= */

.up-stat-card {

    opacity: 0;

    transform:
        translateY(35px);

}


.up-stat-card.up-stat-visible {

    opacity: 1;

    transform:
        translateY(0);

}


/* Stagger animation */

.up-network-stats
> div:nth-child(1)
.up-stat-card {

    transition-delay:
        0s;

}


.up-network-stats
> div:nth-child(2)
.up-stat-card {

    transition-delay:
        0.12s;

}


.up-network-stats
> div:nth-child(3)
.up-stat-card {

    transition-delay:
        0.24s;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .up-network-section {

        padding:
            70px 25px
            80px;

    }


    .up-network-intro h2 {

        font-size: 38px;

    }


    .up-stat-card {

        min-height: 390px;

    }


    .up-stat-content {

        padding:
            65px 40px
            45px;

    }


    .up-stat-number {

        font-size: 55px;

    }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 991px) {

    .up-network-section {

        padding:
            60px 20px
            70px;

    }


    .up-network-intro {

        margin-bottom: 50px;

    }


    .up-network-intro h2 {

        font-size: 34px;

        line-height: 1.18;

    }


    .up-stat-card {

        min-height: 350px;

    }


    .up-stat-content {

        padding:
            55px 35px
            40px;

    }


    .up-stat-number {

        font-size: 52px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .up-network-section {

        padding:
            50px 15px
            60px;

    }


    .up-network-intro {

        margin-bottom: 40px;

    }


    .up-network-intro h2 {

        font-size: 28px;

        letter-spacing:
            -0.6px;

        line-height:
            1.22;

    }


    .up-stat-card {

        min-height: 320px;

    }


    .up-stat-content {

        padding:
            45px 28px
            35px;

    }


    .up-stat-label {

        font-size: 13px;

        padding:
            8px 15px;

    }


    .up-stat-number {

        font-size: 48px;

    }


    .up-stat-content p {

        font-size: 15px;

    }


    .up-stat-shape {

        width: 340px;
        height: 340px;

        left: -180px;

    }

}








/* =========================================
   AI VISUAL - 500 x 400
========================================= */

.ai-visual-box {

    position: relative;
    width: 500px;
    height: 340px;
    max-width: 100%;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 35% 45%,
            rgba(0, 119, 255, 0.20),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 45%,
            rgba(0, 174, 255, 0.12),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #030a12 0%,
            #001b36 50%,
            #02080f 100%
        );

    border-radius: 18px;

    border: 1px solid rgba(80, 170, 255, 0.16);

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.45),
        inset 0 0 50px rgba(0, 90, 180, 0.08);

    isolation: isolate;

}


/* =========================================
   GLOW
========================================= */

.ai-glow {

    position: absolute;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    filter: blur(35px);

    pointer-events: none;

}


.ai-glow-one {

    left: 70px;
    top: 100px;

    background: rgba(0, 130, 255, 0.16);

    animation: aiGlowOne 5s ease-in-out infinite alternate;

}


.ai-glow-two {

    right: 30px;
    top: 40px;

    background: rgba(0, 200, 255, 0.10);

    animation: aiGlowTwo 7s ease-in-out infinite alternate;

}


@keyframes aiGlowOne {

    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(35px, -20px) scale(1.3);
    }

}


@keyframes aiGlowTwo {

    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(-30px, 30px) scale(1.25);
    }

}


/* =========================================
   MAIN AI CIRCLE
========================================= */

.ai-main-circle {

    position: absolute;

    width: 190px;
    height: 190px;

    left: 45px;
    top: 75px;

    display: flex;

    align-items: center;
    justify-content: center;

}


/* =========================================
   RINGS
========================================= */

.ai-ring {

    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(100, 190, 255, 0.65);

}


.ring-1 {

    width: 180px;
    height: 180px;

    border-top-color: #70c8ff;
    border-right-color: transparent;

    animation: aiRotate 8s linear infinite;

}


.ring-2 {

    width: 155px;
    height: 155px;

    border-bottom-color: #229cff;
    border-left-color: transparent;

    animation: aiRotateReverse 6s linear infinite;

}


.ring-3 {

    width: 135px;
    height: 135px;

    border-top-color: rgba(160, 220, 255, 0.8);
    border-bottom-color: transparent;

    animation: aiRotate 10s linear infinite;

}


@keyframes aiRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


@keyframes aiRotateReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }

}


/* =========================================
   AI INNER CIRCLE
========================================= */

.ai-inner-circle {

    position: relative;

    width: 105px;
    height: 105px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #153e64 0%,
            #061b32 55%,
            #020b15 100%
        );

    border: 1px solid rgba(150, 220, 255, 0.6);

    box-shadow:
        0 0 25px rgba(0, 150, 255, 0.35),
        inset 0 0 25px rgba(0, 150, 255, 0.20);

}


.ai-inner-circle strong {

    font-size: 48px;

    font-family: Arial, sans-serif;

    color: #eaf8ff;

    text-shadow:
        0 0 10px rgba(120, 210, 255, 0.8),
        0 0 25px rgba(30, 150, 255, 0.7);

}


/* =========================================
   FLOATING UI BOXES
========================================= */

.ai-ui-box {

    position: absolute;

    width: 75px;
    padding: 10px;

    border-radius: 7px;

    background: rgba(7, 30, 52, 0.75);

    border: 1px solid rgba(80, 170, 255, 0.25);

    backdrop-filter: blur(8px);

}


.ai-ui-box span {

    display: block;

    height: 3px;

    margin: 5px 0;

    border-radius: 5px;

    background: rgba(100, 190, 255, 0.55);

}


.ai-ui-box span:nth-child(2) {
    width: 70%;
}


.ai-ui-box span:nth-child(3) {
    width: 45%;
}


.ai-ui-left {

    left: 25px;
    top: 38px;

    animation: floatingLeft 5s ease-in-out infinite;

}


.ai-ui-top {

    left: 170px;
    top: 25px;

    width: 70px;

    animation: floatingTop 6s ease-in-out infinite;

}


@keyframes floatingLeft {

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

    50% {
        transform: translate(-8px, 15px);
    }

}


@keyframes floatingTop {

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

    50% {
        transform: translate(15px, -8px);
    }

}


/* =========================================
   CHAT PANEL
========================================= */

.ai-chat {

    position: absolute;

    right: 18px;
    top: 55px;

    width: 205px;

    background: rgba(4, 18, 32, 0.88);

    border: 1px solid rgba(90, 180, 255, 0.25);

    border-radius: 12px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.45),
        inset 0 0 25px rgba(0, 120, 255, 0.05);

    backdrop-filter: blur(12px);

    animation: chatFloat 6s ease-in-out infinite;

}


@keyframes chatFloat {

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

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

}


/* =========================================
   CHAT HEADER
========================================= */

.ai-chat-head {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 10px;

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

}


.ai-chat-avatar {

    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

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

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #198cff,
            #003d75
        );

    box-shadow:
        0 0 12px rgba(0, 150, 255, 0.45);

}


.ai-chat-head strong {

    display: block;

    font-size: 11px;

    color: #eaf7ff;

}


.ai-chat-head small {

    display: block;

    margin-top: 2px;

    font-size: 8px;

    color: #7ca5bf;

}


.ai-chat-head small i {

    display: inline-block;

    width: 5px;
    height: 5px;

    margin-right: 3px;

    border-radius: 50%;

    background: #27d98b;

}


/* =========================================
   CHAT BODY
========================================= */

.ai-chat-messages {

    padding: 10px;

}


.ai-chat-msg {

    max-width: 85%;

    padding: 7px 9px;

    margin-bottom: 7px;

    font-size: 8px;

    line-height: 1.5;

    border-radius: 8px;

}


.ai-chat-msg.bot {

    margin-right: auto;

    color: #bfe4ff;

    background: rgba(24, 75, 115, 0.45);

    border: 1px solid rgba(70, 160, 230, 0.15);

}


.ai-chat-msg.user {

    margin-left: auto;

    color: #fff;

    background: linear-gradient(
        135deg,
        #126cc0,
        #07518f
    );

}


/* =========================================
   TYPING
========================================= */

.ai-chat-typing {

    display: flex;

    gap: 3px;

    padding: 0 10px 10px;

}


.ai-chat-typing span {

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #65c7ff;

    animation: typing 1.2s infinite;

}


.ai-chat-typing span:nth-child(2) {
    animation-delay: .2s;
}

.ai-chat-typing span:nth-child(3) {
    animation-delay: .4s;
}


@keyframes typing {

    0%, 60%, 100% {
        opacity: .25;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-3px);
    }

}


/* =========================================
   PROMPT
========================================= */

.ai-prompt {

    position: absolute;

    left: 60px;
    bottom: 45px;

    width: 190px;
    height: 30px;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 0 9px;

    border-radius: 20px;

    color: #8eb9d5;

    font-size: 8px;

    background: rgba(4, 22, 38, 0.8);

    border: 1px solid rgba(80, 170, 255, 0.25);

    box-shadow:
        0 0 15px rgba(0, 100, 200, 0.12);

}


.ai-prompt span:first-child {

    color: #65c7ff;

    font-size: 12px;

}


.ai-prompt span:nth-child(2) {

    flex: 1;

}


.ai-prompt b {

    font-size: 11px;

    color: #65c7ff;

}


/* =========================================
   CIRCUIT LINES
========================================= */

.ai-circuit-line {

    position: absolute;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(70, 180, 255, 0.6),
        transparent
    );

    opacity: .5;

}


.circuit-1 {

    width: 100px;

    left: 10px;
    top: 180px;

    transform: rotate(-25deg);

}


.circuit-2 {

    width: 90px;

    left: 220px;
    top: 55px;

    transform: rotate(25deg);

}


.circuit-3 {

    width: 80px;

    right: 5px;
    bottom: 90px;

    transform: rotate(-30deg);

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 520px) {

    .ai-visual-box {

        width: 100%;
        height: 400px;

    }

    .ai-main-circle {

        left: 25px;

        transform: scale(.85);

        transform-origin: center;

    }

    .ai-chat {

        right: 10px;

        width: 185px;

        transform: scale(.9);

        transform-origin: top right;

    }

    .ai-prompt {

        left: 35px;

        bottom: 30px;

    }

}











/* =========================================
   FEATURED CATEGORIES
========================================= */

.upai-featured-section {
    width: 100%;
    padding: 0 0 38px;
    background: linear-gradient(
        180deg,
        #f8fbff 0%,
        #eef7ff 100%
    );
}

.upai-featured-section .container-fluid {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* =========================================
   HEADER
========================================= */

.upai-featured-header {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 12px;
}

.upai-featured-title-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
}

.upai-featured-title-wrap h2 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.upai-featured-title-wrap p {
    margin: 0;
    color: #d3e6ff;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   FEATURED ICON
========================================= */

.upai-featured-icon {
    width: 30px;
    height: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    flex-shrink: 0;
}

.upai-featured-icon span {
    display: block;
    border-radius: 5px;
    background: linear-gradient(
        135deg,
        #1684df,
        #0757b8
    );
}


/* =========================================
   VIEW ALL
========================================= */

.upai-view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.upai-view-all span {
    font-size: 18px;
    line-height: 1;
}

.upai-view-all:hover {
    color: #003f91;
    transform: translateX(2px);
}


/* =========================================
   CATEGORY CARD
========================================= */

.upai-category-card {
    position: relative;
    height: 100%;
    padding: 10px 9px 8px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #cfe2f8;
    border-radius: 9px;
    box-shadow: 0 8px 25px rgba(19, 86, 145, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.upai-category-card:hover {
    border-color: #a9cff5;
    box-shadow: 0 12px 32px rgba(20, 91, 165, 0.12);
    transform: translateY(-2px);
}


/* =========================================
   CATEGORY TOP
========================================= */

.upai-category-top {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 2px 2px 8px;
}

.upai-category-info {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}

.upai-category-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.3),
        0 4px 10px rgba(0,0,0,.12);
}

.upai-blue {
    background: linear-gradient(
        145deg,
        #1674d0,
        #073b86
    );
}

.upai-purple {
    background: linear-gradient(
        145deg,
        #6533d7,
        #32118b
    );
}

.upai-darkblue {
    background: linear-gradient(
        145deg,
        #1870c9,
        #073c82
    );
}

.upai-category-icon span {
    filter: grayscale(1) brightness(0) invert(1);
    font-size: 24px;
}


/* =========================================
   CATEGORY TEXT
========================================= */

.upai-category-info h3 {
    margin: 0 0 5px;
    color: #092d68;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.upai-category-info p {
    max-width: 190px;
    margin: 0;
    color: #45658e;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================
   ARROW BUTTON
========================================= */

.upai-arrow {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfe3fb;
    border-radius: 50%;
    color: #0a4f9d;
    background: #fff;
    font-size: 21px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.upai-arrow:hover {
    color: #fff;
    background: #075fba;
    border-color: #075fba;
    transform: translateX(2px);
}


/* =========================================
   MAIN FEATURED IMAGE
========================================= */

.upai-featured-image {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 7px;
    background: #e9f2fc;
}

.upai-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.upai-category-card:hover .upai-featured-image img {
    transform: scale(1.04);
}


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

.upai-news-list {
    width: 100%;
}

.upai-news-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 74px;
    padding: 8px 2px;
    border-bottom: 1px solid #dceafa;
}

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

.upai-news-item > img {
    width: 86px;
    height: 48px;
    flex: 0 0 86px;
    object-fit: cover;
    border-radius: 6px;
    background: #e8f2fc;
}

.upai-news-content {
    min-width: 0;
    flex: 1;
}

.upai-news-content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    margin: 0 0 5px;
    color: #0a326f;
    font-size: 13px;
    line-height: 1.0;
    font-weight: 500;
}

.upai-news-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6082aa;
    font-size: 9px;
    line-height: 1;
}

.upai-news-meta b {
    font-size: 8px;
    font-weight: 400;
    color: #94aac2;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .upai-featured-title-wrap p {
        display: none;
    }

    .upai-featured-title-wrap h2 {
        font-size: 21px;
    }

    .upai-category-card {
        padding: 11px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .upai-featured-section {
        padding-bottom: 25px;
    }

    .upai-featured-header {
        align-items: center;
        padding: 12px 4px;
    }

    .upai-featured-title-wrap {
        gap: 10px;
    }

    .upai-featured-icon {
        width: 26px;
        height: 26px;
    }

    .upai-featured-title-wrap h2 {
        font-size: 19px;
    }

    .upai-view-all {
        font-size: 11px;
    }

    .upai-category-card {
        margin-bottom: 2px;
    }

    .upai-featured-image {
        height: 160px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .upai-featured-section .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .upai-featured-header {
        gap: 8px;
    }

    .upai-featured-title-wrap h2 {
        font-size: 17px;
    }

    .upai-view-all {
        font-size: 10px;
    }

    .upai-category-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .upai-category-info h3 {
        font-size: 14px;
    }

    .upai-category-info p {
        font-size: 10px;
    }

    .upai-featured-image {
        height: 150px;
    }

    .upai-news-item > img {
        width: 78px;
        height: 46px;
        flex-basis: 78px;
    }

}







/* =========================================
   UP AI NEWSLETTER BOX
========================================= */

.upai-newsletter-box {
    position: relative;
    overflow: hidden;

    width: 100%;
    max-width: 1100px;
    min-height: 198px;

    margin: 20px auto;
    padding: 20px 28px 14px;

    border-radius: 12px;

    background:
        linear-gradient(
            105deg,
            #061f4d 0%,
            #073f87 55%,
            #07549d 100%
        );

    box-shadow:
        0 8px 25px rgba(0, 53, 110, 0.15);

    box-sizing: border-box;
}


/* =========================================
   BACKGROUND DECORATION
========================================= */

.upai-newsletter-bg {
    position: absolute;
    right: 40px;
    top: 5px;

    width: 55%;
    height: 180px;

    opacity: 0.13;

    background-image:
        linear-gradient(
            rgba(85, 180, 255, 0.2),
            rgba(85, 180, 255, 0.2)
        );

    clip-path: polygon(
        15% 100%,
        15% 55%,
        25% 55%,
        25% 35%,
        35% 35%,
        35% 15%,
        45% 15%,
        45% 45%,
        55% 45%,
        55% 20%,
        65% 20%,
        65% 45%,
        75% 45%,
        75% 5%,
        85% 5%,
        85% 100%
    );

    pointer-events: none;
}


/* =========================================
   MAIN ROW
========================================= */

.upai-newsletter-main {
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;

    gap: 35px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.upai-newsletter-content {
    display: flex;
    align-items: center;

    gap: 15px;

    flex: 1;
}


/* =========================================
   ROUND EMAIL ICON
========================================= */

.upai-newsletter-icon {
    width: 48px;
    height: 48px;

    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #49c8ff,
            #168ddd
        );

    box-shadow:
        0 5px 14px rgba(0, 0, 0, 0.18);
}

.upai-newsletter-icon span {
    color: #fff;

    font-size: 25px;
    line-height: 1;

    transform: translateY(-1px);
}


/* =========================================
   TEXT
========================================= */

.upai-newsletter-text {
    color: #fff;
}

.upai-newsletter-label {
    display: block;

    margin-bottom: 3px;

    color:#fba00c;

    font-size: 9px;
    line-height: 1;

    font-weight: 700;
    letter-spacing: 0.5px;
}

.upai-newsletter-text h2 {
    margin: 0 0 4px;

    color: #fff;

    font-size: 20px;
    line-height: 1.2;

    font-weight: 700;
}

.upai-newsletter-text p {
    max-width: 285px;

    margin: 0;

    color: rgba(255, 255, 255, 0.9);

    font-size: 11px;
    line-height: 1.45;
}


/* =========================================
   FORM
========================================= */

.upai-newsletter-form {
    position: relative;
    z-index: 3;

    width: 390px;

    display: flex;
    align-items: center;

    gap: 8px;
}

.upai-newsletter-form input {
    flex: 1;
    width: auto;
    height: 32px;
    padding: 0 13px;
    border: 0;
    outline: none;
    border-radius: 7px;
    background: #fff;
    color: #17365f;
    font-size: 10px;
    box-sizing: border-box;
    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.12);
}

.upai-newsletter-form input::placeholder {
    color: #7890aa;
}



/* =========================================
   SUBSCRIBE BUTTON
========================================= */

.upai-newsletter-form button {
    flex: 0 0 103px;

    width: 103px;
    height: 32px;

    border: 0;
    outline: none;

    border-radius: 7px;

background: linear-gradient(135deg, #fba00c, #f5835b);

    color: #062a61;

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

    cursor: pointer;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.15);

    transition: all 0.25s ease;
}


.upai-newsletter-form button span {
    margin-left: 5px;

    font-size: 15px;
    vertical-align: -1px;
}

.upai-newsletter-form button:hover {
    transform: translateY(-2px);

    box-shadow:
        0 6px 14px rgba(0, 0, 0, 0.20);
}

/* =========================================
   TABLET / MOBILE
========================================= */

@media (max-width: 768px) {

    .upai-newsletter-form {
        width: 100%;
    }

    .upai-newsletter-form input {
        height: 38px;
    }

    .upai-newsletter-form button {
        flex-basis: 115px;
        width: 115px;
        height: 38px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .upai-newsletter-form {
        gap: 6px;
    }

    .upai-newsletter-form input {
        min-width: 0;
        height: 36px;
        font-size: 10px;
    }

    .upai-newsletter-form button {
        flex: 0 0 95px;
        width: 95px;
        height: 36px;
        font-size: 9px;
    }

}

/* =========================================
   BENEFITS
========================================= */

.upai-newsletter-benefits {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 22px;

    max-width: 800px;
}

.upai-benefit {
    display: flex;
    align-items: center;

    gap: 7px;

    color: #fff;

    font-size: 9px;
    line-height: 1;

    white-space: nowrap;
}

.upai-benefit-icon {
    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

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

    border-radius: 50%;

    color: #fff;

    font-size: 9px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

    .upai-newsletter-box {
        padding: 22px 20px;
    }

    .upai-newsletter-main {
        flex-direction: column;
        align-items: stretch;

        gap: 20px;
    }

    .upai-newsletter-form {
        width: 100%;
    }

    .upai-newsletter-form input {
        height: 38px;
    }

    .upai-newsletter-form button {
        width: 120px;
        height: 36px;
    }

    .upai-newsletter-benefits {
        flex-wrap: wrap;

        justify-content: flex-start;

        gap: 15px 30px;

        margin-top: 25px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .upai-newsletter-box {
        margin: 15px 10px;

        padding: 20px 16px;

        border-radius: 10px;
    }

    .upai-newsletter-content {
        align-items: flex-start;

        gap: 12px;
    }

    .upai-newsletter-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .upai-newsletter-icon span {
        font-size: 22px;
    }

    .upai-newsletter-text h2 {
        font-size: 18px;
    }

    .upai-newsletter-text p {
        font-size: 10px;
    }

    .upai-newsletter-benefits {
        display: grid;
        grid-template-columns: 1fr 1fr;

        gap: 14px 10px;
    }

    .upai-benefit {
        font-size: 9px;
    }

}











button, input, select { font: inherit; }
a { color: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #0877ed !important; outline-offset: 4px; }
[hidden] { display: none !important; }
.icon { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; vertical-align: -.15em; }
.icon-fill { fill: currentColor; stroke: none; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 2000; padding: .75rem 1rem; background: #fff; border: 2px solid var(--news-navy); }
.skip-link:focus { top: 1rem; }

/* Header artwork is taken from the supplied reference. All heading text is HTML. */
.news-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 185px; background: linear-gradient(110deg, #102a44, #073768 68%, #023665); color: white; }
.hero-art { position: absolute; z-index: -1; inset: 0 0 0 auto; width: 960px; background: url('../images/hero-banner.webp') right center / cover no-repeat; mask-image: linear-gradient(to right, transparent, #000 24%); }
.hero-inner { max-width: 1664px; margin: 0 auto; padding: 30px 36px 22px; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin-bottom: 3px; color: var(--news-yellow); font-size: 1.25rem; font-weight: 700; line-height: 1.4; }
.eyebrow::before { content: ''; width: 44px; height: 6px; background: var(--news-yellow); border-radius: 6px; }
.news-hero h1 { margin: 0 0 4px; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 800; line-height: 1.12; letter-spacing: -.025em; }
.news-hero h1 span { color: var(--news-yellow); }
.news-hero p { max-width: 620px; margin: 7px 0 0; font-size: 1.1875rem; line-height: 1.35; letter-spacing: .005em; }

.page-shell { max-width: 1664px; padding: 18px 32px 32px; margin: 0 auto; }
.news-layout { display: grid; grid-template-columns: minmax(0, 3.18fr) minmax(305px, 1fr); gap: 30px; align-items: start; }
.news-main { min-width: 0; }
.category-nav { display: flex; flex-wrap: nowrap; gap: 0; background: linear-gradient(#f4f8fc, #eef4fa); border: 1px solid #e4eef9; border-radius: 7px; margin-bottom: 19px; min-height: 52px; overflow: hidden; }
.category-button { position: relative; display: flex; justify-content: center; align-items: center; gap: 20px; flex: 1 1 0; padding: 10px 14px; border: 0; border-radius: 0; background: transparent; color: var(--news-navy); font-size: .9375rem; font-weight: 700; line-height: 1.2; white-space: nowrap; transition: background .15s, box-shadow .15s; }
.category-button + .category-button::before { content: ''; position: absolute; left: 0; top: 5px; bottom: 5px; width: 1px; background: #ccddf1; }
.category-button .icon { width: 27px; height: 27px; stroke-width: 1.9; }
.category-button.category-policy { flex-grow: .94; border-radius: 6px; background: linear-gradient(110deg, #ffc636, #ffce3b); }
.category-button:nth-child(2)::before { display: none; }
.category-button:hover { background: #e2edfa; }
.category-button.category-policy:hover { background: #f6be22; }
.category-button[aria-pressed='true'] { box-shadow: inset 0 -4px 0 var(--news-navy); background: #dceafb; }
.category-button.category-policy[aria-pressed='true'] { background: #ffca31; }
.filter-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -3px 0 16px; padding: 10px 12px; border: 1px solid var(--news-line); border-radius: 6px; font-size: .875rem; background: #f7faff; }
.reset-button { padding: 3px 0; flex-shrink: 0; border: 0; background: none; color: #075bb0; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.news-grid { --bs-gutter-x: 18px; --bs-gutter-y: 20px; }
.news-card { height: 100%; border: 1px solid var(--news-line); border-radius: 7px; overflow: hidden; box-shadow: none; transition: box-shadow .2s, border-color .2s, transform .2s; }
.news-card:hover { border-color: #b7cde7; box-shadow: 0 6px 22px #0a345510; transform: translateY(-2px); }
.news-media { position: relative; display: block; container-type: inline-size; aspect-ratio: 2.4; overflow: hidden; border-radius: 5px; }
.news-media img { width: 100%; height: 100%; display: block; object-fit: fill; }
/* Cover the reference's image labels with editable HTML category badges. */
.category-badge { position: absolute; left: 2cqw; top: 1.4cqw; display: inline-flex; align-items: center; justify-content: center; min-height: 8.8cqw; padding: 4px 3.6cqw; border-radius: 8px; color: white; font-size: clamp(.75rem, 3.35cqw, 1rem); line-height: 1; font-weight: 700; white-space: nowrap; }
.tag-policy { min-width: 34cqw; background: linear-gradient(110deg, #ffd92b, #ffca26); color: #08264f; }
.tag-startups { min-width: 40cqw; background: linear-gradient(110deg, #0074eb, #008df7); }
.tag-research { min-width: 47cqw; background: linear-gradient(110deg, #6227f5, #8b45ff); }
.tag-infrastructure { min-width: 32cqw; background: linear-gradient(110deg, #299b0b, #47c313); }
.news-card .card-body { display: flex; flex-direction: column; padding: 14px 15px 11px; }
.news-title { margin: 0 0 8px; font-size: 1.125rem; font-weight: 700; line-height: 1.22; letter-spacing: -.025em; }
.news-title a { text-decoration: none; }
.news-title a:hover { color: #0869bf; }
.news-description { margin: 0 0 14px; color: var(--news-text); font-size: 1rem; line-height: 1.42; }
.news-card-footer { margin-top: auto; }
.news-meta { display: flex; align-items: center; gap: 7px 12px; flex-wrap: wrap; margin-bottom: 5px; color: #4c709c; font-size: .75rem; line-height: 1.3; }
.news-meta > span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.news-meta .icon { width: 12px; height: 12px; }
.social-links { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.social-button { display: inline-flex; align-items: center; justify-content: center; width: 23px; height: 23px; padding: 0; border: 0; border-radius: 50%; color: #fff; text-decoration: none; font: 700 15px/1 Arial, sans-serif; transition: filter .15s; }
.social-button:hover { filter: brightness(.83); color: white; }
.social-facebook { background: #2859df; font-size: 20px; padding-top: 3px; }
.social-x { background: #071522; font-size: 13px; font-weight: 400; }
.social-linkedin { background: #0071bf; font-size: 12px; }
.social-copy { background: #a7bad2; }
.social-copy .icon { width: 13px; height: 13px; }

/* Right rail */
.news-sidebar { position: relative; min-width: 0; }
.news-sidebar::before { content: ''; position: absolute; left: -15px; top: 0; bottom: 0; width: 1px; background: #e5edf7; }
.sidebar-box { border: 1px solid #e0ebf8; border-radius: 8px; padding: 15px 14px 17px; background: #fff; }
.search-box { padding: 17px 8px 8px; margin-bottom: 16px; }
.search-form { display: flex; align-items: center; gap: 8px; }
.search-field { position: relative; flex: 1; min-width: 0; }
.search-field > .icon { position: absolute; top: 13px; left: 11px; width: 18px; height: 18px; pointer-events: none; }
.search-field input { height: 42px; border: 1px solid #cfdef0; border-radius: 7px; padding-left: 39px; padding-right: 12px; color: var(--news-navy); font-size: .875rem; box-shadow: none; }
.search-field input::placeholder { color: #5576a1; opacity: 1; }
.search-submit { display: flex; justify-content: center; align-items: center; flex: 0 0 42px; height: 42px; padding: 0; color: #fff; background: var(--news-navy); border: 0; border-radius: 7px; }
.search-submit:hover { background: #124578; color: #fff; }
.sidebar-heading { display: flex; align-items: center; gap: 12px; font-size: 1.125rem; font-weight: 700; line-height: 1.3; margin: 0 0 20px; }
.sidebar-heading .icon { width: 21px; height: 23px; }
.district-box { margin-bottom: 18px; }
.district-select { margin-bottom: 17px; height: 41px; color: var(--news-navy); font-size: .875rem; border-color: #cfdef0; border-radius: 6px; }
.district-chips { display: flex; flex-wrap: wrap; gap: 12px 10px; }
.district-chip { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 15px; border: 1px solid transparent; border-radius: 6px; background: #edf3fa; color: var(--news-navy); font-size: .875rem; line-height: 1.25; }
.district-chip:hover { background: #dce9f7; }
.district-chip[aria-pressed='true'] { background: #ffdc32; color: #07244d; }
.district-chip:focus-visible { outline-offset: 2px; }
.district-more { padding-inline: 14px; }
.extra-districts { padding-top: 12px; }
.extra-districts .district-chips { padding-top: 0; }
.popular-box { padding-top: 16px; padding-bottom: 6px; }
.popular-box .sidebar-heading { margin-bottom: 17px; }
.fire-icon { color: #ffb800; fill: #ffbd09; stroke: #ffad00; }
.popular-list { list-style: none; margin: 0; padding: 0; }
.popular-item + .popular-item { border-top: 1px solid #d7e4f4; }
.popular-link { display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; color: var(--news-navy); text-decoration: none; }
.popular-item:first-child .popular-link { padding-top: 0; }
.popular-image { width: 79px; height: 67px; flex: 0 0 79px; border-radius: 5px; object-fit: cover; }
.popular-copy { flex: 1; min-width: 0; }
.popular-title { display: block; margin-bottom: 10px; font-size: .875rem; font-weight: 600; line-height: 1.4; letter-spacing: -.015em; }
.popular-link:hover .popular-title { color: #0869bf; }
.popular-meta { display: flex; flex-wrap: wrap; gap: 5px 7px; color: #52749f; font-size: .75rem; line-height: 1.3; }
.popular-meta > span + span::before { content: '•'; margin-right: 7px; }
.empty-state { border: 1px dashed #c3d5ed; border-radius: 8px; padding: 54px 24px; text-align: center; background: #f7faff; }
.empty-state > .icon { width: 34px; height: 34px; margin-bottom: 16px; color: #6f8bac; }
.empty-state h2 { font-size: 1.3rem; font-weight: 700; }
.empty-state p { color: var(--news-text); }
.btn-navy { background: var(--news-navy); color: #fff; border-color: var(--news-navy); }
.btn-navy:hover { background: #124578; color: #fff; }
.modal-content { border: 0; border-radius: 12px; overflow: hidden; }
.modal-header { padding: 16px 22px; border-bottom-color: var(--news-line); }
.modal-kicker { margin: 0; font-size: .875rem; font-weight: 700; color: #42658e; }
.modal-body { padding: 22px; }
.article-image { width: 100%; aspect-ratio: 2.4; object-fit: cover; border-radius: 7px; margin-bottom: 20px; }
.article-title { font-size: clamp(1.4rem, 3vw, 1.8rem); line-height: 1.22; font-weight: 700; margin-bottom: 16px; }
.article-summary { font-size: 1.0625rem; line-height: 1.7; color: var(--news-text); margin: 20px 0 24px; }
.article-district { color: #52749f; font-size: .875rem; }
.article-share-label { margin: 24px 0 8px; font-size: .875rem; font-weight: 600; }
.article-share { justify-content: flex-start; gap: 9px; }
.article-share .social-button { width: 32px; height: 32px; }
.toast-container { z-index: 1090; }
.news-toast { background: var(--news-navy); color: white; border: 0; }

@media (min-width: 1440px) { .news-grid { --bs-gutter-x: 20px; } }
@media (max-width: 1399.98px) {
  .page-shell { padding-inline: 24px; }
  .news-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 26px; }
  .category-button { gap: 10px; font-size: .8125rem; padding-inline: 7px; }
  .category-button .icon { width: 24px; height: 24px; }
  .news-card .card-body { padding-inline: 13px; }
  .news-title { font-size: 1.0625rem; }
  .news-meta { gap: 6px 9px; }
  .district-chip { padding-inline: 12px; }
  .popular-link { gap: 12px; }
  .popular-image { width: 66px; height: 63px; flex-basis: 66px; }
}
@media (max-width: 1199.98px) {
  .news-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 24px; }
  .category-nav { display: grid; grid-template-columns: 1fr 1fr; }
  .category-button { min-height: 48px; justify-content: flex-start; gap: 13px; padding: 10px 14px; font-size: .9375rem; white-space: normal; }
  .category-button:nth-child(3), .category-button:nth-child(4) { border-top: 1px solid #dce6f3; }
  .category-button + .category-button::before { display: none; }
  .news-hero p { max-width: 530px; }
  .hero-art { opacity: .75; }
}
@media (max-width: 991.98px) {
  .news-layout { display: flex; flex-direction: column; gap: 26px; }
  .news-main, .news-sidebar { width: 100%; }
  .category-nav { display: flex; }
  .category-button { font-size: .8125rem; justify-content: center; padding-inline: 8px; gap: 7px; }
  .category-button:nth-child(3), .category-button:nth-child(4) { border-top: 0; }
  .news-sidebar { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; align-items: start; }
  .news-sidebar::before { display: none; }
  .search-box { grid-column: 1; grid-row: 1; margin-bottom: 16px; }
  .district-box { grid-column: 1; grid-row: 2; margin-bottom: 0; }
  .popular-box { grid-column: 2; grid-row: 1 / span 3; }
  .hero-inner { padding-inline: 24px; }
  .hero-art { opacity: .5; mask-image: linear-gradient(to right, transparent 25%, #000 70%); }
  .news-title { font-size: 1.125rem; }
}
@media (max-width: 575.98px) {
  .news-hero { min-height: 206px; }
  .hero-inner { padding: 25px 18px 26px; }
  .eyebrow { font-size: 1rem; gap: 10px; margin-bottom: 9px; }
  .eyebrow::before { width: 32px; height: 4px; }
  .news-hero h1 { font-size: clamp(1.7rem, 7.8vw, 2.5rem); white-space: nowrap; }
  .news-hero p { font-size: 1rem; line-height: 1.5; max-width: 375px; margin-top: 10px; }
  .hero-art { width: 830px; opacity: .32; mask-image: linear-gradient(to right, transparent 40%, #000); }
  .page-shell { padding: 16px 16px 24px; }
  .category-nav { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 16px; }
  .category-button { justify-content: flex-start; min-height: 52px; font-size: .8125rem; padding: 10px; gap: 10px; }
  .category-button .icon { width: 23px; height: 23px; }
  .category-button:nth-child(3), .category-button:nth-child(4) { border-top: 1px solid #dce6f3; }
  .news-grid { --bs-gutter-y: 18px; }
  .news-card .card-body { padding: 16px; }
  .news-meta { gap: 8px 14px; margin-bottom: 8px; }
  .social-button { width: 28px; height: 28px; }
  .news-sidebar { display: flex; flex-direction: column; gap: 18px; }
  .news-sidebar > * { width: 100%; margin-bottom: 0; }
  .sidebar-box { padding: 17px 14px; }
  .search-box { padding: 10px; }
  .popular-image { width: 79px; height: 67px; flex-basis: 79px; }
  .filter-summary { align-items: flex-start; font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }













    /* =========================
           COMMON
        ========================= */

        .upai-container {
            max-width: 1490px;
            margin: auto;
            padding-left: 25px;
            padding-right: 25px;
        }

        .upai-label {
            display: flex;
            align-items: center;
            gap: 14px;
            color: #16458f;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 13px;
        }

        .upai-label::before {
            content: "";
            width: 50px;
            height: 2px;
            background: #f5bd24;
            display: block;
        }

        .upai-title {
            font-size: 45px;
            line-height: 1.02;
            font-weight: 800;
            color: #10203d;
            margin-bottom: 22px;
            letter-spacing: -2px;
        }

        .upai-title span {
            color: #fba00c;
            display: block;
        }

        .upai-text {
        color: #0f0f0f;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 15px;
		max-width: 760px;
        }

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

        .upai-about {
            position: relative;
            overflow: hidden;
            background: #fff;
            padding: 70px 0 65px;
        }

        .upai-about::after {
            content: "";
            position: absolute;
            width: 600px;
            height: 400px;
            right: -170px;
            top: 25px;
            background: #f1f7ff;
            border-radius: 50%;
            z-index: 0;
        }

        .upai-about .upai-container {
            position: relative;
            z-index: 2;
        }

        .upai-about-content {
            padding: 10px 15px 10px 5px;
        }

        /* Button */

        .upai-btn {
              display: inline-flex;
    align-items: center;
    gap: 22px;
    background: #0759ca;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 24px 11px 27px;
    border-radius: 9px;
    margin-top: 10px;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(7, 89, 202, .18);
        }

        .upai-btn i {
            font-size: 22px;
            transition: transform .3s ease;
        }

        .upai-btn:hover {
            color: #fff;
            background: #003f98;
            transform: translateY(-3px);
            box-shadow: 0 12px 25px rgba(7, 89, 202, .28);
        }

        .upai-btn:hover i {
            transform: translateX(5px);
        }

        /* Hero image */

        .upai-image-wrap {
            position: relative;
            padding: 5px 5px 5px 35px;
        }

        .upai-image-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            right: -20px;
            top: 20px;
            background: #f1f7ff;
            border-radius: 60px;
            z-index: 0;
        }

        .upai-main-image {
            position: relative;
            z-index: 2;
            width: 100%;
            min-height: 430px;
            object-fit: cover;
            border-radius: 25px;
            display: block;
        }

        /* =========================
           IMAGE INFO BADGES
        ========================= */

        .upai-info-list {
            position: absolute;
            z-index: 5;
            right: 30px;
            top: 45px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .upai-info {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 145px;
            padding: 10px 15px;
            border-radius: 12px;
            background: #fff;
            color: #263652;
            font-size: 13px;
            font-weight: 600;
            box-shadow: 0 7px 20px rgba(0, 0, 0, .12);
        }

        .upai-info i {
            font-size: 19px;
        }

        .upai-info.innovation i {
            color: #193c72;
        }

        .upai-info.collaboration {
            background: #0ca9b8;
            color: #fff;
        }

        .upai-info.growth {
            background: #744ce7;
            color: #fff;
        }

        .upai-info.global {
            background: #ffca2c;
            color: #182238;
        }

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

        .upai-join {
            position: relative;
            overflow: hidden;
            background: #f5f8fc;
            padding: 30px 0 70px;
        }

        .upai-join::before {
            content: "";
            position: absolute;
            width: 250px;
            height: 250px;
            left: -120px;
            bottom: -100px;
            background: rgba(33, 103, 214, .05);
            border-radius: 50%;
        }

        .upai-heading-center {
            text-align: center;
            margin-bottom: 28px;
        }

        .upai-heading-center .upai-label {
            justify-content: center;
            color: #ed711d;
        }

        .upai-heading-center .upai-label::before,
        .upai-heading-center .upai-label::after {
            content: "";
            width: 55px;
            height: 2px;
            background: #ed9d32;
            display: block;
        }

        .upai-heading-center .upai-label::after {
            margin-left: 0;
        }

        .upai-heading-center h2 {
            color: #101f3c;
            font-size: clamp(32px, 3vw, 44px);
            font-weight: 800;
            letter-spacing: -1px;
            margin: 0;
        }

        /* =========================
           JOIN CARDS
        ========================= */

        .upai-card {
    position: relative;
    height: 100%;
    min-height: 191px;
    overflow: hidden;
    background: #fff;
    border-radius: 18px;
    padding: 6px 25px 8px 114px;
    border: 1px solid #e8edf5;
    box-shadow: 0 5px 18px rgba(20, 52, 92, .04);
    transition: all .35s ease;
        }

        .upai-card::before {
            content: "";
            position: absolute;
            width: 155px;
            height: 155px;
            left: -70px;
            bottom: -95px;
            border-radius: 50%;
            transition: transform .5s ease;
        }

        .upai-card::after {
            content: "";
            position: absolute;
            width: 110px;
            height: 110px;
            right: -50px;
            top: -50px;
            border-radius: 50%;
            opacity: .55;
        }

        .upai-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 35px rgba(19, 61, 110, .13);
        }

        .upai-card:hover::before {
            transform: scale(1.25);
        }

        /* Icon */

        .upai-card-icon {
            position: absolute;
            left: 22px;
            top: 25px;
            width: 75px;
            height: 75px;
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 34px;
        }

        .upai-card h3 {
            position: relative;
            z-index: 2;
            color: #12213d;
            font-size: 19px;
            font-weight: 800;
            margin: 7px 0 12px;
        }

        .upai-card p {
           position: relative;
    z-index: 2;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 17px;
        }

        .upai-learn {
            position: relative;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #0958bb;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
        }

        .upai-learn i {
            font-size: 18px;
            transition: transform .3s ease;
        }

        .upai-learn:hover {
            color: #06428e;
        }

        .upai-learn:hover i {
            transform: translateX(5px);
        }

        /* Yellow Card */

        .upai-card-yellow {
            border-bottom: 4px solid #f6bb20;
        }

        .upai-card-yellow::before {
            background: rgba(247, 192, 40, .12);
        }

        .upai-card-yellow::after {
            background: rgba(247, 192, 40, .08);
        }

        .upai-card-yellow .upai-card-icon {
            color: #e99d00;
            background: #fff1b8;
        }

        /* Blue Card */

        .upai-card-blue {
            border-bottom: 4px solid #1d8ce0;
        }

        .upai-card-blue::before {
            background: rgba(51, 145, 231, .10);
        }

        .upai-card-blue::after {
            background: rgba(51, 145, 231, .08);
        }

        .upai-card-blue .upai-card-icon {
            color: #1465cb;
            background: #d9edff;
        }

        /* Purple Card */

        .upai-card-purple {
            border-bottom: 4px solid #7650e8;
        }

        .upai-card-purple::before {
            background: rgba(123, 77, 231, .09);
        }

        .upai-card-purple::after {
            background: rgba(123, 77, 231, .08);
        }

        .upai-card-purple .upai-card-icon {
            color: #6c43d9;
            background: #e8dcff;
        }

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

        @media (max-width: 1199px) {

            .upai-title {
                font-size: 46px;
            }

            .upai-main-image {
                min-height: 390px;
            }

            .upai-card {
                padding-left: 100px;
            }

            .upai-card-icon {
                width: 65px;
                height: 65px;
                font-size: 28px;
                left: 18px;
            }
        }

        @media (max-width: 991px) {

            .upai-about {
                padding: 55px 0;
            }

            .upai-about-content {
                padding: 0;
            }

            .upai-image-wrap {
                margin-top: 40px;
                padding: 0;
            }

            .upai-image-bg {
                right: -10px;
            }

            .upai-main-image {
                min-height: 400px;
            }

            .upai-info-list {
                right: 20px;
                top: 25px;
            }

            .upai-card {
                min-height: 220px;
            }
        }

        @media (max-width: 767px) {

            .upai-container {
                padding-left: 18px;
                padding-right: 18px;
            }

            .upai-about {
                padding: 45px 0;
            }

            .upai-label {
                font-size: 12px;
                letter-spacing: 1.5px;
            }

            .upai-label::before {
                width: 35px;
            }

            .upai-title {
                font-size: 38px;
                letter-spacing: -1.5px;
            }

            .upai-text {
                font-size: 14px;
            }

            .upai-main-image {
                min-height: 300px;
                border-radius: 18px;
            }

            .upai-image-bg {
                display: none;
            }

            .upai-info-list {
                right: 12px;
                top: 15px;
                gap: 7px;
            }

            .upai-info {
                min-width: 115px;
                padding: 7px 9px;
                font-size: 10px;
                border-radius: 8px;
            }

            .upai-info i {
                font-size: 14px;
            }

            .upai-join {
                padding: 40px 0 50px;
            }

            .upai-heading-center {
                margin-bottom: 25px;
            }

            .upai-heading-center h2 {
                font-size: 30px;
            }

            .upai-heading-center .upai-label::before,
            .upai-heading-center .upai-label::after {
                width: 30px;
            }

            .upai-card {
                min-height: auto;
                padding: 25px 22px 25px 105px;
            }
        }

        @media (max-width: 480px) {

            .upai-title {
                font-size: 34px;
            }

            .upai-main-image {
                min-height: 250px;
            }

            .upai-info-list {
                transform: scale(.82);
                transform-origin: top right;
            }

            .upai-card {
                padding-left: 22px;
                padding-top: 100px;
            }

            .upai-card-icon {
                left: 22px;
                top: 22px;
            }

            .upai-card h3 {
                font-size: 18px;
            }
        }









/* ==================================================
   ECOSYSTEM ENTITIES
================================================== */

.upai-entities {
    position: relative;
    overflow: hidden;
    padding: 72px 0 85px;
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(255,255,255,.95) 0,
            rgba(244,248,255,.75) 45%,
            rgba(239,245,253,.95) 100%
        );
}


/* ================================================
   BACKGROUND DECORATION
================================================ */

.upai-entities-circle {
    position: absolute;
    width: 300px;
    height: 300px;
    left: -150px;
    top: 55px;
    border-radius: 50%;
    border: 95px solid rgba(43,113,225,.055);
    pointer-events: none;
}

.upai-entities-dots {
    position: absolute;
    width: 125px;
    height: 90px;
    right: 65px;
    top: 85px;

    background-image: radial-gradient(
        #8ab8fa 2.8px,
        transparent 2.8px
    );

    background-size: 22px 22px;
    opacity: .55;
}


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

.upai-entities-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 39px;
}

.upai-section-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

    color: #246be0;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;

    margin-bottom: 17px;
}

.upai-section-label span {
    display: block;
    width: 80px;
    height: 2px;
    background: #f4ae17;
}

.upai-entities-heading h2 {
    margin: 0;

    color: #102650;
    font-size: 43px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2.5px;
}

.upai-entities-heading h2 strong {
    color: #216de2;
    font-weight: 800;
}

.upai-entities-heading p {
    margin: 18px auto 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}


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

.upai-entity-card {
position: relative;
    height: 100%;
    min-height: 264px;
    overflow: hidden;
    padding: 15px 32px 23px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid #dce8f7;
    border-radius: 17px;
    box-shadow: 0 8px 25px rgba(36, 82, 137, .055);
    transition: transform .35s ease, box-shadow .35s ease;
}


/* Card corner decoration */

.upai-entity-card::before {
    content: "";

    position: absolute;

    width: 155px;
    height: 155px;

    right: -70px;
    top: -75px;

    border-radius: 50%;

    opacity: .65;

    transition: transform .45s ease;
}

.upai-entity-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 18px 40px rgba(35,78,132,.14);
}

.upai-entity-card:hover::before {
    transform: scale(1.2);
}


/* Left colored border */

.upai-entity-card::after {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 7px;

    border-radius: 17px 0 0 17px;
}


/* ================================================
   CARD COLORS
================================================ */

/* Green */

.upai-green::after {
    background: #18a96d;
}

.upai-green::before {
    background: rgba(30,190,125,.09);
}


/* Blue */

.upai-blue::after {
    background: #2875ed;
}

.upai-blue::before {
    background: rgba(54,126,238,.09);
}


/* Purple */

.upai-purple::after {
    background: #7135dc;
}

.upai-purple::before {
    background: rgba(135,75,227,.10);
}


/* Orange */

.upai-orange::after {
    background: #ff9413;
}

.upai-orange::before {
    background: rgba(255,169,32,.10);
}


/* Cyan */

.upai-cyan::after {
    background: #139cb7;
}

.upai-cyan::before {
    background: rgba(27,171,195,.09);
}


/* Pink */

.upai-pink::after {
    background: #d92099;
}

.upai-pink::before {
    background: rgba(225,54,170,.09);
}


/* ================================================
   CARD TOP
================================================ */

.upai-card-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    gap: 25px;

    margin-bottom: 17px;
}


/* ================================================
   ENTITY ICON
================================================ */

.upai-entity-icon {
    position: relative;

    flex: 0 0 70px;

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 17px;

    color: #fff;

    font-size: 42px;

    box-shadow:
        0 8px 18px rgba(30,80,150,.13);
}


/* Individual icon backgrounds */

.upai-green .upai-entity-icon {
    background: linear-gradient(145deg,#1eb77b,#079d68);
}

.upai-blue .upai-entity-icon {
    background: linear-gradient(145deg,#378cf6,#1765db);
}

.upai-purple .upai-entity-icon {
    background: linear-gradient(145deg,#a44cec,#6b27d9);
}

.upai-orange .upai-entity-icon {
    background: linear-gradient(145deg,#ffac19,#ff8300);
}

.upai-cyan .upai-entity-icon {
    background: linear-gradient(145deg,#15aec6,#087f9b);
}

.upai-pink .upai-entity-icon {
    background: linear-gradient(145deg,#df36ad,#bd138e);
}


/* Small decorative icon */

.upai-small-icon {
    position: absolute;

    font-size: 24px;

    left: 22px;
    bottom: 17px;
}


/* ================================================
   ENTITY TITLE
================================================ */

.upai-entity-info {
    min-width: 0;
}

.upai-entity-info h3 {
    margin: 0 0 9px;

    color: #132b58;

    font-size: 22px;
    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;
}

.upai-location {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #617694;

    font-size: 15px;
    font-weight: 500;
}

.upai-location i {
    color: #2876e7;
    font-size: 17px;
}


/* ================================================
   DESCRIPTION
================================================ */

.upai-description {
 position: relative;
    z-index: 2;
    min-height: 73px;
    margin: 0 0 20px;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}


/* ================================================
   CARD BOTTOM
================================================ */

.upai-card-bottom {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;
}


/* ================================================
   TAGS
================================================ */

.upai-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;
}

.upai-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 43px;
    padding: 7px 18px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
}


/* Tag colors */

.upai-green .upai-tags span {
    color: #11956a;
    background: #e0f8ef;
}

.upai-blue .upai-tags span {
    color: #2368d7;
    background: #e2edff;
}

.upai-purple .upai-tags span {
    color: #713bd4;
    background: #eee5ff;
}

.upai-orange .upai-tags span {
    color: #e97d08;
    background: #fff0d4;
}

.upai-cyan .upai-tags span {
    color: #087e9e;
    background: #dff5f8;
}

.upai-pink .upai-tags span {
    color: #c51b8f;
    background: #fbe4f5;
}


/* ================================================
   ARROW BUTTON
================================================ */

.upai-arrow {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #fff;

    text-decoration: none;

    font-size: 22px;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* Arrow colors */

.upai-green .upai-arrow {
    background: linear-gradient(145deg,#287bea,#075cd3);
}

.upai-blue .upai-arrow {
    background: linear-gradient(145deg,#347ff0,#1660d5);
}

.upai-purple .upai-arrow {
    background: linear-gradient(145deg,#8545e8,#6820d1);
}

.upai-orange .upai-arrow {
    background: linear-gradient(145deg,#ff9b19,#f47400);
}

.upai-cyan .upai-arrow {
    background: linear-gradient(145deg,#17a9c3,#0786a5);
}

.upai-pink .upai-arrow {
    background: linear-gradient(145deg,#df38ae,#c41591);
}

.upai-arrow:hover {
    color: #fff;

    transform: translateX(4px) scale(1.08);

    box-shadow:
        0 7px 16px rgba(30,100,210,.25);
}


/* ================================================
   TABLET
================================================ */

@media (max-width: 1199px) {

    .upai-entity-card {
        padding: 22px 25px 22px;
    }

    .upai-card-top {
        gap: 18px;
    }

    .upai-entity-icon {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
        font-size: 35px;
    }

    .upai-entity-info h3 {
        font-size: 21px;
    }

    .upai-description {
        font-size: 15px;
    }

}


/* ================================================
   MOBILE
================================================ */

@media (max-width: 767px) {

    .upai-entities {
        padding: 50px 0 60px;
    }

    .upai-entities-dots {
        right: 10px;
        top: 50px;
        transform: scale(.65);
    }

    .upai-entities-circle {
        width: 190px;
        height: 190px;
        left: -110px;
        top: 80px;
        border-width: 60px;
    }

    .upai-section-label {
        gap: 10px;
        font-size: 13px;
    }

    .upai-section-label span {
        width: 35px;
    }

    .upai-entities-heading h2 {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

    .upai-entities-heading p {
        font-size: 15px;
        padding: 0 15px;
    }

    .upai-entities-heading {
        margin-bottom: 28px;
    }

    .upai-entity-card {
        min-height: 0;
        padding: 22px 22px 20px;
    }

    .upai-card-top {
        gap: 16px;
    }

    .upai-entity-icon {
        flex-basis: 72px;
        width: 72px;
        height: 72px;
        border-radius: 14px;
        font-size: 31px;
    }

    .upai-entity-info h3 {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .upai-location {
        font-size: 13px;
    }

    .upai-description {
        min-height: 0;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .upai-tags {
        gap: 7px;
    }

    .upai-tags span {
        min-height: 38px;
        padding: 6px 13px;
        font-size: 12px;
    }

    .upai-arrow {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 19px;
    }

}


/* ================================================
   SMALL MOBILE
================================================ */

@media (max-width: 480px) {

    .upai-entities-heading h2 {
        font-size: 31px;
    }

    .upai-entity-card {
        padding: 20px 18px;
    }

    .upai-card-top {
        align-items: flex-start;
    }

    .upai-entity-icon {
        flex-basis: 65px;
        width: 65px;
        height: 65px;
        font-size: 27px;
    }

    .upai-entity-info h3 {
        font-size: 17px;
    }

    .upai-location {
        font-size: 12px;
    }

    .upai-card-bottom {
        align-items: flex-end;
    }

}
