/* ==========================================================
   GSR Universe
   Constitutional Law Page
   Hero Section
========================================================== */

#gsr-constitutional-law-page {
  background: #f5f8fd;
  font-family: Inter, sans-serif;
}

/*==========================================================
 HERO
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-hero {
  position: relative;

  overflow: hidden;

  padding: 90px 0;

  background: linear-gradient(135deg, #072650, #0f4c81, #1d70d6);
}

/*==========================================================
 BACKGROUND CIRCLES
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-bg-shape {
  position: absolute;

  border-radius: 50%;

  opacity: 0.12;
}

#gsr-constitutional-law-page .gsr-cl-shape-1 {
  width: 340px;

  height: 340px;

  background: #ffd54f;

  top: -120px;

  right: -120px;
}

#gsr-constitutional-law-page .gsr-cl-shape-2 {
  width: 260px;

  height: 260px;

  background: #80deea;

  left: -80px;

  bottom: -90px;
}

/*==========================================================
 WRAPPER
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-wrapper {
  width: 92%;

  max-width: 1400px;

  margin: auto;

  display: grid;

  grid-template-columns: 1.2fr 0.8fr;

  gap: 70px;

  align-items: center;

  position: relative;

  z-index: 5;
}

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

#gsr-constitutional-law-page .gsr-cl-left {
  color: #ffffff;
}

/*==========================================================
 BADGE
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-badge {
  display: inline-block;

  padding: 11px 22px;

  border-radius: 40px;

  background: linear-gradient(180deg, #2b6cc2, #1b5cb6);

  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #ffffff;

  font-size: 15px;

  font-weight: 600;

  letter-spacing: 0.3px;

  margin-bottom: 25px;

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

/*==========================================================
 TITLE
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-left h1 {
  font-size: 58px;

  line-height: 1.15;

  margin-bottom: 28px;

  font-weight: 800;
}

#gsr-constitutional-law-page .gsr-cl-left h1 span {
  display: block;

  color: #ffd54f;
}

/*==========================================================
 DESCRIPTION
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-left p {
  font-size: 19px;

  line-height: 1.9;

  color: #e8f0fa;

  max-width: 720px;
}

/*==========================================================
 BUTTONS
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 18px;

  margin: 42px 0;
}

#gsr-constitutional-law-page .gsr-cl-btn-primary {
  display: inline-block;

  padding: 16px 32px;

  background: #ffd54f;

  color: #222;

  text-decoration: none;

  font-size: 16px;

  font-weight: 700;

  border-radius: 10px;

  transition: all 0.35s ease;

  box-shadow: 0 12px 24px rgba(255, 213, 79, 0.28);
}

#gsr-constitutional-law-page .gsr-cl-btn-primary:hover {
  transform: translateY(-4px);

  background: #ffca28;

  box-shadow: 0 18px 36px rgba(255, 213, 79, 0.38);
}

#gsr-constitutional-law-page .gsr-cl-btn-outline {
  display: inline-block;

  padding: 16px 32px;

  border: 2px solid rgba(255, 255, 255, 0.35);

  color: #ffffff;

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

  border-radius: 10px;

  transition: all 0.35s ease;
}

#gsr-constitutional-law-page .gsr-cl-btn-outline:hover {
  background: #ffffff;

  color: #0f4c81;

  border-color: #ffffff;
}

/*==========================================================
 STATS
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-stats {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  margin-top: 20px;
}

#gsr-constitutional-law-page .gsr-cl-stat {
  padding: 24px 20px;

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.15);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);

  transition: all 0.35s ease;
}

#gsr-constitutional-law-page .gsr-cl-stat:hover {
  transform: translateY(-8px);

  background: rgba(255, 255, 255, 0.16);
}

#gsr-constitutional-law-page .gsr-cl-stat strong {
  display: block;

  font-size: 28px;

  color: #ffd54f;

  margin-bottom: 10px;

  line-height: 1;
}

#gsr-constitutional-law-page .gsr-cl-stat span {
  display: block;

  font-size: 14px;

  color: #ffffff;

  line-height: 1.6;
}

/*==========================================================
 RIGHT SIDE
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-right {
  display: flex;

  justify-content: center;
}

/*==========================================================
 FEATURE CARD
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-feature-card {
  width: 100%;

  max-width: 460px;

  background: #ffffff;

  border-radius: 24px;

  padding: 35px;

  border: 1px solid #e8eef8;

  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.12);

  transition: all 0.35s ease;
}

#gsr-constitutional-law-page .gsr-cl-feature-card:hover {
  transform: translateY(-10px);
}

#gsr-constitutional-law-page .gsr-cl-card-top {
  display: flex;

  align-items: center;

  gap: 18px;

  margin-bottom: 25px;
}

#gsr-constitutional-law-page .gsr-cl-book {
  width: 72px;

  height: 72px;

  border-radius: 18px;

  background: #edf5ff;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 32px;

  border: 1px solid #d7e6f8;
}

#gsr-constitutional-law-page .gsr-cl-card-top small {
  display: block;

  color: #0f4c81;

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 6px;
}

#gsr-constitutional-law-page .gsr-cl-card-top h3 {
  font-size: 28px;

  color: #1f2937;

  line-height: 1.2;
}

#gsr-constitutional-law-page .gsr-cl-card-body h4 {
  font-size: 22px;

  color: #0f4c81;

  margin-bottom: 18px;
}

#gsr-constitutional-law-page .gsr-cl-card-body p {
  font-size: 16px;

  line-height: 1.9;

  color: #555555;
}

/*==========================================================
 TAGS
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin: 28px 0;
}

#gsr-constitutional-law-page .gsr-cl-tags span {
  display: inline-block;

  padding: 8px 16px;

  background: #edf5ff;

  color: #0f4c81;

  font-size: 13px;

  font-weight: 600;

  border: 1px solid #d7e6f8;

  border-radius: 30px;

  transition: all 0.3s ease;
}

#gsr-constitutional-law-page .gsr-cl-tags span:hover {
  background: #0f4c81;

  color: #ffffff;

  border-color: #0f4c81;
}

/*==========================================================
 CARD BUTTON
==========================================================*/

#gsr-constitutional-law-page .gsr-cl-card-body a {
  display: inline-block;

  padding: 14px 22px;

  background: #0f4c81;

  color: #ffffff;

  text-decoration: none;

  font-weight: 700;

  font-size: 15px;

  border-radius: 10px;

  transition: all 0.3s ease;
}

#gsr-constitutional-law-page .gsr-cl-card-body a:hover {
  background: #083563;

  transform: translateY(-3px);
}

/*==========================================================
 FLOAT ANIMATION
==========================================================*/

@keyframes gsrHeroFloat {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

#gsr-constitutional-law-page .gsr-cl-feature-card {
  animation: gsrHeroFloat 5s ease-in-out infinite;
}

/*==========================================================
 IMAGE SAFETY
==========================================================*/

#gsr-constitutional-law-page img {
  max-width: 100%;

  height: auto;

  display: block;
}

/*==========================================================
 TABLET
==========================================================*/

@media screen and (max-width: 992px) {
  #gsr-constitutional-law-page .gsr-cl-wrapper {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  #gsr-constitutional-law-page .gsr-cl-left {
    text-align: center;
  }

  #gsr-constitutional-law-page .gsr-cl-left p {
    margin: auto;
  }

  #gsr-constitutional-law-page .gsr-cl-buttons {
    justify-content: center;
  }

  #gsr-constitutional-law-page .gsr-cl-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  #gsr-constitutional-law-page .gsr-cl-feature-card {
    max-width: 650px;

    margin: auto;
  }
}

/*==========================================================
 MOBILE
==========================================================*/

@media screen and (max-width: 768px) {
  #gsr-constitutional-law-page .gsr-cl-hero {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-left h1 {
    font-size: 38px;
  }

  #gsr-constitutional-law-page .gsr-cl-left p {
    font-size: 17px;

    line-height: 1.8;
  }

  #gsr-constitutional-law-page .gsr-cl-buttons {
    flex-direction: column;
  }

  #gsr-constitutional-law-page .gsr-cl-btn-primary,
  #gsr-constitutional-law-page .gsr-cl-btn-outline {
    width: 100%;

    text-align: center;
  }
}

/*==========================================================
 SMALL MOBILE
==========================================================*/

@media screen and (max-width: 576px) {
  #gsr-constitutional-law-page .gsr-cl-wrapper {
    width: 94%;
  }

  #gsr-constitutional-law-page .gsr-cl-left h1 {
    font-size: 30px;

    line-height: 1.3;
  }

  #gsr-constitutional-law-page .gsr-cl-badge {
    font-size: 13px;

    padding: 10px 16px;
  }

  #gsr-constitutional-law-page .gsr-cl-left p {
    font-size: 15px;
  }

  #gsr-constitutional-law-page .gsr-cl-stats {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  #gsr-constitutional-law-page .gsr-cl-card-top {
    align-items: flex-start;
  }

  #gsr-constitutional-law-page .gsr-cl-card-top h3 {
    font-size: 22px;
  }

  #gsr-constitutional-law-page .gsr-cl-card-body h4 {
    font-size: 18px;
  }

  #gsr-constitutional-law-page .gsr-cl-feature-card {
    padding: 24px;
  }
}

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

#gsr-constitutional-law-page .gsr-cl-search-section {
  margin-top: -55px;

  position: relative;

  z-index: 20;

  padding: 0 0 70px;
}

#gsr-constitutional-law-page .gsr-cl-search-box {
  width: 92%;

  max-width: 1200px;

  margin: auto;

  background: #ffffff;

  border-radius: 22px;

  padding: 40px;

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.08),
    0 30px 70px rgba(0, 0, 0, 0.08);
}

#gsr-constitutional-law-page .gsr-cl-search-top {
  text-align: center;

  margin-bottom: 30px;
}

#gsr-constitutional-law-page .gsr-cl-search-top h2 {
  font-size: 34px;

  color: #0f4c81;

  margin-bottom: 10px;
}

#gsr-constitutional-law-page .gsr-cl-search-top p {
  color: #666;

  font-size: 17px;
}

#gsr-constitutional-law-page .gsr-cl-search-form {
  display: flex;

  gap: 18px;
}

#gsr-constitutional-law-page .gsr-cl-search-input {
  flex: 1;

  display: flex;

  align-items: center;

  border: 2px solid #dce7f6;

  border-radius: 12px;

  padding: 0 20px;

  transition: 0.3s;
}

#gsr-constitutional-law-page .gsr-cl-search-input:hover {
  border-color: #0f4c81;
}

#gsr-constitutional-law-page .gsr-cl-search-input i {
  color: #0f4c81;

  font-size: 18px;

  margin-right: 15px;
}

#gsr-constitutional-law-page .gsr-cl-search-input input {
  width: 100%;

  height: 60px;

  border: none;

  outline: none;

  font-size: 16px;

  background: none;
}

#gsr-constitutional-law-page .gsr-cl-search-form button {
  width: 170px;

  border: none;

  cursor: pointer;

  border-radius: 12px;

  background: #0f4c81;

  color: #ffffff;

  font-size: 16px;

  font-weight: 700;

  transition: 0.3s;
}

#gsr-constitutional-law-page .gsr-cl-search-form button:hover {
  background: #0a3860;
}

#gsr-constitutional-law-page .gsr-cl-popular-search {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 12px;

  margin-top: 25px;
}

#gsr-constitutional-law-page .gsr-cl-popular-search span {
  font-weight: 700;

  color: #222;
}

#gsr-constitutional-law-page .gsr-cl-popular-search a {
  text-decoration: none;

  padding: 8px 16px;

  background: #edf5ff;

  color: #0f4c81;

  border-radius: 30px;

  border: 1px solid #d9e8fa;

  transition: 0.3s;
}

#gsr-constitutional-law-page .gsr-cl-popular-search a:hover {
  background: #0f4c81;

  color: #ffffff;
}

/*==================================================
GSR CONSTITUTIONAL TOPICS
==================================================*/

#gsr-constitutional-law-page .gsr-cl-topics-section {
  padding: 90px 0;

  background: linear-gradient(to bottom, #f6f9ff, #ffffff);
}

#gsr-constitutional-law-page .gsr-cl-section-heading {
  width: 92%;

  max-width: 1200px;

  margin: auto;

  text-align: center;

  margin-bottom: 60px;
}

#gsr-constitutional-law-page .gsr-cl-mini-title {
  display: inline-block;

  padding: 9px 22px;

  background: #e9f3ff;

  color: #0f4c81;

  border-radius: 40px;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 0.5px;

  margin-bottom: 20px;
}

#gsr-constitutional-law-page .gsr-cl-section-heading h2 {
  font-size: 44px;

  color: #1e293b;

  margin-bottom: 18px;

  font-weight: 800;
}

#gsr-constitutional-law-page .gsr-cl-section-heading p {
  max-width: 720px;

  margin: auto;

  color: #64748b;

  font-size: 18px;

  line-height: 1.8;
}

/*=========================================
GRID
=========================================*/

#gsr-constitutional-law-page .gsr-cl-topic-grid {
  width: 92%;

  max-width: 1400px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 28px;
}

/*=========================================
CARD
=========================================*/

#gsr-constitutional-law-page .gsr-cl-topic-card {
  position: relative;

  display: block;

  overflow: hidden;

  text-decoration: none;

  background: #ffffff;

  border-radius: 22px;

  padding: 32px;

  border: 1px solid #e6eef9;

  transition: 0.35s;

  box-shadow:
    0 8px 20px rgba(15, 76, 129, 0.06),
    0 20px 45px rgba(15, 76, 129, 0.08);
}

/* Top Color Strip */

#gsr-constitutional-law-page .gsr-cl-topic-card::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 6px;

  background: #2563eb;
}

/* Different Colors */

#gsr-constitutional-law-page .gsr-cl-topic-card:nth-child(2)::before {
  background: #16a34a;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:nth-child(3)::before {
  background: #f59e0b;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:nth-child(4)::before {
  background: #ec4899;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:nth-child(5)::before {
  background: #8b5cf6;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:nth-child(6)::before {
  background: #ef4444;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:nth-child(7)::before {
  background: #06b6d4;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:nth-child(8)::before {
  background: #14b8a6;
}

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

#gsr-constitutional-law-page .gsr-cl-topic-card:hover {
  transform: translateY(-10px);

  box-shadow:
    0 20px 35px rgba(15, 76, 129, 0.12),
    0 35px 70px rgba(15, 76, 129, 0.16);
}

/*=========================================
ICON
=========================================*/

#gsr-constitutional-law-page .gsr-cl-topic-icon {
  width: 76px;

  height: 76px;

  border-radius: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 34px;

  background: #edf5ff;

  margin-bottom: 24px;

  transition: 0.35s;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:hover .gsr-cl-topic-icon {
  transform: rotate(-8deg) scale(1.08);
}

/* Different Icon Colors */

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(1)
  .gsr-cl-topic-icon {
  background: #dbeafe;
}

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(2)
  .gsr-cl-topic-icon {
  background: #dcfce7;
}

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(3)
  .gsr-cl-topic-icon {
  background: #fef3c7;
}

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(4)
  .gsr-cl-topic-icon {
  background: #fce7f3;
}

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(5)
  .gsr-cl-topic-icon {
  background: #ede9fe;
}

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(6)
  .gsr-cl-topic-icon {
  background: #fee2e2;
}

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(7)
  .gsr-cl-topic-icon {
  background: #cffafe;
}

#gsr-constitutional-law-page
  .gsr-cl-topic-card:nth-child(8)
  .gsr-cl-topic-icon {
  background: #ccfbf1;
}

/*=========================================
TEXT
=========================================*/

#gsr-constitutional-law-page .gsr-cl-topic-card h3 {
  color: #1e293b;

  font-size: 22px;

  margin-bottom: 14px;

  font-weight: 700;
}

#gsr-constitutional-law-page .gsr-cl-topic-card p {
  color: #64748b;

  font-size: 15px;

  line-height: 1.8;

  margin-bottom: 28px;
}

#gsr-constitutional-law-page .gsr-cl-topic-card span {
  display: inline-flex;

  align-items: center;

  color: #2563eb;

  font-weight: 700;

  font-size: 15px;

  transition: 0.35s;
}

#gsr-constitutional-law-page .gsr-cl-topic-card:hover span {
  transform: translateX(8px);
}

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

@media (max-width: 1200px) {
  #gsr-constitutional-law-page .gsr-cl-topic-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  #gsr-constitutional-law-page .gsr-cl-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #gsr-constitutional-law-page .gsr-cl-topics-section {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-section-heading h2 {
    font-size: 32px;
  }

  #gsr-constitutional-law-page .gsr-cl-section-heading p {
    font-size: 16px;
  }

  #gsr-constitutional-law-page .gsr-cl-topic-grid {
    grid-template-columns: 1fr;

    gap: 20px;
  }

  #gsr-constitutional-law-page .gsr-cl-topic-card {
    padding: 24px;
  }
}

/*=========================================
FEATURED LANDMARK CASES
=========================================*/

#gsr-constitutional-law-page .gsr-cl-featured-section {
  padding: 100px 0;

  background: linear-gradient(180deg, #f8fbff, #eef5ff);

  overflow: hidden;
}

/*==========================
CASE SLIDER
==========================*/

#gsr-constitutional-law-page .gsr-cl-case-slider {
  width: 92%;

  max-width: 1400px;

  margin: auto;

  display: flex;

  gap: 28px;

  overflow-x: auto;

  padding: 10px 5px 20px;

  scroll-behavior: smooth;
}

#gsr-constitutional-law-page .gsr-cl-case-slider::-webkit-scrollbar {
  height: 8px;
}

#gsr-constitutional-law-page .gsr-cl-case-slider::-webkit-scrollbar-track {
  background: #dde8f5;

  border-radius: 20px;
}

#gsr-constitutional-law-page .gsr-cl-case-slider::-webkit-scrollbar-thumb {
  background: #0f4c81;

  border-radius: 20px;
}

/*==========================
CARD
==========================*/

#gsr-constitutional-law-page .gsr-cl-case-card {
  flex: 0 0 380px;

  background: #ffffff;

  border-radius: 24px;

  padding: 30px;

  text-decoration: none;

  border: 1px solid #e3ecf8;

  box-shadow:
    0 10px 25px rgba(15, 76, 129, 0.06),
    0 25px 60px rgba(15, 76, 129, 0.08);

  transition: 0.35s;

  position: relative;

  overflow: hidden;
}

#gsr-constitutional-law-page .gsr-cl-case-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 7px;

  background: linear-gradient(90deg, #0f4c81, #2e86de);
}

#gsr-constitutional-law-page .gsr-cl-case-card:nth-child(2)::before {
  background: linear-gradient(90deg, #16a34a, #34d399);
}

#gsr-constitutional-law-page .gsr-cl-case-card:nth-child(3)::before {
  background: linear-gradient(90deg, #f59e0b, #facc15);
}

#gsr-constitutional-law-page .gsr-cl-case-card:hover {
  transform: translateY(-12px);

  box-shadow:
    0 25px 45px rgba(15, 76, 129, 0.12),
    0 40px 70px rgba(15, 76, 129, 0.16);
}

/*==========================
TOP
==========================*/

#gsr-constitutional-law-page .gsr-cl-case-top {
  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 22px;
}

#gsr-constitutional-law-page .gsr-cl-case-year {
  background: #e8f2ff;

  color: #0f4c81;

  padding: 8px 18px;

  border-radius: 30px;

  font-size: 14px;

  font-weight: 700;
}

#gsr-constitutional-law-page .gsr-cl-case-tag {
  background: #ffe7b3;

  color: #8a5600;

  padding: 8px 16px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: 700;
}

/*==========================
TITLE
==========================*/

#gsr-constitutional-law-page .gsr-cl-case-card h3 {
  font-size: 25px;

  color: #1e293b;

  line-height: 1.4;

  margin-bottom: 18px;
}

/*==========================
DESCRIPTION
==========================*/

#gsr-constitutional-law-page .gsr-cl-case-card p {
  color: #64748b;

  line-height: 1.9;

  font-size: 16px;

  margin-bottom: 25px;
}

/*==========================
META
==========================*/

#gsr-constitutional-law-page .gsr-cl-case-meta {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 30px;
}

#gsr-constitutional-law-page .gsr-cl-case-meta span {
  background: #edf5ff;

  color: #0f4c81;

  padding: 8px 15px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: 600;
}

/*==========================
BUTTON
==========================*/

#gsr-constitutional-law-page .gsr-cl-case-card a {
  display: inline-block;

  text-decoration: none;

  background: #0f4c81;

  color: #ffffff;

  padding: 14px 24px;

  border-radius: 10px;

  font-weight: 700;

  transition: 0.3s;
}

#gsr-constitutional-law-page .gsr-cl-case-card a:hover {
  background: #08345a;

  transform: translateX(8px);
}

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

@media (max-width: 768px) {
  #gsr-constitutional-law-page .gsr-cl-featured-section {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-case-card {
    flex: 0 0 300px;

    padding: 24px;
  }

  #gsr-constitutional-law-page .gsr-cl-case-card h3 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  #gsr-constitutional-law-page .gsr-cl-case-card {
    flex: 0 0 260px;
  }
}

/*=========================================
CONSTITUTIONAL ARTICLES
=========================================*/

#gsr-constitutional-law-page .gsr-cl-articles-section {
  padding: 100px 0;

  background: #ffffff;
}

#gsr-constitutional-law-page .gsr-cl-article-grid {
  width: 92%;

  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 24px;
}

#gsr-constitutional-law-page .gsr-cl-article-card {
  display: block;

  text-decoration: none;

  border-radius: 20px;

  padding: 28px;

  color: #ffffff;

  transition: 0.35s;

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* Different Colors */

#gsr-constitutional-law-page .gsr-cl-article-card:nth-child(1) {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
}

#gsr-constitutional-law-page .gsr-cl-article-card:nth-child(2) {
  background: linear-gradient(135deg, #16a34a, #4ade80);
}

#gsr-constitutional-law-page .gsr-cl-article-card:nth-child(3) {
  background: linear-gradient(135deg, #9333ea, #c084fc);
}

#gsr-constitutional-law-page .gsr-cl-article-card:nth-child(4) {
  background: linear-gradient(135deg, #ea580c, #fdba74);
}

#gsr-constitutional-law-page .gsr-cl-article-card:nth-child(5) {
  background: linear-gradient(135deg, #dc2626, #f87171);
}

#gsr-constitutional-law-page .gsr-cl-article-card:nth-child(6) {
  background: linear-gradient(135deg, #0891b2, #67e8f9);
}

#gsr-constitutional-law-page .gsr-cl-article-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.18);
}

#gsr-constitutional-law-page .gsr-cl-article-card strong {
  display: block;

  font-size: 28px;

  margin-bottom: 12px;
}

#gsr-constitutional-law-page .gsr-cl-article-card span {
  display: block;

  font-size: 16px;

  line-height: 1.7;

  opacity: 0.95;
}

#gsr-constitutional-law-page .gsr-cl-article-card small {
  display: inline-block;

  margin-top: 22px;

  padding: 8px 16px;

  background: rgba(255, 255, 255, 0.2);

  border-radius: 30px;

  font-size: 13px;

  font-weight: 700;
}

@media (max-width: 992px) {
  #gsr-constitutional-law-page .gsr-cl-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #gsr-constitutional-law-page .gsr-cl-article-grid {
    grid-template-columns: 1fr;
  }
}

/*=========================================
TIMELINE
=========================================*/

#gsr-constitutional-law-page .gsr-cl-timeline-section {
  padding: 100px 0;

  background: linear-gradient(180deg, #f7faff, #eef5ff);
}

#gsr-constitutional-law-page .gsr-cl-timeline {
  width: 92%;

  max-width: 1100px;

  margin: 70px auto 0;

  position: relative;

  padding-left: 40px;
}

#gsr-constitutional-law-page .gsr-cl-timeline::before {
  content: "";

  position: absolute;

  left: 12px;

  top: 0;

  bottom: 0;

  width: 4px;

  background: #0f4c81;

  border-radius: 20px;
}

#gsr-constitutional-law-page .gsr-cl-time-item {
  position: relative;

  margin-bottom: 45px;
}

#gsr-constitutional-law-page .gsr-cl-time-item::before {
  content: "";

  position: absolute;

  left: -37px;

  top: 18px;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: #ffd54f;

  border: 4px solid #0f4c81;
}

#gsr-constitutional-law-page .gsr-cl-time-year {
  display: inline-block;

  background: #0f4c81;

  color: #ffffff;

  padding: 8px 20px;

  border-radius: 30px;

  font-weight: 700;

  margin-bottom: 15px;
}

#gsr-constitutional-law-page .gsr-cl-time-card {
  background: #ffffff;

  border-radius: 20px;

  padding: 28px;

  border: 1px solid #e5edf8;

  box-shadow:
    0 10px 25px rgba(15, 76, 129, 0.06),
    0 25px 55px rgba(15, 76, 129, 0.08);

  transition: 0.35s;
}

#gsr-constitutional-law-page .gsr-cl-time-card:hover {
  transform: translateX(8px);

  box-shadow: 0 20px 40px rgba(15, 76, 129, 0.12);
}

#gsr-constitutional-law-page .gsr-cl-time-card h3 {
  font-size: 24px;

  color: #1e293b;

  margin-bottom: 14px;
}

#gsr-constitutional-law-page .gsr-cl-time-card p {
  color: #64748b;

  line-height: 1.9;

  margin-bottom: 20px;
}

#gsr-constitutional-law-page .gsr-cl-time-card a {
  display: inline-block;

  text-decoration: none;

  color: #0f4c81;

  font-weight: 700;
}

#gsr-constitutional-law-page .gsr-cl-time-card a:hover {
  color: #08345a;
}

@media (max-width: 768px) {
  #gsr-constitutional-law-page .gsr-cl-timeline {
    padding-left: 28px;
  }

  #gsr-constitutional-law-page .gsr-cl-time-item::before {
    left: -25px;
  }
}

/*=========================================
LEARN CONSTITUTIONAL LAW
=========================================*/

#gsr-constitutional-law-page .gsr-cl-study-section {
  padding: 100px 0;

  background: linear-gradient(180deg, #ffffff, #f4f9ff);
}

#gsr-constitutional-law-page .gsr-cl-study-grid {
  width: 92%;

  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 28px;
}

/*==========================
CARD
==========================*/

#gsr-constitutional-law-page .gsr-cl-study-card {
  display: block;

  text-decoration: none;

  background: #ffffff;

  border-radius: 24px;

  padding: 35px 30px;

  border: 1px solid #e3ecf8;

  position: relative;

  overflow: hidden;

  transition: 0.35s;

  box-shadow:
    0 12px 28px rgba(15, 76, 129, 0.06),
    0 25px 55px rgba(15, 76, 129, 0.08);
}

#gsr-constitutional-law-page .gsr-cl-study-card::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 6px;

  background: #2563eb;
}

/*==========================
TOP COLORS
==========================*/

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(2)::before {
  background: #16a34a;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(3)::before {
  background: #f59e0b;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(4)::before {
  background: #8b5cf6;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(5)::before {
  background: #ef4444;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(6)::before {
  background: #0891b2;
}

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

#gsr-constitutional-law-page .gsr-cl-study-card:hover {
  transform: translateY(-12px);

  box-shadow:
    0 25px 45px rgba(15, 76, 129, 0.12),
    0 40px 75px rgba(15, 76, 129, 0.18);
}

/*==========================
ICON
==========================*/

#gsr-constitutional-law-page .gsr-study-icon {
  width: 78px;

  height: 78px;

  border-radius: 20px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 34px;

  margin-bottom: 24px;

  transition: 0.35s;
}

/* Different Background */

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(1) .gsr-study-icon {
  background: #dbeafe;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(2) .gsr-study-icon {
  background: #dcfce7;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(3) .gsr-study-icon {
  background: #fef3c7;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(4) .gsr-study-icon {
  background: #ede9fe;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(5) .gsr-study-icon {
  background: #fee2e2;
}

#gsr-constitutional-law-page .gsr-cl-study-card:nth-child(6) .gsr-study-icon {
  background: #cffafe;
}

#gsr-constitutional-law-page .gsr-cl-study-card:hover .gsr-study-icon {
  transform: rotate(-10deg) scale(1.12);
}

/*==========================
TEXT
==========================*/

#gsr-constitutional-law-page .gsr-cl-study-card h3 {
  font-size: 24px;

  color: #1e293b;

  margin-bottom: 14px;

  font-weight: 700;
}

#gsr-constitutional-law-page .gsr-cl-study-card p {
  color: #64748b;

  line-height: 1.9;

  font-size: 16px;
}

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

@media (max-width: 992px) {
  #gsr-constitutional-law-page .gsr-cl-study-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  #gsr-constitutional-law-page .gsr-cl-study-section {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-study-grid {
    grid-template-columns: 1fr;

    gap: 22px;
  }

  #gsr-constitutional-law-page .gsr-cl-study-card {
    padding: 28px 24px;
  }

  #gsr-constitutional-law-page .gsr-cl-study-card h3 {
    font-size: 21px;
  }

  #gsr-constitutional-law-page .gsr-study-icon {
    width: 70px;

    height: 70px;

    font-size: 30px;
  }
}

/*=========================================
LATEST CASES
=========================================*/

#gsr-constitutional-law-page .gsr-cl-latest-section {
  padding: 100px 0;

  background: #f8fbff;
}

#gsr-constitutional-law-page .gsr-cl-latest-grid {
  width: 92%;

  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 28px;
}

#gsr-constitutional-law-page .gsr-cl-latest-card {
  background: #ffffff;

  border-radius: 22px;

  padding: 30px;

  border: 1px solid #e6edf8;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 25px 50px rgba(0, 0, 0, 0.08);

  transition: 0.35s;
}

#gsr-constitutional-law-page .gsr-cl-latest-card:hover {
  transform: translateY(-10px);
}

#gsr-constitutional-law-page .gsr-cl-latest-badge {
  display: inline-block;

  padding: 7px 16px;

  border-radius: 30px;

  background: #0f4c81;

  color: #ffffff;

  font-size: 12px;

  font-weight: 700;

  margin-bottom: 18px;
}

#gsr-constitutional-law-page .gsr-cl-latest-card h3 {
  font-size: 24px;

  color: #1f2937;

  margin-bottom: 15px;
}

#gsr-constitutional-law-page .gsr-cl-latest-card p {
  color: #64748b;

  line-height: 1.8;

  margin-bottom: 22px;
}

#gsr-constitutional-law-page .gsr-cl-latest-meta {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 10px;

  margin-bottom: 22px;

  color: #0f4c81;

  font-size: 14px;
}

#gsr-constitutional-law-page .gsr-cl-latest-card a {
  text-decoration: none;

  font-weight: 700;

  color: #0f4c81;
}

#gsr-constitutional-law-page .gsr-cl-latest-card a:hover {
  color: #08345a;
}

@media (max-width: 992px) {
  #gsr-constitutional-law-page .gsr-cl-latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #gsr-constitutional-law-page .gsr-cl-latest-grid {
    grid-template-columns: 1fr;
  }
}

/*=========================================
HOW TO READ A CONSTITUTIONAL CASE
=========================================*/

#gsr-constitutional-law-page .gsr-cl-guide-section {
  padding: 100px 0;

  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

#gsr-constitutional-law-page .gsr-cl-guide-grid {
  width: 92%;

  max-width: 1300px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 28px;
}

/*==========================
CARD
==========================*/

#gsr-constitutional-law-page .gsr-cl-guide-card {
  position: relative;

  background: #ffffff;

  border: 1px solid #e5edf8;

  border-radius: 24px;

  padding: 70px 28px 30px;

  overflow: hidden;

  transition: 0.35s;

  box-shadow:
    0 10px 25px rgba(15, 76, 129, 0.06),
    0 22px 45px rgba(15, 76, 129, 0.08);
}

#gsr-constitutional-law-page .gsr-cl-guide-card::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 6px;

  background: #2563eb;
}

/*==========================
TOP COLORS
==========================*/

#gsr-constitutional-law-page .gsr-cl-guide-card:nth-child(2)::before {
  background: #16a34a;
}

#gsr-constitutional-law-page .gsr-cl-guide-card:nth-child(3)::before {
  background: #f59e0b;
}

#gsr-constitutional-law-page .gsr-cl-guide-card:nth-child(4)::before {
  background: #8b5cf6;
}

/*==========================
NUMBER
==========================*/

#gsr-constitutional-law-page .gsr-cl-guide-number {
  position: absolute;

  top: 22px;

  left: 24px;

  width: 54px;

  height: 54px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 18px;

  font-weight: 800;

  color: #ffffff;

  background: #2563eb;

  transition: 0.35s;
}

#gsr-constitutional-law-page
  .gsr-cl-guide-card:nth-child(2)
  .gsr-cl-guide-number {
  background: #16a34a;
}

#gsr-constitutional-law-page
  .gsr-cl-guide-card:nth-child(3)
  .gsr-cl-guide-number {
  background: #f59e0b;
}

#gsr-constitutional-law-page
  .gsr-cl-guide-card:nth-child(4)
  .gsr-cl-guide-number {
  background: #8b5cf6;
}

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

#gsr-constitutional-law-page .gsr-cl-guide-card:hover {
  transform: translateY(-12px);

  box-shadow:
    0 25px 45px rgba(15, 76, 129, 0.12),
    0 40px 70px rgba(15, 76, 129, 0.16);
}

#gsr-constitutional-law-page .gsr-cl-guide-card:hover .gsr-cl-guide-number {
  transform: scale(1.12) rotate(-10deg);
}

/*==========================
TITLE
==========================*/

#gsr-constitutional-law-page .gsr-cl-guide-card h3 {
  font-size: 24px;

  color: #1e293b;

  margin-bottom: 16px;

  font-weight: 700;

  line-height: 1.4;
}

/*==========================
TEXT
==========================*/

#gsr-constitutional-law-page .gsr-cl-guide-card p {
  color: #64748b;

  font-size: 16px;

  line-height: 1.9;

  margin: 0;
}

/*==========================
CONNECTOR LINE
==========================*/

#gsr-constitutional-law-page .gsr-cl-guide-card::after {
  content: "➜";

  position: absolute;

  right: -18px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 34px;

  color: #cbd5e1;

  font-weight: bold;
}

#gsr-constitutional-law-page .gsr-cl-guide-card:last-child::after {
  display: none;
}

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

@media (max-width: 1200px) {
  #gsr-constitutional-law-page .gsr-cl-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #gsr-constitutional-law-page .gsr-cl-guide-card::after {
    display: none;
  }
}

@media (max-width: 650px) {
  #gsr-constitutional-law-page .gsr-cl-guide-section {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-guide-grid {
    grid-template-columns: 1fr;

    gap: 22px;
  }

  #gsr-constitutional-law-page .gsr-cl-guide-card {
    padding: 65px 24px 24px;
  }

  #gsr-constitutional-law-page .gsr-cl-guide-card h3 {
    font-size: 21px;
  }

  #gsr-constitutional-law-page .gsr-cl-guide-number {
    width: 48px;

    height: 48px;

    font-size: 16px;
  }
}

/*=========================================
CONSTITUTION LIBRARY CTA
=========================================*/

#gsr-constitutional-law-page .gsr-cl-library-section {
  padding: 100px 0;

  background: linear-gradient(135deg, #0f4c81, #155e95, #2563eb);
}

#gsr-constitutional-law-page .gsr-cl-library-box {
  width: 92%;

  max-width: 1200px;

  margin: auto;

  text-align: center;

  color: #ffffff;
}

#gsr-constitutional-law-page .gsr-cl-library-tag {
  display: inline-block;

  padding: 10px 22px;

  background: rgba(255, 255, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.25);

  border-radius: 40px;

  font-size: 14px;

  font-weight: 700;

  margin-bottom: 28px;
}

#gsr-constitutional-law-page .gsr-cl-library-box h2 {
  font-size: 48px;

  line-height: 1.35;

  margin-bottom: 24px;

  font-weight: 800;
}

#gsr-constitutional-law-page .gsr-cl-library-box p {
  max-width: 820px;

  margin: auto;

  font-size: 18px;

  line-height: 1.9;

  color: rgba(255, 255, 255, 0.92);
}

#gsr-constitutional-law-page .gsr-cl-library-stats {
  margin: 55px auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 25px;
}

#gsr-constitutional-law-page .gsr-cl-library-stats div {
  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.18);

  border-radius: 20px;

  padding: 28px;

  transition: 0.35s;
}

#gsr-constitutional-law-page .gsr-cl-library-stats div:hover {
  transform: translateY(-8px);

  background: rgba(255, 255, 255, 0.2);
}

#gsr-constitutional-law-page .gsr-cl-library-stats strong {
  display: block;

  font-size: 36px;

  margin-bottom: 10px;
}

#gsr-constitutional-law-page .gsr-cl-library-stats span {
  font-size: 16px;

  opacity: 0.95;
}

#gsr-constitutional-law-page .gsr-cl-library-buttons {
  display: flex;

  justify-content: center;

  gap: 20px;

  flex-wrap: wrap;
}

#gsr-constitutional-law-page .gsr-cl-library-buttons a {
  text-decoration: none;

  padding: 18px 34px;

  border-radius: 12px;

  font-size: 16px;

  font-weight: 700;

  transition: 0.35s;
}

#gsr-constitutional-law-page .gsr-cl-library-buttons a:first-child {
  background: #ffffff;

  color: #0f4c81;
}

#gsr-constitutional-law-page .gsr-cl-library-buttons a:first-child:hover {
  transform: translateY(-4px);
}

#gsr-constitutional-law-page .gsr-cl-library-buttons a:last-child {
  color: #ffffff;

  border: 2px solid rgba(255, 255, 255, 0.4);
}

#gsr-constitutional-law-page .gsr-cl-library-buttons a:last-child:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 992px) {
  #gsr-constitutional-law-page .gsr-cl-library-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  #gsr-constitutional-law-page .gsr-cl-library-box h2 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  #gsr-constitutional-law-page .gsr-cl-library-section {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-library-stats {
    grid-template-columns: 1fr;
  }

  #gsr-constitutional-law-page .gsr-cl-library-box h2 {
    font-size: 30px;
  }

  #gsr-constitutional-law-page .gsr-cl-library-box p {
    font-size: 16px;
  }

  #gsr-constitutional-law-page .gsr-cl-library-buttons {
    flex-direction: column;
  }

  #gsr-constitutional-law-page .gsr-cl-library-buttons a {
    width: 100%;
  }
}

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

#gsr-constitutional-law-page .gsr-cl-faq-section {
  padding: 100px 0;

  background: #f8fbff;
}

#gsr-constitutional-law-page .gsr-cl-faq-wrapper {
  width: 92%;

  max-width: 1000px;

  margin: 60px auto 0;
}

#gsr-constitutional-law-page .gsr-cl-faq-item {
  background: #ffffff;

  border: 1px solid #e4ecf8;

  border-radius: 18px;

  margin-bottom: 20px;

  overflow: hidden;

  box-shadow: 0 10px 24px rgba(15, 76, 129, 0.06);
}

#gsr-constitutional-law-page .gsr-cl-faq-item summary {
  list-style: none;

  cursor: pointer;

  padding: 24px 30px;

  font-size: 20px;

  font-weight: 700;

  color: #1e293b;

  position: relative;
}

#gsr-constitutional-law-page .gsr-cl-faq-item summary::-webkit-details-marker {
  display: none;
}

#gsr-constitutional-law-page .gsr-cl-faq-item summary::after {
  content: "+";

  position: absolute;

  right: 30px;

  top: 50%;

  transform: translateY(-50%);

  width: 36px;

  height: 36px;

  border-radius: 50%;

  background: #edf5ff;

  color: #0f4c81;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 22px;

  font-weight: 700;
}

#gsr-constitutional-law-page .gsr-cl-faq-item[open] summary::after {
  content: "−";
}

#gsr-constitutional-law-page .gsr-cl-faq-item p {
  padding: 0 30px 28px;

  color: #64748b;

  line-height: 1.9;

  font-size: 16px;
}

#gsr-constitutional-law-page .gsr-cl-faq-item:hover {
  border-color: #0f4c81;
}

@media (max-width: 600px) {
  #gsr-constitutional-law-page .gsr-cl-faq-section {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-faq-item summary {
    padding: 20px;

    font-size: 17px;
  }

  #gsr-constitutional-law-page .gsr-cl-faq-item summary::after {
    right: 18px;
  }

  #gsr-constitutional-law-page .gsr-cl-faq-item p {
    padding: 0 20px 20px;
  }
}

/*=========================================
RELATED LAW LIBRARIES
=========================================*/

#gsr-constitutional-law-page .gsr-cl-related-section {
  padding: 100px 0;

  background: linear-gradient(180deg, #ffffff, #f6faff);
}

#gsr-constitutional-law-page .gsr-cl-related-grid {
  width: 92%;

  max-width: 1300px;

  margin: 60px auto 0;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 28px;
}

/*=========================
CARD
=========================*/

#gsr-constitutional-law-page .gsr-cl-related-card {
  display: block;

  text-decoration: none;

  background: #ffffff;

  border: 1px solid #e5edf8;

  border-radius: 24px;

  padding: 35px 30px;

  position: relative;

  overflow: hidden;

  transition: 0.35s;

  box-shadow:
    0 10px 24px rgba(15, 76, 129, 0.06),
    0 22px 45px rgba(15, 76, 129, 0.08);
}

#gsr-constitutional-law-page .gsr-cl-related-card::before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 6px;

  background: #2563eb;
}

/*=========================
TOP COLORS
=========================*/

#gsr-constitutional-law-page .gsr-cl-related-card:nth-child(2)::before {
  background: #16a34a;
}

#gsr-constitutional-law-page .gsr-cl-related-card:nth-child(3)::before {
  background: #f59e0b;
}

#gsr-constitutional-law-page .gsr-cl-related-card:nth-child(4)::before {
  background: #ef4444;
}

#gsr-constitutional-law-page .gsr-cl-related-card:nth-child(5)::before {
  background: #8b5cf6;
}

#gsr-constitutional-law-page .gsr-cl-related-card:nth-child(6)::before {
  background: #0891b2;
}

/*=========================
ICON
=========================*/

#gsr-constitutional-law-page .gsr-cl-related-icon {
  width: 78px;

  height: 78px;

  border-radius: 20px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 34px;

  margin-bottom: 24px;

  transition: 0.35s;
}

#gsr-constitutional-law-page
  .gsr-cl-related-card:nth-child(1)
  .gsr-cl-related-icon {
  background: #dbeafe;
}

#gsr-constitutional-law-page
  .gsr-cl-related-card:nth-child(2)
  .gsr-cl-related-icon {
  background: #dcfce7;
}

#gsr-constitutional-law-page
  .gsr-cl-related-card:nth-child(3)
  .gsr-cl-related-icon {
  background: #fef3c7;
}

#gsr-constitutional-law-page
  .gsr-cl-related-card:nth-child(4)
  .gsr-cl-related-icon {
  background: #fee2e2;
}

#gsr-constitutional-law-page
  .gsr-cl-related-card:nth-child(5)
  .gsr-cl-related-icon {
  background: #ede9fe;
}

#gsr-constitutional-law-page
  .gsr-cl-related-card:nth-child(6)
  .gsr-cl-related-icon {
  background: #cffafe;
}

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

#gsr-constitutional-law-page .gsr-cl-related-card:hover {
  transform: translateY(-12px);

  box-shadow:
    0 24px 45px rgba(15, 76, 129, 0.12),
    0 40px 70px rgba(15, 76, 129, 0.16);
}

#gsr-constitutional-law-page .gsr-cl-related-card:hover .gsr-cl-related-icon {
  transform: rotate(-10deg) scale(1.1);
}

/*=========================
TEXT
=========================*/

#gsr-constitutional-law-page .gsr-cl-related-card h3 {
  font-size: 24px;

  color: #1e293b;

  margin-bottom: 14px;

  font-weight: 700;
}

#gsr-constitutional-law-page .gsr-cl-related-card p {
  color: #64748b;

  font-size: 16px;

  line-height: 1.9;

  margin-bottom: 24px;
}

#gsr-constitutional-law-page .gsr-cl-related-card span {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  color: #2563eb;

  font-weight: 700;

  font-size: 15px;

  transition: 0.3s;
}

#gsr-constitutional-law-page .gsr-cl-related-card:hover span {
  transform: translateX(6px);
}

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

@media (max-width: 992px) {
  #gsr-constitutional-law-page .gsr-cl-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  #gsr-constitutional-law-page .gsr-cl-related-section {
    padding: 70px 0;
  }

  #gsr-constitutional-law-page .gsr-cl-related-grid {
    grid-template-columns: 1fr;

    gap: 22px;
  }

  #gsr-constitutional-law-page .gsr-cl-related-card {
    padding: 28px 24px;
  }

  #gsr-constitutional-law-page .gsr-cl-related-card h3 {
    font-size: 21px;
  }

  #gsr-constitutional-law-page .gsr-cl-related-icon {
    width: 68px;

    height: 68px;

    font-size: 30px;
  }
}

/*=========================================
END OF CONSTITUTIONAL LAW PAGE
=========================================*/

#gsr-constitutional-law-page .gsr-cl-end-section {
  padding: 100px 20px;

  background: linear-gradient(135deg, #0f4c81, #1d4ed8, #2563eb);

  overflow: hidden;

  position: relative;
}

#gsr-constitutional-law-page .gsr-cl-end-section::before {
  content: "";

  position: absolute;

  width: 420px;

  height: 420px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 50%;

  top: -180px;

  right: -140px;
}

#gsr-constitutional-law-page .gsr-cl-end-section::after {
  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  background: rgba(255, 255, 255, 0.06);

  border-radius: 50%;

  bottom: -120px;

  left: -100px;
}

#gsr-constitutional-law-page .gsr-cl-end-content {
  position: relative;

  z-index: 2;

  max-width: 900px;

  margin: auto;

  text-align: center;
}

#gsr-constitutional-law-page .gsr-cl-end-badge {
  display: inline-block;

  padding: 10px 22px;

  background: rgba(255, 255, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.25);

  border-radius: 40px;

  color: #ffffff;

  font-size: 14px;

  font-weight: 700;

  margin-bottom: 28px;

  letter-spacing: 0.5px;
}

#gsr-constitutional-law-page .gsr-cl-end-content h2 {
  font-size: 46px;

  line-height: 1.35;

  color: #ffffff;

  font-weight: 800;

  margin-bottom: 24px;
}

#gsr-constitutional-law-page .gsr-cl-end-content p {
  max-width: 760px;

  margin: 0 auto 45px;

  color: rgba(255, 255, 255, 0.92);

  font-size: 18px;

  line-height: 1.9;
}

#gsr-constitutional-law-page .gsr-cl-end-buttons {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 20px;

  flex-wrap: wrap;
}

#gsr-constitutional-law-page .gsr-cl-end-buttons a {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  min-width: 240px;

  padding: 18px 34px;

  border-radius: 14px;

  font-size: 16px;

  font-weight: 700;

  transition: 0.35s;
}

#gsr-constitutional-law-page .gsr-cl-end-buttons a:first-child {
  background: #ffffff;

  color: #0f4c81;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

#gsr-constitutional-law-page .gsr-cl-end-buttons a:first-child:hover {
  transform: translateY(-6px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

#gsr-constitutional-law-page .gsr-cl-end-buttons a:last-child {
  color: #ffffff;

  border: 2px solid rgba(255, 255, 255, 0.35);
}

#gsr-constitutional-law-page .gsr-cl-end-buttons a:last-child:hover {
  background: rgba(255, 255, 255, 0.12);

  transform: translateY(-6px);
}

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

@media (max-width: 768px) {
  #gsr-constitutional-law-page .gsr-cl-end-section {
    padding: 70px 20px;
  }

  #gsr-constitutional-law-page .gsr-cl-end-content h2 {
    font-size: 32px;
  }

  #gsr-constitutional-law-page .gsr-cl-end-content p {
    font-size: 16px;
  }

  #gsr-constitutional-law-page .gsr-cl-end-buttons {
    flex-direction: column;
  }

  #gsr-constitutional-law-page .gsr-cl-end-buttons a {
    width: 100%;

    max-width: 340px;
  }
}
