.gradient-text {
  background: linear-gradient(to right, #214daa 0%, #f40000 100%)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
}

.btn-custom {
  background-color: transparent;
  color: rgb(251, 250, 250);
  padding: 12px 24px;
  border: 1 px solid red;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s;
  display: inline-block;
  text-transform: uppercase;
  align-items:center;
  margin-top:-70px;
}

.btn-custom:hover {
  background-color: white;
  color: black;
}




.dropdown-item:hover, .dropdown-item:focus{
  background: none !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: default !important;
}

strong{color:white;}
/* animated button starts */


#stars {
  position: relative;
  background: transparent;
  
}

#stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* animated button ends */

:root {
  --primary-color:  #2980b9;
  
  --secondary-color:#f40002;
 
    --text-color: #FFFFFF;
}


.slider_section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

.detail-box {
  text-align: center;
  z-index: 2;
  /* Ensures it stays above the image */
}

.overlap-image {
  position: absolute;
  top: 50%;
  /* Adjust as needed */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Ensures it stays below the content */
  width: 100%;
  /* Adjust size as needed */
  height: auto;
  /* Adjust size as needed */
}



/*  agility starst */
.agility-section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #386AFF;
  padding: 50px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
  width: 100%;
  height: 100vh;
}

.agility-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.agility-container h2 {
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.agility-container p {
  color: #FFFFFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.5em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  max-width: 800px;
}

.agility-counter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.agility-counter-box {
  width: 200px;
  color: #ffffff;
  transform: scale(0.9);
  animation: popIn 0.8s ease-out forwards;
  text-align: center;
}

.agility-counter {
  font-size: 50px;
  font-weight: bold;
}

.agility-label {
  font-size: 20px;
}
/*  agility ends */





/*  cetrificates starst */

.certification-section {
  width: 100%;
  padding: 150px 0;
  
  
}

.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.certification-section .container {
  width: 100%;
  
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 0 20px;
}

.certification-section img {
  width: 100px;
  height: 100px;
  object-fit: contain;

  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-section img:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/*  cetrificates ends */



.agility_container {
  display: flex;
  width: 100%;
  padding: 50px;
  
  justify-content: center;
  align-items: center;
}
.agility_content {
  display: flex;
  width: 100%;
  padding: 40px;
}
.container_boxed {
  display: flex;
  width: 80%;
  padding: 5%;
}
.left {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.box_agility {
  border: 2px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: white !important;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.box_agility:hover {
  background: rgba(255, 255, 255, 0.5);
  color: black !important;
}
.right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.agility_heading {
  margin-bottom: 20px;
  font-size: 3.5rem;
  color: white;
  line-height: 4rem;
}
.btn {
  padding: 18px 24px;
  font-size: 24px;
  color: white;
  background: #007bff;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #0056b3;
}
/*  our presence starts */








/* 
/* chtbot starts*/
/* Chatbot Container */
/* Chatbot Icon */
#chatbot-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  /* Size of the icon */
  height: 60px;
  /* Size of the icon */
  cursor: pointer;
}

#chatbot-icon img {
  width: 100%;
  height: 100%;
}

Chatbot Container 
#chatbot {
  position: fixed;
  bottom: 160px;
  right: 20px;
  width: 300px;
  max-height: 400px;
  background-color: rgba(150, 183, 188, 0.1);
  border: 1px solid rgba(221, 221, 221, 0.5);
  /* Semi-transparent border */
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  font-family: "Teko", Sans-serif;
  transform: translateY(100%);
  /* Initially hide chatbot */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  /* Smooth transition */
}

#chat-icon {
  position: absolute;
  top: -50px;
  right: 20px;
  background-color: #12689B;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}

#chat-icon img {
  width: 24px;
  height: 24px;
}

#chatbot.show {
  transform: translateY(0);
  /* Show chatbot */
}

#chat-content {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  color: #2b045b;
  background-color: rgba(150, 183, 188, 0.5);
  /* Semi-transparent background */
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  /* Semi-transparent border */
  max-height: 300px;
}

#chat-input {
  display: flex;
  padding: 10px;
  background-color: rgba(150, 183, 188, 0.5);
  /* Semi-transparent background */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#chat-input input {
  flex: 1;
  padding: 10px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  /* Semi-transparent border */
  border-radius: 5px;
  background-color: rgba(150, 183, 188, 0.9);
  font-size: 10px;
  color: white;
  transition: border-color 0.3s ease;
}

#chat-input input:focus {
  border-color: #12689B;
  outline: none;
}

#chat-input button {
  background-color: #12689B;

  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

#chat-input button:hover {
  background-color: #0d4c77;
}

/* Animation effect for chat icon */
#chat-icon:hover {
  transform: scale(1.1);
  /* Slightly increase size */
  background-color: #0d4c77;
  /* Darker background on hover */
}


/* chatbot Ends

