/* =========================================
   News Inside Page Specific Styles
   ========================================= */

.news-inside-section {
  background: #08121C;
  padding: 120px 120px;
  font-family: "Google Sans";
  color: #d6e4ea;
  overflow-x: clip;
}

/* ---- Inner container ---- */
.news-inside-section .news-inside-container {
  max-width: 1680px;
  margin: 0 auto;
  padding-inline: 120px;
}

@media (max-width: 1024px) {
  .news-inside-section .news-inside-container {
    padding-inline: 0px;
  }
}

/* ---- Featured image ---- */
.news-inside-section .news-inside-image-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .news-inside-section .news-inside-image-wrap {
    border-radius: 12px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .news-inside-section .news-inside-image-wrap {
    border-radius: 8px;
    margin-bottom: 28px;
  }
}

.news-inside-section .news-inside-featured-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ---- Article title ---- */
.news-inside-section .news-inside-title {
  font-size: 52px;
  font-weight: 700;
  font-family: "Google Sans";
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media (max-width: 1680px) {
  .news-inside-section .news-inside-title {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  .news-inside-section .news-inside-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .news-inside-section .news-inside-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .news-inside-section .news-inside-title {
    font-size: 24px;
  }
}

/* ---- Published date ---- */
.news-inside-section .news-inside-date {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #b8c9d1;
  margin-bottom: 32px;
  padding-left: 0;
  line-height: 1.6;
}

.news-inside-section .news-inside-date strong {
  color: #1A76DB;
  font-weight: 600;
}

@media (max-width: 767px) {
  .news-inside-section .news-inside-date {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* ---- WYSIWYG content ---- */
.news-inside-section .news-inside-content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #b8c9d1;
}

.news-inside-section .news-inside-content h2 {
  font-size: 28px;
  color: #ffffff;
  font-family: "Google Sans";
  margin-top: 48px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .news-inside-section .news-inside-content h2 {
    font-size: 22px;
    margin-top: 32px;
  }
}

.news-inside-section .news-inside-content h3 {
  font-size: 26px;
  color: #ffffff;
  font-family: "Google Sans";
  margin-top: 40px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}

.news-inside-section .news-inside-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 24px;
  background: #1A76DB;
}

@media (max-width: 767px) {
  .news-inside-section .news-inside-content h3::before {
    top: 3px;
  }
}

@media (max-width: 767px) {
  .news-inside-section .news-inside-content h3 {
    font-size: 20px;
    margin-top: 28px;
  }
}

.news-inside-section .news-inside-content h4 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Google Sans";
  margin-top: 28px;
  margin-bottom: 10px;
  padding-left: 18px;
}

@media (max-width: 767px) {
  .news-inside-section .news-inside-content h4 {
    font-size: 18px;
  }
}

.news-inside-section .news-inside-content p {
  font-size: 24px;
  line-height: 1.8;
  color: #b8c9d1;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1680px) {
  .news-inside-section .news-inside-content p {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .news-inside-section .news-inside-content p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .news-inside-section .news-inside-content p {
    font-size: 16px;
  }
}

.news-inside-section .news-inside-content strong {
  color: #ffffff;
  font-weight: 600;
}

.news-inside-section .news-inside-content em {
  font-style: italic;
  color: #b8c9d1;
}

.news-inside-section .news-inside-content a {
  color: #01CBCF;
  text-decoration: none;
}

.news-inside-section .news-inside-content a:hover {
  text-decoration: underline;
}

.news-inside-section .news-inside-content ul,
.news-inside-section .news-inside-content ol {
  padding-left: 32px;
  margin-bottom: 20px;
}

.news-inside-section .news-inside-content ul li,
.news-inside-section .news-inside-content ol li {
  margin-bottom: 10px;
  line-height: 1.7;
  font-family: "Roboto", sans-serif;
  color: #b8c9d1;
}

.news-inside-section .news-inside-content blockquote {
  border-left: 3px solid #1A76DB;
  padding: 12px 20px;
  margin: 28px 0;
  color: #d6e4ea;
  font-style: italic;
  background: rgba(26, 118, 219, 0.06);
  border-radius: 0 8px 8px 0;
}

.news-inside-section .news-inside-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 24px 0;
}

.news-inside-section .news-inside-content hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 40px 0;
}

/* ---- Responsive: outer section padding ---- */
@media (max-width: 1680px) {
  .news-inside-section {
    padding: 120px 120px 80px;
  }
}

@media (max-width: 1320px) {
  .news-inside-section {
    padding: 100px 100px 60px;
  }
}

@media (max-width: 1024px) {
  .news-inside-section {
    padding: 100px 40px 40px;
  }
}


/* =========================================
   Gallery Slider — Leadership Style
   ========================================= */

.news-gallery-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Google Sans";
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
  padding-left: 20px;
}

.news-gallery-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 32px;
  background: linear-gradient(180deg, #1A76DB, #01CBCF);
  border-radius: 4px;
}

@media (max-width: 767px) {
  .news-gallery-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
}

/* Wrap — overflow visible so side clips show */
.news-gallery-wrap {
  overflow: visible;
  padding-block: 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .news-gallery-wrap {
    padding-block: 30px;
  }
}

.news-gallery-track {
  width: 100%;
}

.news-gallery-track .slick-list {
  overflow: visible;
}

/* All slides */
.news-gallery-track .slick-slide {
  margin: 0 10px;
  outline: none;
}

/* Clip — same as leadership, NO overflow hidden here so glow shows */
.news-gallery-track .clip {
  border-radius: 12px;
  transition: box-shadow 600ms ease-in-out;
}

@media (max-width: 1024px) {
  .news-gallery-track .clip {
    width: 400px !important;
    height: 400px !important;
  }
}

@media (max-width: 768px) {
  .news-gallery-track .clip {
    width: 300px !important;
    height: 300px !important;
  }
}

@media (max-width: 600px) {
  .news-gallery-track .clip {
    width: 250px !important;
    height: 250px !important;
  }
}

/* All images — dimmed & scaled down */
.news-gallery-track .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  transform: scale(0.8);
  opacity: 0.8;
  transition: transform 600ms ease-in-out, opacity 600ms ease-in-out;
  will-change: transform, opacity;
}

/* Center active image — full scale */
.news-gallery-track .slick-slide img.is-center {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0px 0px 30px 0px rgba(0, 210, 255, 0.5);
}

/* Glow on the clip div (outer) so it's NOT clipped — exact leadership style */
.news-gallery-track .slick-center .clip {
  box-shadow: 0px 0px 30px 0px rgba(0, 210, 255, 0.5);
}