@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --primary-color: #ec5f5d;
  /* --secondary-color: #21c8ba; */
  --secondary-color: #0c857f;
  --accent-color: #004a80;
}

:root {
  --primary-font: 'Agency FB';
  --secondary-font: 'Gabriola';
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--secondary-font);
  /* background-color: var(--accent-color); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: --primary-font;
}

:focus {
  box-shadow: none !important;
  /* border: none !important;/ */
}

.section-title .title {
  color: gray;
  font-family: var(--secondary-font);
}

.section-title .bar {
  height: 2px !important;
  width: 50px !important;
  background-color: gray !important;
}

.section-title .heading h2 {
  color: rgb(64, 64, 64);
  font-weight: 800;
}

.section-title .heading h2 span {
  color: var(--secondary-color);
  font-family:Gabriola;
  /* font-weight: 800;     */
}

.section-title .section-circle {
  background-color: #21c8ba7a;
  height: 40px;
  width: 40px;
  z-index: 2;
  border-radius: 50%;
  top: -10px;
}

p {
  color: gray;
}

/*
new think new idia
*/
.top-bar {
  background-color: #035854;
}
.top-bar p {
  color: white !important;
}
.com-logo img {
  height: 78px;
}
.com-imgs {
  overflow: hidden;
  /* height: 600px; */
}
.com-img {
  overflow: hidden;
}
.com-img img {
  border-radius: 20px;
  object-fit: cover;
}
.com-img-cover {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.nav-bars ul li {
  font-size: 17px;
  /* padding: 12px 20px; */
  display: flex;
  justify-content: start;
  align-items: center;
}
.nav-bars ul li:hover {
  background-color: var(--primary-color);
  /* transition: all 0.5s ease-in; */
}
.nav-bars ul li:hover a {
  color: white;
}
.nav-bars ul li a {
  color: #000;
}

.nav-bars ul li .dropdown-nav ul li:hover {
  background-color: white !important;
}

.contact-btn,
.contact-btn {
  background: var(--primary-color) !important;
  border-radius: 5px !important;
}
.contact-btn a {
  color: white !important;
}
.com-content .info .greet p {
  letter-spacing: 10px;
  color: rgb(231, 231, 231);
}
.com-content .info .greet .bar {
  height: 3px;
  width: 50px;
  background-color: var(--primary-color);
}
.com-content .info .greet-title h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: white;
}
.com-content .info .greet-title h1 span {
  font-family: var(--primary-font);
  font-size: 80px;
  color: rgb(245, 245, 245);
}
.com-content .info .gbtn button {
  color: white;
}
.com-content .info .gbtn .gcontact {
  border: 2px solid #e53b38;
  /* color:whi; */
  background-color: #e53b38;
}
.com-content .info .gbtn .jbtn {
  border: 2px solid var(--primary-color);
  backdrop-filter: blur(5px);
}

.reg-info p {
  font-size: 14px;
}

/*--------------------- header  section---------------------------*/
.img-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
  background-color: var(--primary-color) !important;
}

.img-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px !important;
  background-color: var(--primary-color) !important;
}

/* navabr  */

.navbar ul li {
  font-size: 17px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.navbar ul li:hover {
  color: white !important;
}

/* .navbar ul li:hover a {
    color: var(--secondary-color);
} */

.navbar ul li a {
  color: white;
  transition: all 0.3s ease-in-out;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.navbar .icon {
  height: 40px;
  width: 40px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.navbar .icon:hover {
  background-color: var(--secondary-color);
  color: white;
}

/*----------------------- Dropdown navbar --------------------*/
.nav-bars .dropdown-nav {
  background-color: white;
  width: 220px;
  transition: all 0.3s ease-in-out;
  display: none;
  top: 40px;
  z-index: 11;
}

.gallery-dropdown {
  width: 150px !important;
}

.dropdown-nav .sub-navs a {
  color: var(--secondary-color) !important;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}

.dropdown-nav .sub-navs .nav a:hover {
  color: var(--primary-color) !important;
}

.drop-nav:hover .dropdown-nav {
  display: block;
  /* top:40px; */
}
.drop-nav:hover span {
  color: white;
  /* top:40px; */
}

.drop-nav:hover i {
  transition: all 0.3s ease-in-out;
}

.drop-nav:hover i {
  transform: rotate(180deg);
}

/* ----------------------responsive-navbar------------------- */

.responsive-navbar .icon {
  height: 40px;
  width: 40px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.responsive-navbar .user {
  height: 40px;
  width: 40px;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: white !important;
}

/* -------------------------------side-navbar--------------- */
.side-navbar {
  width: 350px;
  height: 100vh;
  background: var(--secondary-color);
  z-index: 10;
  left: -350px;
  transition: all 0.5s ease-in-out;
}

.side-navbar .logo-container .logo img {
  border-radius: 10px;
  /* background-color: white; */
}
.logo-container .icon {
  height: 40px;
  width: 40px;
  border: 1px solid white;
  color: white;
}

.side-navbar .navbar ul li {
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.side-navbar .navbar ul li:hover {
  color: var(--primary-color) !important;
}
.side-navbar .navbar ul li:hover a {
  color: var(--primary-color) !important;
}

.isOn {
  display: none;
}
.sidebar-dropmenu:hover a {
  color: white !important;
}
.sidebar-dropmenu .drop-down a {
  color: rgb(231, 231, 231) !important;
}

/* ------------------------Sticky Navbar------------------------ */
.sticky-navbar {
  background-color: #0c857fe3;
  backdrop-filter: blur(5px);
  z-index: 9;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  transition: all 0.5s ease-in-out;
}
.sticky-nav .dropdown-nav {
  background-color: white;
  width: 220px;
  transition: all 0.3s ease-in-out;
  display: none;
  /* top:40px; */
  z-index: 11;
}

.sticky-navbar .contact-container .contact-btn button {
  /* border: 1px solid var(--secondary-color); */
  color: white !important;
}
.sticky-navbar .contact-container .contact-btn button:hover {
  background-color: var(--primary-color);
  box-shadow: 0px 0px 5px var(--primary-color);
}

.sticky-navbar .contact-container .icon {
  background-color: var(--secondary-color);
  border: 2px solid white;
  height: 40px;
  width: 40px;
  color: white;
}
#stickyHambar {
  border: 2px solid white !important;
}

.sticky-nav ul li {
  transition: all 0.3s ease-in-out;
  color: white;
}

.sticky-nav ul li:hover a {
  color: rgb(231, 231, 231);
  transition: all 0.3s ease-in-out;
}

.sticky-nav ul li a {
  color: white;
}

/* ----------intro cover -----------------------*/

.intro-cover {
  height: 800px;
}

.intro-img img {
  height: 100%;
  object-fit: cover;
  /* opacity: 1; */
}

.intro-cover .intro-content {
  /* background:linear-gradient(#004b80d4,#004b80d4,white) ; */
  background: linear-gradient(#004b80, transparent);
  z-index: 5;
}

.web-intro {
  font-size: 16px;
}

.web-intro .section-title h6 {
  color: var(--secondary-color);
  letter-spacing: 5px;
}

.web-intro .section-title .bar {
  width: 50px;
  height: 2px;
  background-color: var(--secondary-color) !important;
}

.web-intro .web-title h1 {
  font-size: 36px;
  color: white;
}

/*--------------------- Horizontal scrolling ---------------------------*/
.scrolling-container {
  width: 100%;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
  font-size: 18px;
  padding: 10px 0;
  position: relative;
}
.scrolling-container .heading {
  display: inline-block;
  padding-left: 100%; /* start from right */
  animation: scroll-left 30s linear infinite;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*--------------------- about section---------------------------*/

.about-section {
  margin: 80px 0px;
}

.about-container .about-box {
  height: 400px;
  /* width: 40%; */
  background-color: rgba(0, 74, 128, 0.5);
  border-radius: 0px 100% 5% 0px;
}

.about-section .container .desc h3::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 150px;
  bottom: 0px;
  left: 0px;
  background-color: var(--primary-color);
}

.about-card {
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  padding: 10px 10px;
}

.about-card:hover {
  box-shadow: 0px 0px 100px gray;
}

.about-card .card-img {
  height: 80px;
  width: 80px;
  background-color: #21c8ba59;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 30%;
}

.about-card .card-img img {
  height: 60px;
}

.about-card .title h5 {
  color: rgb(64, 64, 64);
  /* font-weight: 600; */
}

/*--------------------- inspiration section---------------------------*/
.inspiration-section {
  margin: 80px 0px;
}

.inspi-card {
  background-color: #21c8ba5d;
  border-radius: 10%;
  width: 300px;
  height: 300px;
  /* transform: scale(0.7); */
  overflow: hidden;
  padding: 5px;
}

.inspi-card img {
  border: 2px solid rgb(1, 81, 72);
  /* border: 1px solid var(--primary-color); */
  background-color: white;
  border-radius: 20px;
  height: 290px !important;
}

.inspi-card .cover-card {
  background: linear-gradient(
    90deg,
    transparent,
    rgb(0, 131, 116),
    rgb(0, 131, 116),
    rgb(0, 131, 116),
    transparent
  );
  z-index: -1;
}

.inspi-container p {
  color: var(--accent-color) !important;
  font-size: 20px;
}
.amr-mantra i {
  font-size: 50px;
  color: var(--primary-color);
}

/*--------------------- Traning section---------------------------*/
.training-section {
  padding-bottom: 100px !important;
}

.training-section {
  background-color: hsl(216.92deg 56.52% 95.49%);
}

.training-cards {
  margin-top: 50px !important;
}
.training-slider {
  margin-bottom: 50px !important;
}
.training-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}

.training-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px !important;
  background-color: var(--secondary-color) !important;
}
.training-card {
  background-color: white;
  overflow: hidden;
  /* border-radius: 50px !important; */
  transition: all 0.5s ease-in-out;
}

.training-card:hover {
  transform: translatey(-20px);
}

.training-card .card-title img {
  height: 80px;
}

.training-card .card-title .heading {
  color: var(--secondary-color);
}
.training-card .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.training-card .btn button {
  color: white;
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  );
  /* border-radius: 0px; */
  border: none;
}

.section-btn button {
  background-color: var(--secondary-color);
  border-radius: 0px !important;
  color: white;
}

.section-btn button:hover {
  /* background-color:var(--secondary-color); */
  color: white;
}

.bars .bar {
  height: 3px;
  width: 40px;
  background-color: var(--secondary-color);
}

.bars .bar:nth-child(2) {
  background-color: var(--accent-color);
  /* box-shadow: 2px 3px 5px var(--accent-color); */
}

/*--------------------- testimonials section---------------------------*/
.testimonial-section {
  padding: 80px 0px !important;
}

.testimonial-section .section-title p {
  color: rgb(240, 240, 240);
}

.testimonial-section .section-title .heading h2 span {
  color: rgb(240, 240, 240);
}

.testimonial-section {
  background-color: var(--secondary-color);
}
.testi-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}

.testi-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px !important;
  background-color: white !important;
}
.testi-card {
  background-color: white;
}

.testi-card .card-img {
  width: 200px;
  background-color: var(--secondary-color);
  border-radius: 0px 50% 50% 0px;
}

.testi-card .card-content .desc i {
  color: var(--primary-color);
  font-size: 20px;
}
.testi-card .card-content .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.testi-card .card-content .desc i {
  color: var(--primary-color);
  font-size: 20px;
}

.testi-card .rating i {
  color: #ff9529;
  /* font-size: 20px; */
}

/*--------------------- Contact section---------------------------*/
.news-section {
  border: 1px solid var(--primary-color) !important;
}

.news-section .section-heading {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

.news .news-para i {
  color: var(--primary-color);
  font-size: 30px;
}

.news .news-para p {
  /* color: var(--primary-color); */
  font-size: 18px;
}

.publish .icon-box {
  height: 100px;
  width: 100px;
  color: white;
  background-color: var(--accent-color);
  font-size: 20px;
}

.publish-info .publish-title {
  font-weight: 600;
}

.news-btn button,
.gallery-btn button {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  padding: 10px 20px;
  color: white;
  font-size: 17px;
}

.news-btn button:hover,
.gallery-btn button:hover {
  color: white;
}

.news-btn button .view-all,
.gallery-btn button i {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.news-btn button:hover .view-all,
.gallery-btn button:hover i {
  transform: rotate(0deg);
}

.contact-section {
  margin: 80px 0px !important;
}

.contact-form-wrapper {
  border: 1px solid var(--primary-color) !important;
  padding: 0 0px 30px 0px;
}

.contact-section .section-heading {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
}

/*--------------------- Gallery section---------------------------*/

.gallery-section {
  background-color: rgb(237 242 250);
}

.gallery-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}

.gallery-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px !important;
  background-color: var(--secondary-color);
}

.g-card {
  background-color: white;
  overflow: hidden;
  /* border-radius: 50px !important; */
}

.g-card .card-img {
  height: 180px;
  overflow: hidden;
  border-radius: 0px 0px 20px 20px !important;
}

.g-card .card-img:hover img {
  /* object-fit: cover !important; */
  transform: scale(1.2);
}

.g-card .card-img img {
  transition: all 0.5s ease-in-out;
  object-fit: cover !important;
  cursor: pointer;
}

.g-card .g-title h4 {
  color: rgb(55, 55, 55);
}

/*--------------------------- Footer section----------------------------- */
.footer-section {
  background: var(--accent-color);
}

.footer-section .oval-shape {
  height: 50px;
  /* background-color: red; */
  top: -50px;
  border-radius: 100% 100% 0px 0px;
  background: var(--accent-color);
}

.footer-title h4 {
  color: white;
}

.footer-section p {
  color: rgb(220, 220, 220) !important;
  font-size: 17px;
}

.icon {
  border: 1px solid var(--secondary-color);
  font-size: 13px;
  height: 30px;
  width: 30px;
  color: rgb(0, 0, 0);
  border-radius: 50% !important;
  transition: all 0.3s ease-in;
  background-color: white;
}
.social-link .icon:hover {
  background-color: var(--secondary-color);
  box-shadow: 0px 0px 5px var(--secondary-color);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.footer-contact .icon:hover {
  background-color: var(--secondary-color);
  box-shadow: 0px 0px 5px var(--secondary-color);
}
.footer-btn button {
  border: 1px solid var(--secondary-color);
  color: white;
  transition: all 0.3s ease-in-out;
}

.footer-btn button:hover {
  box-shadow: 0px 0px 5px var(--secondary-color);
  background-color: var(--secondary-color);
  color: white;
}

.usefull-links .links li a {
  color: rgb(220, 220, 220);
  transition: all 0.3s ease-in-out;
  font-size: 17px;
}

.usefull-links .links li:hover a {
  color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.bottom-footer .copy-info h5 {
  color: white;
}

.bottom-footer .copy-info p {
  font-size: 17px;
}

/*-------------------------- header page---------------------------*/

.header-cover {
  height: 400px !important;
  overflow: hidden;
  border-radius: 20px;
}

.header-cover .bg-img img {
  object-fit: cover;
  overflow: hidden;
}

.header-cover .web-intro {
  background-color: rgba(0, 0, 0, 0.4);
}
.header-cover .web-intro .web-title h1 {
  color: white;
  font-size: 40px !important;
  font-weight: 600;
}

.header-cover .web-intro .web-title p {
  color: rgb(221, 218, 218);
}

/*-------------------------- footer page---------------------------*/
.footer-page {
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  );
}

.footer-page .bottom-footer .copy-info p a {
  color: rgb(193, 192, 192);
}

/*-------------------------- about page---------------------------*/
.about-intro {
  margin: 100px 0px;
}

.about-img {
  height: 300px;
  width: 300px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(
    white,
    var(--secondary-color),
    var(--accent-color)
  );
  transform: scale(1.2);
}

.about-heading h1 {
  font-size: 36px;
  color: var(--secondary-color);
}

.about-heading button {
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  );
  font-size: 18px;
  color: var(--accent-color);
  color: white;
}

.about-img img {
  height: 300px;
}

.qualification-title .heading {
  color: rgb(64, 64, 64);
  font-weight: 600;
}

.qualification-title .heading span {
  /* color: var(--secondary-color); */
  font-weight: 600;
}

.qualification-title .sub-heading {
  color: rgb(64, 64, 64);
}

.qualification-title .sub-heading span {
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  );
  background-clip: text;
  color: transparent;
}

.qualification-title .bar {
  height: 3px;
  width: 80px;
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  );
}

/* -------------------------------Certificate page ------------------------------ */
.certificate-page {
  margin: 100px 0px !important;
}

.certificate-page .form .input button {
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  );
  font-size: 18px;
  color: var(--accent-color);
  color: white;
}

.certificate-page .form .input input {
  width: 85% !important;
}

.certificate-page .form .input input:focus {
  outline: none !important;
}

.certificate-page .form .input i {
  color: gray;
}

/* ----------------------------contact page ------------------------------ */

.contact-box {
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  );
  border-radius: 10px 10px 0px 0px;
  height: 200px;
}

.contact-box .icon {
  height: 60px;
  width: 60px;
  font-size: 25px;
}

.contact-box .contact-details {
  width: 80% !important;
  background-color: white;
  height: 150px;
}

.contact-box .contact-details h4 {
  color: var(--secondary-color);
}

.contact-page-form form .contect-btn button {
  /* background-color: red; */
  background: linear-gradient(
    45deg,
    var(--accent-color),
    var(--secondary-color)
  ) !important;
  font-size: 20px;
  color: white;
  border: none;
}

/*------------------------------ Traning page  ----------------------------*/
.amr-container h1 {
  color: rgb(64, 64, 64);
}

.amr-container h1 span {
  color: var(--secondary-color);
}

.amr-container p {
  font-size: 16.5px;
}

.amr-container .img {
  width: 480px !important;
  height: 250px !important;
  overflow: hidden;
  /* cursor: pointer; */
}

.hovarable-img .hoverbox {
  transition: all 0.3s ease-in;
  visibility: hidden;
  width: 10px;
  transform: scale(0) rotate(-45deg);
}

.hovarable-img:hover .hoverbox {
  background-color: #004b8056;
  transform: scale(55);
  visibility: visible;
  z-index: 10;
}

.training-container .img {
  width: 480px !important;
  height: 250px !important;
  overflow: hidden;
}

.training-container p {
  font-size: 17px;
}

.barline {
  height: 2px;
  width: 50px;
  background: var(--accent-color);
}

.dots .dot {
  height: 25px;
  width: 25px;
  background-color: rgb(231, 231, 231);
}

.dots .dot:nth-child(2) {
  background-color: #56cbc1;
}

.dots .dot:nth-child(3) {
  background-color: #20689c;
}

.traning-courses {
  background-color: hsl(216.92deg 56.52% 95.49%);
}

.traini-card {
  background-color: white;
  border-radius: 10%;
}

.traini-card .card-img {
  height: 250px;
}

.traini-card .card-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.traini-card .card-btn button {
  background: linear-gradient(45deg, #004a80, #21c8ba);
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 10px !important;
}

.traini-card .card-img img {
  border-radius: 10% 5% 0px 10%;
  object-fit: cover;
}

/*-------------------------- training details page---------------------------------  */

.training-details-page {
  min-height: 600px;
  max-height: max-content;
}
.training-details-page .details-container {
  height: 600px;
  overflow-y: scroll;
}
.training-details-page .training-catagary {
  height: 600px;
  /* overflow-y: scroll; */
}
.training-details-page .content p{
    font-family:Gabriola;
    
}
.responsive-dropdown {
  background-color: hsl(216.92deg 56.52% 95.49%);
  border-left: 4px solid hsl(213, 5%, 63%);
}
.responsive-dropdown .dropdown {
  background-color: white;
}
.responsive-dropdown .dropdown button {
  font-size: 20px;
}
.responsive-dropdown .dropdown .dropdown-menu li {
  transition: all 0.3s ease-in !important;
  font-size: 17px;
}
.responsive-dropdown .dropdown .dropdown-menu {
  z-index: 8 !important;
}
.responsive-dropdown .dropdown .dropdown-menu li:hover {
  background-color: var(--secondary-color) !important;
  color: white !important;
  cursor: pointer;
}
.training-catagary {
  background-color: hsl(216.92deg 56.52% 95.49%);
  border-left: 4px solid hsl(213, 5%, 63%);
}
.training-catagary .title {
  background: white;
}
.training-catagary .title .symbol {
  font-size: 20px;
}
.training-catagary .catagary {
  font-size: 18px;
  padding: 0 !important;
}
.training-catagary .catagary li {
  transition: all 0.2s ease-in-out;
  list-style: none;
}
.training-catagary .catagary li a {
  text-decoration: none !important;
  color: #000;
}
.training-catagary .catagary li:hover {
  background-color: hsl(210, 11%, 82%);
  cursor: pointer;
}

.training-details-card {
  display: none;
}

.isDetails {
  display: block;
}
.isProgram {
  background-color: var(--secondary-color);
  color: white;
}
.isProgram:hover {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

/*------------------------ Media gallery page ------------- */

.g-img {
  overflow: hidden;
}
.g-img i {
  cursor: pointer;
}
.g-img .hoverbox {
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  /* width: 10px; */
  border-radius: 50%;
  transform: scale(0) rotate(90deg);
}

.g-img:hover .hoverbox {
  background-color: #004b807a;
  transform: scale(1);
  width: 100%;
  height: 100%;
  border-radius: 0%;
  visibility: visible;
  z-index: 10;
}

/* whatsapp-icon */

.wave-container {
  position: fixed;
  bottom: 80px;
  left: 30px;
  width: 80px;
  height: 80px;
  z-index: 1000;
}

.whatsapp-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background-color: #25d366; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #25d366;
  border-radius: 50%;
  animation: waveAnimation 2s infinite;
  opacity: 0.7;
}

.wave:nth-child(1) {
  animation-delay: 0s;
}
.wave:nth-child(2) {
  animation-delay: 0.5s;
}
.wave:nth-child(3) {
  animation-delay: 1s;
}

@keyframes waveAnimation {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
