@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/****************************************************************************
  Custom Styles
***************************************************************************/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

li.nav-item.active a {
  color: #fed136 !important;
}

section li {
  margin: 20px;
}

.single-page-section {
  padding: 0;
}

.timeline > li:last-child {
  min-height: 130px !important;
}

.portfolio-section .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

.portfolio-section
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

.portfolio-section
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  i {
  margin-top: -12px;
}

.portfolio-section
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  h3,
.portfolio-section
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  h4 {
  margin: 0;
}

.portfolio-section .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

.portfolio-section .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

.portfolio-section .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-section .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

.portfolio-section .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

.portfolio-section * {
  z-index: 2;
}

.site-main form textarea.form-control {
  height: 145px !important;
}

form button#sendMessageButton {
  margin-top: 35px;
}

h2.section-heading {
  margin-top: 50px;
}

footer .quicklinks a {
  color: #fed136;
  
}
.timeline-body p {
  color: #6c757d;
}
.fa-stack {
  width: 2em;
  transition: 0.3s;
}
.fa-stack:hover {
  transform: scale(1.1);
}
.fa-stack .fa-inverse {
  font-size: 0.9em;
}
footer .quicklinks a:hover {
  text-decoration: underline !important;
}
footer .quicklinks a:hover {
  text-decoration: none;
  color: #fed136;
}
.team-member img {
  border: 7px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.team-member img:hover {
  transform: scale(1.1);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover img {
  width: 100% !important;
}
#portfolio {
  padding: 0;
}
.error.help-block {
  position: absolute;
  color: #dc3545;
  font-weight: 600;
}
.highed p {
  color: #6c757d !important;
}

.content #mainNav {
  background-color: transparent;
}
.content nav.fixed-top + section {
  padding-top: 150px;
  min-height: calc(100vh - 110px);
}
.timeline-image {
  transition: 0.3s;
}
.timeline-image:hover {
  transform: scale(1.1);
}
.timeline-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  font-weight: 700;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
.btn-white {
  background-color: #fff;
  color: #000;
}

.landing-btn-container {
  display: flex;
  justify-content: start;
  gap: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 1200px) {
  #portfolio .portfolio-item .portfolio-link {
    max-height: 263px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #portfolio .portfolio-item .portfolio-link {
    max-height: 217px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  #portfolio .portfolio-item .portfolio-link {
    max-height: 157px;
    overflow: hidden;
  }
  section,
  .portfolio {
    padding: 65px 0;
  }
  .timeline > li .timeline-image {
    width: 130px;
    height: 130px;
    margin-left: -65px;
  }
}
@media (min-width: 767px) {
  .portfolio-section .portfolio-item {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .timeline > li .timeline-image {
    border-width: 4px;
    width: 100px;
    height: 100px;
  }
  .timeline:before {
    left: 54px;
  }
  .timeline > li .timeline-panel,
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 0 0 110px;
  }
  .error.help-block {
    font-size: 15px;
  }
}
@media (min-width: 565px) {
  #portfolio .portfolio-item .portfolio-link {
    max-height: 180px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  section,
  .portfolio {
    padding: 50px 0;
  }
  section h3.section-subheading {
    margin-bottom: 40px;
  }
  .content nav.fixed-top + section {
    padding-top: 100px;
  }
  .timeline-image p {
    font-size: 14px;
    line-height: 17px;
  }
}
.content section {
  min-height: calc(100vh - 110px);
}

.frame-space-before-extra-small {
  margin-top: 0.5em;
}
.frame-space-before-small {
  margin-top: 1em;
}
.frame-space-before-medium {
  margin-top: 2em;
}
.frame-space-before-large {
  margin-top: 3em;
}
.frame-space-before-extra-large {
  margin-top: 4em;
}
.frame-space-after-extra-small {
  margin-bottom: 0.5em;
}
.frame-space-after-small {
  margin-bottom: 1em;
}
.frame-space-after-medium {
  margin-bottom: 2em;
}
.frame-space-after-large {
  margin-bottom: 3em;
}
.frame-space-after-extra-large {
  margin-bottom: 4em;
}

.site-main {
  padding-top: 65px;
}

/* cms page css */

.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td,
.ce-table th {
  vertical-align: top;
}

hr {
  border-top: solid 1px #fff;
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-center .ce-outer {
  float: right;
  position: relative;
  right: 50%;
}

.ce-center .ce-inner {
  float: right;
  position: relative;
  right: -50%;
}

.ce-gallery figure {
  display: table;
  margin: auto;
}

.ce-gallery figcaption {
  caption-side: bottom;
  display: table-caption;
  hyphens: manual;
  word-break: break-all;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000;
  padding: 0;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery,
.ce-below .ce-gallery {
  margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-top: 3px;
}

.ce-intext.ce-left .ce-gallery {
  margin-top: 3px;
}

.ce-intext.ce-right .ce-bodytext h5,
.ce-intext.ce-left .ce-bodytext h5 {
  margin-top: 4px;
}

.ce-above .ce-gallery {
  margin-top: 0;
}

.ce-below.ce-right .ce-gallery,
.ce-below.ce-left .ce-gallery,
.ce-below.ce-center .ce-gallery {
  margin-bottom: 0;
  margin-top: 0;
}

.ce-column {
  margin-bottom: 15px;
  margin-right: 15px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  overflow: auto;
  padding-left: 40px;
}

.ce-intext.ce-left ul {
  padding-left: 0;
}

.ce-uploads img {
  margin-top: 5px;
}

.ce-uploads span {
  display: block;
}

.float-left img {
  margin-right: 20px;
}

.float-right img {
  margin-left: 20px;
}

.frame .ce-textpic {
  padding-bottom: 20px;
}

.frame .ce-textpic img {
  margin-bottom: 10px;
}

.frame .ce-textpic.ce-left {
  padding-bottom: 0;
}

.frame .ce-textpic.ce-left .ce-gallery img {
  margin-bottom: 0;
}

.button-group {
  margin: 20px auto;
}

.cc-window {
  flex-wrap: wrap;
}

.cc-message {
  margin-bottom: 10px;
}

.ce-right .ce-gallery,
.ce-left .ce-gallery {
  float: none;
  margin: 0 auto;
}

.ce-column {
  float: none;
}

.ce-image img {
  margin-bottom: 10px;
}

.video-section .ce-textpic {
  padding-bottom: 0;
}

.frame-space-after-extra-large {
  margin-bottom: 70px;
}

.frame-space-before-extra-large {
  margin-top: 70px;
}

.frame-space-after-large {
  margin-bottom: 50px;
}

.frame-space-before-large {
  margin-top: 50px;
}

.frame-space-after-medium {
  margin-bottom: 30px;
}

.frame-space-before-medium {
  margin-top: 30px;
}

.frame-space-after-small {
  margin-bottom: 20px;
}

.frame-space-before-small {
  margin-top: 20px;
}

.frame-space-after-extra-small {
  margin-bottom: 12px;
}

.frame-space-before-extra-small {
  margin-top: 12px;
}

header.masthead .intro-text .intro-lead-in {
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  header.masthead .intro-text .intro-lead-in {
    line-height: 50px;
  }

  .frame-space-after-extra-large {
    margin-bottom: 130px;
  }

  .frame-space-before-extra-large {
    margin-top: 130px;
  }

  .frame-space-after-large {
    margin-bottom: 80px;
  }

  .frame-space-before-large {
    margin-top: 80px;
  }

  .frame-space-after-medium {
    margin-bottom: 50px;
  }

  .frame-space-before-medium {
    margin-top: 50px;
  }

  .frame-space-after-small {
    margin-bottom: 40px;
  }

  .frame-space-before-small {
    margin-top: 40px;
  }

  .frame-space-after-extra-small {
    margin-bottom: 25px;
  }

  .frame-space-before-extra-small {
    margin-top: 25px;
  }

  .ce-left .ce-gallery,
  .ce-column {
    float: left;
  }

  .ce-right .ce-gallery {
    float: right;
  }

  .ce-intext.ce-right .ce-gallery {
    margin-left: 50px;
  }

  .ce-intext.ce-left .ce-gallery {
    margin-right: 50px;
  }
}

#contact {
  margin-top: -80px;
}

#ns_basetheme_back_to_top {
  height: 40px;
  width: 40px;
  z-index: 1 !important;
  border-radius: 50%;
  box-shadow: 1px 2px 2px 0px;
  font-size: 25px;
  padding-top: 5px;
}

.angency-logo {
  width: 120px;
  height: 40px;
}

.outline-text {
  color: transparent;
  font-size: 52px;
  font-weight: 900;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px white; /* Creates white outline */
  letter-spacing: 2px;
}

.about-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

.motto-text {
  text-transform: none !important;
  font-size: 20px;
  font-weight: bolder;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
}

.about-heading {
  font-size: 24px;
  font-weight: 900;
}

.about-subheading {
  font-size: 18px;
  font-weight: 500;
}

.stakeholders {
  padding: 80px 0;
}

.stakeholders-heading {
  margin-bottom: 20px;
}

.stakeholders-description {
  max-width: 600px;
  margin: 0 auto 50px;
}

.partners-grid {
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.partner-item img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.partner-item:hover img {
  opacity: 0.8;
}

#contact {
  background-image: url("/rca_website/fileadmin/ns_theme_agency/map-image.png");
  color: #fff;
}

#contact > * {
  font-family: "Poppins", sans-serif !important;
}

#contact a {
  color: #fff9f9 !important;
  text-decoration: none !important;
}

.text-white {
  color: #fff !important;
}

.about-section {
  padding: 80px 0;
  font-family: "Montserrat", sans-serif;
}

.about-wrapper {
  display: flex;
  gap: 100px;
  align-items: center;
}

/* Images styling */
.about-images {
  flex: 1;
}

.image-stack {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
}

.image-main {
  width: 100%;
  max-width: 500px;
  max-height: 600px;
  height: auto;
  border-radius: 8px;
}

.image-overlay {
  position: absolute;
  width: 60%;
  right: -50px;
  max-width: 300px;
  max-height: 500px;
  top: 100px;
  border-radius: 8px;
  border: 8px solid #fff;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

/* Content styling */
.about-content {
  flex: 1;
}

.section-label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.content-text {
  color: #666;
  margin-bottom: 32px;
}

.content-text p {
  margin-bottom: 16px;
}

.btn-continue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #1a1a3c;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  transition: scale 0.3s ease;
}

.btn-continue:hover {
  background-color: #2a2a4c;
  color: white;
  text-decoration: none;
  scale: 1.05;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .image-overlay {
    display: none;
  }

  .section-title {
    font-size: 28px;
  }
}

.innovation-hub {
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
}

.hub-wrapper {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}

.hub-content {
  flex: 1;
  max-width: 550px;
}

.hub-slider {
  flex: 1;
  position: relative;
}

.section-label {
  display: block;
  color: #4a90e2;
  font-weight: 600;
  margin-bottom: 16px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

.content-text {
  color: #666;
  margin-bottom: 30px;
}

.content-text p {
  margin-bottom: 16px;
}

.hub-slider {
  flex: 1;
  position: relative;
  width: 600px;
  height: 400px;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation button styles */
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  z-index: 10;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

/* Ensure buttons are clickable */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

/* Pagination styles */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  z-index: 10;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Tablet Responsive */
@media (max-width: 992px) {
  .innovation-hub {
    background: linear-gradient(to bottom, #fff 60%, #000b42 40%);
    padding: 60px 0;
  }

  .hub-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .hub-content {
    max-width: 100%;
    text-align: center;
  }

  .section-title {
    font-size: 32px;
  }

  .hub-slider {
    width: 100%;
    max-width: 600px;
    height: 350px;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .innovation-hub {
    padding: 40px 0;
  }

  .hub-wrapper {
    gap: 30px;
  }

  .section-label {
    margin-bottom: 12px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .content-text {
    margin-bottom: 24px;
  }

  .hub-slider {
    height: 300px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px !important;
  }
}

.admission-timeline {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.timeline-header {
  text-align: center;
  margin-bottom: 60px;
}

.timeline-header h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.timeline-container {
  position: relative;
  padding: 20px 0;
}

/* Vertical line */
.timeline-container::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Timeline items */
.timeline-item {
  position: relative;
  margin: 100px 0;
  width: 50%;
}

.timeline-item.left {
  left: 0;
  padding-right: 50px;
}

.timeline-item.right {
  left: 50%;
  padding-left: 50px;
}

/* Content styling */
.timeline-content {
  padding: 20px;
  position: relative;
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.timeline-content p {
  color: #666;
  line-height: 1.6;
}

/* Arrows */
.timeline-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
}

.timeline-arrow.right {
  left: 0;
}

.timeline-arrow.left {
  right: 0;
}

/* Start and end points */
.timeline-start,
.timeline-end {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px 15px;
  font-weight: bold;
  z-index: 1;
}

.timeline-start {
  top: 0;
}

.timeline-end {
  bottom: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .timeline-container::after {
    left: 31px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
    padding-right: 0;
  }

  .timeline-arrow {
    left: 31px !important;
    width: 40px;
  }

  .timeline-start,
  .timeline-end {
    left: 31px;
    transform: none;
  }
}

/* Main container */
.core-study {
  padding: 120px 0;
  background-color: #f8f9fa;
  position: relative;
  overflow: hidden;
}

/* Optional gradient overlay */
.core-study::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  z-index: 0;
}

/* Layout container */
.core-study__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 150px;
  display: flex;
  gap: 80px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

/* Content section */

/* Common styles */
/* Numbers Section */
.numbers {
  padding: 24px 0; /* Reduced by 40% from 40px */
  background-color: #0f172a;
  color: white;
  position: relative;
  overflow: hidden;
  max-height: 70vh !important;
}

.numbers__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}

.numbers__subtitle {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 9px; /* Reduced by 40% from 15px */
}

.numbers__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px; /* Reduced by 40% from 40px */
  line-height: 1.2;
}

.numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px; /* Reduced by 40% from 20px */
  text-align: center;
}

.number-card__value {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0px;
  background: linear-gradient(45deg, #fff, #e0e7ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.number-card__label {
  font-size: 16px;
  color: #e0e7ff;
}

/* News Section */
.news {
  padding: 80px 0;
}

.news__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}

.news__subtitle {
  color: #333;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.news__title {
  color: #0f172a;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}

.news__description {
  text-align: center;
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 1.6;
}

.news__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.article-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.article-card__image {
  width: 100%;
  /* max-height: 250px; */
  object-fit: cover;
}

.article-card--small .article-card__image {
  max-width: 300px;
}

.article-card--small {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.news__side-articles {
  display: grid;
  grid-template-rows: 200px 200px 200px;
  gap: 14px;
}

.article-card__content {
  padding: 20px;
}

.article-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f172a;
}

.article-card__text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.news__button {
  background: #0f172a;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}

.news__button:hover {
  background: #1e293b;
  color: white;
  text-decoration: none;
}

.arrow-icon {
  font-size: 18px;
}

@media (max-width: 768px) {
  .news__grid {
    grid-template-columns: 1fr;
  }

  .news__container {
    padding: 0 20px;
  }
}

.image-600x400 {
  width: 600px;
  height: 400px;
  object-fit: cover;
}

.subscribe-section__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.subscribe-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscribe-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.subscribe-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}

.subscribe-section__content {
  max-width: 400px;
}

.subscribe-section__label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.subscribe-section__title {
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  line-height: 1.2;
}

.subscribe-section__description {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.subscribe-section__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
}

.subscribe-section__input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.subscribe-section__input:focus {
  outline: none;
  border-color: #0f172a;
}

.subscribe-section__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f172a;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
}

.subscribe-section__button:hover {
  background: #1e293b;
}

.subscribe-section__media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.subscribe-section__images {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.subscribe-section__image-main {
  width: 100%;
  max-width: 500px;
  height: 400px !important;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.subscribe-section__image-overlay {
  position: absolute;
  width: 50%;
  left: -50px;
  max-width: 300px;
  height: 200px !important;
  top: 100px;
  border-radius: 8px;
  border: 8px solid #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

@media (max-width: 992px) {
  .subscribe-section__media {
    min-height: 400px;
  }

  .subscribe-section__image-main {
    max-height: 400px;
  }

  .subscribe-section__image-overlay {
    max-height: 300px;
  }
}

@media (max-width: 768px) {
  .subscribe-section__container {
    grid-template-columns: 1fr;
  }

  .subscribe-section__content {
    max-width: 100%;
  }

  .subscribe-section__media {
    display: none;
  }
}

.file-list-component {
  padding: 40px 0;
}

.file-list-component .file-icon {
  margin-right: 10px;
}

.file-list-component .table td {
  vertical-align: middle;
}

.file-list-component .fa-file-pdf {
  color: #dc3545;
}


