* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #82abec;
  color: #292828;
  line-height: 1.6;
}


img {
  max-width: 100%;
  height: auto;
}


h1 {
  font-size: 1.4em; 
  font-weight: 600; 
  color: #2c3e50; 
  font-family: 'Poppins', sans-serif; 
  text-align: center; 
  margin: 20px 0; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
  line-height: 1.2; 
  background: linear-gradient(to right, #d40a3c, #e05d12);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  padding: 10px; 
  border-radius: 4px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}


.titl5e {
  margin: 0; 
  color: #555; 
  font-size: 1.4em; 
  font-weight: 350; 
  font-family: 'Roboto', sans-serif; 
  text-align: center; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  line-height: 1.2; 
  margin-top: 10px; 
  margin-bottom: 20px;
  background: linear-gradient(135deg, #0b3d91, #127382, #6e0276, #ff6700);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); 
  padding: 8px 12px; 
  border-radius: 4px; 
  border: 1px solid #ddd; 
  display: inline-block; 
}


.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #2c3e50; 
  color: #8ac2cf;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto; 
  z-index: 1000; 
}


.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px; 
  background-color: #fcf7cc; 
  color: #333;
  padding: 20px; 
  overflow-y: auto; 
  border-radius: 0 15px 15px 0; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.sidebar-info {
  text-align: center;
}

.avatar-box {
  margin-bottom: 30px; 
}
.frame {
  display: inline-block; 
}

.avatar {
  width: 150px; 
  height: 150px; 
  border-radius: 50%; 
  border: 8px solid #F5D775; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
  object-fit: cover; 
}

h2 {
  margin: 0; 
  color: #333; 
  font-size: 2em;
  font-weight: 700; 
  font-family: 'Poppins', sans-serif; 
  text-align: center; 
  text-transform: uppercase;
  letter-spacing: 1.5px; 
  line-height: 1.2; 
  margin-top: 30px;
  margin-bottom: 30px; 
  background: linear-gradient(135deg, #3498db, #2ecc71); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
  padding: 10px 20px; 
  border-radius: 8px; 
  border: 2px solid transparent; 
  display: inline-block; 
}

figcaption {
  margin-top: 15px; 
  color: #333; 
  font-size: 1.5em; 
  font-weight: 700; 
  font-family: 'Poppins', sans-serif; 
  text-transform: uppercase; /* Uppercase for a stylish look */
  letter-spacing: 1px; /* Slight spacing between letters */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}



.info-content .title {
  color: #333; 
  font-size: 1.4em; 
  font-weight: 400; 
  margin: 8px 0;
  font-family: 'Poppins', sans-serif; 
}

.btn-container {
  margin-top: 20px; 
}

.btn-color-2 {
  background-color: #AB9752; 
  color: #2c2b2b; 
  padding: 12px 24px; 
  border-radius: 25px; 
  text-decoration: none;
  font-size: 0.8em; 
  display: inline-block; 
  transition: background-color 0.3s ease, transform 0.3s ease; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); 
}

.btn-color-2:hover {
  background-color: #C4AC5E; 
  transform: translateY(-3px); 
  box-shadow: 2px 10px rgba(0, 0, 0, 0.2); 
}

.social-list {
  display: flex;
  justify-content: center; 
  margin: 20px 0;
  padding: 0;
  list-style: none; 
}

.social-item {
  margin: 0 15px; 
}

.social-link {
  color: #AC9256; 
  font-size: 1.5em; 
  transition: color 0.3s ease; 
}

.social-link:hover {
  color: #ffcd45;
}

.separator {
  margin: 20px 0; 
  height: 1px;
  background-color: #ddd; 
}








.social-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.social-item {
  display: inline-block;
  margin: 0 10px;
}

.social-link {
  color: #0c0c0c;
  font-size: 2em;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #6E611A; 
}

.info_more-btn {
  background: #8E8950; 
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 1.2em;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  transition: background-color 0.3s ease;
}

.info_more-btn:hover {
  background: #A6A05D; 
}

.sidebar-info_more {
  display: none; 
  margin-top: 20px;
}

.separator {
  border-top: 1px solid #1f7cda; 
  margin: 20px 0;
}

.contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.icon-box {
  margin-right: 10px;
  font-size: 1.5em;
}

.contact-info {
  display: flex;
  flex-direction: column;
}

.contact-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-link {
  color: #ecf0f1;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}


.main-content {
  margin-left: 270px; 
  padding: 40px;
  background-color: #ffedb0;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.navbar {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(135deg, #3498db, #2980b9);
  padding: 15px 30px;
  color: #fff;
  border-radius: 0 0 20px 20px;
  margin-bottom: 30px;
}

.navbar-link {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s, text-shadow 0.3s;
}

.navbar-link.active,
.navbar-link:hover {
  color: #f1c40f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; 
  margin: 20px 0; 
  text-align: center; 
}



.h3 {
  font-size: 1.5rem; 
  color: #333; 
}


article {
  display: none;
}

article.active {
  display: block;
}

.article-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #007BFF;
  border-bottom: 3px solid #007BFF;
  padding-bottom: 10px;
}

.about-text {
  margin-bottom: 30px;
}

.service {
  margin-bottom: 30px;
}

.service-list {
  list-style: none;
  padding: 0;
}

.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.service-icon-box {
  margin-right: 15px;
  font-size: 28px;
}

.service-content-box {
  flex: 1;
}

.ACHIEVEMENTS {
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.ACHIEVEMENTS-title {
  font-size: 2em;
  color: #007BFF;
  border-bottom: 3px solid #007BFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.clients-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0;
  list-style: none;
  gap: 15px;
}

.clients-item {
  flex: 0 0 auto;
  width: 200px; 
}

.clients-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.clients-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.has-scrollbar::-webkit-scrollbar {
  width: 10px; 
}

.has-scrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #00bfff, #ff6347);
  border-radius: 8px; 
  border: 2px solid #f8cdcd; 
}

.has-scrollbar::-webkit-scrollbar-track {
  background: linear-gradient(135deg, #cce2f5, #b5f7db); 
  border-radius: 8px; 
}

.has-scrollbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #1e90ff, #ff4500); 
}

.has-scrollbar::-webkit-scrollbar-thumb:active {
  background: linear-gradient(135deg, #4682b4, #ff0000); 
}

  

.navbar {
  background: #282c34; 
  padding: 15px 30px; 
  border-radius: 8px; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center; 
  align-items: center;
}

.navbar-list {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  list-style: none; 
  padding: 0;
  margin: 0;
  width: 100%; 
  max-width: 1200px; 
}

.navbar-item {
  margin: 0 15px; 
}

.navbar-link {
  color: #ffffff; 
  font-size: 18px; 
  text-transform: uppercase;
  text-decoration: none; 
  padding: 10px 20px;
  border-radius: 25px; 
  transition: background 0.3s ease, color 0.3s ease; 
  position: relative; 
}

.navbar-link.active {
  background: #61dafb; 
  color: #282c34; 
}

.navbar-link:hover {
  background: rgba(255, 255, 255, 0.2); 
  color: #61dafb; 
}

.navbar-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px; 
  width: 100%;
  height: 3px;
  background: #61dafb; 
  opacity: 0;
  transition: opacity 0.3s ease; 
}

.navbar-link:hover::after,
.navbar-link.active::after {
  opacity: 1; 
}


@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 0;
  }

  .main-content {
    margin-left: 0;
    padding: 20px;
  }
  
  .navbar {
    border-radius: 0;
  }
}


.navbar {
  background-color: #333;
  color: #fff;
  padding: 10px;
  position: relative;
}

.navbar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-item {
  margin: 0 15px;
}

.navbar-link {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.navbar-link:hover {
  background-color: #555;
}

@media (max-width: 768px) {
  .navbar-list {
    flex-direction: column;
    display: none; 
    position: absolute;
    top: 60px; 
    left: 0;
    width: 100%;
    background-color: #333;
  }

  .navbar-list.active {
    display: flex;
  }

  .navbar-item {
    margin: 10px 0;
    text-align: center;
  }

  .navbar-link {
    font-size: 18px;
    display: block; 
  }

  .navbar-toggle {
    display: block;
    background-color: #333;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
  }
}

@media (min-width: 769px) {
  .navbar-toggle {
    display: none; 
  }
}


.timeline {
  margin-bottom: 30px;
  padding: 20px;
  background: linear-gradient(135deg, #e2e2e2, #f9f9f9);
  border-radius: 12px;
}

.timeline-list {
  list-style: none;
  padding: 0;
}

.timeline-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.timeline-item:before {
  content: '';
  position: absolute;
  left: -22px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-color: #ff6f61; 
  border-radius: 50%;
  border: 4px solid #ffffff; 
}

.h4.timeline-item-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.timeline-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}


h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section {
  margin-bottom: 40px;
}

.container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

h3 {
  font-size: 28px; 
  color: #333; 
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative; 
  display: inline-block; 
  background: linear-gradient(90deg, #f32314, #1c33b8); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 
}

h3:hover {
  color: #f44336;
  cursor: pointer;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); 
  transition: color 0.3s ease, text-shadow 0.3s ease; 
}


.hobbies, .interests {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.hobby {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
}

.hobby .icon {
  font-size: 30px;
  color: #fff;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.hobby p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.hobby:hover {
  background-color: #e0e0e0;
  transform: scale(1.1);
  cursor: pointer;
}

.coding {
  background-color: #007bff; /* Blue */
}

.travel {
  background-color: #ff5722; /* Orange */
}

.coffee {
  background-color: #795548; /* Brown */
}

.nature {
  background-color: #4caf50; /* Green */
}

.movies {
  background-color: #f44336; /* Red */
}

.music {
  background-color: #3f51b5; /* Indigo */
}

.games {
  background-color: #9c27b0; /* Purple */
}

@media (max-width: 600px) {
  .hobby {
      width: 100px;
      height: 100px;
  }

  .hobby .icon {
      font-size: 24px;
  }

  .hobby p {
      font-size: 14px;
  }
}



/* Unique Skills Section */
.custom-skill-section {
  text-align: center;
  margin: 60px 0;
  background: linear-gradient(135deg, #e0eafc, #cfdef3);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.custom-skills-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.custom-skills-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px; 
}

.custom-clients-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px; 
}

.custom-clients-item {
  width: 90px;  
  height: 90px; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px; /* Adjusted border-radius */
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
  transition: transform 0.4s, box-shadow 0.4s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.custom-clients-item:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.custom-clients-item img {
  width: 80%; 
  height: 80%; 
  object-fit: contain;
}
.custom-has-scrollbar {
  overflow-x: auto;
  white-space: nowrap;
}

.custom-has-scrollbar::-webkit-scrollbar {
  height: 8px;
}

.custom-has-scrollbar::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}

.custom-has-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #444;
}


/* General Styles for the Portfolio Section */
.portfolio {
  padding: 2rem;
  background-color: #f5f5f5;
}

.portfolio header {
  text-align: center;
  margin-bottom: 2rem;
}

.h2.article-title {
  font-size: 2.5rem;
  color: #333;
}

/* Filter List Styles */
.filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
}

.filter-item {
  margin: 0 0.5rem;
}

.filter-item button {
  background-color: #fff;
  border: 2px solid #007bff;
  color: #007bff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.filter-item button.active,
.filter-item button:hover {
  background-color: #007bff;
  color: #fff;
}

/* Select Box Styles */
.filter-select-box {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.filter-select {
  background-color: #fff;
  border: 2px solid #007bff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative;
}

.select-value {
  flex: 1;
  color: #333;
}

.select-icon {
  color: #007bff;
}

.select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #007bff;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.select-list .select-item {
  list-style: none;
}

.select-list .select-item button {
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s;
}

.select-list .select-item button:hover {
  background-color: #f5f5f5;
}

/* Project List Styles */
.project-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-item {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

.project-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.project-img {
  position: relative;
  overflow: hidden;
}

.project-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.project-item:hover .project-img img {
  transform: scale(1.05);
}

.project-item-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #007bff;
  font-size: 2rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.project-item:hover .project-item-icon-box {
  opacity: 1;
}

.project-title {
  font-size: 1.2rem;
  color: #333;
  margin: 1rem;
}

.project-category {
  color: #666;
  margin: 0 1rem 1rem;
}

/* Photography Section */
.photography {
  padding: 40px;
  background-color: #f0f2f5;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.article-title {
  font-size: 2.5em;
  color: #007BFF;
  border-bottom: 3px solid #007BFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s, filter 0.3s;
}

.photo img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}

.photo:hover figcaption {
  opacity: 1;
}


/* Contact section */
.contact-form {
  margin-bottom: 30px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-form button {
  padding: 12px 24px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.3s;
}

.contact-form button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* Mapbox */
.mapbox iframe {
  width: 100%;
  border: none;
  height: 350px;
  border-radius: 10px;
}




.communication-skills {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #333;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  height: 4px;
  width: 60px;
  background-color: #007BFF;
  margin: 2px auto 0;
  border-radius: 10px;
}

.languages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Language Card Styles */
.language-card {
  padding: 20px;
  border-radius: 20px;
  color: black;
  position: relative;
  overflow: hidden;
  width: 200px;
  transition: transform 0.8s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.language-card:hover {
  transform: translateY(-5px);
}

.language-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.language-card p {
  font-size: 1em;
}

.english {
  background-color: #4098f7; 
}

.telugu {
  background-color: #40c05e; 
}

.hindi {
  background-color: #FFC107; 
}

.odia {
  background-color: #f39649; 
}



