a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

a:hover {
  color: black;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

a:active {
  color: dimgray;
}

body,
html {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #f0f4f4;
  color: #000000;
  font-family: 'KohinoorMedium', sans-serif;
  font-size: medium;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.glow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.glow:hover {
  animation: none; /* Stops the glow animation */
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

.icon-clicked {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); /* Adjust shadow as needed */
}


#logo {
  z-index: 100;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 1;
  transition: opacity 2s;
  pointer-events: none;
  z-index: 1;
}


/* Red */
.red-gradient-background {
  color: black;
  background: linear-gradient(-20deg, rgba(201, 83, 81, 0.3) -90%, #f0f4f4 100%);
}

/* Yellow */
.yellow-gradient-background {
  color: black;
  background: linear-gradient(
    -20deg,
    rgba(255, 255, 0, 0.3) -90%,
    #f0f4f4 100%
  );
}

/* Blue */
.blue-gradient-background {
  color: black;
  background: linear-gradient(-20deg, rgba(0, 0, 255, 0.3) -90%, #f0f4f4 100%);
}

/* Green */
.green-gradient-background {
  color: black;
  background: radial-gradient(
    circle at 100% 100%,
    rgba(0, 128, 0, 0.3),
    transparent
  );
}

/* Orange */
.orange-gradient-background {
  color: black;
  background: linear-gradient(
    -20deg,
    rgba(207, 105, 69, 0.3) -90%,
    #f0f4f4 100%
  );
}

/* Indigo */
.indigo-gradient-background {
  color: black;
  background: linear-gradient(-20deg, rgba(75, 0, 130, 0.3) -90%, #f0f4f4 100%);
}

/* Purple */
.purple-gradient-background {
  color: black;
  background: linear-gradient(
    20deg,
    rgba(128, 0, 128, 0.856) -90%,
    #f0f4f4 100%
  );
}

/* Pink */
.pink-gradient-background {
  color: black;
  background: linear-gradient(-20deg, rgb(255, 2, 234) -90%, #f0f4f4 100%);
}

/* Grey */
.grey-gradient-background {
  color: black;
  background: linear-gradient(-20deg, rgb(117, 116, 116) -90%, #f0f4f4 100%);
}

.container {
  display: flex;
  justify-content: center;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.full-height {
  min-height: 100vh;
}

@font-face {
  font-family: 'KohinoorLight';
  src: url('/fonts/KohinoorLatin-Light.otf') format('truetype');
}

@font-face {
  font-family: 'KohinoorMedium';
  src: url('/fonts/FontsFree-Net-KohinoorTelugu-Medium.ttf') format('truetype');
}

.links > a {
  color: #000000;
  padding: 5% 10%; /* Adjust padding using percentages */
  font-size: 1.2rem; /* Use rem for font size */
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'KohinoorLight', sans-serif;
  font-size: medium;
}

@media (max-width: 768px) {
  .links > a {
    padding: 3% 6%;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .links > a {
    padding: 2% 4%;
    font-size: 0.8rem;
  }
}

.icon-links:hover {
  color: black;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.icon-links:active {
  color: dimgray;
}

.links a:hover {
  color: black;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.links a:active {
  color: dimgray;
}

.low-height {
  height: 30vh;
}

.m-b-md {
  margin-bottom: 30px;
}



#navbar {
  background-color: black;
  display: flex;
  align-items: center;
  font-family: 'KohinoorLight', sans-serif;
  font-size: medium;
}

#navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar-text {
  position: relative;
  cursor: pointer;
  padding: 20px;
  text-align: right;
  font-size: large;
  color: rgb(180, 178, 178);
  margin-left: auto;
}

/* Dropdown Content */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000000;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
  min-width: 160px;
  padding: 8px 0;
}

.dropdown-content a {
  color: rgb(117, 116, 116);
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

.dropdown-content a:hover {
  background-color: #333333;
  color: white;
}


.navbar ul li {
  display: inline;
  margin-right: 20px;
}

.navbar ul li a {
  color: #636b6f;
  text-decoration: none;
}



#horizontal-bar {
  display: flex;
  align-items: stretch; /* Make the items stretch vertically */
  justify-content: center;
  width: 100%;
  min-height: 300px;
  background-color: rgb(90, 125, 138);
}

#horizontal-row-column {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#horizontal-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 300px;
  background-color: rgb(90, 125, 138);
  padding-top: 2vh;
}

#horizontal-row-2 {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
  min-height: 300px;
  background-color: rgb(90, 125, 138);
  padding-bottom: 5%;
}


.box {
  flex: 1;
  max-width: 600px;
  background-color: rgb(116, 161, 178);
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  text-align: center; /* Center text alignment */
}

  /* Style for the image to take up the entire box */
  .box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire box */
}

.box h3 {
  margin: 10px 0;
  font-size: 1.6em;
  color: #fff;
}

.box p {
  margin: 10px 76px;
  font-size: 1.2em;
  color: #fff;
}

/* Media query for screens with a max-width of 600px */
@media (max-width: 720px) {
  #horizontal-bar {
      flex-direction: column; /* Stack children vertically */
  }

  .box {
      width: 100%; /* Each box takes full width */
      height: 50px; /* Adjust height as needed */
  }
}

@media (max-width: 720px) {
  .box-2 {
      width: 100%; /* Each box takes full width */
      height: 50px; /* Adjust height as needed */
  }
}

@media (max-width: 720px) {
  #horizontal-row-2 {
      flex-direction: column; /* Stack children vertically */
      align-items: center;
      justify-content: center;
      display: none;
  }

  .box-3 {
      width: 100%; /* Each box takes full width */
      height: 50px; /* Adjust height as needed */
  }
}


.box-2 {
  flex: 1;
  max-width: 360px;
  background-color: rgb(116, 161, 178);
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  text-align: center; /* Center text alignment */
  border-top: 1px solid rgba(0, 0, 0, 1); /* Top border */
  border-bottom: 1px solid rgba(0, 0, 0, 0); /* Bottom border */
  border-right: .5px solid rgba(0, 0, 0, 1); /* Right border */
  border-left: .5px solid rgba(0, 0, 0, 1); /* Left border */
}

  /* Style for the image to take up the entire box */
  .box-2 img {
    width: 75%;        /* Make the image fill the entire width of the box */
    height: auto;       /* Set height to auto to maintain aspect ratio */
    object-fit: cover;  /* Cover the box, may crop the image */
  }
  

.box-2 h3 {
  margin: 10px 0;
  font-size: 1.5em;
  color: #000000;
}

.box-2 p {
  margin: 10px 76px;
  font-size: 0.9em;
  color: #000000;
}


.box-3 {
  flex: 1;
  max-width: 360px;
  background-color: rgb(247, 247, 247);
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  text-align: center; /* Center text alignment */
  border-top: 1px solid rgba(0, 0, 0, 0); /* Top border */
  border-bottom: 1px solid rgba(0, 0, 0, 1); /* Bottom border */
  border-right: 1px solid rgba(0, 0, 0, 1); /* Right border */
  border-left: 1px solid rgba(0, 0, 0, 1); /* Left border */
}

.box-3 h3 {
  margin: 10px 0;
  font-size: 1.5em;
  color: #000000;
}

.box-3 p {
  margin: 10px 76px;
  font-size: 1.2em;
  color: #000000;
}

.dashboard-box {
  flex: 1;
  max-width: 360px;
  height: 100%; /* Ensure full height inside flexbox */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  text-align: center;
  border-radius: 25px;
  margin: 5%; /* Add margin between boxes */
}


  /* Style for the image to take up the entire box */
  .dashboard-box img {
    width: 75%;        /* Make the image fill the entire width of the box */
    height: auto;       /* Set height to auto to maintain aspect ratio */
    object-fit: cover;  /* Cover the box, may crop the image */
  }
  

  .dashboard-box h3 {
  margin: 10px 0;
  font-size: 1.5em;
  color: #000000;
}

.dashboard-box p {
  margin: 10px 76px;
  font-size: 0.9em;
  color: #000000;
}

#horizontal-row-column .dashboard-box {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

#horizontal-row-column .dashboard-box:hover {
  transform: scale(1.05); /* Slightly enlarges the box */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Add a soft drop shadow */
}

#horizontal-row-column .dashboard-box:active {
  background-color: rgb(143, 20, 20); /* Darker color when clicked */
  transform: scale(0.95); /* Slightly shrinks the box on click */
}

.dashboardbanner {
  display: flex;
  width: 100%;
  max-width: 1400px; /* Set maximum width */
  padding-top: 1%;
  padding-bottom: 2px;
  flex-direction: row; /* Default orientation */
  justify-content: center; /* Center content horizontally inside the container */
  margin: auto; /* Center the container itself horizontally within its parent */
}

.banner-box {
  background-color: rgb(0, 0, 0);
  color: #ddd;
  flex: 1; /* Takes up 2 parts of the space */
  display: flex; /* Enable Flexbox */
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 2%;
  min-height: 250px;
  font-size: 24px; /* Set font size here */
}


.dashboardbottomcontainer {
  display: flex;
  width: 100%;
  max-width: 1400px; /* Set maximum width */
  padding-top: 1%;
  padding-bottom: 2px;
  flex-direction: row; /* Default orientation */
  justify-content: center; /* Center content horizontally inside the container */
  margin: auto; /* Center the container itself horizontally within its parent */
}

.dashboardbottombox {
  background-color: rgb(233, 233, 233);
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin: 2% auto 4% auto; /* Centers the box horizontally */
  min-height: 250px;
  width: 50%; /* Set width to 50% */
  border-radius: 25px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.dashboardbottombox:hover {
  transform: scale(1.05); /* Slightly enlarges the box */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Add a soft drop shadow */
}

.dashboardbottombox:active {
  background-color: rgb(143, 20, 20); /* Darker color when clicked */
  transform: scale(0.95); /* Slightly shrinks the box on click */
}




.leftrightrowcontainer {
  display: flex;
  width: 100%;
  max-width: 1400px; /* Set maximum width */
  padding-top: 1%;
  padding-bottom: 2px;
  flex-direction: row; /* Default orientation */
  justify-content: center; /* Center content horizontally inside the container */
  margin: auto; /* Center the container itself horizontally within its parent */
}

.little-box, .big-box {
  display: flex;
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  text-align: center; /* Center text alignment */
  box-sizing: border-box;
  min-height: 350px; /* Ensures the boxes are at least 350px in height */
}

.little-box {
  background-color: lightblue;
  flex: 1; /* Takes up 1 part of the space */
}

.little-box:hover {
  box-shadow: 
  inset 0 5px 5px -5px rgba(0, 0, 0, .5), /* Top shadow */
  inset 0 -5px 5px -5px rgba(0, 0, 0, .5), /* Bottom shadow */
  inset 5px 0 5px -5px rgba(0, 0, 0, .5), /* Right shadow */
  inset -5px 0 5px -5px rgba(0, 0, 0, .5); /* Left shadow */
}

.big-box {
  background-color: rgb(230, 230, 230);
  flex: 2; /* Takes up 2 parts of the space */
  padding: 2%;
}

.full-box {
  background-color: rgb(230, 230, 230);
  flex: 1; /* Takes up 2 parts of the space */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 2%;
  min-height: 250px;
}

.full-box:hover {
  background-color: #b6b4b4; /* Change as desired for hover effect */
  cursor: pointer; /* Change mouse cursor to indicate clickable */
  box-shadow: 
  inset 0 5px 5px -5px rgba(0, 0, 0, .5), /* Top shadow */
  inset 0 -5px 5px -5px rgba(0, 0, 0, .5), /* Bottom shadow */
  inset 5px 0 5px -5px rgba(0, 0, 0, .5), /* Right shadow */
  inset -5px 0 5px -5px rgba(0, 0, 0, .5); /* Left shadow */
}

.half-box {
  background-color: rgb(233, 233, 233);
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin: 2% auto 4% auto; /* Centers the box horizontally */
  min-height: 250px;
  width: 50%; /* Set width to 50% */
  transition: transform 0.3s ease, background-color 0.3s ease;
}


/* Add this media query at the end of your existing styles */
@media (max-width: 768px) {
  .leftrightrowcontainer {
    flex-direction: column;
  }
}




.button-container {
  padding: 20px;
  color: white;
}

.button-link {
  background-color: #000000; /* Blue background color */
  color: white;             /* White text color */
  border: none;     
  margin: auto;        /* Remove border */
  padding: 10px 20px;       /* Adjust padding for spacing */
  text-decoration: none;    /* Remove underlines from the link */
  cursor: pointer;          /* Change cursor to pointer on hover */
  border-radius: 5px;
}

.button-link a {
  color: white; /* Text color for the anchor link inside the button */
  font-weight: bold;
}

.button-link:hover {
  background-color: #616263; /* Background color on hover */
  color: white; 
}

.button-link:active {
  background-color: #383838; /* Background color when pressed */
  color: white; 
}

.top-container {
  /* Adjust the values below to create the desired shadow effect */
  -webkit-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.5);
  max-width: 1000px; /* Adjust the value to your desired maximum width */
  margin: 0 auto; /* Center horizontally */
}


.pic-container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto; /* This will center the entire container horizontally */
  position: relative; /* This ensures that the z-index is applied correctly */
  z-index: 2;
  background-color:#1e67b1;
}

.pic-col {
  box-sizing: border-box;
  flex: 1; /* Allow the columns to grow and shrink equally */
  padding: 2vw;
  background-color: #a52222;
}

.pic-row {
  display: flex;
  align-items: stretch; /* Make the items stretch vertically */
  justify-content: center;
  width: 100%;
  text-align: center;
}

.about-pic-col {
  box-sizing: border-box;
  flex: 1; /* Allow the columns to grow and shrink equally */
  padding: 15px;
  padding: 2vw;
  text-align: center;
}

.position-ref {
  position: relative;
}

.row {
  display: flex;
}

.sub-col {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px; /* Set the maximum width for the column */
  padding-right: 4vw;
  padding-left: 4vw;
}

.title {
  font-size: 5vw;
  white-space: nowrap;
  text-align: center;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* Adjust the margin as needed */
}

iframe {
  max-width: 100%;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 360px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .title {
    font-size: 50px;
  }
}

.icon-size {
  width: 100px;
  height: 100px;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
  .icon-size {
    width: 80px; /* Adjust the width for smaller screens */
    height: 80px; /* Adjust the height for smaller screens */
  }
}

.scrollable-content {
  height: 720px;
  max-width: 1080px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column; 
  justify-content: top; 
}

.footer {
  width: 100%;
  padding: 20px 0;
  background-color: #f0f4f4;
  color: #fff;
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  font-family: 'KohinoorMedium', sans-serif;
  font-size: medium;
  word-spacing: 16em;
}


.bottom-container {
  /*
  -webkit-box-shadow: 0 -5px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -5px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -5px 6px -6px rgba(0, 0, 0, 0.5);
  max-width: 1000px; /* Adjust the value to your desired maximum width */
  margin: 0 auto; /* Center horizontally 
  */
}
 

/* carousel css */

main section {
  width: 100%;
  padding: 2rem 0;
}

.main .carousel-container {
  width: 100%;
  height: 40rem;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}

.main .carousel-container .item {
  position: relative;
  display: none;
  animation: fade 0.3s ease-in-out;
}

.main .carousel-container .item .numbertext {
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 0.9375rem;
  font-size: 0.875rem;
}

.main .carousel-container .prev,
.main .carousel-container .next {
  padding: 0.3125rem;
  position: absolute;
  top: calc(50% - 1rem);
  user-select: none;
  font-size: 1rem;
  border-radius: 50%;
  transition: 0.6s ease;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000; /* Make sure the z-index is high enough to be above other elements */
  cursor: pointer;
  /* additional styles */
}

.prev {
  left: 0;
}

.next {
  right: 0;
}


.main .carousel-container .dots {
  padding: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .carousel-container .dots .dot {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.125rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #bbb;
  transition: background-color 0.6s ease;
}

.main .carousel-container .dots .dot:focus,
.main .carousel-container .dots .dot:hover {
  background-color: #717171;
}

@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

      /* Add the CSS for the sound icon */
      #sound-icon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 1000;
    }

    #sound-icon-dark {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: rgba(48, 47, 47, 0.2);
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      z-index: 1000;
  }

    #sound-icon i {
        font-size: 24px;
    }

/* Add keyframes for the glowing effect */
@keyframes glowing {
  0% { box-shadow: 0 0 5px rgba(255, 255, 255, 0.2); }
  50% { box-shadow: 0 0 20px rgba(255, 255, 255, 0.6); }
  100% { box-shadow: 0 0 5px rgba(255, 255, 255, 0.2); }
}

/* Apply the animation to your icons */
#sound-icon, #sound-icon-dark {
  animation: glowing 2s infinite; /* 2s duration, infinite repetition */
  animation-delay: 1s; /* Delay to not start immediately */
}

/* Ensure the icon is visible and adjust as needed */
#sound-icon i, #sound-icon-dark i {
  color: white; /* Change if needed */
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); /* Optional: adds more glow to the icon itself */
}

.glow {
  animation: glowing 1.5s ease-out 1;
  animation-delay: 1s; /* Adjust or remove this delay as needed */
}

/* Effect when an icon is clicked */
.glow:active, .icon-size:active {
  transform: scale(1.1); /* Makes the icon slightly larger */
  filter: brightness(1.5); /* Makes the icon brighter */
}

/* Additional effect for when the icon remains clicked */
.clicked {
  transform: scale(1.1); /* Keeps the icon slightly larger */
  filter: brightness(1.5); /* Keeps the icon brighter */
}


/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #ccc;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

 /* Styles for the login link */
 .login-link {
  position: absolute;
  top: 20px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
  z-index: 5;
}

.login-link a {
  color: white;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}

.login-link a:hover {
  color: grey;
}