   body { font-family: "Tajawal", sans-serif; }

    .top-nav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 99999;
    }

    .top-nav .nav-link {
      color: #fff !important;
      font-weight: 600;
      white-space: nowrap;
      opacity: 0.95;
    }
    .top-nav .nav-link:hover { opacity: 0.8; }

    .top-nav .navbar-brand img {
        width: 100px;
        display: block;
    }
    ul.navbar-nav.flex-lg-row {
    width: 50%;
    justify-content: space-around;
    border-bottom: 1px solid #fff;
        padding-bottom: 0;
    padding-top: 25px;
}

    @media (min-width: 992px) {
      .brand-center-lg {
        position: absolute;
        left: 50%;       
        right: auto;     
        transform: translateX(-50%);
        z-index: 5;
        margin: 0;
      }
      .d-lg-flex.menus-padding-lg {
          gap: 200px;
      }
      .menus-padding-lg {
        padding-left: 0px;
        padding-right: 0px;
      }
    }

    @media (max-width: 991.98px) {
      .top-nav .navbar-nav { gap: 0 !important; }
    }


    .vds-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-family: "Tajawal", sans-serif;
}

/* Slide */
.vds-slide {
  position: relative;
  height: 100vh;
}

.vds-slide video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.vds-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #03035A 2%,
    #03035A50 20%,
    #03035A00
  );
  z-index: 1;
}
.vds-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #03035AAF ,
    #03035A00
  );
  z-index: 1;
}

/* Content */
.vds-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.vds-box {
  border-radius: 18px;
      max-width: 700px;
    min-width: 700px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    z-index: 9;
}

.vds-box h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-align: justify;
}

.vds-box p {
    font-size: 2rem;
    opacity: 1;
    width: 250px;
    margin-right: auto;
    margin-top: 25px;
    font-weight: 300;
    text-align: left;
}

/* Slick arrows fix */
.vds-section .slick-prev,
.vds-section .slick-next {
  z-index: 5;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.vds-section .slick-prev:before,
.vds-section .slick-next:before {
  font-size: 44px;
  color: #fff;
}

.vds-section .slick-next{
  right: 0;
}
.vds-section .slick-prev{
  left: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .vds-box {
    padding: 30px 24px;
  }
  .vds-box h2 {
    font-size: 1.4rem;
  }
}

.vds-section ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
}

.vds-section ul.slick-dots button {
    background: #FFFFFF3E;
    border: 1px solid #fff;
    width: 35px;
    padding: 0;
    font-size: 0;
    height: 6px;
    border-radius: 50px;
}
.vds-section ul.slick-dots li.slick-active button{
  background: #FFFFFF;
  width: 63px;
}


.vds-arrow {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.vds-arrow-line {
    width: 1px;
    height: 50vh;
    background: #fff;
    position: relative;
}
.vds-arrow-line::before{
  content: '';
  width: 8px;
  height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: -3px;
}
.vds-arrow-line::after{
  content: '';
  width: 8px;
  height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    left: -3px;
}
*{
  margin:0;
}
.vision-hover-video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  font-family: "Tajawal", sans-serif;
  color: #fff;
  background : #fff;
   display: flex;
    align-items: center;
    justify-content: center;
}

/* Background videos */
.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.bg-video.active {
  opacity: 1;
}

/* Overlay */
.vision-hover-video .overlay {
  position: absolute;
  inset: 0;
  background: none;
  z-index: 1;
}
.vision-hover-video .overlay.active{
      background: rgb(3 3 90 / 44%);
}
/* Content */
.vision-hover-video .content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}

.vision-hover-video .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}

/* Boxes */
.vision-hover-video .boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  min-height: 500px;
}
.vision-hover-video .boxes .box:first-child {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.vision-hover-video .boxes .box:last-child {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.vision-hover-video .box {
  background: #555795;
  backdrop-filter: blur(2px);
  border-radius: 0px;
  padding: 28px 22px;
  height: 450px;
  border:1px solid #fff;
  transition:
    height 0.4s ease,
    transform 0.4s ease,
    background 0.4s ease,
    opacity 0.4s ease;
  cursor: pointer;
      text-align: left;
}

.vision-hover-video .box .icon {
  font-size: 34px;
  margin-bottom: 14px;
}

.vision-hover-video .box h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 63px;
}

.vision-hover-video .box p {
  font-size: 18px;
  opacity: 0.9;
}
.vision-hover-video .box h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    min-height: 63px;
}
.vision-hover-video .box .icon img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}

/* Hover / Active */
.vision-hover-video .box:hover,
.vision-hover-video .box.active {
  height: 500px;
  transform: translateY(0px);
  background: rgba(85, 87, 149, 0.2);
}

.vision-hover-video .boxes.active .box {
  background: #FFFFFF2B;
}

/* Dim others */
.vision-hover-video .boxes:hover .box:not(:hover) {
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 992px) {
  .vision-hover-video .boxes {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .vision-hover-video .boxes {
    grid-template-columns: 1fr;
  }
}
.vision-hover-video::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg-vision-hover-video.svg');
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
h2.title{
  color: #A8519A;
  font-size: 3rem;
  font-weight: bold;
}
h2.title.active{
  color: #fff;
}
@media (min-width: 1600px) {
  .vision-hover-video .content {
    padding: 0 100px;
  }
}

 .hero {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      color: #fff;
    }

   
  .hero .bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transform: scale(1.06);
      will-change: opacity, transform;
    }
   .hero  .bg.active { opacity: 1; transform: scale(1); }

    .hero::after {
      
      position: absolute;
      inset: 0;
      background: linear-gradient(270deg, rgba(0,0,0,.62), rgba(0,0,0,.20));
      z-index: 1;
    }

   .hero .card-stack {
      position: absolute;
      top: 50%;
      right: 6%;
      transform: translateY(-50%);
      width: 560px;
      height: 460px; 
      z-index: 2;
    }

   .hero .card {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      padding: 2.2rem 2.2rem 2rem;
      border-radius: 18px;
      background: rgba(0,0,0,.75);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-shadow: 0 25px 60px rgba(0,0,0,.45);
      will-change: transform, opacity, height;
      overflow: hidden;
    }

   .hero .card { height: 360px; }
    @media (min-width: 992px) {
     .hero  .card { height: 330px; }    
    }

.hero .card h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0px 0px 0.75rem;
    color: #E6DFCF;
    text-align: center;
    margin-bottom: 40px;
}
   .hero  .card h3 { font-size: 1.8rem; font-weight: 700; opacity: .95;color: #fff; text-align: center;margin-bottom: 20px;}
   .hero  .card p  { font-size: 1.1rem; line-height: 1.85; opacity: 1; margin: 0;color: #fff; }

   .hero  .card a {
      display: inline-block;
      margin-top: 1.6rem;
      padding: .55rem 1.6rem;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,1);
      color: #fff;
      text-decoration: none;
      max-width: 160px;
    text-align: center;
    background: #27BDBE40;
    }

    
    .hero .hero-nav {
      position: absolute;
      bottom: 50px;
      right: 10%;
      transform: translateX(-10%);
      display: flex;
      gap: 1rem;
      align-items: center;
      z-index: 3;
      user-select: none;
    }

    .hero .nav-btn {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 0;
    }
    .hero #prev.nav-btn{
      background: url('../img/arrow-left.svg');
      background-size: 100%;
    }
    .hero #next.nav-btn{
      background: url('../img/arrow-right.svg');
      background-size: 100%;
    }

  .hero .counter { font-size: 23px; opacity: 1; color: #fff; }

  .bgcard {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
}
.card.active .bgcard{
  display: none;
}

    @media (max-width: 991.98px) {
      .hero .card-stack {
        right: 50%;
        transform: translate(50%, -50%);
        width: min(92vw, 580px);
        height: 470px;
      }
    }

    
 /* ================= SECTION ================= */
.publications-section{
  padding:80px 0;
  background:#fff;
  position:relative;
  overflow:hidden;
}

/* ================= TABS ================= */
.pub-tabs h4{
  font-weight:700;
  margin-bottom:30px;
      color: #A8519A;
    font-size: 3rem;
    border-bottom: 1px solid #55579672;
    padding-bottom: 20px;
}
.pub-tabs ul{
  list-style:none;
  padding:0;
}
.pub-tabs li{
  padding:14px 22px;
  border-radius:20px;
  margin-bottom:14px;
  cursor:pointer;
  /* background:#f0f0f0; */
  color: #03035A;
}
.pub-tabs li.active{
  background:#e3f4f3;
  font-weight:700;
}

/* ================= SLIDER ================= */
.book-wrapper{
  position:relative;
  height:70vh;
}

.tab-panel{
  position:relative;
  height:100%;
  display:none;
}
.tab-panel.active{
  display:block;
}

.book-group{
  position:absolute;
  top:50%;
  left:50%;
  width:370px;
  height:480px;
}

.book-cover{
  position:absolute;
  inset:0;
  border-radius:0px;
  background-size:cover;
  background-position:center;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  transition-duration: 0.5s;
}

/* ACTIVE STACK */
.book-group.active .book-cover:nth-child(1){
  transform:translateX(0);
  z-index:3;
}
.book-group.active .book-cover:nth-child(2){
  transform:translateX(50px) scale(0.9);
  opacity:.9;
  z-index:2;
}
.book-group.active .book-cover:nth-child(3){
  transform:translateX(-50px) scale(0.9);
  opacity:.85;
  z-index:1;
}

/* INACTIVE SINGLE */
.book-group:not(.active) .book-cover:not(:first-child){
  display:none;
}

/* ================= ARROWS ================= */
.nav-arrow{
  position:absolute;
  left:0%;
  transform:translateX(-0%);
  width:60px;
  height:60px;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
  z-index:20;
  padding: 0;
  border: none;
}
.nav-arrow.up{ top:-20px; }
.nav-arrow.down{ bottom:-20px; }

/* ================= DETAILS ================= */
.book-details h4 {
    font-weight: 600;
    color: #03035A;
    font-size:22px;
}
.book-details p {
    font-weight: 400;
    color: #03035A;
    font-size:22px;
}
.publications-section .counter {
    margin-top: 40px;
    font-weight: 400;
    color: #03035A;
}
.publications-section .counter span#current {
    font-size: 24px;
}
.nav-arrow img {
    width: 100%;
}
.book-details .d-flex {
    gap: 10px;
}
.book-details a {
    padding: 10px 30px;
    border: 1px solid #615BA2;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    gap: 5px;
    color: #615BA2;
    transition-duration: 0.3s;
}
.book-details a:hover {
    background: #27BDBE24;
    border: 1px solid #27BDBE;
}

.publications-section::before {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, #ffffff, transparent);
    top: 0;
    z-index: 10;
}
.publications-section::after {
    content: "";
    height: 221px;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #ffffff, transparent);
    bottom: 0;
    z-index: 10;
}


/* Base */
.latest-news {
  padding: 100px 0 !important;
}

/* Header */
.news-title {
  font-weight: 700;
  color: #9b4a9c;
}

.news-link {
  color: #6b6b8c;
  text-decoration: none;
  font-weight: 500;
}

/* Cards */
.news-card,
.news-feature {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.news-card img,
.news-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card {
  height: 240px;
}

.news-card-lg {
  height: 320px;
}

/* Overlay (left cards) */
.news-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.65),
    rgba(0,0,0,0)
  );
  color: #fff;
}

.news-overlay h4,
.news-overlay h5 {
  margin: 0;
  font-weight: 600;
}

/* Date */
.news-date {
  font-size: 13px;
  opacity: .85;
  margin-bottom: 6px;
}

.news-date i {
  margin-left: 6px;
}

/* Right Feature Card */
.news-feature {
  height: 100%;
}

.feature-overlay {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,0)
  );
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: all .45s ease;
}

.news-feature:hover .feature-overlay {
  opacity: 1;
  transform: translateY(0);
}

.feature-overlay h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-overlay p {
  font-size: 14px;
  line-height: 1.7;
  opacity: .9;
  margin-bottom: 16px;
}

/* Base */
.latest-news {
  padding: 100px 0 !important;
}

/* Header */
.news-title {
  font-weight: 700;
  color: #9b4a9c;
}

.news-link {
    color: #6b6b8c;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    gap: 12px;
}

/* Cards */
.news-card,
.news-feature {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.news-card img,
.news-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card {
  height: 240px;
}

.news-card-lg {
  height: 320px;
}

/* Overlay (left cards) */
.news-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.65),
    rgba(0,0,0,0)
  );
  color: #fff;
}

.news-overlay h4,
.news-overlay h5 {
  margin: 0;
  font-weight: 600;
}

/* Date */
.news-date {
    font-size: 13px;
    opacity: .85;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-date i {
  margin-left: 6px;
}

/* Right Feature Card */
.news-feature {
  height: 100%;
}

.feature-overlay {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,0)
  );
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: all .45s ease;
}

.news-feature:hover .feature-overlay {
  opacity: 1;
  transform: translateY(0);
}

.feature-overlay h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-overlay p {
  font-size: 14px;
  line-height: 1.7;
  opacity: .9;
  margin-bottom: 16px;
}

.feature-overlay a.btn {
    max-width: 200px;
}
.box-overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
    transition-duration: 0.3s;
}
.box-overlay p{
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.box-overlay a.btn{
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
      background: #27BDBE4D;
}
.box-overlay a.btn:hover{
 background:  #27bdbe;
 color: #fff;
}
.news-feature:hover .box-overlay{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 20px;
}
.news-feature:hover .box-overlay p{
  opacity: 1;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
}
.news-feature:hover .box-overlay a.btn{
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.news-card:hover .box-overlay{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 20px;
}
.news-card:hover .box-overlay p{
  opacity: 1;
  height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
}
.news-card:hover .box-overlay a.btn{
  opacity: 1;
  height: auto;
  overflow: hidden;
}
.news-date img {
    width: 17px;
}

.oman-footer {
  background: #000000;
  font-family: 'Tajawal', sans-serif;
}

.stat-card {
  background: #55579560;
  border-radius: 18px;
  padding: 24px 16px;
  height: 100%;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stat-card i {
  font-size: 28px;
}

.stat-card p {
  margin-bottom: 5px;
}

.stat-card h3 {
  font-weight: 700;
}

.stat-wide {
  background: #55579560;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
}

.progress {
  height: 10px;
  background: #1C1C1C;
  border-radius: 20px;
  width: 100%;
  border: 1px solid #fff;
}
.progress .progress-bar{
      border-radius: 50px;
}

.progress-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.progress-item span {
  width: 40px;
  text-align: end;
      font-size: 22px;
}

.bg-purple { background:#7d7ad8; }
.bg-teal { background:#3dd6c6; }
.bg-pink { background:#d36ab3; }

.footer-list li {
  margin-bottom: 6px;
}

.footer-logo {
  font-size: 22px;
  font-weight: 700;
}

.footer-logo span {
  font-size: 14px;
  font-weight: 400;
  
}

.social-icons i {
  font-size: 20px;
  margin-left: 12px;
  cursor: pointer;
}

.oman-footer h6 {
  font-weight: 700;
  margin-bottom: 12px;
}

.oman-footer ul {
  list-style: none;
  padding: 0;
}

.oman-footer ul li {
  margin-bottom: 6px;
  opacity: .85;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 12px 0;
}
.progress-item span.label {
    width: 250px;
    text-align: left;
}
.stat-wide .col-lg-3.border-end {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.stat-wide .col-lg-3.border-end h3{
  font-weight: bold;
  font-size: 40px;
}
.dropdown-item{
  text-align: left;
}

/* Mega dropdown base */
.mega-dropdown {
  position: static;
}

.mega-menu {
  width: 100%;
  border-radius: 0 0 20px 20px;
  background: #111428;
  border: none;
  margin-top: 0;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
}

.mega-menu ul li {
  margin-bottom: 8px;
}

.mega-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  opacity: 0.85;
}

.mega-menu ul li a:hover {
  opacity: 1;
}

.mega-title {
  color: #7d7ad8;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 18px;
}

/* Optional: smoother open */
.dropdown-menu {
  animation: fadeUp .25s ease;
}
nav.top-nav.active li a.nav-link {
    opacity: 0.4;
}
nav.top-nav.active li a.nav-link.dropdown-toggle.show {
    border-bottom: 2px solid #fff;
    opacity: 1;
}
nav.top-nav.active ul.navbar-nav.flex-lg-row{
  border-color: rgba(255,255,255,.5);
}
.vision-hover-video .box a {
    display: inline-block;
    margin-top: 0.5rem;
    padding: .55rem 1.6rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    text-decoration: none;
    max-width: 160px;
    text-align: center;
    background: #27BDBE40;
    display: none;
}
.vision-hover-video .box.active a{
   display: block;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
        top: -18px;
        padding-top: 120px !important;
        z-index: -1;
        background: rgb(30 30 30 / 30%);
        backdrop-filter: blur(12px);
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.btn.btn-banner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #FFFFFF2B;
    border-radius: 50px;
    padding: 10px 35px;
    color: #fff;
    z-index: 9;
    border: 1px solid #fff;
}

.hero .card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width:992px) and (max-width:1200px){
  .top-nav .nav-link{
    font-size: 13px;
  }
      .d-lg-flex.menus-padding-lg {
        gap: 100px;
    }
       
}
@media (min-width:992px) and (max-width:1024px){
  .brand-center-lg  {
      left: 54%;
        right: auto;
        transform: translateX(-54%);
    }
       
}
@media (max-width:992px){
  .vision-hover-video .boxes{
    gap: 15px;
  }
  ul.navbar-nav.flex-lg-row {
    width: 100%;
    border: none !important;
    padding: 0 !important;
}
div#mainNavbar {
    background: rgb(0 0 0 / 50%);
    padding: 30px;
    backdrop-filter: blur(10px);
}
.vds-box{
  min-width: 90%;
      left: 0px;
}
footer .col-lg-9 .row>* {
    width: 50%;
}
.vision-hover-video{
  padding: 50px 0;
}
.vision-hover-video .boxes .box{
    border-radius: 20px !important;
}
.hero .card p {
    font-size: 0.85rem;
}
.hero .card h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.hero .card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.hero .counter{
  display: flex;
}
.book-group {
    width: 265px;
    height: 350px;
}
.nav-arrow.down {
    bottom: 50px;
}
    .hero .hero-nav {
        position: absolute;
        bottom: 40px;
        right: 50%;
        transform: translateX(50%);
    }
    .vds-box p {
    font-size: 1.2rem;
}
.vds-arrow {
    display: none;
}
.tab-panel.active {
    display: block;
    overflow: hidden;
    max-height: 550px;
}
.publications-section::before{display: none;}
.publications-section::after{display: none;}
.stat-wide .col-lg-3.border-end{border: none !important;}
.nav-arrow.up {
    top: -30px;
}
}

@media (min-width:1200px) and (max-width:1700px){
    .hero .hero-nav {
        right: 15%;
        transform: translateX(-15%);
    }
}


section.inner-banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

img.banner-inn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.inner-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(270deg, #03035A8B, #03035A80, #03035A00);
}
.inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 9;
}
.breadcrumb {
    margin: auto;
    align-items: center;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.inner-content h2 {
    font-size: 60px;
    font-weight: bold;
}
.breadcrumb a{
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.bottom-arrow {
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: 15px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.bottom-arrow h3{
  font-size: 18px;
}

/* ================================
   VS SLIDER
================================ */

.vs-slider{
  padding:120px 0;
  position:relative;
  overflow:hidden;
}

.vs-container{
  width:90%;
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}

/* ================================
   LEFT CONTENT
================================ */

.vs-content{
  flex:1;
  position:relative;
  min-height:260px;
}

.vs-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:translateY(40px);
  pointer-events:none;
}

.vs-slide.vs-active{
  position:relative;
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.vs-slide h2{
  font-size:36px;
  color:#9c4fa1;
  margin:0 0 20px;
  font-weight:700;
}

.vs-slide p{
  font-size:18px;
  line-height:1.9;
  color:#333;
  margin:0;
}

/* ================================
   RIGHT STACKED IMAGES
================================ */

.vs-images{
  flex:1;
  position:relative;
  height:700px;
}

.vs-card{
  position:absolute;
  width:100%;
  height:100%;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 30px 60px rgba(0,0,0,0.15);
  will-change:transform;
  width: 500px;
}

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



/* ================================
   PAGINATION
================================ */

.vs-pagination{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:50px;
  position: absolute;
  right: 25%;
    transform: translateX(-25%);
}

.vs-dot{
  width:40px;
  height:6px;
  background:#d5d5d5;
  border-radius:5px;
  cursor:pointer;
  transition:all .3s ease;
}

.vs-dot.vs-active{
  width:65px;
  background:#6f5aa5;
}

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

@media (max-width:992px){
  .vs-container{
    flex-direction:column;
    gap:40px;
  }
  .vs-slide h2{
    font-size:28px;
  }
}

@media (max-width:576px){
  .vs-slide p{
    font-size:16px;
  }
}
/* Responsive */
@media (max-width:992px){
      .vs-images {
        height: 380px;
        width: 100%;
        min-height: 500px;
    }
    .vs-card{
      width: 100%;
    }
}

@media (max-width:576px){
     .vs-images {
        height: 380px;
        width: 100%;
        min-height: 500px;
    }
    .vs-card{
      width: 100%;
    }
    .inner-content {
    width: 100%;
}
.inner-content h2 {
    font-size: 36px;
}
}


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

.ps-facilities{
  padding:80px 0;
  background:#FDFDFF;
  direction:rtl;
}

.ps-facilities-header{
  text-align:center;
  margin-bottom:50px;
}

.ps-facilities-header h2{
  font-size:38px;
  color:#9c4fa1;
  margin:0;
  font-weight:700;
}

/* Grid */

.ps-facilities-grid{
  width:90%;
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-radius:20px;
  overflow:hidden;
}

/* Card */

.ps-facility-card{
  position:relative;
  height:400px;
  overflow:hidden;
}

.ps-facility-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease;
}

/* Dark overlay */

.ps-overlay{
  position:absolute;
  inset:0;
  background:rgba(40,30,60,0.55);
  transition:.4s ease;
}

/* Content */

.ps-content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#fff;
  padding:20px;
}

.ps-content h3{
  font-size:64px;
  margin:0 0 10px;
  font-weight:700;
}

.ps-content p{
  font-size:20px;
  margin:0;
  line-height:1.6;
}

/* Divider Lines */

.ps-facility-card:not(:last-child){
  border-left:1px solid rgba(255,255,255,0.3);
}

/* Hover Effect */

.ps-facility-card:hover img{
  transform:scale(1.05);
}

.ps-facility-card:hover .ps-overlay{
  background:rgba(40,30,60,0.45);
}

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

@media (max-width:1200px){
  .ps-facility-card{
    height:360px;
  }
}

@media (max-width:992px){
  .ps-facilities-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ps-facility-card{
    height:320px;
  }

  /* remove inner borders in 2-col layout for clean look */
  .ps-facility-card:not(:last-child){
    border-left:none;
  }

  .ps-facility-card:nth-child(odd){
    border-left:1px solid rgba(255,255,255,0.3);
  }
}

@media (max-width:576px){
  .ps-facilities-grid{
    grid-template-columns:1fr;
  }

  .ps-facility-card{
    height:280px;
  }

  .ps-content h3{
    font-size:48px;
  }

  .ps-content p{
    font-size:18px;
  }

  .ps-facility-card:not(:last-child){
    border-left:none;
    border-bottom:1px solid rgba(255,255,255,0.3);
  }
}

.ts-stats-section{
  padding:100px 0;
  background: url('../img/slider-bg.jpg');
  background-size: cover;
  padding-bottom: 150px;
  position: relative;
}

.ts-container{
  width:90%;
  margin:auto;
      position: relative;
      margin-right: 0;
}

.ts-title{
  color:#fff;
  font-size:40px;
  margin-bottom:60px;
  text-align:left;
}

/* Slick spacing */
.ts-stats-slider .slick-slide{
  padding:0 15px;
}

/* Card */
.ts-card{
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter:blur(10px);
  border-radius:20px;
  padding:50px 30px;
  text-align:center;
  color:#fff;
  height:320px;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  transition:transform .3s ease;
  margin: 0 10px;
}
.ts-stats-section::before {
    content: "";
    background: linear-gradient(269deg, #5557969B, #615BA200);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ts-card:hover{
  transform:translateY(-10px);
}

.ts-card h4{
  font-size:20px;
  margin-bottom:20px;
}

.ts-number{
  font-size:60px;
  font-weight:700;
  margin-bottom:10px;
}

.ts-card span{
  font-size:16px;
  opacity:.8;
}

/* Custom arrows */
.ts-stats-slider .slick-prev,
.ts-stats-slider .slick-next{
  width:60px;
  height:60px;
  border-radius:50%;
  border: none;
  z-index:5;
  font-size:0px;
      background-size: 100% !important;
          position: absolute;
    bottom: -80px;
}

.ts-stats-slider .slick-prev:before,
.ts-stats-slider .slick-next:before{
  color:#fff;
  font-size:0px;
}
.ts-stats-slider .slick-next{
  background: url('../img/arrow-right.svg');
  right: 0;

}
.ts-stats-slider .slick-prev{
  background: url('../img/arrow-left.svg');
  right: 135px;
}
.ts-slider-counter{
  color:#fff;
  margin-top:20px;
  text-align:right;
  font-size:18px;
  letter-spacing:1px;
      position: absolute;
    bottom: -65px;
    right: 69px;
}

section.rt-projects {
    padding: 100px 0;
}
/* Grid */
.rt-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:50px 50px;
  align-items:start;
  padding: 100px 0;
}

/* Base card height (same like your screenshot) */
.rt-card{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  height:475px;
  transition:transform .4s ease, box-shadow .4s ease;
    border: 7px solid transparent;
}
.rt-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #615BA200 0%, #0B0B609B 91%, #03035A91 100%);
  width: 100%;
    height: 100%;
}
.rt-card h3 {
    position: absolute;
    bottom: 55px;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    z-index: 9;
}
h2.rt-title {
    text-align: center;
    font-weight: bold;
    color: #03035A;
    margin-bottom: 40px;
}
.rt-card a {
    display: inline-block;
    margin-top: 1.6rem;
    padding: .55rem 1.6rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    text-decoration: none;
    max-width: 160px;
    text-align: center;
    background: #27BDBE40;
    position: absolute;
    z-index: 9;
    bottom: -60px;
    left: 20px;
    transition-duration: 0.5s;
}
.rt-card:hover a{
  bottom: 25px;
}
.rt-card:hover {
    border: 7px solid #27BDBE;
}



.rt-grid .rt-card:nth-child(2){
  transform:translateY(-70px);
}


.rt-grid .rt-card:nth-child(5){
  transform:translateY(-70px);
}


.rt-grid .rt-card:nth-child(4),
.rt-grid .rt-card:nth-child(6){
  transform:translateY(10px);
}


.rt-card:hover{
  box-shadow:0 25px 60px rgba(0,0,0,0.15);
}


.rt-card:hover{
  filter:brightness(1.02);
}
.rt-card:hover img{
  transform:scale(1.05);
}


.rt-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease;
}


.rt-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.2),
    rgba(0,0,0,0)
  );
}

.rt-content{
  position:absolute;
  bottom:25px;
  right:25px;
  left:25px;
  color:#fff;
  font-size:18px;
  line-height:1.6;
  font-weight:500;
}


@media (max-width:1100px){
  .rt-grid{ grid-template-columns:repeat(2,1fr); }

  .rt-grid .rt-card:nth-child(2),
  .rt-grid .rt-card:nth-child(5),
  .rt-grid .rt-card:nth-child(4),
  .rt-grid .rt-card:nth-child(6){
    transform:none;
  }
}

@media (max-width:768px){
  .rt-grid{ grid-template-columns:1fr; }
  .rt-card{ height:320px; }

  .rt-grid .rt-card:nth-child(2),
  .rt-grid .rt-card:nth-child(5),
  .rt-grid .rt-card:nth-child(4),
  .rt-grid .rt-card:nth-child(6){
    transform:none;
  }
}

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

.zx-vision{
  padding:5px 0;
  overflow: hidden;
}

.zx-container{
  width:95%;
  margin:auto;
}

/* =========================
   PANELS LAYOUT
========================= */

.zx-panels{
  display:flex;
  height:750px;
  gap:0px;
}

/* Base panel */
.zx-panel{
  position:relative;
  flex:1;
  border-radius:24px;
  overflow:hidden;
  cursor:pointer;
  transition:flex .6s cubic-bezier(.22,.61,.36,1);
      border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

.zx-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#615BA2C1 ,#615BA200  );
}

/* Content */
.zx-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 40px;
    color: #fff;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
}

/* Default state (vertical title only) */
.zx-title{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:22px;
  font-weight:600;
  /* transition:all .4s ease; */
      width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zx-panel {
    margin-left: -20px;
    min-height: 750px;
}
.zx-desc,
.zx-btn{
  opacity:0;
  transform:translateY(20px);
  transition:.4s ease;
}


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

.zx-panel:hover{
  flex:3;
}

.zx-panels:hover .zx-panel:not(:hover){
  flex:0.8;
}

.zx-panel:hover .zx-content {
    display: flex;
    align-items: start;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    text-align: right;
    padding: 25px;
}

/* When hovered make title horizontal */
.zx-panel:hover .zx-title{
  writing-mode:horizontal-tb;
  transform:none;
  font-size:28px;
  margin-bottom:15px;
  height: auto;
      justify-content: start;
}

/* Show paragraph + button */
.zx-panel:hover .zx-desc,
.zx-panel:hover .zx-btn{
  opacity:1;
  transform:translateY(0);
}

/* Button */
.zx-btn{
  display:inline-block;
  margin-top:15px;
  padding:10px 22px;
  background:#a15a9c;
  color:#fff;
  border-radius:30px;
  text-decoration:none;
  font-size:14px;
}
section.zx-vision h2 {
    font-weight: bold;
    color: #A8519A;
    padding-top: 100px;
        margin-top: 50px;
}
section.zx-vision .textpart h3 {
  font-size: 20px;
    color: #03035A;
        width: 80%;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width:992px){
  .zx-panels{
    flex-direction:column;
    height:auto;
    gap: 10px;
  }
  .pr-title{
    margin: 0;
  }
  .zx-panel{
    flex:none !important;
    height: 320px;
    min-height: 320px;
    margin: 0;
  }

  .zx-title{
    writing-mode:horizontal-tb;
    transform:none;
  }

  .zx-desc,
  .zx-btn{
    opacity:1;
    transform:none;
  }
  section.zx-vision .textpart h3{
        width: 100%;
        margin-bottom: 20px;
  }
}


section.newsinn {
    padding: 100px 0;
}
section.newsinn p {
    font-weight: 500;
}
section.newsinn h3 {
    font-weight: bold;
    color: #03035A;
}
section.newsinn .newinnimg {
    border-radius: 16px;
    margin-bottom: 20px;
    width: 100%;
}
section.newsinn .news-date {
    color: #03035A;
}
section.newsinn .news-date img {
    /* filter: brightness(0); */
    filter: invert(6%) sepia(184%) saturate(3000%) hue-rotate(224deg) brightness(30%) contrast(110%);
}


/* Section Title */
.section-title{
    color:#a64d99;
    font-weight:700;
    text-align:center;
    margin-bottom:30px;
}

/* Custom Tabs */
.custom-tabs{
    border-bottom:1px solid #dcdcdc;
    justify-content:center;
}

.custom-tabs .nav-link{
    color:#1f2a6b;
    border:none;
    padding:12px 30px;
    margin:0 5px;
    border-radius:15px 15px 0 0;
    font-weight:500;
}

.custom-tabs .nav-link.active{
    background:#dcd6e4;
    color:#1f2a6b;
    border:none;
}

/* Content Box */
.tab-box{
  margin-bottom: 20px;
}
.tab-box h5 {
    background: #ddd;
    padding: 30px;
    border-radius: 20px;
    margin: 0 40px;
    margin-top: 0;
    color: #555795;
    font-weight: 400;
        padding-top: 20px;
}

/* Achievement Section */
.achievement-section{
    background:url('../img/news4.jpg') center/cover no-repeat;
    border-radius:20px;
    padding:40px 40px;
    position:relative;
    color:#fff;
      margin-top: -40px;
}

.achievement-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:#555795CB;
    border-radius:20px;
}

.achievement-content{
    position:relative;
    z-index:2;
}

.achievement-card{
    background:#27BDBE46;
    border:1px solid rgba(255,255,255,0.5);
    border-radius:20px;
    padding:25px 40px;;
    text-align:center;
    /* backdrop-filter: blur(4px); */
        min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.achievements {
    padding: 50px 0;
}

section.achievements .news-counter .news-current {
    font-size: 20px;
    font-weight: 500;
    color: #03035A;
}

.tab-box.indicator-box .achievement-content .row {
    flex-direction: column;
    gap: 10px;
}
.tab-box.indicator-box .achievement-content .row>* {
    width:100%;
    margin: 0;
}
.tab-box.indicator-box h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px;
        margin: 0 20px;
}

.tab-box.indicator-box .achievement-section {
    padding: 20px;
}
.tab-box.indicator-box h6 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px !important;
}
.tab-box.indicator-box .achievement-card{
  min-height: auto;
  display: flex;
  justify-content: space-between;
}
.tab-box.indicator-box .achievement-card {
    min-height: auto;
    justify-content: space-between;
    padding: 10px 20px;
}
.tab-box.indicator-box .digit {
    font-size: 30px;
    font-weight: bold;
}
.custom-tabs .nav-link{
      min-width: 200px;
}
.search-input svg {
    position: absolute;
    right: 10px;
    top: 10px;
}
.search-input{
  position: relative;
}
input#SearchTextBox {
    padding-right: 35px;
}
a.rating-btn img {
    width: 100%;
}

a.rating-btn {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 50px;
    z-index: 99;
}

#feelingModal .image-wrapper{
  width:200px;
  height:200px;
  border-radius:50%;
  overflow:hidden;
  position:relative;
}

#feelingModal .image-wrapper img{
  position:absolute;
  width:100%;
  height:100%;
      right: 0;
}

#feelingModal .progress-container{
  width:280px;
  height:40px;
  background:#e5e5e5;
  border-radius:30px;
  position:relative;
  overflow:hidden;   /* important */
}


/* #feelingModal .progress-fill{
  position:absolute;
  height:100%;
  width:0%;
  background:#9b4a9c;
  border-radius:30px;
} */
#feelingModal .progress-fill{
  position:absolute;
  height:100%;
  width:100%;
  background:#9b4a9c;
  /* border-radius:30px; */
  transform-origin: right center;
  transform: scaleX(0);
  will-change: transform;
}

#feelingModal .dots{
  position:absolute;
  width:100%;
  height:100%;
  display:flex;
  justify-content:space-around;
  align-items:center;
}

#feelingModal .dot{
  width:12px;
  height:12px;
  background:#5a2a5b;
  border-radius:50%;
  cursor:pointer;
  z-index:2;
}
.feeling-btn {
   padding: 10px 30px;
    border: 1px solid #615BA2;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    gap: 5px;
    color: #615BA2;
    transition-duration: 0.3s;
    margin-top: 25px;
    min-width: 200px;
    justify-content: center;
}
.video-gallery-slider .vid-box-overlay h4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.video-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px !important;
    height: 75px !important;
}
footer .border-end {
  border-left: none !important;
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.news-link img {
    transform: scale(-1);
}
.breadcrumb img {
    transform: scale(-1);
}
@media (max-width:767px){
    .custom-tabs .nav-link {
        width: 100%;
    }
    .custom-tabs li.nav-item {
        width: 100%;
        text-align: center;
    }
    .tab-box h5 {
        margin: 0 10px;
    }
    .progress-item span{
      font-size: 16px;
    }
}


.vs-slider.history-slider .vs-slide {
    display: none;
}
.vs-slider.history-slider .vs-content .vs-slide.vs-active {
    display: block;
}
.vs-slider.history-slider .vs-content {
    min-height: 400px;
}


.history-section{
  padding: 50px 0;
  background: url('../img/slider-bg.jpg');
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.history-container{
  width:90%;
  margin:auto;
      position: relative;
}

.history-title{
  color: #E6DFCF;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.history-text{
  color: #fff;
  font-size: 20px;
  text-align:right;
  margin-bottom: 30px;
}

/* Card */
.history-card{
  background: rgba(85, 87, 149, 0);
  backdrop-filter: blur(17px) brightness(2);
  border-radius:20px;
  padding: 50px;
  text-align:center;
  color:#fff;
  border: 1px solid #E6DFCF3E;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  transition:transform .3s ease;
  margin: 10px 20px;
}
@media (max-width: 768px){
    .history-cards {flex-wrap: wrap;}
}

.history-section::before {
    content: "";
    background: rgba(4, 13, 29, 0.67);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/*============*/

.ps-history{
  padding: 0;
  background:#FDFDFF;
  direction:rtl;
}

.ps-history-header{
  text-align:center;
  margin-bottom:50px;
}

.ps-history-header h2{
  font-size:38px;
  color:#9c4fa1;
  margin:0;
  font-weight:700;
}

/* Grid */

.ps-history-grid{
  width:90%;
  max-width:1400px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-radius:20px;
  overflow:hidden;
}

/* Card */

.ps-history-card{
  position:relative;
  height:400px;
  overflow:hidden;
}

.ps-history-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .6s ease;
}

/* Dark overlay */

.ps-overlay{
  position:absolute;
  inset:0;
  background:rgba(40,30,60,0.55);
  transition:.4s ease;
}

/* Content */

.ps-content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:#fff;
  padding:20px;
}

.ps-content h3{
  font-size:64px;
  margin:0 0 10px;
  font-weight:700;
}

.ps-content p{
  font-size:20px;
  margin:0;
  line-height:1.6;
}

/* Divider Lines */

.ps-history-card:not(:last-child){
  border-left:1px solid rgba(255,255,255,0.3);
}

/* Hover Effect */

.ps-history-card:hover img{
  transform:scale(1.05);
}

.ps-history-card:hover .ps-overlay{
  background:rgba(40,30,60,0.45);
}

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

@media (max-width:1200px){
  .ps-history-card{
    height:360px;
  }
}

@media (max-width:992px){
  .ps-history-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ps-history-card{
    height:320px;
  }

  /* remove inner borders in 2-col layout for clean look */
  .ps-history-card:not(:last-child){
    border-left:none;
  }

  .ps-history-card:nth-child(odd){
    border-left:1px solid rgba(255,255,255,0.3);
  }
}

@media (max-width:576px){
  .ps-history-grid{
    grid-template-columns:1fr;
  }

  .ps-history-card{
    height:280px;
  }

  .ps-content h3{
    font-size:48px;
  }

  .ps-content p{
    font-size:18px;
  }

  .ps-history-card:not(:last-child){
    border-left:none;
    border-bottom:1px solid rgba(255,255,255,0.3);
  }
}

.history-section{
  padding: 50px 0;
  padding-bottom: 100px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

