@import url('href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


.ffk {
  font-family: "STIX Two Text", serif;
}

.ff2 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* header */
  /* =====================================
   RESPONSIVE HEADER
   BOOTSTRAP FRIENDLY
   DESIGN SAME RAHEGA
===================================== */

/* desktop */
header{
    z-index: 9999;
}

header .row{
    row-gap: 10px;
}

/* =========================
   LARGE SCREEN
========================= */
@media (max-width:1200px){

    header .col-md-2 .d-flex{
        margin-left: 10px !important;
    }

    header .col-md-5{
        padding-left: 20px !important;
    }

    header a{
        font-size: 15px !important;
    }

    .hero-text{
        font-size: 14px !important;
    }
}

/* =========================
   TABLET
========================= */
@media (max-width:991px){

    header{
        position: relative !important;
        padding: 12px 0 !important;
    }

    header .row{
        justify-content: center;
        text-align: center;
        gap: 15px;
    }

    /* social icons */
    header .col-md-2 .d-flex{
        justify-content: center;
        margin-left: 0 !important;
    }

    /* contact */
    header .col-md-5{
        padding-left: 0 !important;
    }

    header .col-md-5 a{
        display: block;
        margin-left: 0 !important;
        font-size: 15px !important;
        margin-bottom: 8px;
    }

    /* buttons */
    header .col-md-5.text-center{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-text{
        font-size: 14px !important;
        padding: 8px 16px !important;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width:576px){

    header{
        padding: 10px 0 !important;
    }

    /* social icons */
    header .d-flex{
        gap: 14px !important;
    }

    header .d-flex a{
        font-size: 16px !important;
    }

    /* contact text */
    header a{
        font-size: 14px !important;
        line-height: 1.7;
    }

    /* buttons */
    header .col-md-5.text-center{
        flex-direction: column;
        align-items: center;
    }

    .hero-text{
        width: 100%;
        max-width: 220px;
        font-size: 14px !important;
    }
}

/* =========================
   EXTRA SMALL
========================= */
@media (max-width:400px){

    header a{
        font-size: 13px !important;
    }

    .hero-text{
        max-width: 200px;
        font-size: 13px !important;
    }
}
/* header-end */
/* navbar */
/* Default navbar over banner */
.custom-navbar {
    top: 70px;
    left: 0;
    z-index: 999;
    background: transparent;
    transition: all 0.4s ease;
}

/* Navbar after scroll */
.custom-navbar.scrolled {
    position: fixed !important;
    top: 0 !important;
    background: #fff !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    padding: 10px 0;
}

/* Optional: dark text after scroll */
.custom-navbar.scrolled .nav-link,
.custom-navbar.scrolled i {
    color: #25304d !important;
}

/* Optional logo resize on scroll */
.custom-navbar.scrolled .navbar-brand img {
    width: 80px;
    transition: 0.3s;
}
.border-left {
  border-left: 2px solid blue;

}
.program-btn{
  color: #25304d;
  border: 1px solid #b99549; 
}
.program-btn:hover{
  color: #b99549;
  background-color: #25304d;
}
.text-color {
  color:#25304d ;
}

.hearder-color-link {
  color: #25304d;
}

.icon-color-link {
  color: #25304d;
}

.icon-color-link-bc {
  background-color: #25304d;
}

.gold-icon {
  color: #b99549;
}

.gold-icon-bg {
  color: #b99549;
}

.top-class {
  top: 75%;
}

.link-card {
  background-color: #b99549;
  color: #25304d;
}

.link-card:hover {
  background-color: #25304d;
  color: #b99549;
  transition: all 0.5s ease;
  transform: translateY(-10px) scale(1.03);
}

.contact-menu li {
  font-size: 12px;
}

.contact-menu li a {
  color: white;
}

.logo-slider {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.logo-track {
  display: flex;
  width: calc(200px * 10);
  animation: scroll 25s linear infinite;
}

.logo-track img {
  width: 150px;
  margin: 0 30px;
}


.logo-track img:hover {
  animation-play-state: paused;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

.contact-wrapper {
  max-width: 500px;
  margin: auto;
  padding: 20px;
}

/* timeline style */
.contact-line {
  position: relative;
  padding-left: 40px;
}

/* Vertical line */
.contact-line::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #b99549;
}

.contact-line-item {
  position: relative;
  margin-bottom: 30px;
}

/* Outer circle */
.contact-line-item::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 3px solid;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Inner dot */
.contact-line-item::after {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 6px;
  height: 6px;
  background: #b99549;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f1f5f9;
  border-radius: 50%;
  margin-right: 8px;
  color: #333;
  text-decoration: none;
}

.social a :hover {
  color: blue;
}

.button-link {
  background-color: #b99549;
  color: #25304d;
  border: none;
}

.button-link:hover {
  background-color: #25304d;
  color: #b99549;
  border: 1px solid #b99549;
  transition: all 0.5s ease;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width:992px) {

  h1 {
    font-size: 32px;
  }

  .contact-wrapper {
    margin-bottom: 30px;
  }

}

@media (max-width:768px) {

  .timeline {
    padding-left: 30px;
  }

  .timeline::before {
    left: 6px;
  }

  .timeline-item::before {
    left: -26px;
  }

  .social a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

}

@media (max-width:576px) {

  h1 {
    font-size: 26px;
  }

  .timeline-item h3 {
    font-size: 18px;
  }

  .timeline-item p {
    font-size: 14px;
  }

  .form-control-lg,
  .form-select-lg {
    font-size: 14px;
    padding: 10px;
  }

  button.btn-lg {
    padding: 10px;
  }
}


.topbar {
  background-color: #dc3545;
  color: white;
  font-size: 0.95rem;
}

.navbar-brand span {
  font-size: 2.1rem;
  font-weight: bold;
}

.enquire-btn {
  right: 20px;
  bottom: 20px;
}

.eval-form {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  background: #198754;
  padding: 12px 20px;
  border-radius: 0 8px 8px 0;
  writing-mode: vertical-rl;
  font-weight: 500;
}

/* main navbar */
.navbar {
  top: 70px;
}

.just-contant {
  justify-items: baseline;
}

.hover-card {
  transition: transform 0.3s ease;
  color: black;
}

.hover-card:hover {
  transform: translateX(10px);
  color: red !important;
}

.text-bg-img {
  background-image: url('../img/media-color.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;


}

/* Dropdown Button */
.dropbtn {

  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {}

.fit-100 {
  height: 220px;
}

.research-100 {
  height: 250px;
}

.research-50 {
  height: 200px;
}


/* navbar-end */
/* navbar-image-section*/
.about-img-link {
  background-image: url(../img/about-banner.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 188px;
  border-radius: 10px;
}

.certificate-img-link {
  background-image: url(../img/Academics-banner-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 188px;
  border-radius: 10px;
}


.international-img-link {
  background-image: url(../img/meadi\ gallery.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 188px;
}

.student-img-link {
  background-image: url(../img/student-zont\ banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 245px;
}
/* navbar-image-section-end */

/* Enquiry Form Popup  */
  /* Popup Styles */
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .popup-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
  }

  .close-btn:hover {
    color: #c00;
  }
/* Enquiry Form Popup end */
/* admission-from-button */
/* <!--//modal of admission --> */

  #admissionModal .modal-dialog {
    max-width: 1200px;
  }

  #admissionModal .modal-content {
    max-height: 80vh;
    display: flex;
    flex-direction: column;
  }

  #admissionModal .modal-body {
    overflow-y: auto;
  }

  #admissionModal .modal-dialog-centered {
    min-height: calc(100% - 1rem);
    display: flex;
    align-items: center;
  }

  #admissionModal .modal-dialog {
    margin: auto;
  }

  /* //form */
  /* Card */
  .form-card {
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  /* Progress Container */
  .progress-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  /* Background Line */
  .progress-container::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ddd;
    transform: translateY(-50%);
  }

  /* Active Line */
  .progress {
    position: absolute;
    top: 25%;
    left: 0;
    height: 4px;
    background: #0d6efd;
    transform: translateY(-50%);
    width: 0%;
    transition: 0.4s ease;
  }

  /* Steps */
  .step {
    flex: 1;
    text-align: center;
    z-index: 1;
  }

  .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-weight: bold;
  }

  .step.active .circle {
    background: #0d6efd;
    color: #fff;
  }

  .step p {
    margin-top: 8px;
    font-size: 14px;
  }

  /* Form steps */
  .form-step {
    display: none;
  }

  .form-step.active {
    display: block;
    animation: fade 0.4s;
  }

  @keyframes fade {
    from {
      opacity: 0;
      transform: translateX(20px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  /* Thank You */
  .thank-you {
    display: none;
    text-align: center;
    padding: 50px;
  }

/* admission-from-button-end */

/*888888888888888888888888 home-section888888888888888888888888888 */
/* section-1 */
.hero {
  height: 650px;
  background: url('../img/home-banner-4.png') no-repeat center/cover;
  border-radius: 40px;
}

.bg-rang {
  background-color: #0d3255;
}

.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 90%;
}

.cards-wrapper {
  bottom: -70px;
}

/* .cards-inner {
    max-width: 1200px;
    gap: 8px;
} */

.premium-card {
  height: 140px;
}

.font-edit {
  font-size: 28px;
}

/* Responsive */
@media (max-width: 576px) {
  .hero {
    height: 400px;
  }

  .hero-overlay h1 {
    font-size: 22px;
  }

  .hero-overlay p {
    font-size: 14px;
  }

  .premium-card {
    height: 120px;
  }

  .font-edit {
    font-size: 22px;
  }

  .cards-wrapper {
    bottom: -50px;
  }
}

/* =================================
   RESPONSIVE ONLY
   YOUR DESIGN SAME RAHEGA
================================= */

/* large screen */
@media (max-width:1200px) {

  .cards-inner {
    gap: 15px 0;
  }

  .premium-card {
    width: 160px !important;
  }

  .font-edit {
    font-size: 50px;
  }
}


/* tablet */
@media (max-width:991px) {

  .hero-overlay h1 {
    font-size: 38px;
    line-height: 1.4;
    text-align: center !important;
  }

  .container.position-absolute {
    width: 95% !important;
    top: 92% !important;
  }

  .cards-inner {
    padding: 25px 15px !important;
    border-radius: 30px !important;
  }

  .premium-card {
    width: 100% !important;
    max-width: 170px;
    height: 130px !important;
  }

  .font-edit {
    font-size: 45px;
  }
}


/* mobile */
@media (max-width:576px) {

  .hero {
    min-height: 300px;
    padding: 30px 15px;
  }

  .hero-overlay h1 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center !important;
  }

  .container.position-absolute {
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    margin-top: -30px;
  }

  .cards-inner {
    border-radius: 20px !important;
    padding: 20px 10px !important;
  }

  .premium-card {
    width: 100% !important;
    height: 115px !important;
    max-width: 100%;
  }

  .font-edit {
    font-size: 38px;
  }

  .ff2 {
    font-size: 14px;
  }
}


/* extra small */
@media (max-width:400px) {

  .hero-overlay h1 {
    font-size: 20px;
  }

  .premium-card {
    height: 105px !important;
    padding: 10px !important;
  }

  .font-edit {
    font-size: 32px;
  }

  .ff2 {
    font-size: 13px;
  }
}

/* section-1-end */
/* section-2 */
.container-1 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT */
.left {
  flex: 1;
}

.small-title {
  color: #c0392b;
  font-size: 18px;
  margin-bottom: 10px;
}

.main-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.desc {
  color: #555;
  line-height: 1.7;
}

.more-text {
  display: none;
  margin-top: 10px;
}

/* BUTTON */
.read-btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c0392b;
  cursor: pointer;
  font-weight: 600;
}

.read-btn span {
  background: #c0392b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
}

/* RIGHT IMAGE */
.right {
  flex: 1;
}

.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.img-box img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

/* angled effect */
.img-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;

  transform: skewY(-5deg);
  transform-origin: left;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .container {
    flex-direction: column;
  }

  .main-title {
    font-size: 30px;
  }
}

/* Timeline vertical spacing */
.iehmc-timeline-points {
  min-height: 300px;
}

.iehmc-main-heading {
  letter-spacing: -1px;
}

.iehmc-glass-container {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

/* Slider */
.iehmc-card-wrapper {
  overflow: hidden;
}

.iehmc-card-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding-bottom: 10px;
}

.iehmc-stat-card {
  height: 350px;
  min-width: 100%;
  /* ensures proper slider width */
  border-radius: 20px;
}

.iehmc-card-track::-webkit-scrollbar {
  display: none;
}

/* Cards */
.iehmc-stat-card-1 {
  min-width: 45%;
  border-radius: 10px;
  height: 380px;
  flex: 0 0 auto;
  background-image: url('../img/new\ grok.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.4s;
}

.iehmc-stat-card-2 {
  min-width: 45%;
  border-radius: 10px;
  height: 380px;
  flex: 0 0 auto;
  background-image: url('../img/new\ grok-1.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.4s;
}

.iehmc-stat-card-3 {
  min-width: 45%;
  border-radius: 10px;
  height: 380px;
  flex: 0 0 auto;
  background-image: url('../img/new\ grok-2.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.4s;
}

.iehmc-stat-card-4 {
  min-width: 45%;
  border-radius: 10px;
  height: 380px;
  flex: 0 0 auto;
  background-image: url('../img/new\ grok-3.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.4s;
}

.iehmc-stat-card-5 {
  min-width: 45%;
  border-radius: 10px;
  height: 380px;
  flex: 0 0 auto;
  background-image: url('../img/new\ grok-4.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.4s;
}

.iehmc-stat-card-6 {
  min-width: 45%;
  border-radius: 10px;
  height: 380px;
  flex: 0 0 auto;
  background-image: url('../img/new\ grok-5.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.4s;
}

/* .iehmc-stat-card:hover {
    transform: translateY(-10px);

  } */

/* Buttons */
.iehmc-growth-wrapper .btn-dark {
  background-color: #25304d !important;
  color: #b99549;
}

.iehmc-title {
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;

  /* GOLD TEXT */
  background: linear-gradient(180deg, #3a4666 0%, #25304d 50%, #141c30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.readMore {
  border: none;
  background-color: #25304d;
  color: #b99549;
  padding: 15px 5px;
  border-radius: 10px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
  .nav-dots {
    display: flex;
    place-self: center;
    gap: 6px;
  }

  .nav-dots span {
    width: 10px;
    height: 10px;
    background: #bbb;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    transition: 0.3s;
  }

  .nav-dots span.active {
    background: #000;
    /* change to your theme color */
    transform: scale(1.2);
  }

/* section-2-end */
/* section-3 */
/* Original CSS - All styles are preserved from your request */
  .bottom-link {
    position: relative;
    display: inline-block;
  }

  .bottom-link::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: #b99549;
    left: 0;
    bottom: -4px;
    transition: width 0.3s ease;
  }

  .bottom-link:hover::after {
    width: 100%;
  }

  .bottom-link:hover {
    color: #b99549;
  }

  .hover-color:hover {
    color: #b99549;
  }

  .upward:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }

  /* Footer Section End */
  .section {
    display: flex;
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
  }

  /* LEFT BOX - Preserved design with curved corners */
  .left-box {
    background: #25304d;
    color: #b99549;
    padding: 40px 60px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    font-size: 28px;
    font-weight: 600;
  }

  /* RIGHT SLIDER - Preserved infinite loop slider */
  .slider {
    overflow: hidden;
    flex: 1;
    margin-left: 20px;
  }

  /* TRACK */
  .slide-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scroll 15s linear infinite;
  }

  /* PAUSE ON HOVER */
  .slider:hover .slide-track {
    animation-play-state: paused;
  }

  /* CARD */
  .card {
    height: 100%;
    /* padding: 20px; */
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease linear infinite;
  }

  /* IMAGE - Set width for clickability */
  .card img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    /* Pointer to indicate clickable */
  }

  /* HOVER EFFECT */
  .card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  /* ANIMATION */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  /* RESPONSIVE */
  @media(max-width:768px) {
    .left-box {
      font-size: 20px;
      padding: 20px 30px;
    }
  }

  /*
    --------------------------------------------------
    NEW CSS FOR POPOVER (LIGHTBOX) - Ensures perfect centering
    --------------------------------------------------
    */
  .image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    /* Semitransparent background */
    z-index: 1000;
    display: none;
    /* Hidden by default */
    /* This is the key centering part: */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  /* Make the pop-up visible when active */
  .image-modal.active {
    display: flex;
    opacity: 1;
  }

  /* The main full-screen image within the pop-up */
  .modal-image-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
  }

  /* Scale up the image slightly when active for a nice effect */
  .image-modal.active .modal-image-content {
    transform: scale(1);
  }

  /* Close button on the top-right */
  .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    line-height: 1;
  }

  .close-button:hover {
    color: #b99549;
    /* Use your golden accent color on hover */
  }
/* section-3-end*/

/* section-4*/
.faculty-card {
  position: relative;
  overflow: hidden;
  height: 450px;
  cursor: pointer;
  border-radius: 1.5rem;
}

.faculty-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25304d;
  color: #b99549;
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem;
}

.faculty-card:hover .overlay {
  opacity: 1;
}

.faculty-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* section-4-end */
/* section-5 */
/* HERO SECTION FIX */
.sec-hero {
  background-image: url(../img/who-we-are.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 60px 20px;
}

/* TEXT CONTENT */


/* SLIDER POSITION FIX */
.sec-hero .col-auto {
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

/* SCROLL CONTAINER */
.sec-hero .overflow-hidden {
  width: 100%;
}


/* CARD FIX */
.sec-hero .card {
  min-width: 200px;
  top: 250px;
  border-radius: 12px;
  flex-shrink: 0;
}

/* ANIMATION */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* RESPONSIVE FIX */
@media (max-width: 992px) {
  .hero-content {
    text-align: center;
    margin: 0 auto;
  }

  .sec-hero {
    padding-top: 80px;
  }

  .sec-hero .card {
    min-width: 160px;
  }
}

@media (max-width: 576px) {
  .sec-hero {
    min-height: auto;
    padding: 60px 10px;
  }

  .sec-hero .card {
    min-width: 140px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
  }
}




.number-stat-card {
  flex: 0 0 auto;
  width: 220px;
  height: 140px;
  margin: 0 20px;
  background: linear-gradient(135deg, #f0f4ff, #e6ecff);
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #d0e0ff;
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 2.6rem;
  font-weight: 800;
  color: #1e40af;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 1.05rem;
  color: #444;
  font-weight: 600;
  padding: 0 12px;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee-track:hover {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero {
    height: 65vh;
    min-height: 480px;
  }

  .stat-card {
    width: 190px;
    height: 130px;
    margin: 0 15px;
  }

  .stat-number {
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 60vh;
    min-height: 420px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero p {
    font-size: 1.25rem;
  }

  .stats-marquee {
    padding: 30px 0;
  }

  .stat-card {
    width: 160px;
    height: 110px;
    margin: 0 12px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.95rem;
  }

  /* Slower on mobile for better readability */
  .marquee-track {
    animation-duration: 55s;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.6rem;
  }

  .stat-card {
    width: 140px;
    height: 100px;
    margin: 0 10px;
  }

  .stat-number {
    font-size: 1.8rem;
  }
}

.phone-section {

  padding: 50px 5%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.phone-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top Grid */
.phone-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 70px;
}

.phone-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.phone-text span {
  display: inline-block;
  background: #c0392b;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.phone-text h1 {
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1e3a8a;
}

.phone-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
}

/* Carousel */
.phone-carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.phone-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 25px;
}

.phone-card {
  min-width: 280px;
  background: white;
  border-radius: 16px;
  padding: 8px 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.phone-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.phone-card.peach {
  background: #fff0e6;
}

.phone-icon {
  width: 55px;
  height: 50px;
  margin-bottom: 21px;
}

.phone-card h3 {
  font-size: 1.35rem;
  margin-bottom: 15px;
  color: #1e3a8a;
}

.phone-card p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

.phone-link {
  display: inline-block;
  margin-top: 20px;
  color: #25304d;
  font-weight: 600;
  text-decoration: none;
}

.phone-link:hover {
  text-decoration: underline;
}

/* Controls */
.phone-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.phone-btn {
  width: 50px;
  height: 50px;
  border: none;
  background: white;
  color: #b99549;
  font-size: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.phone-btn:hover {
  background: #b99549;
  color: white;
}

/* Responsive */
@media (max-width: 992px) {
  .phone-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .phone-text h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .phone-card {
    min-width: 260px;
  }
}
.academic-tab {
  background: transparent;
  color: #25304d;
  border: 1px solid #b99549;
  padding: 10px 30px;
  border-radius: 12px;
  transition: 0.3s ease;
}

/* Hover Effect */
.academic-tab:hover {
  background-color: #25304d;
  color: #b99549;
  border-color: #25304d;
}

/* Active Button */
.academic-tab.active {
  background-color: #25304d !important;
  color: #b99549 !important;
  border-color: #25304d;
}

/* section-5-end */
/* section-5 */
.btn-course:hover {
  background-color: #25304d;
  color: #b99549;
  border-radius: 10px;
}

.btn-course {
  border: none;
  background-color: white;
  box-shadow: none;
  padding: 10px 30px;
}

.btn-course-ug {
  background-color: #25304d;
  color: #b99549;
  border-radius: 10px;
  padding: 10px 30px;
}

.ku-section-wrapper {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

/* Left Column: Text Boxes */
.ku-content-side {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ku-info-card {
  background-color: var(--ku-peach);
  padding: 40px;
  border-radius: 40px;
  /* Highly rounded corners as seen in image */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  background-color: #ffc670;
}

.ku-info-card h2 {
  font-family: 'Georgia', serif;
  /* Matching the serif font style */
  font-size: 2.5rem;
  color: var(--ku-navy);
  margin: 0 0 15px 0;

}

.ku-info-card p {
  font-size: 1rem;
  color: var(--ku-text);
  line-height: 1.6;
  margin-bottom: 20px;

}

.ku-read-more {
  color: var(--ku-red);
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
}

.ku-read-more:hover {
  text-decoration: underline;
}

/* Right Column: Student Image */
.ku-image-side {
  flex: 0.8;
  display: flex;
  justify-content: center;
}

.ku-student-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .ku-section-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .ku-image-side {
    order: -1;
    /* Image appears first on mobile */
  }

  .ku-student-img {
    max-width: 300px;
    /* Smaller image on mobile */
  }
}

@media (max-width: 600px) {
  .ku-info-card {
    padding: 25px;
    border-radius: 30px;
  }

  .ku-info-card h2 {
    font-size: 1.8rem;
  }
}

/* section-5-end */



/* section-6 */
  .hero-section {
    padding: 80px 0;
    overflow: hidden;
  }

  /* ================= CARD CONTAINER ================= */
  .card-container {
    position: relative;
    max-width: 980px;
    height: 470px;
    margin: auto;
  }

  /* ================= MAIN CARD ================= */
  .testimonial-card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background: #f8f8f8;
    border: 2px solid #d7d7d7;
    overflow: hidden;
    padding: 45px;
    transition: all 0.7s ease;
    display: none;
  }

  /* ================= ACTIVE CARD ================= */
  .testimonial-card.active {
    display: block;
    z-index: 10;
    transform: translateX(0) scale(1);
    background: #f8f8f8;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  }

  /* ================= PREVIOUS CARD ================= */
  .testimonial-card.prev {
    display: block;
    z-index: 1;
    transform: translateX(-75px) scale(0.92);
    background: #25304d;
    opacity: 0.95;
  }

  /* ================= NEXT CARD ================= */
  .testimonial-card.next {
    display: block;
    z-index: 1;
    transform: translateX(75px) scale(0.92);
    background: #25304d;
    opacity: 0.95;
  }

  /* ================= CARD CONTENT ================= */
  .card-content {
    display: flex;
    align-items: center;
    gap: 55px;
    height: 100%;
  }

  /* ================= IMAGE ================= */
  .student-photo {
    width: 320px;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .student-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ================= CONTENT ================= */
  .content-area {
    position: relative;
    flex: 1;
  }

  /* ================= QUOTE TOP ================= */
  .quote-top {
    font-size: 90px;
    color: #f0a640;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /* ================= TEXT ================= */
  .testimonial-text {
    font-size: 19px;
    line-height: 2;
    color: #2d3748;
    margin-bottom: 20px;
  }

  /* ================= READ MORE ================= */
  .read-more {
    color: #25304d;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    text-decoration: none;
  }

  /* ================= NAME ================= */
  .student-name {
    font-size: 42px;
    color: #b99549;
    margin-bottom: 8px;
    font-family: Georgia, serif;
  }

  /* ================= ROLE ================= */
  .student-role {
    color: #444;
    font-size: 20px;
  }

  /* ================= QUOTE BOTTOM ================= */
  .quote-bottom {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 90px;
    color: #25304d;
    line-height: 1;
    font-weight: bold;
  }

  /* ================= BUTTONS ================= */
  .nav-controls {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 35px;
  }

  .nav-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 8px;
    background: #25304d;
    color: #b99549;
    font-size: 20px;
    cursor: pointer;

  }

  /* ================= RESPONSIVE ================= */
  @media(max-width: 991px) {

    .card-container {
      height: auto;
    }

    .testimonial-card {
      position: relative;
    }

    .card-content {
      flex-direction: column;
      text-align: center;
    }

    .student-photo {
      width: 100%;
      height: 300px;
    }

    .student-name {
      font-size: 32px;
    }

    .quote-bottom {
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 20px;
    }
  }
/* =========================================
   RESPONSIVE FIX ONLY
   YOUR DESIGN SAME RAHEGA
========================================= */

/* section */
.hero-section{
    overflow: hidden;
}

/* =================================
   LARGE SCREEN
================================= */
@media (max-width:1200px){

    .card-container{
        max-width: 900px;
        height: 440px;
    }

    .testimonial-card{
        padding: 35px;
    }

    .student-photo{
        width: 280px;
        height: 280px;
    }

    .testimonial-text{
        font-size: 17px;
        line-height: 1.9;
    }

    .student-name{
        font-size: 36px;
    }
}

/* =================================
   TABLET
================================= */
@media (max-width:991px){

    .hero-section{
        padding: 60px 0;
    }

    .card-container{
        max-width: 100%;
        height: auto;
    }

    .testimonial-card{
        position: relative;
        height: auto;
        padding: 30px;
    }

    .testimonial-card.prev,
    .testimonial-card.next{
        transform: scale(.96);
    }

    .card-content{
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .student-photo{
        width: 100%;
        max-width: 380px;
        height: 320px;
        margin: auto;
    }

    .content-area{
        width: 100%;
    }

    .quote-top{
        font-size: 70px;
    }

    .quote-bottom{
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        font-size: 70px;
    }

    .student-name{
        font-size: 32px;
    }

    .student-role{
        font-size: 18px;
    }

    .testimonial-text{
        font-size: 16px;
        line-height: 1.8;
    }
}

/* =================================
   MOBILE
================================= */
@media (max-width:576px){

    .hero-section{
        padding: 45px 0;
    }

    .display-5{
        font-size: 2rem;
        padding: 20px 0 !important;
    }

    .testimonial-card{
        padding: 20px;
        border-radius: 18px;
    }

    .testimonial-card.prev{
        transform: translateX(-20px) scale(.92);
    }

    .testimonial-card.next{
        transform: translateX(20px) scale(.92);
    }

    .student-photo{
        height: 240px;
        border-radius: 14px;
    }

    .quote-top{
        font-size: 55px;
        margin-bottom: 0;
    }

    .quote-bottom{
        font-size: 55px;
        margin-top: 10px;
    }

    .testimonial-text{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .read-more{
        font-size: 15px;
        margin-bottom: 15px;
    }

    .student-name{
        font-size: 26px;
        margin-bottom: 5px;
    }

    .student-role{
        font-size: 15px;
    }

    .nav-controls{
        margin-top: 25px;
        gap: 10px;
    }

    .nav-btn{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* =================================
   EXTRA SMALL
================================= */
@media (max-width:400px){

    .testimonial-card{
        padding: 16px;
    }

    .student-photo{
        height: 210px;
    }

    .student-name{
        font-size: 22px;
    }

    .quote-top,
    .quote-bottom{
        font-size: 45px;
    }

    .testimonial-text{
        font-size: 13px;
    }
}
/* section-6-end */
/* section-7 */
.kalinga-research-wrapper {
  background-color: #ffffff;
  padding: 70px 0;
}

/* BLUE BAR */

.kalinga-bottom-bar {
  background: linear-gradient(135deg, #0a2a5e, #123d84);
  border-radius: 22px;
  padding: 35px 25px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* CARD */

.kalinga-placeholder-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  height: 100%;
  min-height: 230px;

  border-radius: 18px;

  padding: 28px 20px;

  transition: all 0.4s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */

.kalinga-placeholder-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #25304d, #b99549);
}

/* ICON */

.icon-box {
  width: 70px;
  height: 70px;

  background: rgba(255, 255, 255, 0.12);

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 18px;
}

.icon-box i {
  color: #fff;
  font-size: 28px;
}

/* TITLE */

.kalinga-placeholder-card h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* LINE */

.kalinga-placeholder-card hr {
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px auto 18px;
}

/* COUNTER */

.kalinga-placeholder-card h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .kalinga-bottom-bar {
    padding: 25px 15px;
  }

  .kalinga-placeholder-card {
    min-height: 190px;
    padding: 22px 15px;
  }

  .kalinga-placeholder-card h3 {
    font-size: 34px;
  }

  .icon-box {
    width: 55px;
    height: 55px;
  }

  .icon-box i {
    font-size: 22px;
  }
}

.research-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.research-card img {
  height: 340px;
  object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #0a2a5e;
  border-radius: 50%;
  padding: 14px;
}

.member-header-section {

  padding: 40px 0;
  text-align: center;
}

.outline-title {
  /* Using a bold sans-serif font like Poppins or Montserrat works best */
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;

  /* THE STROKE EFFECT */
  color: transparent;
  /* Makes the inside of the letters see-through */
  -webkit-text-stroke: 1.5px rgba(231, 201, 30, 0.856);
  /* Adjust thickness and opacity here */

  /* Fallback for older browsers */
  text-shadow: none;
}

@media (max-width: 768px) {
  .outline-title {
    font-size: 35px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }
}

/* section-7-end */
/* section-8*/
/* Timeline Slider Wrapper */

/* section-9 */
  .news-wrapper {
    max-width: 1200px;
    margin: auto;
  }

  /* TITLE */

  .section-title {
    font-size: 56px;
    font-family: Georgia, serif;
    color: #111;
    margin-bottom: 35px;
    text-align: justify;
  }

  /* GRID */

  /* LEFT CARD */

  .main-card-1 {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    align-self: self-end;
  }

  .main-card-1 img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    display: block;
  }

  .main-content {
    background: #25304d;
    color: #fff;
    padding: 24px 28px 32px;
  }

  .main-content span {
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
  }

  .main-content h2 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
  }

  /* CENTER CARD */

  .news-card {
    background: #ececec;
    border-radius: 14px;
    padding: 24px 22px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: self-end;
  }

  .news-item {
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    gap: 18px;
    margin-bottom: 22px;
    cursor: pointer;
  }

  .news-item img {
    width: 110px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.4s ease;
  }

  .news-item:hover img {
    transform: scale(1.08);
  }

  .news-text .date {
    color: #5c6777;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .news-text h4 {
    font-size: 14px;
    line-height: 1.45;
    color: #2e2e2e;
    font-family: Georgia, serif;
    font-weight: 500;
  }

  .know-more {
    text-align: center;
    margin-top: 8px;
  }

  .know-more button {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }

  /* RIGHT CALENDAR */

  .calendar-card {
    background: #0f3e70;
    border-radius: 16px;
    color: #fff;
    padding: 34px 28px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    height: 100%;
  }

  .calendar-title {
    text-align: center;
    font-size: 30px;
    font-family: Georgia, serif;
    margin-bottom: 10px;
  }

  .calendar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .arrow {
    font-size: 34px;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
  }

  .arrow:hover {
    transform: scale(1.1);
  }

  .dates {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
  }

  .date-box {
    min-width: 70px;
    text-align: center;
    opacity: 0.65;
    transition: 0.3s;
  }

  .date-box .num {
    font-size: 20px;
    font-weight: 700;
  }

  .date-box .month {
    margin-top: 4px;
    font-size: 16px;
  }

  .date-box.active {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }

  .date-box.active .num {
    /* font-size: 44px; */
  }

  .divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
  }

  /* SCROLL AREA */

  .event-list {
    height: 335px;
    overflow-y: auto;
    padding-right: 5px;
  }

  .event-list::-webkit-scrollbar {
    width: 6px;
  }

  .event-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 20px;
  }

  .event-item {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
  }

  .event-item img {
    width: 110px;
    height: 68px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .event-date {
    font-size: 15px;
    color: #d7d7d7;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .event-content h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
  }

  /* RESPONSIVE */

  @media (max-width: 1200px) {
    .news-grid {
      grid-template-columns: 1fr;
    }

    .section-title {
      font-size: 42px;
    }
  }

  @media (max-width: 768px) {
    body {
      padding: 20px;
    }

    .section-title {
      font-size: 34px;
    }

    .main-content h2 {
      font-size: 28px;
    }

    .calendar-title {
      font-size: 36px;
    }

    .dates {
      gap: 10px;
    }

    .date-box {
      min-width: 50px;
    }

    .date-box .num {
      font-size: 24px;
    }

    .date-box.active {
      width: 65px;
      height: 65px;
    }

    .date-box.active .num {
      font-size: 30px;
    }
  }

  .news-wrapper {
    padding: 50px 0;
  }

  .news-wrapper .row {
    align-items: stretch;
  }

  /* =========================================
   RESPONSIVE FIX ONLY
   YOUR DESIGN SAME RAHEGA
========================================= */

  .news-wrapper {
    padding: 50px 0;
    overflow: hidden;
  }

  .news-wrapper .row {
    align-items: stretch;
  }

  /* =================================
   LARGE SCREEN
================================= */
  @media (max-width:1200px) {

    .section-title {
      font-size: 46px;
    }

    .calendar-card {
      padding: 28px 22px;
    }

    .calendar-title {
      font-size: 26px;
    }

    .col-lg-4[style] {
      margin-top: 0 !important;
    }
  }

  /* =================================
   TABLET
================================= */
  @media (max-width:991px) {

    .section-title {
      font-size: 40px;
      text-align: center;
      margin-bottom: 30px;
    }

    .news-wrapper .row {
      gap: 25px;
    }

    .col-lg-4 {
      width: 100%;
    }

    /* remove negative margin */
    .col-lg-4[style] {
      margin-top: 0 !important;
    }

    .main-card-1,
    .news-card,
    .calendar-card {
      height: 100%;
    }

    .main-card-1 img {
      height: 280px;
    }

    .calendar-card {
      padding: 30px 25px;
    }

    .calendar-title {
      font-size: 28px;
    }

    .event-list {
      height: 300px;
    }
  }

  /* =================================
   MOBILE
================================= */
  @media (max-width:576px) {

    .news-wrapper {
      padding: 35px 0;
    }

    .section-title {
      font-size: 30px;
      line-height: 1.3;
      text-align: center;
    }

    /* LEFT CARD */
    .main-card-1 img {
      height: 220px;
    }

    .main-content {
      padding: 20px;
    }

    .main-content span {
      font-size: 15px;
    }

    .main-content h2 {
      font-size: 17px;
      line-height: 1.5;
    }

    /* CENTER CARD */
    .news-card {
      padding: 20px 16px;
    }

    .news-item {
      gap: 12px;
      margin-bottom: 18px;
    }

    .news-item img {
      width: 90px;
      height: 70px;
    }

    .news-text .date {
      font-size: 13px;
      margin-bottom: 4px;
    }

    .news-text h4 {
      font-size: 13px;
      line-height: 1.5;
    }

    .know-more button {
      font-size: 16px;
    }

    /* CALENDAR */
    .calendar-card {
      padding: 22px 18px;
      border-radius: 14px;
    }

    .calendar-title {
      font-size: 24px;
      margin-bottom: 15px;
    }

    .calendar-top {
      margin-bottom: 20px;
    }

    .arrow {
      font-size: 26px;
    }

    .dates {
      gap: 8px;
    }

    .date-box {
      min-width: 45px;
    }

    .date-box .num {
      font-size: 16px;
    }

    .date-box .month {
      font-size: 12px;
    }

    .event-list {
      height: 280px;
    }

    .event-item {
      gap: 12px;
      margin-bottom: 18px;
    }

    .event-item img {
      width: 85px;
      height: 60px;
    }

    .event-date {
      font-size: 12px;
      margin-bottom: 4px;
    }

    .event-content h4 {
      font-size: 13px;
      line-height: 1.5;
    }
  }

  /* =================================
   EXTRA SMALL
================================= */
  @media (max-width:400px) {

    .section-title {
      font-size: 26px;
    }

    .main-card-1 img {
      height: 190px;
    }

    .main-content h2 {
      font-size: 15px;
    }

    .news-item {
      flex-direction: column;
    }

    .news-item img {
      width: 100%;
      height: 160px;
    }

    .event-item {
      flex-direction: column;
    }

    .event-item img {
      width: 100%;
      height: 150px;
    }

    .calendar-title {
      font-size: 20px;
    }
  }

/* section-9-end */
/* section-10 */
.img-height {
  height: 315px;
}
/* section-10-end */
/* all-page-footer-top-page */
.sec-14 {
  background-image: url(../img/down-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
}
/* all-page-footer-top-page */
/*/////////////////////////////// home-section-end///////////////////////////////// */
/*////////////////////////////////// about-css ///////////////////////////////////*/
/* section-1*/
.icho-edit:hover {
  color: blue;
}

.about-section {
  padding: 24px 15px 40px;
  background: #f5f5f5;
}

.hero-wrap {
  position: relative;
  max-width: 100%;
  border-radius: 35px;
}

.hero-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 35px;
}

.rounded-35 {
  border-radius: 35px !important;
}

.about-card {
  position: absolute;
  left: 54px;
  bottom: -85px;
  background: linear-gradient(180deg, #16324d, #4d6a88);
  color: #fff;
  padding: 41px 20px;
  border-radius: 16px;
}

.about-card h2 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 400;
}

.breadcrumb-wrap {
  padding: 28px 0 0 655px;
  font-size: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-wrap a {
  text-decoration: none;
  color: #444;
}

.breadcrumb-wrap .active {
  color: #c85d57;
  font-weight: 600;
}

/* tablet */
@media (max-width: 991px) {
  .hero-img {
    height: 420px;
  }

  .about-card {
    left: 40px;
    width: 420px;
    padding: 38px 28px;
    bottom: -55px;
  }

  .about-card h2 {
    font-size: 48px;
  }

  .breadcrumb-wrap {
    padding: 75px 0 0 40px;
  }
}

/* mobile */
@media (max-width: 576px) {
  .about-section {
    padding: 15px 12px 25px;
  }

  .hero-wrap,
  .hero-img {
    border-radius: 22px;
  }

  .hero-img {
    height: 260px;
  }

  .about-card {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: -6px;
    border-radius: 0 0 22px 22px;
    padding: 22px 18px;
  }

  .about-card h2 {
    font-size: 34px;
  }

  .breadcrumb-wrap {
    padding: 14px 5px 0;
    font-size: 15px;
    gap: 8px;
  }
}

/* section-1-end */



/* .card-height{
  height: 145px;
 }

  .hero {
     height: 650px;
     background: url('../img/SGT-banner.webp') center/cover no-repeat;
     border-radius: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     color: white;
   }

   .hero-overlay {
     background: rgba(0, 0, 0, 0.6);
     width: 100%;
    border-radius: 16px;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 20px;
   }

   .hero h1 {
     font-size: 3rem;
     margin-bottom: 10px;
   }

   /* Responsive */
/* @media (max-width: 992px) {
     .nav-links {
       display: none;
     } */

/* section-4 */
.values-section h2 {
  font-size: 2.5rem;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}

.values-section h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: var(--primary-red);
  margin: 10px auto;
}

.accordion {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10px;
}

.panel {
  flex: 0.5;
  /* Default width when closed */
  display: flex;
  background: var(--primary-red);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 80%;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Expanded State */
.panel.active {
  flex: 6;
  background: white;
  cursor: default;
}

/* Red Side Tab */
.panel-tab {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  flex-shrink: 0;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}

.panel.active .panel-tab {
  display: none;
}

/* Content Area */
.panel-content {
  flex: 1;
  display: none;
  /* Hide by default */
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #333;
}

.panel.active .panel-content {
  display: flex;
  animation: fadeIn 0.5s ease forwards;
  background-color: white;
}

.large-icon {
  font-size: 60px;
  margin-bottom: 20px;
  color: var(--primary-red);
  opacity: 0.3;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive: Stack on mobile */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    height: auto;
  }

  .panel {
    flex: none;
    height: 70px;
  }

  .panel.active {
    height: 300px;
  }

  .panel-tab {
    flex-direction: row;
    width: 100%;
    height: 70px;
    padding: 0 20px;
  }

  .vertical-text {
    writing-mode: horizontal-tb;
    transform: none;
    margin: 0 0 0 15px;
  }
}

.sec-color {
  background-color: #0d3b66;
}

.button-color-link {
  color: #b99549;
  background-color: #25304d;
}

.button-color-link:hover {
  background-color: #b99549;
  color: #25304d;

}

.button-color {
  background-color: #972b28;
  
}


.mainWrapper {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}

.innerSlider {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease-in-out;
  padding: 15px 0;
}

.accordion .panel {
  height: 300px;
  /* adjust as per design */
}

.productCard {
  min-width: 280px;
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.productCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.productCard img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.cardBody {
  padding: 22px;
}

.cardBody h3 {
  margin-bottom: 12px;
  color: #222;
  font-size: 1.25rem;
}

.cardBody p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Navigation Buttons */
.navButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: white;
  border: none;
  width: 58px;
  height: 58px;
  font-size: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: all 0.3s;
}

.card-link-edit {
  width: 30%;
  border-radius: 20px;
}

.navButton:hover {
  background: rgba(0, 0, 0, 0.95);
  transform: translateY(-50%) scale(1.08);
}

.leftNav {
  left: -25px;
}

.rightNav {
  right: -25px;
}

@media (max-width: 768px) {
  .productCard {
    min-width: 250px;
  }

  .navButton {
    width: 48px;
    height: 48px;
    font-size: 26px;
  }
}


/* section-4-end */
/* section-6 */
  /* ===== WHO WE ARE SECTION RESPONSIVE FIX ===== */

@media (max-width: 1200px) {
  .col-md-5.position-absolute {
    position: static !important;
    bottom: auto !important;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .hero-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .auto {
    position: relative;
  }

  .col-md-5 {
    width: 100% !important;
    padding: 15px;
  }

  .col-md-5 p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .col-md-5 {
    padding: 10px;
  }

  .col-md-5 p {
    font-size: 13px;
  }
}
/* section-6-end */

/* section-7 */
/* Our Teams Section Start */
@media (max-width: 767.9px) {
  .our-teams {
    background: #0d6efd;
    padding: 20px 0px;
  }
}

@media (min-width: 768px) {
  .our-teams {
    padding-top: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/teamManagement.png');
  }
}

.team-slider {
  overflow: hidden;
  padding-bottom: 50px;

}

.team-track {
  display: flex;
  gap: 30px;
  transition: transform .5s ease;

}

.team-slide {
  flex: 0 0 calc(25% - 22.5px);
  display: flex;
  justify-content: center;
  background-color: #25304d;
  padding: 9px 9px;
  border-radius: 18px;
}

.team-card {
  position: relative;
  width: fit-content;
  border-radius: 12px;
  height: fit-content;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.team-img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  border-radius: 10px;
}

.team-info {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  width: 80%;
  text-align: center;
}

.team-info h5 {
  margin: 0;
  font-size: 16px;
}

.team-info p {
  margin: 0;
  font-size: 12px;
  color: #0d6efd;
}

.team-btn {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.team-btn:hover {
  background: #0d6efd;
  color: #fff;
}

@media(max-width:991px) {
  .team-slide {
    flex: 0 0 50%;
  }
}

@media(max-width:576px) {
  .team-slide {
    flex: 0 0 100%;
  }
}

/* .teams-bg{
    background-image: url("../images/feature-bg.webp");
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

/* Our Teams Section End */
/*--------------------- section-7-end------------------------ */
/* section-8 */
.timeline-wrapper {
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 20px 0;
  scrollbar-width: none;
  /* Hide scrollbar Firefox */
}

.sec-9-slider-link {
  width: 85%;
}

.slider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar Chrome/Safari */

/* Individual Card */
.milestone-card {
  min-width: 100%;
  /* Shows one year per view */
  scroll-snap-align: center;
  display: flex;
  background: var(--card-glass);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 345px;
}

.card-img {
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
  height: 300px;
  
}

.card-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.card-text {
  flex: 1.2;

}

.card-text h2 {
  font-size: 3rem;
  margin: 0;
  color: #fff;
  opacity: 0.8;
}

.card-text ul {
  padding-left: 20px;
  line-height: 1.8;
}

/* Year Navigation Bar */
.year-nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

  margin-top: 40px;
  width: 100%;
  position: relative;
}

.year-nav::before {
  content: '';
  position: absolute;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  z-index: 1;
}

.year-dot {
  width: 12px;
  height: 12px;
  background: orangered;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: 0.9s;
  position: relative;
}

.year-dot span {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-10%);
  font-size: 0.8rem;
  color: #aaa;
}

.year-dot.active {
  background: var(--accent-red);
  transform: scale(3.5);
}

.year-dot.active span {
  color: white;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .milestone-card {
    flex-direction: column;
  }

  .card-img {
    width: 100%;
    height: 200px;
  }

  .year-nav {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 20px;
  }
}

h1 {
  text-align: center;
  margin: 30px 0;
  font-size: 42px;
}

/* WRAPPER */
.timeline-wrapper {
  overflow: hidden;
  position: relative;
  padding: 40px 0 80px;

}

/* TRACK */
.timeline {
  display: flex;
  gap: 80px;
  /* FIXED spacing */
  width: max-content;
  animation: scroll 20s linear infinite;
  align-items: flex-end;
}

/* STOP BOTH ANIMATIONS */
.timeline-wrapper:hover .timeline,
.timeline-wrapper:hover .progress {
  animation-play-state: paused;
}

/* ITEM */
.item {
  width: 300px;
  text-align: center;
}

/* TEXT */
.title {
  font-size: 18px;
  color: #333;
}

.sub {
  font-size: 14px;
  color: #777;
}

/* LAUREL */
.laurel {
  display: flex;
  justify-content: center;
  gap: 95%;
  margin: -30px 0;
}

.laurel img {
  width: 28px;
}

.laurel .right {
  transform: scaleX(-1);
}

/* LINE */
.timeline-line {
  position: absolute;
  bottom: 55px;
  width: 100%;
  border-top: 2px dashed #999;
}

/* YEAR */
.year {
  position: relative;
  display: inline-block;
  background: #9e2b25;
  color: #fff;
  top: 75px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
}

/* PROGRESS BAR */
.progress-bar {
  position: absolute;
  width: 100%;
  bottom: 1px;
  height: 7px;
  background: #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.progress {
  width: 22%;
  height: 100%;
  background: orange !important;
  border-radius: 10px;
  animation: progressMove 20s linear infinite;
}

/* ANIMATIONS */
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes progressMove {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(300%);
  }
}
/* ===== TIMELINE RESPONSIVE FIX (NO DESIGN CHANGE) ===== */

/* Tablet fix */
@media (max-width: 1024px) {
  .milestone-card {
    min-width: 100%;
    height: auto;
    flex-direction: column;
    padding: 20px;
  }

  .card-img {
    position: relative !important;
    width: 100%;
    height: 220px;
  }

  .card-img img {
    width: 100%;
    height: 100%;
  }

  .card-text {
    flex: unset;
    width: 100%;
  }
}

/* Mobile fix */
@media (max-width: 768px) {
  .slider {
    gap: 10px;
    padding: 10px 0;
  }

  .milestone-card {
    flex-direction: column;
    height: auto;
    padding: 15px;
    border-radius: 15px;
  }

  .card-img {
    position: relative !important;
    height: 180px;
    width: 100%;
  }

  .card-text h1,
  .card-text h2 {
    font-size: 20px !important;
  }

  .card-text ul {
    font-size: 14px;
    line-height: 1.5;
  }

  .year-nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px;
    scroll-snap-type: x mandatory;
  }

  .year-dot {
    flex: 0 0 auto;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .milestone-card {
    padding: 12px;
  }

  .card-img {
    height: 160px;
  }

  .year-dot span {
    font-size: 10px;
  }
}
/* ===== YEAR NAV STRONG MOBILE FIX ===== */

@media (max-width: 768px) {
  .year-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start !important;
    align-items: center;
    gap: 25px;
    padding: 15px 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .year-nav::before {
    width: 200%;
    left: 0;
  }

  .year-dot {
    flex: 0 0 auto;
    transform: none !important;
  }

  .year-dot.active {
    transform: scale(1.8) !important;
  }

  .year-dot span {
    font-size: 11px;
    white-space: nowrap;
  }
}

/* very small screens */
@media (max-width: 480px) {
  .year-nav {
    gap: 18px;
  }

  .year-dot.active {
    transform: scale(1.5) !important;
  }

  .year-dot span {
    font-size: 10px;
  }
}
  /* ===== YEAR TEXT ONLY FIX (NO DESIGN CHANGE) ===== */

.year-dot span {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

/* Active state same design but readable */
.year-dot.active span {
  color: #fff;
  font-weight: 700;
}

/* Mobile only readability tweak */
@media (max-width: 768px) {
  .year-dot span {
    font-size: 11px;
    top: 16px;
  }
}

@media (max-width: 480px) {
  .year-dot span {
    font-size: 10px;
    top: 15px;
  }
}
/* ===== FIX YEAR NAV LINE RESPONSIVE ===== */

.year-nav {
  position: relative;
}

/* MAIN LINE */
.year-nav::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

/* ensure dots always above line */
.year-dot {
  z-index: 2;
  position: relative;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .year-nav::before {
    width: 150%;   /* important for scroll */
    left: 0;
  }
}

@media (max-width: 480px) {
  .year-nav::before {
    width: 200%;
  }
}
.timeline-wrapper::before {
  top: auto;
  bottom: 40px;   /* line ko neeche push kar dega */
}
/* section-8-end */
/* section-9 */
  
.coe-header {
  text-align: center;
  max-width: 800px;
  margin-bottom: 50px;
  padding: 0 20px;
}

.coe-header h1 {
  color: var(--coe-navy);
  font-size: 2.4rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.coe-header p {
  color: var(--coe-text);
  line-height: 1.6;
  font-size: 1.05rem;
}

/* --- Carousel Container --- */
.coe-carousel-viewport {
  width: 95%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}

.coe-card-rail {
  display: flex;
  transition: transform 0.6s ease-in-out;
  gap: 20px;
  padding: 10px 0;
}

/* --- Individual Card Styling --- */
.coe-card {
  flex: 0 0 calc(25% - 15px);
  /* 4 cards on large screens */
  background: #f5e6d3;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #edf2f7;
  transition: var(--coe-transition);
}

.coe-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.coe-logo-frame {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.coe-logo-frame img {
  max-width: 85px;
  object-fit: contain;
}

.coe-card h3 {
  font-size: 1.1rem;
  color: var(--coe-navy);
  margin-bottom: 12px;
  min-height: 44px;
  /* Maintain alignment */
}

.coe-card p {
  font-size: 0.9rem;
  color: var(--coe-text);
  margin: 0;
}

/* --- Navigation Buttons --- */
.coe-controls {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.coe-nav-btn {
  background-color: var(--coe-red);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: 0.2s;
}

.coe-nav-btn:hover {
  background-color: #a02e22;
  transform: scale(1.05);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 1024px) {
  .coe-card {
    flex: 0 0 calc(33.33% - 14px);
  }

  /* 3 cards */
}

@media (max-width: 768px) {
  .coe-card {
    flex: 0 0 calc(50% - 10px);
  }

  /* 2 cards */
  .coe-header h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .coe-card {
    flex: 0 0 100%;
  }

  /* 1 card */
}

/* section-9-end */
/* section-10 */
.uni-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}

.uni-header h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 500;
}

.uni-header p {
  max-width: 800px;
  margin: 0 auto 50px;
  color: var(--uni-text-gray);
  line-height: 1.6;
  font-size: 1rem;
}

/* Slider Viewport */
.uni-slider-viewport {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}

.uni-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Card Styling */
.uni-card {
  flex: 0 0 calc(33.333% - 14px);
  background-color: #b99549 !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
}

.uni-card h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: var(--uni-white);
}

.uni-card p {
  color: var(--uni-text-gray);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.uni-read-more {
  color: var(--uni-red);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* Navigation Buttons */
.uni-controls {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}

.uni-nav-btn {
  background: var(--uni-red);
  color: white;
  background-color: #972b28;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.uni-nav-btn:hover {
  opacity: 0.8;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .uni-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .uni-card {
    flex: 0 0 100%;
  }

  .uni-header h1 {
    font-size: 2rem;
  }
}

.uni-card {
  background-color: #c85d57;
}

.bg-color {
  background-color: #1e40af;
}

/* section-10-end */
/* section-7 */
.testimonial-vlog-wrapper {
  padding: 60px 20px;
  background-color: #f4f7f9;
  text-align: center;
}

.vlog-main-heading {

  font-size: 2rem;
  color: black;
  margin-bottom: 40px;
}

.vlog-carousel-viewport {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  /* Firefox */
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.vlog-carousel-viewport::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.vlog-item-card {
  min-width: calc(33.333% - 17px);
  /* Shows 3 cards on desktop */
  scroll-snap-align: center;
  background: white;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.vlog-thumbnail-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
}

.vlog-thumbnail-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.play-icon-shape {
  color: #0b3558;
  font-size: 1.5rem;
  margin-left: 4px;
}

.vlog-overlay-text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Nav Buttons Styles */
.vlog-navigation-action-bar {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 20px auto 0;
  gap: 10px;
}

.vlog-nav-ctrl-btn {
  background-color: #a3312f;
  color: white;
  border: none;
  width: 45px;
  height: 35px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.vlog-nav-ctrl-btn:hover {
  background-color: #7d2624;
}

/* Responsive Logic */
@media (max-width: 992px) {
  .vlog-item-card {
    min-width: calc(50% - 13px);
  }

  /* 2 cards */
}

@media (max-width: 600px) {
  .vlog-item-card {
    min-width: 100%;
  }

  /* 1 card */
}

/* section-7-end */
/* section-9 */
.mainHeroBanner {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #FF7A00 50%, #C8102E 50%);
  color: white;
  overflow: hidden;
}

.innerContentWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.orangeSection {
  padding-right: 20px;
}

.orangeSection h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.orangeSection p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.95;
}

.customActionButton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: white;
  color: #FF7A00;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.customActionButton:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.maroonSection {
  text-align: center;
  position: relative;
}

.maroonSection h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  line-height: 1.2;
}

.maroonSection p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.95;
}

.studentImage {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* Bottom Labels */
.bottomLabelsContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}

.admissionLabel {
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 25px 20px;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 2px;
  backdrop-filter: blur(5px);
}

.careerLabel {
  flex: 1;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 25px 20px;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 2px;
  backdrop-filter: blur(5px);
}

/* Responsive */
@media (max-width: 992px) {
  .innerContentWrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .orangeSection h1 {
    font-size: 2.6rem;
  }

  .maroonSection h2 {
    font-size: 2.4rem;
  }

  .studentImage {
    max-width: 320px;
  }
}

@media (max-width: 576px) {
  .mainHeroBanner {
    min-height: 600px;
  }

  .orangeSection h1 {
    font-size: 2.2rem;
  }

  .maroonSection h2 {
    font-size: 2rem;
  }

  .bottomLabelsContainer {
    flex-direction: column;
  }

  .admissionLabel,
  .careerLabel {
    font-size: 1.8rem;
    padding: 18px;
  }
}

/* about-section-9-slider */
.slider-9 {
  left: 490px;
  top: 0;
  right: 0px;
  bottom: 0;
  font-size: 20px;
}

/* about-section-9-slider-end */
/* section-9-end */

/* section-11 */

/* section-11-end */
/* section-12 */
.awards-section {
  padding: 70px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #f0f4ff);
}

h2 {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 1.5rem;
}

.subtitle {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Timeline Container ── */
.timeline-wrapper-sec-12 {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.timeline-line {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 4px;
  background: #d1d5db;

}

.timeline-line-active {
  position: absolute;
  top: 140px;
  left: 0;
  height: 6px;
  width: 0;
  background: #c2410c;
  z-index: 2;
  animation: growLine 12s linear infinite;
}

@keyframes growLine {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* section-12-end */
/* about----------------------section-------------------------end */
/* edit */
.card-hover {
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-hover:hover span {
  /* transform: translateY(-1px) scaleX(1.05); */
  z-index: 9;
  color: #b99549;
}

.card-hover i {
  transition: all 0.3s ease;
}

.card-hover:hover i {
  transform: scale(1.2);
  color: #b99549;
  /* bootstrap danger */
}

/* Main Card Effect */
.premium-card {
  transition: all 0.35s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* Hover Lift + Scale */
.premium-card:hover {
  transform: translateY(-10px) scale(1.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Icon Animation */
.premium-card i {
  transition: all 0.35s ease;
}

/* ✨ Glow Effect */
.premium-card:hover {
  box-shadow: 0 0 20px rgba(220, 53, 69, 0.6);
}

/* 🌈 Soft Gradient Background */
.premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d9ded8;
  opacity: 0;
  transition: 0.4s;
}

.premium-card:hover::before {
  opacity: 1;

}

/* Click Effect */
.premium-card:active {
  transform: scale(0.96);
}

.font-edit {
  font-size: 60px;
}

/* edit-end */
/*=============================== Certificates-Courses-css======================= */
.Certificates-Courses-card {
  position: absolute;
  left: 54px;
  bottom: -48px;
  background: linear-gradient(180deg, #16324d, #4d6a88);
  color: #fff;
  padding: 50px 23px;
  border-radius: 13px;
}

.Certificates-Courses-card h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
}

.Certificate-img-link-1 {
  background-image: url(../img/about-arts-humanities.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.Certificate-img-link-2 {
  background-image: url(../img/girles.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.Certificate-img-link-3 {
  background-image: url(../img/education-about.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

/* section-2 */
.photo-img {
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}

/* section-2-end */
/* section-3 */
.certification-icho {
  font-size: 45px;
}

.card-height {
  max-height: 350px;
}

/* section-3-end */

/* Diploma-Courses-js */
/* section-2 */
.input-bg-color {
  background-color: #ececec;
}

.input-padding-link {
  padding: 11px 9px !important;
}

.input-color-link {
  /* background-color: #62afa9!important; */
}

.card-set-link {
  text-align: justify;
  align-self: stretch;
}

/* section-2-end */
/* section-6 */
.scholarship-img-link {
  background-image: url(../img/scholarship-2.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

/* section-6-end */
/* section-9 */
.accordion-link {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  gap: 10px;
}

.accordion-color {
  background-color: #ffebd0;
}

/* section-9-end */
/* section-13 */
.awards-carousel {
  display: flex;
  animation: slideAwards 24s linear infinite;
  width: max-content;
}

.awards-carousel:hover {
  animation-play-state: paused;
}

.award-item {
  flex: 0 0 auto;
  width: 280px;
  margin: 0 40px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.laurel {
  font-size: 5.5rem;
  line-height: 1;
  margin-bottom: 12px;
  color: #8b0000;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.award-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin: 8px 0 6px;
  min-height: 50px;
}

.award-year {
  display: inline-block;
  background: #991b1b;
  color: white;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 1.05rem;
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(153, 27, 27, 0.3);
}

@keyframes slideAwards {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .award-item {
    width: 240px;
    margin: 0 25px;
  }

  .laurel {
    font-size: 4.8rem;
  }

  .award-title {
    font-size: 1.15rem;
  }

  .timeline-line {
    top: 120px;
  }

  .timeline-line-active {
    top: 120px;
  }
}

@media (max-width: 600px) {
  .awards-carousel {
    animation-duration: 30s;
    /* slower on mobile */
  }

  .award-item {
    width: 80vw;
    margin: 0 15px;
  }
}

/* section-13-end */
/* -------------------------student-Zone------------------ */
/* section-12 */
.awards-section {
  padding: 70px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #f0f4ff);
}

h2 {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 1.5rem;
}

.subtitle {
  font-size: 1.3rem;
  color: #555;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Timeline Container ── */
/* .timeline-wrapper {
     position: relative;
     max-width: 1400px;
     margin: 0 auto;
     padding: 40px 0;
     overflow: hidden;
   } */

.dotidline-line {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  border-top: 2px dashed #999;

}

.student-year {
  position: relative;
  bottom: -9px;
  display: inline-block;
  background: #9e2b25;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
}

.dotidline-line-active {
  position: absolute;
  top: 140px;
  left: 0;
  height: 6px;
  width: 0;
  background: #c2410c;
  z-index: 2;
  animation: growLine 12s linear infinite;
}


@keyframes growLine {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/* section-12-end */

/* section-3 */
.card-color-link:hover {
  background-color: sandybrown !important;
}

.ht-80 {
  height: 80% !important;
}

/*----
/* section-3-end */
/* section-5 */
.girl-bg {
  background-image: url(../img/research-10.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  height: 400px
}

.scroll-box {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
  overflow-x: hidden;
  scrollbar-color: #6374cc #f1f1f1;
  scrollbar-width: thin;
}

/* section-5-end */
/* -------------------- student-zone-end----------------- */
/* -------------------Diploma-Courses----------------- */
/* section-4 */
.faculty-card {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.faculty-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.faculty-card:hover .faculty-overlay {
  opacity: 1;
}

.flip-card {
  background-color: transparent;
  height: 350px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 56%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1.5rem;
}

.flip-card-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* section-4-end */
/* section-6 */
.scholarship-section {
  padding: 60px 0;
}

.section-title {
  font-weight: 600;
  color: #4a154b;
  /* Deep purple shade from the video */
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 40px;
}

/* Card Styling */
.scholarship-card {
  background: #fff;
  border: none;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scholarship-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  width: 70px;
  margin: 0 auto 20px;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #4a154b;
  margin-bottom: 15px;
}

.card-text {
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.6;
}

/* Arrow Button inside Card */
.card-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #25304d;
  /* Maroon shade from UI */
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-decoration: none;
}

/* Navigation Buttons */
.nav-btn {
  background-color: #25304d;
  color: #b99549;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: opacity 0.2s;
}

.nav-btn:hover {
  background-color: #b99549;
  color: #2c3e50;
}

.header-top-right {
  text-align: right;
  margin-bottom: 20px;
}

.explore-btn {
  background-color: #4a154b;
  color: white;
  border-radius: 20px;
  padding: 8px 25px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s;
}

.explore-btn:hover {
  background-color: #350f36;
  color: #ddd;
}
/* border-of dec */
/* section-4 */

  .main-card {
    
    /* Dark Navy Blue */
    border-radius: 20px;
    padding: 30px 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    color: white;
    min-height: 445px;
  }

  /* Text Styling */
  .text-content {
    flex: 1;
    max-width: 500px;
  }

  .main-title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: justify;
  }

  .know-more-btn {
    display: inline-flex;
    align-items: center;
    background: white;
    color: #333;
    text-decoration: none;
    padding: 8px 10px 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 40px;
    transition: 0.3s;
  }

  .arrow-box {
    background-color: #a12c2c;
    /* Red Box */
    color: white;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 15px;
  }

  .description {
    font-family: sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }

  .read-more {
    color: #ffcc00;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
  }

  /* Image & Outline Text Styling */
  .visual-content {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .outline-heading {
    /* position:absolute;
      bottom: -10px;
      right: 150px; */
    font-size: 4rem;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
  }

  .image-box {

    transform: translateY(100px);
    /* This makes it overlap the bottom */
  }

  .image-box img {
    width: 380px;
    height: 480px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .main-card {
      flex-direction: column;
      padding: 40px;
      text-align: center;
    }

    .visual-content {
      justify-content: center;
      width: 100%;
    }

    .outline-heading {
      font-size: 4rem;
      right: auto;
      bottom: 20px;
    }

    .image-box {
      transform: translateY(60px);
    }

    .image-box img {
      width: 100%;
      max-width: 400px;
      height: auto;
    }
  }

  /* ==============================
    ONLY RESPONSIVE FIX
    YOUR DESIGN SAME RAHEGA
  ============================== */

  /* laptop */
  @media (max-width:1200px) {

    .main-card {
      padding: 30px 40px;
    }

    .main-card .col-md-6 {
      left: 47% !important;
    }

    .outline-heading {
      font-size: 55px;
    }
  }


  /* tablet */
  @media (max-width:991px) {

    .main-card {
      padding: 40px 30px;
      min-height: auto;
    }

    .text-content {
      max-width: 100%;
    }

    .main-card .col-md-6 {
      position: relative !important;
      left: 0 !important;
      width: 100%;
      margin-top: 40px;
    }

    .u-stats-nav-interface {
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .visual-content {
      width: 100%;
      right: 0 !important;
      justify-content: center;
      display: flex;
    }

    .outline-heading {
      font-size: 48px;
      text-align: center;
    }

    .carousel-item .row {
      justify-content: center;
    }
  }


  /* mobile */
  @media (max-width:576px) {

    .main-card {
      padding: 25px 20px;
      border-radius: 16px;
    }

    .main-title {
      font-size: 28px;
      line-height: 1.4;
      text-align: left;
    }

    .description {
      font-size: 14px;
      line-height: 1.7;
    }

    .outline-heading {
      font-size: 32px;
    }

    .u-stats-nav-interface button {
      width: 42px !important;
      height: 42px !important;
    }

    .carousel-item .col-auto,
    .carousel-item .col-lg-6 {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .carousel-item .bg-warning-subtle,
    .carousel-item .bg-info-subtle,
    .carousel-item .bg-danger-subtle {
      width: 100% !important;
      max-width: 280px;
      height: auto !important;
    }

    .carousel-item h6 {
      font-size: 15px;
      line-height: 1.5;
    }

    .carousel-item p {
      font-size: 14px;
    }

    #statsCarousel {
      top: 0 !important;
    }
  }


  /* extra small */
  @media (max-width:400px) {

    .main-title {
      font-size: 24px;
    }

    .outline-heading {
      font-size: 26px;
    }

    .main-card {
      padding: 20px 15px;
    }
  }

  /* =========================================
    ONLY CARD HOVER EFFECT CHANGE
    BAAKI SAB SAME RAHEGA
  ========================================= */


  /* IMAGE FULL SHOW */
  .carousel-item img{
      width: 100%;
      height: 170px;
      object-fit: cover;
      border-radius: 12px;
      transition: 0.5s ease;
  }

  /* CONTENT */
  .carousel-item h6,
  .carousel-item p{
      transition: 0.5s ease;
  }

  /* HOVER EFFECT */
  .carousel-item .bg-warning-subtle:hover img,
  .carousel-item .bg-info-subtle:hover img,
  .carousel-item .bg-danger-subtle:hover img{
      opacity: 0;
      transform: scale(1.2);
  }

  /* CONTENT CENTER */
  .carousel-item .bg-warning-subtle:hover,
  .carousel-item .bg-info-subtle:hover,
  .carousel-item .bg-danger-subtle:hover{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  /* TITLE */
  .carousel-item .bg-warning-subtle h6,
  .carousel-item .bg-info-subtle h6,
  .carousel-item .bg-danger-subtle h6{
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 80px;
      opacity: 0;
      transform: translateY(20px);
      transition: 0.5s ease;
      text-align: center;
  }

  /* DESCRIPTION */
  .carousel-item .bg-warning-subtle p,
  .carousel-item .bg-info-subtle p,
  .carousel-item .bg-danger-subtle p{
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 25px;
      opacity: 0;
      transform: translateY(20px);
      transition: 0.5s ease;
      text-align: center;
  }

  /* SHOW CONTENT ON HOVER */
  .carousel-item .bg-warning-subtle:hover h6,
  .carousel-item .bg-warning-subtle:hover p,
  .carousel-item .bg-info-subtle:hover h6,
  .carousel-item .bg-info-subtle:hover p,
  .carousel-item .bg-danger-subtle:hover h6,
  .carousel-item .bg-danger-subtle:hover p{
      opacity: 1;
      transform: translateY(0);
  }

  /* OPTIONAL PREMIUM EFFECT */
  .carousel-item .bg-warning-subtle::before,
  .carousel-item .bg-info-subtle::before,
  .carousel-item .bg-danger-subtle::before{
      content:'';
      position:absolute;
      inset:0;
      background:rgba(255,255,255,0.95);
      opacity:0;
      transition:0.5s ease;
      z-index:0;
  }

  .carousel-item .bg-warning-subtle:hover::before,
  .carousel-item .bg-info-subtle:hover::before,
  .carousel-item .bg-danger-subtle:hover::before{
      opacity:1;
  }

  /* CONTENT ABOVE OVERLAY */
  .carousel-item h6,
  .carousel-item p{
      z-index:2;
      position:absolute;
  }
  
  /* FULL IMAGE */
  .carousel-item img{
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      border-radius: 16px;
      transition: 0.5s ease;
      display: block;
  }

  /* NAME BOTTOM */
  .carousel-item h6{
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 18px 15px;
      background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
      color: #fff !important;
      font-size: 17px;
      line-height: 1.5;
      z-index: 3;
      transition: 0.5s ease;
  }

  /* DESCRIPTION HIDE */
  .carousel-item p{
      position: absolute;
      top: 50%;
      left: 20px;
      right: 20px;
      transform: translateY(30px);
      opacity: 0;
      text-align: center;
      font-size: 16px;
      line-height: 1.8;
      color: #333;
      z-index: 4;
      transition: 0.5s ease;
  }

  /* OVERLAY */
  .carousel-item .bg-warning-subtle::before,
  .carousel-item .bg-info-subtle::before,
  .carousel-item .bg-danger-subtle::before{
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.96);
      opacity: 0;
      transition: 0.5s ease;
      z-index: 2;
  }

  /* HOVER IMAGE HIDE */
  .carousel-item .bg-warning-subtle:hover img,
  .carousel-item .bg-info-subtle:hover img,
  .carousel-item .bg-danger-subtle:hover img{
      opacity: 0;
      transform: scale(1.1);
  }

  /* HOVER OVERLAY SHOW */
  .carousel-item .bg-warning-subtle:hover::before,
  .carousel-item .bg-info-subtle:hover::before,
  .carousel-item .bg-danger-subtle:hover::before{
      opacity: 1;
  }

  /* HOVER DESCRIPTION SHOW */
  .carousel-item .bg-warning-subtle:hover p,
  .carousel-item .bg-info-subtle:hover p,
  .carousel-item .bg-danger-subtle:hover p{
      opacity: 1;
      transform: translateY(-50%);
  }

  /* NAME HIDE ON HOVER */
  .carousel-item .bg-warning-subtle:hover h6,
  .carousel-item .bg-info-subtle:hover h6,
  .carousel-item .bg-danger-subtle:hover h6{
      opacity: 0;
  }

  /* CARD HEIGHT FIX */
  .carousel-item .bg-warning-subtle,
  .carousel-item .bg-info-subtle,
  .carousel-item .bg-danger-subtle{
      height: 354px !important;
      width: 260px !important;
      border-radius: 20px;
  }
/* =========================================
   PREMIUM MEMBER CARD
========================================= */

.carousel-item .bg-warning-subtle,
.carousel-item .bg-info-subtle,
.carousel-item .bg-danger-subtle{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 0 !important;
    height: 354px !important;
    width: 260px !important;
    border-radius: 22px;
    background: #fff;
}

/* IMAGE FULL */
.carousel-item img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 22px;
    transition: 0.5s ease;
    display: block;
}

/* MEMBER NAME BOTTOM */
.carousel-item h6{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 20px 18px;
    background: linear-gradient(to top,
    rgba(0,0,0,0.95),
    rgba(0,0,0,0.55),
    transparent);

    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    z-index: 5;
    transition: 0.5s ease;
}

/* DESCRIPTION */
.carousel-item p{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(20px);
    opacity: 0;

    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: #333;

    z-index: 6;
    transition: 0.5s ease;
}

/* WHITE OVERLAY */
.carousel-item .bg-warning-subtle::before,
.carousel-item .bg-info-subtle::before,
.carousel-item .bg-danger-subtle::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.96);

    opacity: 0;
    transition: 0.5s ease;
    z-index: 2;
}

/* HOVER IMAGE HIDE */
.carousel-item .bg-warning-subtle:hover img,
.carousel-item .bg-info-subtle:hover img,
.carousel-item .bg-danger-subtle:hover img{
    opacity: 0;
    transform: scale(1.1);
}

/* OVERLAY SHOW */
.carousel-item .bg-warning-subtle:hover::before,
.carousel-item .bg-info-subtle:hover::before,
.carousel-item .bg-danger-subtle:hover::before{
    opacity: 1;
}

/* DESCRIPTION SHOW */
.carousel-item .bg-warning-subtle:hover p,
.carousel-item .bg-info-subtle:hover p,
.carousel-item .bg-danger-subtle:hover p{
    opacity: 1;
    transform: translateY(-50%);
}

/* NAME HIDE ON HOVER */
.carousel-item .bg-warning-subtle:hover h6,
.carousel-item .bg-info-subtle:hover h6,
.carousel-item .bg-danger-subtle:hover h6{
    opacity: 0;
}

/* CARD HOVER EFFECT */
.carousel-item .bg-warning-subtle:hover,
.carousel-item .bg-info-subtle:hover,
.carousel-item .bg-danger-subtle:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* =========================================
   RESPONSIVE
========================================= */

/* Tablet */
@media(max-width:991px){

    .main-card .col-md-6{
        position: relative !important;
        left: 0 !important;
        width: 100%;
        margin-top: 40px;
    }

    .carousel-item .row{
        justify-content: center;
    }

    .accordion{
        flex-direction: column;
    }

    .accordion-item{
        width: 100% !important;
    }
}

/* Mobile */
@media(max-width:576px){

    .main-card{
        padding: 25px 15px;
    }

    .main-title{
        font-size: 28px;
        line-height: 1.4;
    }

    .outline-heading{
        font-size: 32px;
        text-align: center;
    }

    .carousel-item .col-auto,
    .carousel-item .col-lg-6{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-item .bg-warning-subtle,
    .carousel-item .bg-info-subtle,
    .carousel-item .bg-danger-subtle{
        width: 100% !important;
        max-width: 300px;
        height: 380px !important;
    }

    .carousel-item h6{
        font-size: 15px;
        padding: 18px 14px;
    }

    .carousel-item p{
        font-size: 14px;
        line-height: 1.7;
    }

    .accordion{
        flex-direction: column;
        gap: 15px;
    }

    .accordion-item{
        width: 100% !important;
    }
}

/* Extra Small */
@media(max-width:400px){

    .main-title{
        font-size: 24px;
    }

    .outline-heading{
        font-size: 25px;
    }

    .carousel-item .bg-warning-subtle,
    .carousel-item .bg-info-subtle,
    .carousel-item .bg-danger-subtle{
        max-width: 100%;
    }
}

/* section-4-end */
/* border-dec-end */

/* section-6-end */
/* -------------------Diploma-Courses-end----------------- */
/* Footer Section Start */
