body{
	font-family: "Poppins", sans-serif;
}
p{
	font-family: "Poppins", sans-serif;
	font-size:15px;
}
/* Navbar */
.custom-navbar {
  background-color: #0b2c4a;
}


.navbar-nav a{
    color:#fff;
    font-size:15px;
}
/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  background: url('../image/skd-banner-main.jpg') no-repeat center center/cover;
}

/* Mobile devices */
@media (max-width: 768px) {
  .hero-section {
    background: url('../image/mobile-banner.jpg') no-repeat center center/cover;
  }
}

/* Mobile background */
@media (max-width: 991px) {
  .custom-navbar {
    background: #000000; /* change to your mobile color */
  }
  
  .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background: #002147;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
     background: #002147;
}
}

/* Blue Overlay Gradient */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(11,44,74,0.95) 40%, rgba(11,44,74,0.3) 100%);
  top: 0;
  left: 0;
}

/* Content above overlay */
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* Heading */
.hero-title {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.0;
    font-family: "Cormorant Garamond", serif;
}



/* Text */
.hero-text {
  margin-top: 15px;
  font-size: 16px;
  opacity: 0.9;
}

/* Buttons */
.btn-warning {
  background-color: #f5a623;
  border: none;
}

.btn-warning:hover {
  background-color: #e6951f;
}

/* Stats */
.stats h2 {
  font-size: 46px;
  color: #f5a623;
  font-family: "Cormorant Garamond", serif;
}

.stats p {
  font-size: 14px;
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 37px;
  }

  .stats {
    text-align: center;
  }
  
  .paatopsk1{
     padding-top:60px; 
  }
}


 .paatopsk{
     padding-top:120px; 
  }




/* Top Bar */
.top-bar {
  background-color: #f5a100;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
}

.top-bar .divider {
  opacity: 0.6;
}

/* Section Background */
.skd-difference {
  background-color: #f4f4f4;
}

/* Left Content */
.sub-heading {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5a100;
  font-weight: 600;
}

.main-heading2 {
  font-size: 52px;
  font-weight: 600;
  color: #222;
  margin: 10px 0;
  font-family: "Cormorant Garamond", serif;
}

/* Mobile */
@media (max-width: 768px) {
  .main-heading2 {
    font-size: 40px;
	line-height:40px;
  }
}

.main-heading span {
  font-style: italic;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}

.desc2 {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-top: 15px;
}

/* Cards */
.feature-card {
  background: #FAF5EC;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  transition: 0.3s;
}

.feature-card img{
	width:50px;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h5 {
     font-size: 22px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

.feature-card p {
  font-size: 13px;
  color: #555;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 28px;
  }

  .top-bar .d-flex {
    flex-direction: column;
  }
}





/* Section Background */
.heritage-section {
  background: linear-gradient(135deg, #0b3a6e, #0a2f57);
  color: #fff;
}

/* Sub Heading */
.sub-heading {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5a623;
  font-weight: 600;
}

/* Main Heading */
.main-heading {
    font-size: 50px;
    font-weight: 500;
    color: #111;
    font-family: "Cormorant Garamond", serif;
}

.main-heading span {
  font-style: italic;
  font-weight: 400;
}

/* Paragraph */
.desc {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Info Boxes */
.info-box {
  background: #0c3b6a;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(255,255,255,0.1);
}

.year {
  font-size: 20px;
  font-weight: 600;
  color: #f5a623;
  min-width: 70px;
}

.year span {
  font-size: 12px;
}

.icon {
  font-size: 24px;
  min-width: 50px;
}

.info-box h5 {
  font-size: 15px;
  margin-bottom: 5px;
}

.info-box p {
  font-size: 13px;
  opacity: 0.8;
}

/* Right Highlight Card */
.highlight-card {
  background: #082a4d;
  padding: 40px 25px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}

.highlight-card h4 {
  color: #f5a623;
  margin-bottom: 15px;
}

.highlight-card p {
  font-size: 14px;
  opacity: 0.9;
}

.highlight-card small {
  display: block;
  margin-top: 20px;
  opacity: 0.6;
}

/* Button */
.btn-outline-light {
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 28px;
  }

  .highlight-card {
    margin-top: 20px;
  }
}







/* Section Background */
.campus-section {
  background: linear-gradient(to right, #dfe6ea, #a9c3d6);
}

/* Heading */
.sub-heading {
  font-size: 12px;
  letter-spacing: 2px;
  color: #f5a623;
  font-weight: 600;
}

.main-heading {
    font-size: 49px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Cormorant Garamond", serif;
}

.main-heading span {
  font-style: italic;
  font-weight: 400;
}

.desc {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  line-height: 1.7;
}

/* Cards */
.campus-card {
  background: #f5f2ec;
  padding: 25px;
  border-radius: 16px;
  height: 100%;
  transition: 0.3s;
}

.campus-card:hover {
  transform: translateY(-6px);
}

/* Icon */
.icon {
  font-size: 28px;
  margin-bottom: 10px;
}

/* Title */
.campus-card h5 {
  font-size: 16px;
  font-weight: 600;
}

/* Text */
.campus-card p {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
}

/* Tags */
.tags {
  margin-top: 15px;
}

.tags span {
    display: inline-block;
    background: #e3d2b3;
    color: #444;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 20px;
    margin: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .main-heading {
    font-size: 28px;
  }
}

.main-heading3 {
    font-size: 52px;
    font-weight: 500;
    color: #000;
    font-family: "Cormorant Garamond", serif;
}

/* Mobile */
@media (max-width: 768px) {
  .main-heading3 {
    font-size: 40px;
  }
}

.desc3 {
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  line-height: 1.7;
}





/* ===== SECTION ===== */
.skdprog-section {
  background: #f5f6f8;
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif;
}

/* ===== HEADER ===== */
.skdprog-subtitle {
  color: #f5a623;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}

.skdprog-title {
  font-size: 52px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}

.skdprog-title span {
  font-style: italic;
  font-weight: 400;
}

.skdprog-desc {
  color: #666;
  max-width: 600px;
}

/* ===== FEATURE BOX ===== */
.skdprog-features {
  background: #0c3c6c;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
}

.skdprog-features h5 {
  color: #ffb400;
  font-family: "Poppins", sans-serif;
}

/* ===== FILTER TABS ===== */
.skdprog-filters .nav-link {
  border: 1px solid #cfd6dd;
  border-radius: 20px;
  margin-right: 10px;
  padding: 6px 16px;
  color: #333;
  font-size: 14px;
}



.skdprog-filters .nav-link.active {
  background: #0c3c6c;
  color: #fff;
  border-color: #0c3c6c;
}

/* ===== TABLE ===== */
.skdprog-table thead {
  background: #0c3c6c;
  color: #fff;
}

.skdprog-table th {
    padding: 14px;
    font-size: 14px;
    background: #0c3c6c;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.skdprog-table td {
  padding: 14px;
  font-size: 14px;
}

/* badge */
.skdprog-badge {
  background: #f3d3a1;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* responsive */
@media(max-width:768px){
  .skdprog-title{
    font-size: 40px;
  }
}






/* SECTION */
.skdiss-section {
  background: linear-gradient(180deg, #0b3c6d, #0a3560);
  color: #fff;
  padding: 80px 0;
  font-family: 'Segoe UI', sans-serif;
}

/* HEADER */
.skdiss-subtitle {
  color: #ffb400;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}

.skdiss-title {
  font-size: 52px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  line-height:50px;
}

.skdiss-title span {
  font-style: italic;
  font-weight: 400;
}

.skdiss-desc {
  max-width: 650px;
  color: #cbd6e2;
}

/* CARD */
.skdiss-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255, 180, 0, 0.4);
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

.skdiss-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.08);
}

/* ICON */
.skdiss-icon {
  font-size: 28px;
  color: #ffb400;
  margin-bottom: 15px;
}

/* TEXT */
.skdiss-card h5 {
  color: #ffb400;
  margin-bottom: 10px;
  font-size:23px;
  font-family: "Cormorant Garamond", serif;
}

.skdiss-card p {
  font-size: 14px;
  color: #dbe6f1;
}

.skdiss-card ul {
  padding-left: 18px;
  font-size: 13px;
}

.skdiss-card ul li {
  margin-bottom: 5px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .skdiss-title {
    font-size: 40px;
	line-height:40px;
  }
}






/* SECTION BACKGROUND */
.skdconn-section {
    padding: 80px 0;
    background: linear-gradient(to right, #ffffff, #b9e5ff);
}

/* TEXT */
.skdconn-subtitle {
  color: #f5a623;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}

.skdconn-title {
  font-size: 52px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}

.skdconn-title span {
  font-style: italic;
}

.skdconn-desc {
  color: #444;
  max-width: 500px;
}

/* LEFT SMALL CARDS */
.skdconn-card {
  display: flex;
  gap: 12px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  align-items: center; /* center align icon + text */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.skdconn-card i {
  font-size: 20px;
  color: #ff6600;
  min-width: 25px; /* keeps icon fixed width */
  text-align: center;
}

.skdconn-card img{
	width:40px;
}

.skdconn-card h6 {
  margin: 0;
}

.skdconn-card p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* RIGHT PANEL */
.skdconn-right {
  background: #0c3c6c;
  padding: 40px;
  border-radius: 20px;
}

/* RIGHT BOX */
.skdconn-box {
  background: #f3f3f3;
  padding: 18px;
  text-align: center;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.skdconn-box .icon {
  font-size: 20px;
  color: #ff6600; /* change as needed */
}

.skdconn-box h6 {
  margin-bottom: 5px;
}

.skdconn-box p {
  font-size: 13px;
  color: #555;
}

/* RESPONSIVE */
@media(max-width:768px){
  .skdconn-title {
    font-size: 40px;
	line-height:40px;
  }
}
.conn-box {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.conn-box h6 {
  margin: 0;
  font-size: 16px;
}

.conn-box p {
  margin: 5px 0 0;
  font-size: 13px;
}




/* SECTION */
.skdadm-section {
  background: #f7f7f7;
  padding: 80px 0;
  font-family: 'Segoe UI', sans-serif;
}

/* TEXT */
.skdadm-subtitle {
  color: #f5a623;
  letter-spacing: 2px;
  font-size: 12px;
}

.skdadm-title {
    font-size: 52px;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    line-height: 54px;
}

.skdadm-title span {
  font-style: italic;
}

.skdadm-desc {
  max-width: 650px;
  margin: auto;
  color: #555;
}

/* TIMELINE */
.skdadm-timeline {
  position: relative;
}

/* LINE */
.skdadm-line {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0a54b;
  z-index: 0;
}

/* STEP */
.skdadm-step {
  position: relative;
  z-index: 2;
  padding-top: 5px;
}

/* CIRCLE */
.skdadm-circle {
    width: 80px;
    height: 80px;
    margin: auto;
    background: #0c3c6c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border: 3px solid #e0a54b;
    margin-bottom: 20px;
    font-family: "Cormorant Garamond", serif;
}

/* TEXT */
.skdadm-step h5 {
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  font-size:22px;
}

.skdadm-step p {
    font-size: 13px;
    color: #000000;
    max-width: 250px;
    margin: auto;
    line-height: 16px;
}

/* MOBILE */
@media(max-width:768px){

  .skdadm-title {
    font-size: 34px;
  }

  .skdadm-line {
    display: none;
  }

  .skdadm-step {
    margin-bottom: 40px;
  }
}







/* SECTION */
.skdcta-section {
  background: linear-gradient(180deg, #0c3c6c, #0a3560);
  color: #fff;
  padding: 100px 0;
  font-family: 'Segoe UI', sans-serif;
}

/* SUBTITLE */
.skdcta-subtitle {
  color: #ffb400;
  letter-spacing: 3px;
  font-size: 12px;
  margin-bottom: 15px;
}

/* TITLE */
.skdcta-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
}

.skdcta-title span {
  font-style: italic;
  font-weight: 400;
}

/* DESC */
.skdcta-desc {
  max-width: 700px;
  margin: 20px auto;
  color: #d6e2ef;
  font-size: 16px;
  line-height: 1.7;
}

/* BUTTONS */
.skdcta-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* PRIMARY */
.skdcta-btn-primary {
  background: #f5a623;
  color: #000;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.skdcta-btn-primary:hover {
  background: #e59610;
  color: #000;
}

/* OUTLINE */
.skdcta-btn-outline {
  border: 1px solid #f5a623;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
}

.skdcta-btn-outline:hover {
  background: #f5a623;
  color: #000;
}

/* RESPONSIVE */
@media(max-width:768px){
  .skdcta-title {
    font-size: 40px;
	line-height:40px;
  }
}










.skdprog-section {
  background: #f8fbff;
}

.skdprog-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.skdprog-filters .nav-link {
  border-radius: 30px;
  padding: 8px 18px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.skdprog-filters .nav-link.active {
  background: #0c3c6c;
  color: #fff;
}

.skdprog-table {
  background: #fff;
  border-radius: 1px;
  overflow: hidden;
}

.skdprog-table thead {
  background: #0d6efd;
  color: #fff;
}

.skdprog-badge {
  background: #FF9C0040;
    color: #000000;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}





/* Horizontal Scroll Container */
#facultyTabs {
  
}


/* Hide scrollbar (optional clean UI) */
#facultyTabs::-webkit-scrollbar {
  height: 5px;
}
#facultyTabs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Tabs */
#facultyTabs .nav-link {
flex: 0 0 auto;
    border-radius: 0px;
    padding: 8px 18px;
    border: 1px solid #ddd;
    background: #fdf7f1;
    white-space: nowrap;
    cursor: pointer;
}

#facultyTabs .nav-link.active {
  background: #0c3c6c;
  color: #fff;
}





/* =========================
   APPLY NOW SIDEBAR
========================= */

/* Vertical APPLY NOW button */
/* APPLY NOW BUTTON DEFAULT (form closed) */
/* Hide by default (desktop + tablet) */
@keyframes blinkBg {
    0%   { background-color: #002147; }
    50%  { background-color: #fdab20; }
    100% { background-color: #002147; }
}

.apply-now-btn {
    position: fixed;
    right: 30px;
    bottom: 10%;
    background: #002147;
    color: #fff;
    padding: 10px 15px;
    text-orientation: mixed;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
	border-radius:10px;
	
    transition: right 0.4s ease;
    animation: blinkBg 1.2s infinite ease-in-out;
}

/* Show ONLY on mobile */
@media (max-width: 768px) {
    .apply-now-btn {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #002147;
        color: #fff;
		font-weight:400;
        font-size: 18px;
        text-align: center;
        padding: 18px 10px;
        cursor: pointer;
		border-radius:0px;
        z-index: 10000;
        writing-mode: horizontal-tb;
    }
	
	@keyframes blinkColor {
    0%   { color: #ffffff; }
    50%  { color: #fdab20; }
    100% { color: #ffffff; }
}

.blink-text {
    animation: blinkColor 1s infinite;
}

.apply-now-btn span{
	border:1px solid #fff;
	padding:10px 94px;
}
}

/* When form is open */
.apply-now-btn.form-open {
    right: 346px;
}


.apply-form.active {
    right: 0;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    background: #ffffff;
    color: #002147;
    border-radius: 50%;
    border: none;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Header */
.form-header {
    background: #fff;
    color: #002147;
    text-align: center;
    font-weight: bold;
    padding: 12px;
    margin-bottom: 15px;
}

/* Form */
.apply-form form {
    background: #fff;
    padding: 15px;
}

.apply-form input,
.apply-form select {
    width: 100%;
    padding: 6px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
}

/* Mobile number group */
.mobile-group {
    display: flex;
    gap: 5px;
}

.mobile-group select {
    width: 30%;
}

.mobile-group input {
    width: 70%;
}

/* Two column */
.two-col {
    display: flex;
    gap: 8px;
}

/* Captcha */
.captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.captcha span {
    background: #f0f0f0;
    padding: 8px 10px;
    font-weight: bold;
}

/* Checkbox */
.checkbox {
    font-size: 13px;
    margin-bottom: 12px;
    display: block;
}

/* Register button */
.register-btn {
    width: 100%;
    background: #002147;
    color: #fff;
    padding: 12px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

/* Existing user */
.existing-user {
    text-align: center;
    color: #1a4aa2;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}


.apply-form input::placeholder,
.apply-form textarea::placeholder,
.apply-form select::placeholder {
    font-size: 13px;
    color: #666;
}

@media (max-width: 768px) {
    .apply-form input::placeholder {
        font-size: 12px;
    }
}

.apply-form input::-webkit-input-placeholder {
    font-size: 13px;
}

.apply-form input::-moz-placeholder {
    font-size: 13px;
}

.apply-form input:-ms-input-placeholder {
    font-size: 13px;
}

.apply-form input::placeholder {
    font-size: 13px;
}



.popup-overlay {
      display: none;
      position: fixed;
      inset: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 9999;
      padding: 20px;
      overflow-y: auto;
    }

    .popup-overlay.is-open {
      display: block;
    }

    .popup-content {
      background: #fff;
      max-width: 500px;
      margin: 40px auto;
      padding: 20px;
      position: relative;
      border-radius: 12px;
    }

    .apply-now-btn {
      pointer-events: auto;
      cursor: pointer;
    }

    .new {
      background: #fdad1b;
      color: #ffffff;
      padding: 2px 4px;
      margin-left: 8px;
      border-radius: 3px;
      font-size: 9px;
      font-weight: bold;
      animation: blink 1s infinite;
    }

    @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
    }
	
	
