* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --headerclr: #f5f5f5;
  --primaryclr: #222222;
  --secondaryclr: #414141;
  --whiteclr: #ffffff;
  --btnclr: #ffc901;
  --bdrclr: #dcdce3;
  --hoverclr: #f7d149;
  --footerclr: #1a2263;
  --blueclr: #4154f1;
  --prem-color: #4c9cf3;
  --second-color: #ff4500;
  --tert-color: #222222;
  --quat-color: #cdcdcd;
  --Processheadingclr: #4154f1;
}
h3,
h2,
h1 {
  font-family: "Times New Roman", Times, serif;
}
.fs1 {
  font-size: 1rem;
}
.fs1-5 {
  font-size: 1.5rem;
}
.fs3-125 {
  font-size: 3.125rem;
}
.c {
  font-size: 3.75rem;
}
.fs5 {
  font-size: 5rem;
}
.fs3-5 {
  font-size: 3.5rem;
}
/* icons color */
.yellow {
  color: #ffd43b;
}
.blue {
  color: #1646d4;
}
.red {
  color: #f13b3b;
}
.green {
  color: #00d118;
}
/* icons color end */
header {
  background-color: var(--whiteclr);
}
.scrolled {
  border-bottom: 2px solid rgb(93, 93, 252);
}
.content {
  background-color: var(--headerclr);
}
.nav-item a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1a2263;
}

.nav-item a:hover {
  color: #0d6efd !important;
}
.nav-link.disabled {
  color: gray !important; /* Change color to indicate disabled state */
  opacity: 0.6;
  font-weight: 300;
}
.nav-link.active {
  opacity: 0.6;
  font-weight: 700 !important;
}
.call-button-wrapper {
  align-items: center;
  margin-top: auto !important;
}
.call-button {
  cursor: pointer;
}
/* contact button */
.call-tooltip {
  position: absolute;
  top: 110%;
  right: 0; /* Changed from left: 0 to right-align with button */
  width: max-content; /* Take only required width */
  max-width: 700px; /* Optional: prevent it from getting too wide */
  display: none;
  z-index: 1055;
  border-radius: 12px;
  background: white;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.call-button-wrapper {
  margin: 0px;
}
.numbercall {
  text-wrap: nowrap;
}
.nav-link,
.nav-item {
  text-wrap: nowrap;
}
.callus {
  display: block;
  text-wrap: nowrap;
}
/* Arrow Styling */
.tooltip-arrow {
  position: absolute;
  top: -10px;
  right: 20px; /* Match tooltip right alignment */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

/* Show tooltip on hover */
.call-button-wrapper:hover .call-tooltip {
  display: block;
}
/* Prevent li from wrapping to multiple lines */
.call-tooltip li {
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
}

/* Add gray border between two columns */
.call-tooltip .col-6:first-child {
  border-right: 1px solid #ccc; /* gray line */
}

/* Define the keyframes for fade-in and slide-up */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-links .nav-link.active {
  color: inherit; /* Or a specific color */
}

/* Apply animation to navigation links */
.animate-links .nav-link {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.animate-links .nav-item:nth-child(1) .nav-link {
  animation-delay: 0.1s;
}
.animate-links .nav-item:nth-child(2) .nav-link {
  animation-delay: 0.2s;
}
.animate-links .nav-item:nth-child(3) .nav-link {
  animation-delay: 0.3s;
}
.animate-links .nav-item:nth-child(4) .nav-link {
  animation-delay: 0.4s;
}
.animate-links .nav-item:nth-child(5) .nav-link {
  animation-delay: 0.5s;
}
/* education page css... */
.education-section .container {
  max-width: 1400px;
  padding: 5rem 4.375rem 7rem 4.375rem;
  margin: 0 auto;
}
.education-heading {
  max-width: 650px;
  font-size: 5.5rem;
  line-height: 86px;
}
.edu-span {
  color: var(--btnclr);
}
.education-para {
  max-width: 450px;
  height: 90px;
}
#autoText {
  color: var(--blueclr);
  font-weight: 900;
  font-size: 1.7rem !important;
}
.findbtn {
  background-color: var(--btnclr);
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 30px;
  margin-right: 20px;
}
.findbtn:hover {
  background-color: var(--hoverclr);
  color: white;
  transition: background-color 0.3s ease-in-out;
}
.btnboxeducation {
  flex-direction: row;
  margin-top: 15px;
}
.view-project {
  color: black;
  font-size: 1.2rem;
}
.view-project .view-link-text:hover {
  text-decoration: none;
  transition: text-decoration 0.3s ease-in-out;
}
.view-project:hover {
  transition: color 0.3s ease-in-out;
  transition: gap 0.3s ease-in-out;
  gap: 18px !important;
  color: var(--btnclr);
}
.education-section .img-fluid {
  width: 100%;
  max-width: 600px;
}

/* animation css and float cards css start */
.hero-image-showcase {
  position: relative;
  padding: 2rem 0;
}

.education-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}

.floating-card {
  position: absolute;
  background: white;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  animation: pulse 2s infinite;
  min-width: 180px;
}

.floating-card h5 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: var(--blueclr);
  font-weight: 700 !important;
}

.floating-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #252525;
}
.card-1 {
  top: -20px;
  left: -20px;
}
.card-2 {
  top: 30px;
  right: -20px;
}
.card-3 {
  bottom: 50px;
  right: -20px;
}

/* get demo buton start*/
.circle-demo-btn {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #4154f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: -20px;
  left: 40%;
  z-index: 10;
  cursor: pointer;
}

.circle-demo-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.circle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle-title {
  font-size: 1rem;
  font-weight: 600;
}

.circle-price {
  font-size: 2rem;
  font-weight: 700;
  color: #ffc901;
  margin-top: 4px;
}

/* get demo buton  end*/

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 576px) {
  .floating-card {
    min-width: 140px;
    font-size: 0.8rem;
  }
  .card-1,
  .card-2,
  .card-3,
  .card-4 {
    position: static;
    transform: none;
    margin-top: 1rem;
  }
}
/* animation css and float cards css end */
.custom-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  cursor: pointer;
  padding: 15px 20px 10px 20px;
}

.custom-card:hover {
  transform: translateY(-4px);
}

.tag1,
.tag2 {
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 12px;
  display: inline-block;
}
.tag1 {
  max-width: 75px;
}
.tag2 {
  max-width: 60px;
}
.bg-purple {
  background-color: var(--Processheadingclr);
}

.bg-yellow {
  background-color: var(--hoverclr);
}

.rating-box {
  background: #fff;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
}

.education-section .rounded-4 {
  border-radius: 1.25rem !important;
}

.education-section h2 {
  font-size: 2.5rem;
}
.education-section .small {
  font-size: 0.8rem;
  color: black !important;
}
.education-section .small1 {
  font-size: 0.8rem;
  color: white !important;
}

.cources-section .container {
  max-width: 1400px;
  padding: 2rem 4.375rem 5rem 4.375rem;
  margin: 0 auto;
}
.cources-section {
  background-color: var(--headerclr);
}
.courses-heading {
  font-size: 4rem;
  max-width: 600px;
}
.cources-btn-box {
  max-width: 400px;
  text-align: justify;
}
.courcescontentbox {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.explore-btn {
  background-color: var(--btnclr);
  color: var(--footerclr);
  font-size: 18px;
  padding: 5px 10px;
  margin-top: 24px;
}
.explorebtnspan {
  white-space: nowrap;
}
.explore-btn:hover {
  background-color: var(--hoverclr);
  transition: background-color 0.3s ease-in-out;
}
.threebtn {
  border: 1px solid var(--primaryclr);
  color: var(--primaryclr);
  padding: 6px 15px;
  font-weight: 500;
}
.threebtn:hover {
  background-color: var(--primaryclr);
  color: var(--whiteclr);
  transition: background-color 0.5s ease-in-out;
}
.arwbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.course-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.badge-pill {
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  margin-right: 6px;
  margin-top: 6px;
  display: inline-block;
}

.badge-purple {
  background-color: #7c3aed;
  color: #fff;
}

.badge-yellow {
  background-color: #facc15;
  color: #111;
}

.btn-enroll {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 6px 16px;
  border-radius: 25px;
  margin-top: 10px;
}

.btn-enroll:hover {
  background-color: #0b5ed7;
}

.card-body h5 {
  font-weight: 600;
}

@media (max-width: 991px) {
  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* new css */
.slider-container {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.card-slider {
  display: flex;
  gap: 1rem;
  padding-bottom: 5px;
}

.course-card {
  min-width: 280px;
  max-width: 300px;
  border: none;
  border-radius: 12px;
  transition: transform 0.2s ease;
  background: #fff;
  flex-shrink: 0;
  border: 1px solid rgb(223, 223, 223);
}
/* Arrow buttons */
.arwbtn {
  background: #f1f1f1;
  border-radius: 6px;
  cursor: pointer;
}

.arwbtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Hide scrollbar */
.slider-container::-webkit-scrollbar {
  display: none;
}

.slider-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* education page responsive css */
@media (max-width: 1366px) and (min-width: 1024px) {
  .education-heading {
    max-width: 600px;
    font-size: 4rem;
    line-height: 70px;
  }
  .education-para {
    max-width: 100%;
    font-size: 1.2rem;
    height: 70px;
  }
  .education-section .img-fluid {
    max-width: 500px;
  }
  .courses-heading {
    font-size: 3rem;
    max-width: 600px;
  }
  .explore-btn {
    font-size: 16px;
  }
  .explorepara {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .education-heading {
    max-width: 550px;
    font-size: 3.5rem;
    line-height: 60px;
  }
  .education-para {
    max-width: 100%;
    font-size: 1.2rem;
    height: 86px;
  }
  .education-section .img-fluid {
    max-width: 450px;
  }

  .findbtn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 24px;
  }
  .view-project {
    color: black;
    font-size: 1.1rem;
  }

  .custom-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 12px 15px 7px 15px;
  }
  .education-section h2 {
    font-size: 2rem;
  }
  /* cources section */
  .courses-heading {
    font-size: 2rem;
    max-width: 400px;
  }
  .explore-btn {
    font-size: 15px;
  }
  .explorepara {
    font-size: 1rem !important;
  }
  .cources-btn-box {
    max-width: 300px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .card-1 {
  top: 20px;
  left: -20px;
}
  .education-heading {
    width: 100%;
    max-width: fit-content;
    font-size: 5rem;
    line-height: 60px;
  }
  .education-para {
    max-width: 100%;
    font-size: 1.2rem;
    height: 70px;
  }
  .education-section .img-fluid {
    max-width: 600px;
    margin-top: 20px;
  }

  .findbtn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 24px;
  }
  .view-project {
    color: black;
    font-size: 1.1rem;
  }

  .custom-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 12px 15px 7px 15px;
  }
  .education-section h2 {
    font-size: 2rem;
  }
  /* cources section */
  .courses-heading {
    font-size: 2rem;
    max-width: 400px;
  }
  .explore-btn {
    font-size: 15px;
  }
  .explorepara {
    font-size: 1rem !important;
  }
  .cources-btn-box {
    max-width: 300px;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
    .card-1 {
  top: 20px;
  left: -20px;
}
  .education-section .container {
    max-width: 1400px;
    padding: 3rem 4.375rem;
    margin: 0 auto;
  }
  .education-heading {
    width: 100%;
    max-width: fit-content;
    font-size: 4.5rem;
    line-height: 60px;
  }
  .education-para {
    max-width: 100%;
    font-size: 1.2rem;
    height: 75px;
  }
  .education-section .img-fluid {
    max-width: 600px;
    margin-top: 35px;
  }
  .btnboxeducation {
    justify-content: center;
    align-items: center;
  }
  .findbtn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 24px;
  }
  .view-project {
    color: black;
    font-size: 1.1rem;
  }

  .custom-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 12px 15px 7px 15px;
  }
  .education-section h2 {
    font-size: 2rem;
  }
  .education-section .row {
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }
  /* cources section */
  .cources-section .container {
    padding: 2rem 2rem 5rem 2rem;
  }
  .courses-heading {
    font-size: 2rem;
    max-width: 400px;
  }
  .explore-btn {
    font-size: 15px;
  }
  .explorepara {
    display: none;
  }
  .explore-btn {
    margin-top: 0px;
    word-wrap: normal;
  }
  .cources-btn-box {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .education-section .container {
    max-width: 100%;
    padding: 2rem 1rem;
  }
  .education-heading {
    width: 100%;
    max-width: fit-content;
    font-size: 3.5rem;
    line-height: 50px;
  }
  .education-para {
    max-width: 90%;
    font-size: 1rem;
    height: 80px;
  }
  .mainheadboxeducation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .education-section .img-fluid {
    max-width: 85%;
    margin-top: 20px;
  }
  .findbtn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 24px;
  }
  .view-project {
    color: black;
    font-size: 1.1rem;
  }
  .custom-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 12px 15px 7px 15px;
  }
  .education-section h2 {
    font-size: 2rem;
  }
  .education-section .row {
    display: flex;
    flex-direction: row !important;
    align-items: center;
  }
  .btnboxeducation {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .btnboxeducation .findbtn {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  /* cources section */
  .cources-section .container {
    padding: 2rem 2rem 5rem 2rem;
  }
  .courses-heading {
    font-size: 2rem;
    max-width: 400px;
  }
  .explore-btn {
    font-size: 15px;
  }
  .explorepara {
    display: none;
  }
  .explore-btn {
    margin-top: 0px;
    word-wrap: normal;
  }
  .cources-btn-box {
    max-width: 300px;
  }
  .courcescontentbox {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 20px;
  }
}

/* education popup  */
.modal-content {
  border-radius: 12px;
}

.modal-title {
  font-size: 1.5rem;
}

@media (max-width: 576px) {
  .modalboxpopup {
    margin: 1rem;
  }
  .modal-title {
    font-size: 1.25rem;
  }
}

.btn-enroll {
  background-color: #007bff;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 5px;
}

.btn-enroll:hover {
  background-color: #0056b3;
}



/* whatsapp css */
.whatsapp-popup {
  position: fixed;
  background-color: #25d366;
  color: white;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 9999;
  overflow: hidden;
  transition: width 0.4s ease-in-out;
  width: 70px;
  height: auto;
}

/* Desktop: middle right with hover expansion */
@media (min-width: 768px) {
  .whatsapp-popup {
    top: 60%;
    right: 0;
    transform: translateY(-50%);
  }

  .popup-content {
    white-space: nowrap;
    padding: 10px;
    transition: all 0.3s;
  }

  .whatsapp-icon {
    width: 45px;
    height: 45px;
  }

  .whatsapp-text {
    display: none;
  }

  .whatsapp-popup:hover {
    width: 220px;
  }

  .whatsapp-popup:hover .whatsapp-text {
    display: block;
  }
}

/* Mobile: bottom right, only icon */
@media (max-width: 767px) {
  .whatsapp-popup {
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-content {
    justify-content: center;
    padding: 0;
  }

  .whatsapp-text {
    display: none !important;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
}



/* footer section */
.footer-section {
  padding: 8rem 0 3rem 0;
  background-color: var(--footerclr);
}
.container-footer {
  max-width: 1400px;
  padding: 0 4.375rem;
  margin: 0 auto;
}
.footer-section .footer-head,
.interact-head-sub {
  font-weight: 700;
  color: var(--whiteclr);
  font-size: 4.5rem;
  font-family: "Times New Roman", Times, serif;
}
.address-area {
  margin-bottom: 1rem;
}
.head-wrapper {
  margin-bottom: 4rem !important;
}
.footer-section .address-area .area-list .list-items {
  margin-right: 7rem;
}
.footer-section .interact-media-wrap {
  gap: 7rem !important;
}
.footer-bottom-content {
  align-items: end;
}
.list-items .area-desc {
  color: var(--whiteclr);
  font-weight: 400;
  max-width: 220px;
  text-decoration: none;
}
.list-items .list-link {
  color: var(--whiteclr);
  font-weight: 600;
  max-width: 220px;
  line-height: 1.6;
  text-decoration: none;
}
.list-items .list-link:hover {
  text-decoration: underline;
}
.list-items .area-head {
  font-weight: 700;
}





/* about us page css  */
.btn-sky {
    background: linear-gradient(90deg, #4fc3f7, #0288d1);
    border: none;
    color: white;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.btn-sky:hover {
    background: linear-gradient(90deg, #0288d1, #4fc3f7);
    transform: scale(1.05);
}

.text-primary-about{
  color: var(--btnclr);
}
.card123 h6{
  color: var(--blueclr);
}