/** @format */

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.heading {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}

.heroimage {
  display: flex;
  width: 35%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.carousel-wrapper {
  height: 70vh;
  width: 100%;
  aspect-ratio: 4 / 5;
}

.center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* For the Our Products in index.html */

.explore-product {
  display: flex; /* Use Flexbox for alignment */
  align-items: center; /* Vertically center the items */
  text-decoration: none; /* Remove underline from the link */
  color: white;
  background-color: rgb(26, 86, 219);
  width: fit-content; /* Inherit color from parent element */
  padding: 10px; /* Add padding if needed */
  transition: all 1s ease;
  border-radius: 2px;
}

.explore-product:hover {
  background-color: white;
  color: rgb(26, 86, 219);
  border: 2px solid rgb(26, 86, 219);
  border-radius: 12px;
}

.material-symbols-outlined {
  margin-left: 5px; /* Add space between text and icon */
}

.color {
  background-image: linear-gradient(to bottom right, #1a68c7, #97bbe6);
  color: white;
  padding: 0.7rem;
  margin-right: 0.5rem;
  border-radius: 100%;
  font-size: 2rem !important;
}
.illustration {
  display: flex; /* Create a flex container */
  justify-content: space-between; /* Space out the columns evenly */
  margin: 2rem 0;
}

.illustration > div {
  flex-direction: row;
  flex-grow: 1;
  margin: 0 10px; /* Add some margin between columns */
}

.col-obj {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.col-obj p {
  display: flex; /* Use flexbox to align items inside <p> */
  align-items: center; /* Center align items vertically */
  justify-content: start;
  text-align: center;
  margin: 1rem 0;
  font-size: 0.8rem;
  font-weight: 700;
  width: 100%;
}

/* End */

/* Whatsapp Button */
.whatsapp-btn {
  color: white;
  background-color: #25d366;

  position: fixed;
  bottom: 1.5rem;
  right: 0.5rem;
  z-index: 3000;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;

  display: flex;
  align-items: center;
}

marquee span {
  font-weight: 500;
  font-size: 1.25rem;
}

@media (max-width: 426px) {
  .whatsapp-btn {
    bottom: 1rem;
    right: 0.5rem;
  }
}

.card2 {
  max-width: 280px;
  height: 400px;
  background-color: #f7f7f7;
  padding: 20px 25px;
  margin: 50px auto;
  border-radius: 2px;
}
.card2 p {
  font-size: 1.1rem;
}
.card2 h2 {
  font-size: 1.5rem;
}
.card2 a {
  font-weight: bold;
}

.whatsapp-btn .connect {
  font-size: 1.5rem;
  font-weight: 700;
  padding-right: 10px;
  opacity: 1;
}
.whatsapp-icon {
  width: 3.25rem;
  fill: #ffffff;
}
.logoMobile {
  display: none;
}

.bannerSection {
  margin-top: 6.5rem;
}

/* nav.watermark-amc {
  width: 100%;
  position: fixed;
  top: 4.25rem;
  right: 0;
  left: 0;
  z-index: 99 !important;
  height: 41px;
  padding-bottom: 3rem;
  background: #063599 0% 0% no-repeat padding-box;
}

.wm-name {
  text-align: center;
  font: normal bold 14px Rubik;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.wm-name a {
  color: #fff;
} */

/* Full-Width Navbar Styling */

.sandwich {
  top: 3.8rem;
}

.sandwich ul li a {
  text-decoration: none;
  font-weight: 500;
}

.trainer-section {
  background-color: white;
  padding: 10px 0px;
  text-align: center;
  height: 30vw;
}

.trainer-section h2 {
  font-size: 47px;
  margin-bottom: 20px;
  position: relative;
  color: #4d4d4d;
  padding-bottom: 30px;
}

.trainer-section h2::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #4d4d4d;
  display: block;
  margin: 10px auto 0;
}

.trainer-profile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 5%;
  margin-top: 20px;
}

.trainer-image {
  background-color: red;
  padding: 10px;
  width: 300px;
  height: 370px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  border-radius: 2%;
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
}

.trainer-image img {
  display: block;
  position: relative;
  left: 20px;
  width: 250px;
  height: auto;
  border-radius: 2%;
  box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.3);
}

.trainer-info {
  text-align: left;
  margin-top: 10px;
}

.trainer-info h3 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  left: 50px;
}

.trainer-info p {
  margin: 5px 0 0;
  color: #ffffff;
  position: relative;
  left: 50px;
}

.trainer-details {
  width: 60%;
  text-align: justify;
  font-size: 20px;
  margin-left: 5%;
}

.trainer-details p {
  margin: 1rem 0;
}

.productAnchor {
  margin-left: 2rem;
}

.programs-section {
  background-color: #f4f4f4;
  padding: 20px 20px;
  padding-bottom: 4rem;
  text-align: center;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.programs-section .heading {
  font-size: 47px;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  color: #4d4d4d;
  padding-bottom: 30px;
}

.programs-section .heading::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #4d4d4d;
  display: block;
  margin: 10px auto 0;
}

.programContainer {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}

.sidebar {
  width: 50%;
  background-color: #f1f3f4;
  padding: 20px;
  padding-top: 0;
  color: #333;
}

.sidebar h2 {
  margin-top: 0;
  text-align: center;
}

.sidebar p {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.program-list {
  margin-top: 20px;
}

.program-button {
  display: flex;
  position: relative;
  top: -24px;
  align-items: center;
  background-color: #f2da5e;
  color: #333;
  border: 1px solid #dddddd00;
  width: 100%;
  height: 5.3rem;
  padding: 0px;
  margin: 25px 0;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.program-button.active {
  background-color: #ffffff;
  width: 105%;
}

.program-button .program-icon {
  background-color: #0056b3;
  width: 80px;
  height: 100%;
  border-radius: 10px;
  font-size: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-info {
  width: 100%;
}

.program-info h3 {
  margin: 0;
  margin-left: 20px;
  font-size: 20px;
}

.live {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.live2 {
  display: flex;
  align-items: center;
}

.green {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: green;
}

.program-info p {
  display: inline;
  margin: 0;
  font-size: 15px;
  color: #666;
}

.program-info .status {
  font-weight: bold;
}

.content {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 20px;
}

.date {
  text-align: center;
  width: 450px;
  margin-top: 10px;
  background: linear-gradient(to bottom left, orange, red);
  border-radius: 10px 10px 0 0;
  box-shadow: -1px -2px 1px rgba(0, 0, 0, 0.3);
}
.program-details #program-title {
  color: #ffffff;
  font-size: 22px;
  text-align: cen;
  padding: 25px 0;
}

.date2 {
  padding: 0px 20px;
  text-align: left;
  position: relative;
  bottom: 10px;
  height: 100px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.53);
}
.session-info {
  margin: 10px 0;
  color: #666;
}

.details {
  margin-top: 1.5rem;
}

.details p {
  font-size: 25px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #1a73e8;
}

.details-list {
  padding-left: 0px;
}

.details ul {
  list-style-type: none;
  padding: 0;
}

.details ul li {
  text-align: left;
  font-size: 20px;
  padding: 5px 0;
}

.details ul li::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #276dbd;
  display: block;
  margin: 11px auto;
}

.moveit {
  color: grey;
  font-size: 20px;
  margin-right: 2%;
}

.register-button {
  position: relative; /* Necessary for pseudo-element positioning */
  overflow: hidden; /* Ensures pseudo-element doesn't overflow */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  background: linear-gradient(to bottom left, orange, red);
  z-index: 1; /* Ensure content stays above pseudo-elements */
}

.register-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom left, red, orange);
  z-index: -1; /* Place below button content */
  opacity: 0;
  transition: opacity 0.3s ease; /* Smooth transition */
}

.register-button a {
  color: white;
  text-decoration: none;
}

.register-button:hover::before {
  opacity: 1; /* Show gradient on hover */
}

#programTitle {
  margin-top: 11%;
}

.publicationLinks {
  display: flex;
  flex-direction: row;
}

.publicationLinks a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem !important;
  color: #000;
  position: relative;
  width: 20vw;
}

.publicationLinks a:hover {
  color: #2c31bf;
}

.card {
  background-color: #f7f7f7;
  padding: 20px 25px;
  margin: 50px auto;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.card:hover {
  transform: scale(1.05);
  background-color: #c0ddfc;
}
.card p {
  color: black;
}

.photoTitle {
  margin-top: 9rem;
  margin-bottom: 3rem;
}

.flexGallery {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 2rem 0;
}

.flexGallery img {
  height: 200px;
  width: 300px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* or scale: 0; */
  }
  100% {
    opacity: 1;
    /* or scale: 1; */
  }
}

.fade-in {
  animation: fadeIn 2s ease-in-out;
}

.socialMediaNav {
  position: fixed;
  width: 50px;
  margin-top: 50px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  bottom: 4rem;
}
.socialMediaNav li {
  height: 60px;
  position: relative;
}
.socialMediaNav li a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  padding-left: 15%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear;
}
.socialMediaNav li:nth-child(1) a {
  background: #fc0317;
}
.socialMediaNav li:nth-child(2) a {
  background: #2867b2;
}
.socialMediaNav li a i {
  position: absolute;
  top: 17px;
  font-size: 27px;
}
.socialMediaNav ul li a span {
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.socialMediaNav a:hover {
  z-index: 1000;
  width: 200px;
}
.socialMediaNav ul li:hover a span {
  padding-left: 30%;
  display: block;
}

/* training.html */

.section {
  margin: 1% 0;
}

section ul {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  margin: 0 5%;
}

ul li {
  font-size: 1.1rem;
  font-weight: 400;
}

section p {
  margin: 0 4%;
}

.row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
}

.image {
  width: 10rem;
  height: 10rem;
  border: 2px solid black;
}

.heading2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem 0;
  background-color: white;
  border: 2px solid black;
}
.position {
  width: 10rem;
  height: 10rem;
}

.GSTdiv {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.gstPara {
  width: 50%;
}

.gstPara p {
  text-align: justify;
}

.gstPara a {
  font-size: 18px;
  margin: 2% 0;
}

.gstPara a:hover {
  color: #2867b2;
  text-decoration: underline;
  font-size: 19px;
}

.gstImg {
  width: 35%;
}

#ulList {
  margin-left: 1rem;
}

#ulList li {
  font-size: 1rem;
  margin: 0.5rem 0;
  list-style-position: outside;
  font-weight: 500;
}

#paraList li {
  margin: 0.5% 0;
  list-style-position: outside;
}

.articleDown {
  margin-top: 9rem;
}

/* exam */
.buttonclick {
  margin-top: 9%;
}

.bullet {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.bullet::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f2937;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 1275px) {
  .buttonclick {
    margin-top: 12%;
  }
}

@media screen and (max-width: 1200px) {
  .bannerSection {
    margin-top: 6rem;
  }

  .trainer-details {
    width: 37rem;
    margin-left: 2%;
  }

  #programTitle {
    margin-top: 12%;
  }
}

@media screen and (max-width: 1100px) {
  .trainer-details {
    margin-left: 2%;
  }
  .bannerSection {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 1068px) {
  .bannerSection {
    margin-top: 6.5rem;
  }

  #programTitle {
    margin-top: 13.5%;
  }
}

@media screen and (max-width: 1004px) {
  .bannerSection {
    margin-top: 8rem;
  }
  .trainer-section {
    height: unset;
    width: 100vw;
  }

  .trainer-profile {
    display: flex;
    flex-direction: column;
  }

  .trainer-details {
    margin-left: -5%;
    width: 100%;
  }

  .publicationLinks {
    flex-direction: column;
  }

  #programTitle {
    margin-top: 15%;
  }

  .publicationLinks a {
    margin: 1rem auto;
    width: unset;
  }

  .flexGallery {
    flex-direction: column;
    align-items: center;
  }

  .flexGallery img {
    margin: 1rem 0;
  }

  .flexGallery iframe {
    margin: 1rem 0;
  }
  .buttonclick {
    margin-top: 15%;
  }
}

@media screen and (max-width: 874px) {
  .buttonclick {
    margin-top: 20%;
  }
}

@media screen and (max-width: 860px) {
  #programTitle {
    margin-top: 20%;
  }
  .herosection {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #navbar-menu {
    background-color: #1e3a8a; /* Slightly darker for dropdown */
    color: white;
  }
  /* Programs Section */

  .programContainer {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sidebar {
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .program-details {
    width: 100%;
  }
  .date {
    width: 100%;
    text-align: center;
  }
  .date2 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .col-obj {
    justify-content: space-between !important;
    margin: 10px 0;
  }

  .col-obj p {
    justify-content: center;
    margin: 1rem 0;
    font-size: 0.6rem;
    font-weight: 700;
    width: 100%;
  }

  .illustration {
    /* margin-left: -7.5%; */
  }

  .illustration > div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0 4px; /* Add some margin between columns */
  }
  #programTitle {
    margin-top: 25%;
  }
  .logoDesktop {
    display: none;
  }

  .mobileLogo {
    display: none;
  }

  .logoMobile {
    display: block;
    margin-top: -8%;
  }

  .bannerSection {
    margin-top: 8rem;
  }

  /* Programs Section */

  .programs-section {
    height: 120rem !important;
  }
  .programContainer {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sidebar {
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .program-details {
    width: 100%;
  }
  .date {
    width: 100%;
    text-align: center;
  }
  .date2 {
    width: 100%;
    text-align: center;
  }

  .program-button .program-icon {
    display: none;
  }

  #mobileDown span {
    display: block;
    margin-top: 0.5rem;
    text-align: center;
  }

  #mobileDown > div {
    justify-content: center;
    align-items: center;
  }

  .section {
    margin-top: 8rem;
  }

  .GSTdiv {
    flex-direction: column;
  }

  .gstImg {
    width: 80%;
    margin-bottom: 2rem;
  }

  .gstPara {
    width: 80%;
  }

  .articleDown {
    margin-top: 14rem;
  }

  .articleDown img {
    display: none;
  }

  #firstPara {
    margin-top: 2rem !important;
  }
}

@media screen and (max-width: 640px) {
  .row {
    flex-direction: column;
  }
  .cardcontainer2 {
    margin: 4% 0;
  }
  .buttonclick {
    margin-top: 27%;
  }
}

@media (max-width: 600px) {
  marquee span {
    font-size: 1rem; /* Adjust the font size for smaller screens */
  }
}

@media screen and (max-width: 550px) {
  #programTitle {
    margin-top: 35%;
  }
}

@media (max-width: 520px) {
  .carousel-wrapper {
    height: 50vh;
    /* Adjust for smaller devices */
  }
}

@media screen and (max-width: 500px) {
  .program-details #program-title {
    margin-left: unset;
  }

  .wm-name {
    flex-direction: column;
  }

  .photoTitle {
    margin-top: 14rem;
  }
}

@media only screen and (max-device-width: 508px) {
  /* Programs Section */

  .programs-section {
    margin-top: 20px;
    height: fit-content !important;
    padding: 0;
    width: 100vw;
  }
  .programContainer {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .program-button .program-info {
    margin: 0 5px;
  }
  .program-button .program-info h3 {
    font-size: 15px;
  }

  .program-button .program-info .live {
    font-size: 7px;
  }

  .program-button .program-icon {
    display: none;
  }

  .programs-section .heading {
    font-size: 35px;
  }

  .date2 {
    margin: 10px 0;
  }
  .programs-section p {
    font-size: 15px;
    text-align: center;
  }

  .sidebar {
    width: 100%;
    padding: 0;
  }
  .content {
    width: 100%;
  }

  .program-details {
    justify-content: center;
  }

  .program-details #program-title {
    text-align: center;
    font-size: 20px;
  }
  .details {
    text-align: center;
    font-size: 15px !important;
    margin-left: 0.8rem;
  }

  #session-info {
    margin: 0px 0;
    text-align: center !important;
    font-size: 15px;
  }

  .details-list ul li {
    font-size: 4px !important;
    width: 40px !important;
  }

  .register-button {
    width: 50%;
  }

  .trainer-profile {
    width: 90vw;
  }

  .trainer-details p {
    font-size: 0.85rem;
    margin: 1rem;
    text-align: justify;
  }

  .trainer-details {
    margin-left: 0;
  }
}

@media screen and (max-width: 465px) {
  .buttonclick {
    margin-top: 35%;
  }
}
@media screen and (max-width: 460px) {
  .productAnchor {
    margin: unset;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 416px) {
  .logoMobile {
    display: block;
  }
  #programTitle {
    margin-top: 40%;
  }
}

@media screen and (max-width: 400px) {
  .productAnchor {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .program-details #program-title {
    margin-left: 0rem;
  }

  .logoUltraSmallMobile {
    padding: 0;
    margin-left: -1.5rem;
    margin-top: -0.5rem;
  }
  .illustration {
    flex-direction: column;
  }
}

@media screen and (max-width: 349px) {
  #programTitle {
    margin-top: 50%;
  }
  .buttonclick {
    margin-top: 40%;
  }
}
