
.pkp_brand_footer {
    display: none !important;
}

/* MAIN WRAPPER */
.premium-home {
  max-width: 1100px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
}

/* CARD */
.premium-card {
  display: flex;
  gap: 20px;
  background: #f8fbf9;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* LEFT IMAGE */
.premium-left img {
  width: 260px;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* RIGHT CONTENT */
.premium-right {
  flex: 1;
}

.premium-right h2 {
  margin-top: 0;
  color: #0f3b2e;
  font-size: 24px;
}

.premium-right p {
  color: #444;
  line-height: 1.6;
}

/* TAGS */
.premium-tags {
  margin-top: 15px;
}

.premium-tags span {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #7e71cc;
  padding: 6px 14px;
  margin: 5px 5px 0 0;
  border-radius: 20px;
  font-size: 13px;
}

.premium-tags.light span {
  background: #eef6f1;
}

/* BUTTONS */
.premium-buttons {
  margin-top: 20px;
}

.premium-buttons a {
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 14px;
}

/* PRIMARY BUTTON (solid blue) */
.btn-primary {
  background: #1E6292;   /* main blue */
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #447496;   /* lighter blue on hover */
  color: #ffffff;
}

/* SECONDARY BUTTON (outline style) */
.btn-secondary {
  background: transparent;
  color: #1E6292;
  border: 1px solid #1E6292;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #1E6292;
  color: #ffffff;
}
.hero-img {
  width: 100%;
  margin-bottom: 15px;
}

/* MAIN CONTAINER */
.journal-container {
  max-width: 1100px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

/* CARD */
.card {
  background: #fff;
  border: 1px solid #d6e4f0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

/* TITLES */
.section-title {
  font-size: 18px;
  font-weight: bold;
  color: #1e6292;
  margin-bottom: 12px;
  border-left: 4px solid #1e6292;
  padding-left: 10px;
}

/* TEXT */
.card p {
  margin: 8px 0;
  line-height: 1.6;
}

/* GRID */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

/* BOX */
.info-box {
  border: 1px solid #e3eef7;
  border-radius: 8px;
  padding: 10px;
  background: #f7fbff;
}

.info-box span {
  font-size: 12px;
  color: #666;
  display: block;
}

.info-box strong {
  font-weight: 600;
}

/* LIST */
.list {
  padding-left: 18px;
  margin: 10px 0;
}

.list li {
  margin-bottom: 6px;
}


/* KEY FOCUS SECTION */
.focus {
  background: #f4f6f8;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #e0e6ed;
}

/* TITLE */
.focus-title {
  font-size: 26px;
  font-weight: 700;
  color: #2c5d86;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* LINE */
.divider {
  height: 1px;
  background: #dcdcdc;
  margin-bottom: 20px;
}

/* TAG CONTAINER */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* TAG BUTTON STYLE (MAIN FIX) */
.tags span {
  padding: 12px 22px;
  border-radius: 30px;
  background: #e9eef5;
  border: 1px solid #c9d6e5;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* HOVER EFFECT (like modern UI) */
.tags span:hover {
  background: #dce6f2;
  transform: translateY(-2px);
  cursor: default;
}

/* =========================
   ETHICS PAGE STYLING
========================= */

.step-card {
  display: flex !important;
}

.ethics-wrapper {
  max-width: 950px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.ethics-container {
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

/* HEADER */
.ethics-header {
  text-align: center;
  margin-bottom: 25px;
}

.ethics-subtitle {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.ethics-header h2 {
  margin: 0;
  color: #1e6292;
}

.ethics-header p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

/* STEP CARD */
.step-card {
  display: flex;
  gap: 15px;
  border: 1px solid #e5eaf5;
  border-left: 5px solid #1e6292;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}

/* NUMBER */
.step-number {
  min-width: 45px;
  height: 45px;
  background: #1e6292;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* CONTENT */
.step-content p {
  margin: 6px 0;
  line-height: 1.6;
}

.step-content ul {
  margin: 5px 0;
  padding-left: 18px;
}

.step-content li {
  margin-bottom: 5px;
}

/* =========================
   PUBLICATION POLICY PAGE
========================= */

.policy-container {
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
  text-align: justify;
}

/* HEADER */
.policy-header {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.policy-subtitle {
  font-size: 12px;
  color: #1e6292;
  font-weight: 600;
}

.policy-header h1 {
  margin: 10px 0;
}

.policy-header p {
  max-width: 850px;
  margin: auto;
  color: #444;
}

/* MAIN LAYOUT */
.policy-main {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* SIDEBAR */
.policy-sidebar {
  width: 260px;
  position: sticky;
  top: 20px;
  background: #fff;
  border: 1px solid #d6eaff;
  border-radius: 10px;
  padding: 18px;
}

.policy-sidebar a:hover {
  color: #1583d1;
  padding-left: 1px;
}

.policy-sidebar h3 {
  margin-top: 0;
  font-size: 14px;
}

.policy-sidebar ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.9;
}

.policy-sidebar a {
  color: #000;
  text-decoration: none;
}

/* CONTENT */
.policy-content {
  flex: 1;
}

/* CARD */
.policy-card {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 12px;
  border-left: 6px solid #1e6292;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.policy-card:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* LIST */
.policy-list {
  padding-left: 20px;
}

/* //terms and conditions page */
/* MAIN CONTAINER */
.terms-container {
  max-width: 900px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: #000;
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
}
.terms-section p {
  font-size: 14px;
}

.terms-section ul {
  font-size: 14px;
}
/* INTRO TEXT */
.terms-intro {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}

/* PILLS */
.terms-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.terms-pills span {
  padding: 6px 12px;
  border: 1px solid #cfe2ff;
  border-radius: 20px;
  font-size: 12px;
  background: #fafafa;
  color: #555;
}

/* MAIN BOX */
.terms-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 25px;
  font-size: 15px;
}

.terms-box p {
  font-size: 14px;
}

.terms-box ul {
  font-size: 14px;
}

/* NAV */
.terms-nav {
  font-size: 12px;
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  line-height: 1.8;
}

/* HEADINGS */
.terms-box h2 {
  color: #1e6292;
}

/* HR */
.terms-box hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

/* CONTACT BOX */
.terms-contact {
  border: 1px solid #e5eaf5;
  border-radius: 10px;
  padding: 14px;
  margin-top: 20px;
  background: #fff;
}

/* LINK */
.terms-contact a {
  color: #1e6292;
  text-decoration: none;
}

/* //privacy policy page */
.privacy-wrapper {
  max-width: 900px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: #000;
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

/* INTRO */
.privacy-intro {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* META TAGS */
.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.privacy-meta span {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 13px;
  background: #fafafa;
  color: #555;
}

/* TABS */
.privacy-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}

.privacy-tabs span {
  background: rgba(30,95,59,0.05);
  padding: 8px 16px;
  border-radius: 22px;
  font-size: 13px;
  color: #000;
}

/* CONTENT WRAPPER */
.privacy-content {
  max-width: 950px;
  margin: 30px auto;
  font-size: 14px;
  line-height: 1.8;
}

/* CARDS */
.privacy-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
}

/* HEADINGS */
.privacy-card h2 {
  color: #1e6292;
  font-size: 24px;
  margin-bottom: 10px;
}

/* LIST */
.privacy-card ul {
  padding-left: 20px;
}

.privacy-card li {
  margin-bottom: 6px;
}

/* LINK */
.privacy-card a {
  color: #1e6292;
  text-decoration: none;
}

/* LAST CARD TITLE (you used h1 originally) */
.last-card h2 {
  font-size: 24px;
}

/* cookies pagee */
.cookie-wrapper {
  max-width: 900px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: #000;
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

.cookie-intro {
  font-size: 14px;
}

.cookie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}

.cookie-meta span {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  color: #333;
}

.cookie-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  line-height: 1.8;
  font-size: 14px;
}

.cookie-nav {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
}

.cookie-card h2 {
  color: #1e6292;
}

.cookie-card hr {
  margin-bottom: 24px;
  margin-top: 24px;
  border: none;
  border-top: 1px solid #eee;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.cookie-table td {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-head {
  background: rgba(30,95,59,0.05);
}

.cookie-contact {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-top: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.cookie-contact a {
  color: #1e6292;
  text-decoration: none;
}

/* //accessibility page */
.accessibility-wrapper {
  max-width: 900px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: #000;
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

.accessibility-intro {
  line-height: 1.8;
}

.accessibility-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.accessibility-meta span {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 13px;
  background: #fafafa;
  color: #555;
}

.accessibility-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  line-height: 1.8;
}

.accessibility-nav {
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #1e6292;
}

.accessibility-card h3 {
  color: #1e6292;
}

.accessibility-card hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.accessibility-card ul {
  padding-left: 18px;
}

.accessibility-contact {
  border: 1px solid #e5eaf5;
  border-radius: 10px;
  padding: 14px;
  margin-top: 20px;
  background: #fff;
}

.accessibility-contact a {
  color: #1e6292;
  text-decoration: none;
}

/* //legal page */
.legal-wrapper {
  max-width: 900px;
  margin: 30px auto;
  font-family: Arial, sans-serif;
  color: #000;
  background: rgba(30,95,59,0.05);
  border: 1px solid #d6e4f0;
  border-radius: 14px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

.legal-intro {
  line-height: 1.8;
}

.legal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 20px 0;
}

.legal-pills span {
  padding: 6px 12px;
  border: 1px solid #cfe2ff;
  border-radius: 20px;
  font-size: 12px;
  background: #fafafa;
  color: #555;
}

.legal-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  line-height: 1.8;
  font-size: 15px;
}

.legal-card p {
   font-size: 14px;
}

.legal-card ul {
font-size: 14px;
}

.legal-nav {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
}

.legal-card h2 {
  color: #1e6292;
}

.legal-card hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.legal-contact {
  border: 1px solid #e5eaf5;
  border-radius: 10px;
  padding: 14px;
  margin-top: 20px;
  background: #fff;
}

.legal-contact a {
  color: #1e6292;
  text-decoration: none;
}

/* //footer page */
.ssipmt-footer {
 
 
  padding: 16px 6px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* LEFT */
.footer-logo {
  height: 60px;
}

/* CENTER */
.footer-center {
  flex: 1;
  text-align: center;
}

.footer-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.5;
}

.footer-links {
  font-size: 14px;
}

.footer-links a {

  text-decoration: none;
   color: #2077b4;
   text-decoration: underline;
  margin: 0 6px;
  font-weight: 500;
}

.footer-links a:hover {
  color: #2156a6;
}

.footer-links span {
  color: #999;
}

/* RIGHT BUTTON */
.footer-btn {
 
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s ease;
}

/* <div class="footer-left"><img class="footer-logo" src="https://aaft.com/assets/Images/corrected/about-us-page/aaftuniversitylogo.png" alt="SSIPMT Logo" /></div> */


/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    margin-top: 10px;
  }
}