#top-blog {
  font-family: "Urbanist", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  flex-direction: row;
  width: 95%;
  margin: 7% auto;
  gap: 60px;
  margin-bottom: 60px;
}
.hashtag {
  color: #1335be;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}

.top-blog-content {
  flex: 1 0 0;
}

.top-blog-img img {
  border-radius: 12px;
  max-width: 100%;
  min-height: 250px;
  aspect-ratio: 16/8;
  object-fit: contain;
  width: 469px;
  height: 469px;
}
.top-blog-img2 {
  display: none;
}
.top-blog-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1 0 0;
  width: 640px;
}

.top-blog-content h1 {
  font-size: 2rem;
  margin-bottom: 14px;
  color: var(--Grey-15, #262626);
  font-family: Urbanist;
  font-size: 34px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  text-transform: uppercase;
  width: 640px;
}

.top-blog-content p {
  color: #262626;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 168.75% */
  text-transform: lowercase;
}
.top-blog-content-gov {
  margin-top: 1%;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  align-self: stretch;
  text-transform: uppercase;
}
.top-blog-content-gov a img {
  height: 40px;
  width: 60px;
}

.top-blog-content-gov h2 {
  position: relative;
  bottom: 2px;
}

/* Section 2 */

#features {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  width: 95%;
  margin: 20px auto;
  font-weight: 300;
  text-align: left;
  gap: 60px;
  margin-bottom: 60px;
}


.features-parent-boxes{
display: flex;
height: 65px;
flex-direction: column;
gap: 10px;
justify-content: space-around;
}



#features p {
  text-align: left;
  color: var(--Grey-40, #656567);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.feature-heading {
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
}

.feature-boxes {
  
  padding: 16px 24px;
  border-left: 2px solid #f6b3a2;
  border-right: 2px solid #f6b3a2;
  border-radius: 100px;
}

/* Section 3 */
.achievements-section {
  padding: 20px 0px;
  width: 95%;
  margin: 5% auto;
}

.achievements-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.achievements-header h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 0;
}

.achievements-header h1 span {
  display: block;
  font-size: 1.5em;
  margin-top: 10px;
}

.achievements-header .author {
  text-align: right;
}

.achievements-header .author p {
  margin: 0;
  font-weight: 400;
}

.author-section-down {
  position: relative;
  right: 18%;
}

.see-more {
  font-family: "Urbanist", sans-serif;
  position: relative;
  color: #3647ff;
  top: 40px;
  float: right;
  color: #3647ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.see-more:hover {
  transform: scale(1.1);
}
.updates-left a:hover {
  transform: scale(1.04);
}

.achievements-header .see-more {
  font-size: 1em;
  color: #1335be;
  text-decoration: none;
  font-weight: 600;
}

.achievements-content {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
}

.achievement-card {
  background: #f5f8fa;
  margin: 10px;
  flex: 0 0 calc(33% - 20px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 11rem;
  height: auto;
  padding: 40px;
  border: 1px solid #eef3f6;
  border-radius: 16px;
  transition: transform 0.2s ease-in-out;
}

.sign-in {
  text-align: center;
}

.achievement-card-img {
  width: 90%;
  height: 250px;
}

.achievement-card .card-content {
  padding: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.achievement-card .card-content h2 {
  font-size: 1em;
  font-weight: 400;
  margin: 10px 0;
  color: #888;
  width: fit-content;
  border: 1px solid #dde7ee;
  border-radius: 100px;
  padding: 8px 14px;
  background: #fff;
}

.achievement-card .card-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  margin: 1% 1%;
  font-family: "Urbanist", sans-serif;
}

.achievement-card .card-content p {
  font-size: 1em;
  font-weight: 400;
  margin: 10px 0;
}

.achievement-card .card-content .social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.achievement-card .card-content .social-icons img {
  width: 20px;
  height: 20px;
}

.achievement-card .card-content .read-more {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  background-color: white;
  color: black;
  padding: 5px 15px;
  border: 1px solid #f18c74;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #262626;
}
.social-icons-subcontainer {
  display: flex;
  gap: 10px;
}

.achievement-card .card-content .read-more img {
  margin-left: 10px;
  width: 32px;
  height: 32px;
}

.social-icons-blog {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2%;
  gap: 10px;
}

.card-arrow {
  display: none;
  width: 42px;
  height: 48px;
}
.images-container {
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  justify-content: space-between;
}

/* Section 4 */
/* Basic styling for the feedback section */

.student-zone{
  text-align: center;
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 151%; /* 9.06px */
letter-spacing: 0.63px;
background: var(--Gradient-Primary-Gradient, linear-gradient(90deg, #0062FF 0%, #00B2FF 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.feedback-section {
  padding: 20px 0px;
  width: 95%;
  margin: 5% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  color: var(--Grey-20, #333);
  text-align: center;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 151%; /* 57.38px */
}

.section-description {
  width: 880px;
  color: var(--Grey-40, #666);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

/* Feedback carousel styling */
.feedback-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.feedback-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  min-height: 180px;
  background: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding-top: 2%;
  width: 340px;
  transition: transform 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 82.3%);
}

.feedback-card .student-name {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-top: 45px;
}

.feedback-card img {
  top: 0px;
  margin-top: 10px;
  margin-bottom: 40px;
  width: 250px;
  height: 250px;
  border-radius: 50%; 
  position: relative;
  z-index: 1; 
}

.feedback-card:hover {
  cursor: pointer;
  transform: translateY(-10px);
}

.feedback-card {
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 20px;
  border-radius: 8px;
  min-height: 150px; /* Set a minimum height to keep the card consistent */
  position: relative;
}

.student-feedback {
  
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font-family: Urbanist;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.student-name {
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.feedback-card:hover {
  cursor: pointer;
  transform: translateY(-10px);
  background-color: #fa3f1e;
  color: white;
}

.feedback-card:hover .student-feedback {
  visibility: visible;
  opacity: 1;
}

.feedback-card:hover .student-name {
  text-decoration: underline;
  color: white; /* Underline the student name */
}

.achievement-card:hover {
  transform: translateY(-10px);
}

/* Section 5 */
.updates-header {
  display: flex;
  justify-content: space-between;
  width: 95%;
  align-items: center;
  margin: 20px auto;
  margin-bottom: 20px;
  gap: 40px;
}

.updates-header h1 {
  font-size: 2em;
  margin: 2px;
  display: flex;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
}

.updates-header h1 img {
  margin-right: 10px;
}

.updates-header .author {
  text-align: left;
}

.updates-header .author p {
  width: 101%;
  margin: 0;
}
.author p {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  text-align: left;
}
.author-bold {
  font-size: 28px;
  margin-bottom: 10px;
}
.updates-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
  width: 95%;
  margin: 5% auto;
  border-radius: 15px;
  margin-top: 60px;
}

.updates-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  background: transparent;
  gap: 20px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.updates-left {
  flex: 1;
  background: transparent;

  background-image: url(./assets/update-bg.png);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Align content to the center */
  align-items: flex-start; /* Align content to the center */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.updates-left-header {
  text-align: left;
  margin-bottom: 20px;
}

.updates-left h2 {
  color: var(--Absolute-White, #fff);
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.updates-left-students {
 color: white;
  font-family: Urbanist;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.updates-left a {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  color: white;
  padding: 10px 10px;
  border: 1px solid #f18c74;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  color: var(--Absolute-White, #fff);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.updates-left a img {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}

.updates-right {
  flex: 1.5;
  display: flex;
  flex-wrap: wrap;
  padding: 1.2em;
  background-color: white;
  border-radius: 10px;
}

.updates-right .update-item {
  flex: 1 1 50%;
  display: flex;
  align-items: flex-start;
  padding: 4%;
}
.update-item:nth-child(-n + 2) {
  border-bottom: 2px solid #eef3f6;
}

/* Add left border to even items */
.update-item:nth-child(even) {
  border-left: 2px solid #eef3f6;
}
.updates-right .update-item img {
  margin-right: 10px;
}

.updates-right .update-item h3 {
  font-family: "Urbanist";
  text-align: left;
  font-size: 1.2em;
  margin: 0 0 10px;
}

.updates-right .update-item p {
  text-align: left;
  margin: 0;
}

/* Popup Styles */
.popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow: hidden; /* Disable scrolling */
}

.popup {
  position: fixed;
  scroll-behavior: smooth;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.popup-blog {
  position: fixed;
  scroll-behavior: smooth;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

/* Scrollbar styles */
.popup .achievements-content::-webkit-scrollbar {
  width: 10px;
}
.popup .achievements-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.popup .achievements-content::-webkit-scrollbar-thumb {
  background-color: #007cff;
  border-radius: 10px;
  height: 12px;
  border: 3px solid #f1f1f1;
}
.popup-content {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}

.popup .close {
  position: absolute;
  top: 0%;
  right: 10px;
  font-size: 2.5rem;
  color: red;
  cursor: pointer;
  z-index: 2;
}
.popup .close-blog {
  position: absolute;
  top: 0%;
  right: 10px;
  font-size: 1.8rem;
  color: gray;
  cursor: pointer;
  z-index: 2;
}

/* Specific Styles for Popup Content */
.popup .achievements-content {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  flex-wrap: wrap;
  overflow-y: auto;
  gap: 20px;
  height: 550px;
  margin-bottom: 50px;
  
}

.popup .achievement-card {
  display: flex;
  width: auto;
  flex: 0 1 calc(48% - 2vw);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #e5efff;
  border-radius: 10px;
}

.popup .images-container {
  display: flex;
  flex-direction: row;
  padding: 2% 5%;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-bottom: 1px solid #e5efff;
  gap: 20px;
}
.popup .card-content {
  padding: 0;
  justify-content: space-around;
  gap: 0px;
}

.popup .achievement-card-img {
  width: 50%;
  height: 100%;
  aspect-ratio: 16/8;
  object-fit: contain;
  border-radius: 10px;
}

.popup .card-content h2 {
  margin: 0;
  width: 100%;
  text-align: left;
  align-self: stretch;
  font-weight: 600;
  border: none;
  background: none;
  color: #262626;
  padding: 8px 0;
}

.popup .card-content h2 a {
  text-decoration: none;
  color: #262626;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;

  font-weight: 500;
  line-height: 150%; /* 30px */
}

.popup .card-content h3 {
  font-size: 14px;
  color: #666666;
  text-align: left;
  color: var(--Grey-15, #262626);
}

.popup .card-content p {
  font-size: 0.75rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup .author-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.popup .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.popup .author-details p {
  margin: 0;
  font-size: 12px;
  color: #555;
  color: var(--Grey-50, #808080);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.popup .author-details .author-name {
  margin: 0;
  font-size: 12px;
  color: var(--Grey-20, #333);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.popup .social-icons-blog {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.popup .social-icons-blog a img {
  width: 24px;
  height: 24px;
}

.pop-blog-heading {
  color: var(--Grey-20, #333);
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pop-blog-subheading {
  color: var(--Grey-30, #4c4c4c);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.popup-blog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-blog {
  display: flex;
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 1064px;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px;
  flex-direction: column;

  gap: 20px;
}

.popup-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-blog-header h2 {
  font-size: 20px;
  margin: 0;
  color: var(--Grey-20, #333);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  text-decoration-line: underline;
}

.popup-blog-close {
  font-size: 24px;
  cursor: pointer;
}

.popup-blog-image-container {
  width: 100%;
  height: auto;
  margin-top: 3px;
}

.popup-blog-image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.popup-blog-content {
  font-size: 16px;
  line-height: 1.6;
}

#popup-overlay-blog {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow: hidden; /* Disable scrolling */
}

.popup-blog-subheading {
  display: flex;
  gap: 9px;
}

.popup-blog-subheading svg {
  width: 22px;
  height: 22px;
}

.pop-up-blog-subcontent p {
  color: var(--Grey-40, #666);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.pop-up-blog-subcontent h5 {
  color: var(--Grey-20, #333);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

@media (min-width:1910px){
 

  .top-blog-content h1{
    font-size: 38px;
  }
.top-blog-content p{
  font-size: 20px;
  word-spacing: 3px;
}
.top-blog-img img{
  width: 550px;
 
}
.top-blog-content-gov h2{
  font-size: 27px;
}
.feature-heading{
  font-size: 1.4rem;
}
#features p{
  font-size: 19px;
  margin-top: 18px;
}

.updates-header{
  margin-top: 70px;
}

.updates-header h1{
  font-size: 2.5em;
}

.author-bold{
  font-size: 30px;
}

.author p{
  font-size: 20px;
}

.see-more{
  font-size: 20px;
}

.achievement-card .card-content h3{
  font-size: 1.4rem;
}
.achievement-card .card-content h2{
  font-size: 1.2em;
}
.achievement-card .card-content .read-more{
  font-size: 15px;
  padding:8px 16px;
}
.feedback-carousel{
  gap:48px;
}

.feedback-card .student-name{
  font-size: 1.4em;
}

.student-feedback{
  font-size: 18px;
}

.feedback-card{
  padding-left: 1%;
  padding-right: 1%;
}
.feedback-card img{
  top: 21px;
  width: 200px;
}

.section-description{
  font-size: 20px;
}

.hashtag{
  font-size: 20px;
}

.updates-right .update-item h3{
  font-size: 1.5em;
}

.updates-right .update-item p{
  font-size: 1.2em;
}

.updates-left h2{
  font-size: 50px;
}

.updates-left a{
  font-size: 18px;
}

.updates-left-students{
  font-size: 18px;
}

}







@media (max-width: 1000px) {
  .achievements-section {
    width: 95%;
  }

  .achievement-card {
    margin: 2% 0px;
  }
  .social-icons-subcontainer a img {
    width: 25px;
    height: 25px;
  }
  .achievement-card .card-content .read-more {
    padding: 5px 10px;
    font-size: 10px;
  }
  .achievement-card .card-content .read-more img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 920px) {
  .popup .achievements-content {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 860px) and (max-width: 1120px) {
  .top-blog-img img{
    width: 300px;
    height: 300px;
    max-width: fit-content;
  }
}

@media (max-width: 850px) {
  .top-blog-img img {
    min-height: 138px;
    height: 300px;
    width: 300px;
  }
  #top-blog {
    gap: 35.714px;
    margin-top: 30px;
  }
  #top-blog h1 {
    font-size: 20.238px;
    width: auto;
    text-align: left;
  }
  #top-blog p {
    font-size: 9.524px;
    line-height: 16.071px;
    min-width: 380.954px;
    text-align: left;
  }
  .hashtag {
    font-size: 9.524px;
    line-height: 16.071px;
  }
  .top-blog-img,
  .top-blog-content {
    margin-right: 0;
  }
  .top-blog-content {
    text-align: center;
  }
  .top-blog-content-gov h2 {
    font-size: 13.095px;
  }
  .top-blog-content-gov a img {
    width: 35.714px;
    height: 26px;
  }
  .top-blog-content-gov {
    justify-content: none;
    gap: 9px;
  }

  #features {
    align-items: center;
  }
  .feature-heading {
    text-align: center;
    font-size: 14.286px;
  }
  .feature-boxes {
    border-radius: 59.524px;
    border-right: 0.595px solid var(--Orange-80, #f6b3a2);
    border-left: 0.595px solid var(--Orange-80, #f6b3a2);
  }
  #features p {
    margin-top: 9.5px;
    font-size: 9.524px;
  }
  .updates-left {
    margin-right: 0;
  }

  .updates-header {
    width: 90%;
    text-align: center;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
    margin-left: 17px;
    margin-right: 17px;
    font-size: 16.805px;
    line-height: 150%;
    justify-content: normal;
  }

  .updates-header h1 {
    align-items: center;
    text-align: center;
    font-size: 24.007px;
    min-width: 344px;
  }
  .updates-header h1 img {
    width: 43px;
    height: 26px;
  }
  .author p {
    font-size: 9.603px;
  }
  .author-bold {
    font-size: 16.805px;
    margin-bottom: 6px;
  }
  .see-more {
    font-size: 10.803px;
  }
  .feature-boxes {
    padding: 8px 12px;
  }
  .achievements-section {
    margin-left: 17px;
    margin-right: 17px;
    width: auto;
  }
  .achievements-content {
    align-items: flex-start;
    gap: 18.005px;
    align-self: stretch;
    justify-content: space-between;
    flex-direction: row;
  }

  .achievement-card {
    height: 284.48px;
    padding: 24.007px;
    width: auto;
    width: 224px;
    height: 430px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 14.404px;
    border-radius: 9.603px;
    border: 0.6px solid var(--Light-Blue-95, #eef3f6);
  }
  .achievement-card-img {
    width: 144.041px;
    height: 100.228px;
    flex-shrink: 0;
  }
  .card-arrow {
    width: 25.207px;
    height: 24.007px;
  }
  .achievement-card .card-content {
    gap: 9.6px;
    padding: 4.801px 8.402px;
  }
  .achievement-card .card-content h2 {
    padding: 4.801px 8.402px;
    gap: 6.002px;
    border-radius: 60.017px;
    border: 0.6px solid var(--Light-Blue-90, #dde7ee);
    font-size: 8.402px;
    margin: 0;
  }
  .images-container {
    gap: 4px;
  }
  .achievement-card .card-content h3 {
    font-size: 12.003px;
  }
  .social-icons-subcontainer a img {
    width: 18px;
    height: 18px;
  }
  .achievement-card .card-content .read-more {
    padding: 4.801px 8.603px;
    gap: 3.601px;
    border-radius: 60.017px;
    border: 0.6px solid var(--Light-Blue-90, #dde7ee);
    font-size: 8.402px;
  }
  .section-title {
    font-size: 25.383px;
    line-height: 151%;
  }
  .section-description {
    font-size: 10.688px;
    width: 587px;
  }
  .feedback-section {
    width: 100%;
    overflow: hidden;
  }
  .feedback-carousel {
    gap: 16px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 26.72px;
    animation: slideMobile 12s linear infinite;
  }

  .feedback-card {
    width: 220.141px;
    height: 400.566px;
    padding: 53.438px 0px 0px 0px;
    gap: 5px;
    margin-top: 0px;
  }
  .feedback-card img {
    width: 130.922px;
    height: 140.668px;
  }
  .student-name,
  .student-feedback {
    font-size: 12.023px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.703px;
    visibility: visible;
    opacity: 1;
  }
  .feedback-card .student-name {
    margin-top: 0px;
  }
  .student-feedback {
    font-size: 10px;
  }
  .updates-section {
    margin-left: 15px;
    margin-right: 16px;
    padding: 12.054px;
    height: 213.646px;
  }
  .updates-content {
    gap: 12px;
  }
  .updates-left a {
    padding: 4.822px 14.465px 4.822px 4.822px;
    gap: 3.616px;
    border-radius: 60.271px;
    border: 0.603px solid var(--Orange-70, #f18c74);
    font-size: 8.438px;
    width: fit-content;
  }
  .updates-left a img {
    height: 24px;
    width: 24px;
    margin-right: 3.62px;
  }
  .updates-left {
    align-items: normal;
    /* justify-content: normal; */
  }
  .updates-right {
    padding: 14.465px;
  }
  .updates-right .update-item {
    padding: 14.465px;
    gap: 4.822px;
  }
  .updates-right .update-item h3 {
    font-size: 10.849px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 4.8px;
  }
  .updates-right .update-item p {
    font-size: 9.643px;
  }
  .updates-right .update-item img {
    height: 26.5px;
    width: 26.5px;
    margin-right: 4px;
  }
  .author-section-down {
    right: 0%;
  }
  .popup-blog {
    padding: 25.56px;
    gap: 25.56px;
  }
  .popup-blog-header h2 {
    font-size: 15.333px;
    line-height: 120%;
    max-width: 540px;
  }
  .pop-up-blog-subcontent h5 {
    font-size: 11.5px;
  }
  .pop-up-blog-subcontent p {
    font-size: 8.944px;
    line-height: 150%;
  }
  .popup .close-blog {
    top: 10px;
    right: 25px;
  }
  .popup {
    padding: 14.92px;
  }
  .popup .achievements-content {
    display: flex;
  flex-direction: row;
gap: 0px;
  }
  .popup .achievement-card {
    padding: 14.919px;
    gap: 14.919px;
  }
  .popup .images-container {
    padding: 0;
    gap: 12.432px;
    padding-bottom: 14.92px;
  }
  .pop-blog-heading {
    font-size: 18px;
  }
  .pop-blog-subheading {
    font-size: 10px;
  }
  .popup .card-content {
    padding: 0;
    gap: 0;
  }
  .popup .card-content h2 a {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
  }
  .popup .card-content h3 {
    font-size: 8px;
  }
  .popup .card-content h2 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .popup .card-content p {
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    margin-top: 12.43px;
  }
  .popup .author-info {
    margin-top: 0;
  }
  .popup .author-img {
    width: 24.865px;
    height: 24.865px;
    border-radius: 24.865px;
    margin-right: 7.46px;
  }
  .popup .author-details .author-name {
    font-size: 10px;
  }
  .popup .author-details p {
    font-size: 9px;
  }
  .popup .achievement-card {
    min-width: auto;
  }
  .popup .achievement-card-img {
    width: 120px;
    height: 131px;
  }
  .student-zone{
 
font-size: 8px;

}
}
@media (max-width: 450px) {

  #top-blog{
    margin-bottom: 30px;
  }
.see-more{
  top: 30px;
}


  .top-blog-img img {
    min-height: 300px;
    height: 225px;
    width: auto;
  }
  .top-blog-img1 {
    display: none;
  }
  .top-blog-img2 {
    display: block;
  }
  #top-blog {
    margin-top: 20px;
    margin-left: 14px;
    margin-right: 14px;
  }
  #top-blog h1 {
    font-size: 16px;
    width: auto;
    max-width: 200px;
    text-align: center;
  }
  #top-blog p {
min-width: 321.954px;
color: #262626;
text-align: center;
font-family: Urbanist;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 16.918px; 
text-transform: lowercase;
  }
  .hashtag {
    font-size: 14px;
    line-height: 15.918px; /* 175% */
  }
  .top-blog-img,
  .top-blog-content {
    margin-right: 0;
  }
  .top-blog-content {
    margin-top: 40px;
    text-align: center;
    align-items: center;
    gap: 18.19px;
  }
  .top-blog-content-gov h2 {
    font-size: 14px;
  }
  .top-blog-content-gov a img {
    width: 32px;
    height: 23px;
  }
  .top-blog-content-gov {
    justify-content: none;
    gap: 9px;
  }

  #features {
    align-items: center;
    gap: 16px;
    margin-bottom: 68px;
  }
  .feature-heading {
    text-align: center;
    font-size: 10px;
  }
  .feature-boxes {
    border-radius: 29.079px;
    border-right: 0.291px solid var(--Orange-80, #f6b3a2);
    border-left: 0.291px solid var(--Orange-80, #f6b3a2);
    text-wrap: nowrap;
  }
  #features > div {
    justify-content: space-between;
    flex: auto;
    
  }
  #features div p span {
    font-size: 6.5px;
  }
  #features p {
    margin-top: 0px;
    font-size: 6.5px;
  }
  .updates-left {
    margin-right: 0;
  }

  .updates-header {
    width: 90%;
    text-align: center;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
    margin-left: 17px;
    margin-right: 17px;
    font-size: 16.805px;
    line-height: 150%;
    justify-content: normal;
  }

  .updates-header h1 {
    align-items: center;
    text-align: left;
    font-size: 14px;
    min-width: 185px;
    font-weight: 600;
    margin: 0 0px;
  }
  .updates-header h1 img {
    width: 21px;
    height: 13px;
  }
  .author p {
    font-size: 8px;
  }
  .author-bold {
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 6px;
  }
  .see-more {
    font-size: 8px;
  }
  .feature-boxes {
    padding: 4.653px 6.979px;
  }



.achievements-content{
  display: flex;
}


  .achievements-section {
    margin-left: 9px;
    margin-right: 9px;
    width: auto;
    margin-bottom:0px ;
  }
  .achievements-content {
    align-items: flex-start;
    gap: 4.87px;
    align-self: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .achievement-card {
    align-items: center;
    flex-direction: row;
    height: 120px;
    padding: 11.83px;
    width: auto;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 7px;
    border-radius: 4.731px;
    border: 0.296px solid var(--Light-Blue-95, #eef3f6);
  }
  .achievement-card-img {
    width: 70.96px;
    height: 49.376px;
    flex-shrink: 0;
  }
  .card-arrow {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 12.418px;
    height: 11.827px;
  }
  .achievement-card .card-content {
    gap: 2.7px;
    padding: 0;
  }
  .achievement-card .card-content h2 {
    padding: 2.801px 4.402px;
    gap: 6.002px;
    border-radius: 60.017px;
    border: 0.6px solid var(--Light-Blue-90, #dde7ee);
    font-size: 6px;
    margin: 0;
  }

  .social-icons-blog{
    margin: 0;
  }

  .social-icons-subcontainer{
    gap: 4px;
  }

  .images-container {
    gap: 4px;
    padding: 0;
  }
  .achievement-card .card-content h3 {
    margin: 0;
    font-size: 8px;
    max-width: 75%;
  }
  .social-icons-subcontainer a img {
    width: 9px;
    height: 9px;
  }
  .achievement-card .card-content .read-more {
    position: relative;
    bottom: 10px;
    font-size: 6.139px;
    padding: 2.365px 4.731px;
    gap: 1.774px;
    border-radius: 29.567px;
    border: 0.296px solid var(--Light-Blue-90, #dde7ee);
    text-wrap: nowrap;
  }
  .achievement-card .card-content .read-more img {
    height: 12px;
    width: 12px;
  }
  .section-title {
    font-size: 14px;
    line-height: 151%;
  }
  .section-description {
    font-size: 8px;
    width: 336px;
  }
  .feedback-section {
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
  }
  .feedback-carousel {
    gap: 9.423px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15.3px;
    animation: slideMobile 8s linear infinite;
  }

  .feedback-card {
    width: 180px;
    height: 200px;
    padding: 30.562px 0px 0px 0px;
    gap: 5px;
    margin-top: 0px;
  }
  .feedback-card img {
    width: 75.26px;
    height: 98.182px;
    margin-bottom: 20px;
  }

  .feedback-card .student-name {
    margin-top: 0px;
    line-height: 10.697px;
    font-size: 8px;
  }
  .student-feedback {
    padding: 5px;
    font-size: 7px;
    line-height: 10.697px;
  }
  .updates-section {
    margin-left: 6px;
    margin-right: 6px;
    padding: 5.92px;
    margin-top:10px;
    height: auto;
  }
  .updates-content {
    flex-direction: column;
    gap: 5.92px;
  }
  .updates-left a {
    font-size: 8px;
    padding: 2.367px 7.101px 2.367px 2.367px;
    gap: 1.775px;
    border-radius: 29.586px;
    border: 0.296px solid var(--Orange-70, #f18c74);
    width: fit-content;
  }
  .updates-left a img {
    height: 16px;
    width: 16px;
    margin-right: 3px;
  }
  .updates-left {
    background-image: url(./assets/update-bg2.png);
    align-items: normal;
    background-color: var(--Orange-55, #eb532d);
    background-size: 50% 100%;

    /* justify-content: normal; */
  }
  .updates-left h2 {
    font-size: 16px;
  }
  .updates-right {
    padding: 7.1px;
  }
  .updates-right .update-item {
    padding: 7.1px;
    gap: 4.822px;
  }
  .updates-right .update-item h3 {
    font-size: 10px;
    margin: 0 0 2.8px;
  }
  .updates-right .update-item p {
    font-size: 8px;
    color: #A0A0A0;

font-family: Urbanist;
font-size: 8px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 12px */
  }
  .updates-right .update-item img {
    height: 16px;
    width: 17px;
    margin-right: 4px;
  }

  .blog-updates-mobile-subContent {
    position: relative;
    top: 100px;
    font-size: 14px;
  }

  .blog-updates-mobile-subContent  .author-bold{
  font-family: Urbanist;
    font-size: 14px;
    color: #fff;
  }
  .blog-updates-mobile-subContent  p{
  font-family: Urbanist;
    font-size: 8px;
    color: #fff;
  }



  .author-section-down {
    right: 0%;
  }
  .popup-blog {
    padding: 12.52px;
    gap: 8px;
  }
  .popup-blog-header h2 {
    max-width: 260px;
    font-size: 10px;
    line-height: 120%;
  }
  .pop-up-blog-subcontent h5 {
    font-size: 8px;
  }
  .pop-up-blog-subcontent p {
    font-size: 7px;
  }
  .popup .close-blog {
    font-size: 18px;
    top: 5px;
    right: 12px;
  }
  .popup {
    padding: 7px;
  }
  .popup .achievements-content {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }
  .popup .achievement-card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 100%;
    padding: 7px;
  }
  .popup .close {
    font-size: 16px;
  }
  .popup .images-container {
    padding: 0;
    gap: 5.8px;
    padding-bottom: 0px;
  }
  .popup-inner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .pop-blog-heading {
    font-size: 12px;
  }
  .pop-blog-subheading {
    font-size: 10px;
    max-width: 244px;
  }
  .popup .card-content {
    padding: 0;
    gap: 0;
  }
  .popup .card-content h2 a {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
  }
  .popup .card-content h3 {
    font-size: 8px;
  }
  .popup .card-content h2 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .popup .card-content p {
    font-size: 8px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    margin-top: 4.43px;
  }
  .popup .author-info {
    margin-top: 0;
  }

  .popup .author-info-parent{
    display: flex;
    width: 100%;
  }

  .popup .author-img {
    width: 12px;
    height: 12px;
    border-radius: 11.689px;
    margin-right: 3.5px;
  }
  .popup .author-details .author-name {
    font-size: 8px;
  }
  .popup .author-details p {
    font-size: 6px;
  }
  .popup .achievement-card-img {
    width: 80px;
    height: 80px;
  }

 

  .student-zone{
 
font-size: 6px;

}
}
