@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.nicmar-h1 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 72px;
  font-family: "Roboto", sans-serif;
  color: #d9d9d9;
}

.nicmar-h2 {
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.nicmar-h3 {
  font-weight: 400;
  font-size: 36px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.nicmar-h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
}

.nicmar-para {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #d9d9d9;
}

.font-wt-400 {
  font-weight: 400 !important;
}

.font-wt-500 {
  font-weight: 500 !important;
}

.font-wt-600 {
  font-weight: 600 !important;
}

.font-wt-700 {
  font-weight: 700 !important;
}

.font-wt-800 {
  font-weight: 800 !important;
}

.nicmar-case-study-section {
  padding-block: 128px;
}

/* Hero Section style start here ------------------------------------------------------------ */

.nicmar-hero-section {
  background-image: url(../new-img/nicmar-case-study/nicmar-hero-banner-2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px !important;
}

.nicmar-hero-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #d9d9d9;
}

/* Background Section style start here ------------------------------------------------------ */
.nicmar-background-section {
  background-image: url(../new-img/nicmar-case-study/nicmar-background-banner-2.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Brief Section style start here ----------------------------------------------------------- */
.nicmar-brief-section {
  background-image: url(../new-img/nicmar-case-study/nicmar-brief-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a3f5f;
}

.brief-key-points {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.brief-point-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

.brief-content {
  flex: 1;
  position: relative;
}

.brief-content::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.brief-point-item:last-child .brief-content::after {
  display: none;
}

/* Responsive styles for Brief Section */
@media (max-width: 1199.98px) {
  .nicmar-brief-section {
    min-height: auto;
    padding: 80px 0;
  }

  .brief-key-points {
    gap: 30px;
  }

  .brief-point-item {
    gap: 15px;
  }

  /* Methodology Section Responsive */
  .nicmar-methodology-section {
    min-height: auto;
    padding: 80px 0;
  }

  .methodology-card {
    padding: 25px 20px;
  }

  .methodology-icon {
    width: 70px;
    height: 70px;
  }

  .methodology-icon i {
    font-size: 28px;
  }

  /* Target Users Section Responsive */
  .nicmar-token-design-system-section {
    min-height: auto;
    padding: 80px 0;
  }

  .target-user-card {
    padding: 30px 25px;
  }

  .user-profile-image {
    width: 70px;
    height: 70px;
  }

  .user-card-title {
    font-size: 24px;
  }

  .user-section-title {
    font-size: 18px;
  }

  /* Wireframing Section Responsive */
  .nicmar-wireframing-section {
    min-height: auto;
    padding: 80px 0;
  }

  .wireframe-grid {
    gap: 15px;
  }

  .wireframe-item {
    padding: 12px;
  }

  .wireframing-content {
    padding-left: 20px;
  }

  .wireframing-description {
    font-size: 18px;
    margin: 20px 0 25px 0;
  }

  .wireframing-points li {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

@media (max-width: 991.98px) {
  .nicmar-brief-section {
    padding: 60px 0;
  }

  .brief-key-points {
    gap: 25px;
    margin-top: 30px;
  }

  .brief-point-item {
    gap: 12px;
  }

  .brief-content::after {
    bottom: -15px;
  }

  /* Methodology Section Responsive */
  .nicmar-methodology-section {
    padding: 60px 0;
  }

  .methodology-subtitle {
    font-size: 18px;
  }

  .methodology-card {
    padding: 20px 15px;
  }

  .methodology-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }

  .methodology-icon i {
    font-size: 26px;
  }

  .methodology-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .methodology-description {
    font-size: 15px;
  }

  /* Target Users Section Responsive */
  .nicmar-token-design-system-section {
    padding: 60px 0;
  }

  .target-users-subtitle {
    font-size: 18px;
  }

  .target-user-card {
    padding: 25px 20px;
  }

  .user-profile-image {
    width: 65px;
    height: 65px;
  }

  .user-card-title {
    font-size: 22px;
  }

  .user-section-title {
    font-size: 17px;
  }

  .user-section-text,
  .user-section-list li {
    font-size: 15px;
  }

  /* Wireframing Section Responsive */
  .nicmar-wireframing-section {
    padding: 60px 0;
  }

  .wireframe-grid {
    gap: 12px;
  }

  .wireframe-item {
    padding: 10px;
  }

  .wireframing-content {
    padding-left: 15px;
  }

  .wireframing-description {
    font-size: 17px;
    margin: 18px 0 22px 0;
  }

  .wireframing-points li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767.98px) {
  .nicmar-brief-section {
    padding: 50px 0;
    text-align: center;
  }

  .brief-key-points {
    gap: 20px;
    margin-top: 25px;
  }

  .brief-point-item {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .brief-content::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  /* Methodology Section Responsive */
  .nicmar-methodology-section {
    padding: 50px 0;
    text-align: center;
  }

  .methodology-subtitle {
    font-size: 17px;
    margin-top: 15px;
  }

  .methodology-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .methodology-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .methodology-icon i {
    font-size: 28px;
  }

  .methodology-title {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .methodology-description {
    font-size: 15px;
  }

  /* Target Users Section Responsive */
  .nicmar-token-design-system-section {
    padding: 50px 0;
  }

  .target-users-subtitle {
    font-size: 17px;
  }

  .target-user-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .user-card-header {
    flex-direction: column;
    gap: 15px;
  }

  .user-profile-image {
    width: 70px;
    height: 70px;
  }

  .user-card-title {
    font-size: 24px;
  }

  .user-section-title {
    font-size: 18px;
  }

  .user-section-text,
  .user-section-list li {
    font-size: 15px;
  }

  /* Wireframing Section Responsive */
  .nicmar-wireframing-section {
    padding: 50px 0;
  }

  .wireframe-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }

  .wireframe-item {
    padding: 12px;
  }

  .wireframing-content {
    padding-left: 0;
    text-align: left;
  }

  .wireframing-description {
    font-size: 16px;
    margin: 20px 0 25px 0;
  }

  .wireframing-points li {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  .nicmar-brief-section {
    padding: 40px 0;
    text-align: center;
  }

  .brief-key-points {
    gap: 18px;
    margin-top: 20px;
  }

  .brief-point-item {
    gap: 12px;
  }

  .brief-content::after {
    bottom: -8px;
    width: 70%;
  }

  /* Methodology Section Responsive */
  .nicmar-methodology-section {
    padding: 40px 0;
    min-height: auto;
  }

  .methodology-subtitle {
    font-size: 18px;
    margin-top: 15px;
  }

  .methodology-card {
    padding: 25px 20px;
  }

  .methodology-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .methodology-icon i {
    font-size: 24px;
  }

  .methodology-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .methodology-description {
    font-size: 14px;
  }

  /* Target Users Section Responsive */
  .nicmar-token-design-system-section {
    padding: 40px 0;
    min-height: auto;
  }

  .target-users-subtitle {
    font-size: 16px;
  }

  .target-user-card {
    padding: 20px 15px;
  }

  .user-profile-image {
    width: 60px;
    height: 60px;
  }

  .user-card-title {
    font-size: 20px;
  }

  .user-section-title {
    font-size: 16px;
  }

  .user-section-text,
  .user-section-list li {
    font-size: 14px;
  }

  /* Wireframing Section Responsive */
  .nicmar-wireframing-section {
    padding: 40px 0;
    min-height: auto;
  }

  .wireframe-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 25px;
  }

  .wireframe-item {
    padding: 10px;
  }

  .wireframing-content {
    padding-left: 0;
  }

  .wireframing-description {
    font-size: 15px;
    margin: 18px 0 22px 0;
  }

  .wireframing-points li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .nicmar-optimized-course-discovery-section {
    background-color: #27304b;
    position: relative;
  }

  .nicmar-optimized-course-discovery-container {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* Methodology Section style start here ----------------------------------------------------- */
.nicmar-methodology-section {
  background: linear-gradient(180deg, #262f4a 0%, #111827 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.methodology-subtitle {
  color: #ffffff;
  margin-top: 20px;
}

.methodology-card {
  padding: 40px;
  height: 100%;
  /* text-align: center; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  box-shadow: 0px 4px 25px 0px #00000026;
  border: 1px solid;
  background: #ffffff26;

  border-image-source: linear-gradient(137.18deg, rgba(207, 209, 212, 0.2) 0%, rgba(104, 105, 107, 0) 103.33%);

  backdrop-filter: blur(35px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.methodology-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.methodology-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.methodology-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a0aec0;
  line-height: 1.6;
  margin: 0;
}

/* Target Users  Section style start here --------------------------------------------------- */
.nicmar-token-design-system-section {
  background-color: #1a202c;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../new-img/nicmar-case-study/nicmar-target-users.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.target-user-card {
  background: #ffffff26;
  border: 1px solid;
  border-image-source: linear-gradient(137.18deg, rgba(207, 209, 212, 0.2) 0%, rgba(104, 105, 107, 0) 103.33%);
  box-shadow: 0px 4px 25px 0px #00000026;
  backdrop-filter: blur(35px);
  height: 100%;
  padding: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.target-user-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.user-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.user-profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.user-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-card-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.user-card-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.user-section {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  padding-bottom: 20px;
}

.user-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.user-section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.user-section-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

.user-section-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-section-list li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  /* margin-bottom: 12px; */
  padding-left: 20px;
  position: relative;
}

.user-section-list li:before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.user-section-list li:last-child {
  margin-bottom: 0;
}

/* Wireframing Section style start here --------------------------------------------------- */
.nicmar-wireframing-section {
  background: linear-gradient(360deg, #262f4a 0%, #111827 100%);

  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wireframe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 100%;
}

.wireframe-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wireframe-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.wireframe-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  max-width: 100%;
}

.wireframing-content {
  position: relative;
  z-index: 2;
  padding-left: 30px;
}

.wireframing-description {
  color: #ffffff;
  font-size: 20px;
  margin: 25px 0 30px 0;
  line-height: 1.6;
}

.wireframing-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wireframing-points li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.wireframing-points li:before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

.wireframing-points li:last-child {
  margin-bottom: 0;
}

.rectangle-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  z-index: 1;
  /* height: 0%; */
}

/* Key Design Decisions Section style start here --------------------------------------------------- */

.nicmar-key-design-decisions-section {
  background: linear-gradient(180deg, #262f4a 0%, #111827 100%);
}

.key-design-decisions-img {
  position: relative;
  margin-top: 40px;
  z-index: 2;
}

.nicmar-key-design-decisions-container {
  max-width: 978px;
  margin-inline: auto;
}

.key-design-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Dedicated Online Education Hub Section style start here --------------------------------------------------- */

.nicmar-dedicated-online-education-section {
  background-color: #27304b;
}

.dedicated-online-education-hub-img {
  margin-top: -60px;
}

/* Optimized course Section style start here --------------------------------------------------- */
.nicmar-optimized-course-discovery-section {
  background-color: #27304b;
  position: relative;
}

.nicmar-optimized-course-discovery-section h2 {
  font-size: 48px;
}

.nicmar-optimized-course-discovery-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}

/* Mobile fixes for optimized course discovery */
@media (max-width: 1199.98px) {
  .nicmar-optimized-course-discovery-container {
    position: relative;
    top: auto;
    padding: 40px 0;
  }
}

/* Accessibility-focused Section style start here --------------------------------------------------- */

.nicmar-accessibility-focused-section {
  background-color: #27304b;
}

/* Responsive experience Section style start here --------------------------------------------------- */

.nicmar-responsive-experience-section {
  background-color: #27304b;
  position: relative;
}

.responsive-experience-img {
  width: 123% !important;
}

.responsive-experience-content {
  margin-top: 120px;
}

/* The Outcome Section style start here --------------------------------------------------- */

.nicmar-the-outcome-section {
  background-image: url(../new-img/nicmar-case-study/nicmar-the-outcome.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.the-outcome-content {
  border: 1px solid;
  border-image-source: linear-gradient(137.18deg, rgba(207, 209, 212, 0.2) 0%, rgba(104, 105, 107, 0) 103.33%);
  background: #ffffff26;
  box-shadow: 0px 4px 25px 0px #00000026;
  backdrop-filter: blur(35px);
  padding: 120px 149px;
}

/* ===========================================
   COMPREHENSIVE RESPONSIVE STYLES
   =========================================== */

/* Large Desktop (1400px and up) - Preserve existing desktop experience */
@media (min-width: 1400px) {
  .nicmar-h1 {
    font-size: 80px;
  }

  .nicmar-h2 {
    font-size: 56px;
  }

  .nicmar-para {
    font-size: 26px;
  }

  .nicmar-case-study-section {
    padding-block: 140px;
  }
}

/* Medium Desktop (1200px - 1399px) */
@media (max-width: 1399.98px) {
  .nicmar-h1 {
    font-size: 64px;
  }

  .nicmar-h2 {
    font-size: 42px;
  }

  .nicmar-para {
    font-size: 22px;
  }

  .nicmar-case-study-section {
    padding-block: 100px;
  }

  .methodology-card {
    padding: 35px 30px;
  }

  .target-user-card {
    padding: 35px 30px;
  }

  .the-outcome-content {
    padding: 100px 120px;
  }
}

/* Tablet Landscape (992px - 1199px) */
@media (max-width: 1199.98px) {
  .nicmar-h1 {
    font-size: 56px;
  }

  .nicmar-h2 {
    font-size: 36px;
  }

  .nicmar-h3 {
    font-size: 30px;
  }

  .nicmar-h4 {
    font-size: 26px;
  }

  .nicmar-para {
    font-size: 20px;
  }

  .nicmar-case-study-section {
    padding-block: 80px;
  }

  /* Hero Section */
  .nicmar-hero-section {
    min-height: 80vh;
    padding: 60px 0;
  }

  /* Background Section */
  .nicmar-background-section {
    min-height: auto;
    padding: 60px 0;
  }

  /* Brief Section */
  .nicmar-brief-section {
    min-height: auto;
    padding: 60px 0;
  }

  .brief-key-points {
    gap: 35px;
  }

  /* Methodology Section */
  .nicmar-methodology-section {
    min-height: auto;
    padding: 60px 0;
  }

  .methodology-card {
    padding: 30px 25px;
  }

  .methodology-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .methodology-description {
    font-size: 15px;
  }

  /* Target Users Section */
  .nicmar-token-design-system-section {
    min-height: auto;
    padding: 60px 0;
  }

  .target-user-card {
    padding: 30px 25px;
  }

  .user-card-title {
    font-size: 24px;
  }

  .user-section-title {
    font-size: 18px;
  }

  .user-section-text,
  .user-section-list li {
    font-size: 15px;
  }

  /* Wireframing Section */
  .nicmar-wireframing-section {
    min-height: auto;
    padding: 60px 0;
  }

  .wireframing-content {
    padding-left: 25px;
  }

  .wireframing-description {
    font-size: 18px;
    margin: 20px 0 25px 0;
  }

  .wireframing-points li {
    font-size: 15px;
    margin-bottom: 18px;
  }

  /* Key Design Decisions Section */
  .nicmar-key-design-decisions-section {
    padding: 60px 0;
  }

  .key-design-decisions-img {
    margin-top: 30px;
  }

  /* Dedicated Online Education Hub Section */
  .nicmar-dedicated-online-education-section {
    padding: 60px 0;
  }

  .dedicated-online-education-hub-img {
    margin-top: -40px;
  }

  /* Optimized Course Discovery Section */
  .nicmar-optimized-course-discovery-section {
    padding: 60px 0;
  }

  .nicmar-optimized-course-discovery-container {
    position: relative;
    top: auto;
    padding: 40px 0;
  }

  /* Accessibility Focused Section */
  .nicmar-accessibility-focused-section {
    padding: 60px 0;
  }

  /* Responsive Experience Section */
  .nicmar-responsive-experience-section {
    padding: 60px 0;
  }

  .responsive-experience-img {
    width: 100% !important;
  }

  .responsive-experience-content {
    margin-top: 60px;
  }

  /* The Outcome Section */
  .nicmar-the-outcome-section {
    min-height: auto;
    padding: 60px 0;
  }

  .the-outcome-content {
    padding: 80px 60px;
  }
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 991.98px) {
  .nicmar-h1 {
    font-size: 48px;
  }

  .nicmar-h2 {
    font-size: 32px;
  }

  .nicmar-h3 {
    font-size: 26px;
  }

  .nicmar-h4 {
    font-size: 22px;
  }

  .nicmar-para {
    font-size: 18px;
  }

  .nicmar-case-study-section {
    padding-block: 60px;
  }

  /* Hero Section */
  .nicmar-hero-section {
    min-height: auto;
    padding: 50px 0;
    /* text-align: center; */
  }

  .nicmar-hero-section .row {
    /* flex-direction: column-reverse; */
  }

  .nicmar-hero-section .col-md-6:first-child {
    margin-top: 30px;
  }

  /* Background Section */
  .nicmar-background-section {
    padding: 50px 0;
  }

  .nicmar-background-section .col-md-6:first-child {
    margin-bottom: 30px;
  }

  /* Brief Section */
  .nicmar-brief-section {
    padding: 50px 0;
    /* text-align: center; */
  }

  .brief-key-points {
    gap: 30px;
    margin-top: 30px;
  }

  .brief-point-item {
    gap: 15px;
  }

  /* Methodology Section */
  .nicmar-methodology-section {
    padding: 50px 0;
    /* text-align: center; */
  }

  .methodology-subtitle {
    font-size: 18px;
    margin-top: 15px;
  }

  .methodology-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .methodology-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .methodology-description {
    font-size: 14px;
  }

  /* Target Users Section */
  .nicmar-token-design-system-section {
    padding: 50px 0;
    /* text-align: center; */
  }

  .target-user-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .user-card-header {
    flex-direction: column;
    /* text-align: center; */
    gap: 15px;
  }

  .user-card-title {
    font-size: 22px;
  }

  .user-section-title {
    font-size: 17px;
  }

  .user-section-text,
  .user-section-list li {
    font-size: 14px;
  }

  /* Wireframing Section */
  .nicmar-wireframing-section {
    padding: 50px 0;
    /* text-align: center; */
  }

  .nicmar-wireframing-section .col-md-6:first-child {
    margin-bottom: 30px;
  }

  .wireframing-content {
    padding-left: 0;
    text-align: left;
  }

  .wireframing-description {
    font-size: 17px;
    margin: 18px 0 22px 0;
  }

  .wireframing-points li {
    font-size: 14px;
    margin-bottom: 16px;
  }

  /* Key Design Decisions Section */
  .nicmar-key-design-decisions-section {
    padding: 50px 0;
  }

  .key-design-decisions-img {
    margin-top: 25px;
  }

  /* Dedicated Online Education Hub Section */
  .nicmar-dedicated-online-education-section {
    padding: 50px 0;
  }

  .dedicated-online-education-hub-img {
    margin-top: -30px;
  }

  /* Optimized Course Discovery Section */
  .nicmar-optimized-course-discovery-section {
    padding: 50px 0;
  }

  .nicmar-optimized-course-discovery-container {
    padding: 30px 0;
  }

  .nicmar-optimized-course-discovery-section h2 {
    font-size: 32px;
  }

  /* Accessibility Focused Section */
  .nicmar-accessibility-focused-section {
    padding: 50px 0;
  }

  .nicmar-accessibility-focused-section .col-md-5 {
    margin-bottom: 30px;
  }

  /* Responsive Experience Section */
  .nicmar-responsive-experience-section {
    padding: 50px 0;
  }

  .responsive-experience-content {
    margin-top: 40px;
  }

  /* The Outcome Section */
  .nicmar-the-outcome-section {
    padding: 50px 0;
  }

  .the-outcome-content {
    padding: 60px 40px;
  }
}

/* Mobile Large (576px - 767px) */
@media (max-width: 767.98px) {
  .nicmar-h1 {
    font-size: 36px;
  }

  .nicmar-h2 {
    font-size: 28px;
  }

  .nicmar-h3 {
    font-size: 22px;
  }

  .nicmar-h4 {
    font-size: 20px;
  }

  .nicmar-para {
    font-size: 16px;
  }

  .nicmar-case-study-section {
    padding-block: 60px;
  }

  /* Hero Section */
  .nicmar-hero-section {
    padding: 60px 0;
  }

  .nicmar-hero-section .col-md-6:first-child {
    margin-top: 25px;
  }

  /* Background Section */
  .nicmar-background-section {
    padding: 60px 0;
  }

  .nicmar-background-section .row {
    flex-direction: column-reverse;
  }

  .nicmar-background-section .col-md-6:first-child {
    margin-bottom: 25px;
  }

  /* Brief Section */
  .nicmar-brief-section {
    padding: 60px 0;
  }

  .brief-key-points {
    gap: 25px;
    margin-top: 25px;
  }

  .brief-point-item {
    gap: 12px;
  }

  .brief-content::after {
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  /* Methodology Section */
  .nicmar-methodology-section {
    padding: 60px 0;
  }

  .methodology-subtitle {
    font-size: 16px;
    margin-top: 12px;
  }

  .methodology-card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .methodology-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .methodology-description {
    font-size: 13px;
  }

  /* Target Users Section */
  .nicmar-token-design-system-section {
    padding: 60px 0;
  }

  .target-user-card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .user-card-header {
    gap: 12px;
  }

  .user-profile-image {
    width: 60px;
    height: 60px;
  }

  .user-card-title {
    font-size: 20px;
  }

  .user-section-title {
    font-size: 16px;
  }

  .user-section-text,
  .user-section-list li {
    font-size: 13px;
  }

  /* Wireframing Section */
  .nicmar-wireframing-section {
    padding: 60px 0 !important;
  }

  .nicmar-wireframing-section .row {
    flex-direction: column-reverse;
  }

  .nicmar-wireframing-section .col-md-6:first-child {
    margin-bottom: 25px;
  }

  .wireframing-description {
    font-size: 15px;
    margin: 15px 0 20px 0;
  }

  .wireframing-points li {
    font-size: 13px;
    margin-bottom: 14px;
  }

  /* Key Design Decisions Section */
  .nicmar-key-design-decisions-section {
    padding: 60px 0;
  }

  .key-design-decisions-img {
    margin-top: 20px;
  }

  /* Dedicated Online Education Hub Section */
  .nicmar-dedicated-online-education-section {
    padding: 60px 0;
  }

  .dedicated-online-education-hub-img {
    margin-top: -20px;
  }

  /* Optimized Course Discovery Section */
  .nicmar-optimized-course-discovery-section {
    padding: 60px 12px 0 12px !important;
  }

  .nicmar-optimized-course-discovery-section .row {
    flex-direction: column-reverse;
  }

  .nicmar-optimized-course-discovery-container {
    padding: 25px 0 0 0;
  }

  .nicmar-optimized-course-discovery-section h2 {
    font-size: 28px;
  }

  /* Accessibility Focused Section */
  .nicmar-accessibility-focused-section {
    padding: 60px 0;
  }

  .nicmar-accessibility-focused-section .col-md-5 {
    margin-bottom: 25px;
  }

  /* Responsive Experience Section */
  .nicmar-responsive-experience-section {
    padding: 60px 0;
  }

  .responsive-experience-content {
    margin-top: 30px;
  }

  /* The Outcome Section */
  .nicmar-the-outcome-section {
    padding: 60px 0;
  }

  .the-outcome-content {
    padding: 40px 25px;
  }
}

/* Mobile Small (up to 575px) */
@media (max-width: 575.98px) {
  .nicmar-h1 {
    font-size: 32px;
  }

  .nicmar-h2 {
    font-size: 24px;
  }

  .nicmar-h3 {
    font-size: 20px;
  }

  .nicmar-h4 {
    font-size: 18px;
  }

  .nicmar-para {
    font-size: 15px;
  }

  .nicmar-case-study-section {
    padding-block: 50px;
  }

  /* Hero Section */
  .nicmar-hero-section {
    padding: 50px 0;
  }

  .nicmar-hero-section .col-md-6:first-child {
    margin-top: 20px;
  }

  /* Background Section */
  .nicmar-background-section {
    padding: 50px 0;
  }

  .nicmar-background-section .col-md-6:first-child {
    margin-bottom: 20px;
  }

  /* Brief Section */
  .nicmar-brief-section {
    padding: 50px 0;
  }

  .brief-key-points {
    gap: 20px;
    margin-top: 20px;
  }

  .brief-point-item {
    gap: 10px;
  }

  .brief-content::after {
    bottom: -10px;
    width: 70%;
  }

  /* Methodology Section */
  .nicmar-methodology-section {
    padding: 50px 0;
  }

  .methodology-subtitle {
    font-size: 15px;
    margin-top: 10px;
  }

  .methodology-card {
    padding: 18px 12px;
    margin-bottom: 12px;
  }

  .methodology-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .methodology-description {
    font-size: 12px;
  }

  /* Target Users Section */
  .nicmar-token-design-system-section {
    padding: 50px 0;
  }

  .target-user-card {
    padding: 18px 12px;
    margin-bottom: 12px;
  }

  .user-card-header {
    gap: 10px;
  }

  .user-profile-image {
    width: 50px;
    height: 50px;
  }

  .user-card-title {
    font-size: 18px;
  }

  .user-section-title {
    font-size: 14px;
  }

  .user-section-text,
  .user-section-list li {
    font-size: 12px;
  }

  /* Wireframing Section */
  .nicmar-wireframing-section {
    padding: 50px 0;
  }

  .nicmar-wireframing-section .col-md-6:first-child {
    margin-bottom: 20px;
  }

  .wireframing-description {
    font-size: 14px;
    margin: 12px 0 16px 0;
  }

  .wireframing-points li {
    font-size: 12px;
    margin-bottom: 12px;
  }

  /* Key Design Decisions Section */
  .nicmar-key-design-decisions-section {
    padding: 50px 0;
  }

  .key-design-decisions-img {
    margin-top: 15px;
  }

  /* Dedicated Online Education Hub Section */
  .nicmar-dedicated-online-education-section {
    padding: 50px 0;
  }

  .dedicated-online-education-hub-img {
    margin-top: -15px;
  }

  /* Optimized Course Discovery Section */
  .nicmar-optimized-course-discovery-section {
    padding: 50px 0 0 0;
  }

  .nicmar-optimized-course-discovery-container {
    padding: 20px 0 0 0;
  }

  .nicmar-optimized-course-discovery-section h2 {
    font-size: 24px;
  }

  /* Accessibility Focused Section */
  .nicmar-accessibility-focused-section {
    padding: 50px 0;
  }

  .nicmar-accessibility-focused-section .col-md-5 {
    margin-bottom: 20px;
  }

  /* Responsive Experience Section */
  .nicmar-responsive-experience-section {
    padding: 50px 0;
  }

  .responsive-experience-content {
    margin-top: 25px;
  }

  /* The Outcome Section */
  .nicmar-the-outcome-section {
    padding: 50px 0;
  }

  .the-outcome-content {
    padding: 30px 20px;
  }
}

/* Extra Small Mobile (up to 375px) */
@media (max-width: 375px) {
  .nicmar-h1 {
    font-size: 38px;
  }

  .nicmar-h2 {
    font-size: 28px;
  }

  .nicmar-para {
    font-size: 18px;
  }

  .nicmar-case-study-section {
    padding-block: 25px;
  }

  .methodology-card,
  .target-user-card {
    padding: 15px 10px;
  }

  .the-outcome-content {
    padding: 25px 15px;
  }
}

/* Landscape Mobile Fixes */
@media (max-width: 767.98px) and (orientation: landscape) {
  .nicmar-hero-section,
  .nicmar-background-section,
  .nicmar-brief-section,
  .nicmar-methodology-section,
  .nicmar-token-design-system-section,
  .nicmar-wireframing-section,
  .nicmar-the-outcome-section {
    min-height: auto;
    padding: 40px 0;
  }
}

/* High DPI Display Optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nicmar-hero-section,
  .nicmar-background-section,
  .nicmar-brief-section,
  .nicmar-token-design-system-section,
  .nicmar-the-outcome-section {
    background-size: cover;
    background-position: center;
  }
}

/* Additional Mobile Optimizations */
@media (max-width: 767.98px) {
  /* Improve touch targets */
  .methodology-card,
  .target-user-card {
    min-height: auto;
  }

  /* Better spacing for mobile */
  .brief-point-item {
    margin-bottom: 20px;
  }

  /* Improve image display on mobile */
  .nicmar-hero-section img,
  .nicmar-background-section img,
  .nicmar-wireframing-section img,
  .nicmar-accessibility-focused-section img,
  .nicmar-responsive-experience-section img {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  /* Better text readability on mobile */
  .nicmar-para {
    line-height: 1.6;
  }

  .methodology-description,
  .user-section-text,
  .user-section-list li,
  .wireframing-points li {
    line-height: 1.5;
  }
}

/* Tablet specific improvements */
@media (min-width: 768px) and (max-width: 991.98px) {
  .nicmar-hero-section .row,
  .nicmar-background-section .row,
  .nicmar-wireframing-section .row {
    align-items: center;
  }

  .brief-key-points {
    margin-top: 40px;
  }
}

/* Ensure proper spacing on all devices */
@media (min-width: 992px) {
  .nicmar-hero-section,
  .nicmar-background-section,
  .nicmar-brief-section,
  .nicmar-methodology-section,
  .nicmar-token-design-system-section,
  .nicmar-wireframing-section,
  .nicmar-the-outcome-section {
    min-height: 100vh;
  }
}

/* Print Styles */
@media print {
  .nicmar-case-study-section {
    padding-block: 20px;
    page-break-inside: avoid;
  }

  .nicmar-h1,
  .nicmar-h2,
  .nicmar-h3,
  .nicmar-h4 {
    color: #000 !important;
  }

  .nicmar-para {
    color: #333 !important;
  }

  .methodology-card,
  .target-user-card,
  .the-outcome-content {
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
  }
}
