@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,600;1,600&display=swap");
body {
  font-family: "Poppins", serif;
  padding: 0;
  margin: 0;
}

body.sticky-header header {
  background: var(--color-white);
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}

.main-gradient-bg-color {
  background: linear-gradient(to right, rgb(248, 251, 255), rgb(248, 251, 255));
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  min-height: 750px;
}
.main-gradient-bg-color::before {
  content: "";
  width: 400px;
  height: 400px;
  background: #28a3f9;
  top: 284px;
  left: 48%;
  position: absolute;
  display: inline-flex;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 34%;
  z-index: 1;
}
.main-gradient-bg-color::after {
  content: "";
  width: 500px;
  height: 500px;
  background: #c90000;
  top: 0;
  left: 20%;
  position: absolute;
  display: inline-flex;
  border-radius: 50%;
  filter: blur(200px);
  opacity: 13%;
  z-index: 1;
}
.main-gradient-bg-color .banner {
  min-height: 300px;
  background: url(../img/IT-prof-student.webp);
  background-position: calc(50% + 35px) 50px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .main-gradient-bg-color .banner {
    background: none;
  }
}
.main-gradient-bg-color .banner::before {
  content: "";
  width: 500px;
  height: 500px;
  background: #ffed13;
  top: -22px;
  left: 57%;
  position: absolute;
  display: inline-flex;
  border-radius: 50%;
  filter: blur(109px);
  opacity: 24%;
  transform: translate3d(10px, -25px, 10px);
}
.main-gradient-bg-color .banner .hero-content .hero-content-left {
  width: 60%;
  padding-right: 20%;
}
.main-gradient-bg-color .banner .hero-content .hero-content-left .it-prof-stu-image {
  bottom: 0;
  right: -20%;
}
.main-gradient-bg-color .banner .hero-content .hero-content-right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .main-gradient-bg-color {
    min-height: auto;
    width: 100vw;
    overflow: hidden;
  }
}

/* Latest Placements */
.latest-placements-right, .owl-carousel {
  width: calc(50vw + 24%);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .latest-placements-right, .owl-carousel {
    width: 100%;
  }
}
/* Request Call */
.request-call-left {
  width: calc(50vw + 24%) !important;
  overflow: hidden;
}

/* Accordion */
.ejob-accordion {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.ejob-accordion .ejob-accordion-item {
  border-top: 1px solid #e0e0e0;
}
.ejob-accordion .ejob-accordion-item:first-child {
  border-top: 0;
}
.ejob-accordion .ejob-accordion-item:first-child .ejob-accordion-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ejob-accordion .ejob-accordion-item .ejob-accordion-header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.ejob-accordion .ejob-accordion-item .ejob-accordion-header:hover {
  background: oklch(0.967 0.003 264.542);
}
.ejob-accordion .ejob-accordion-item .ejob-accordion-header::after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "keyboard_arrow_down";
}
.ejob-accordion .ejob-accordion-item .ejob-accordion-content {
  overflow: hidden;
  height: 0;
}
.ejob-accordion .ejob-accordion-item.active .ejob-accordion-header {
  background: oklch(0.967 0.003 264.542);
}
.ejob-accordion .ejob-accordion-item.active .ejob-accordion-header::after {
  content: "keyboard_arrow_up";
}
.ejob-accordion .ejob-accordion-item.active .ejob-accordion-content {
  overflow: hidden;
  height: auto;
  transition: height 0.3s ease-in-out;
  border-top: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
  header .main-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 110px);
    background: #fff;
    z-index: 99;
    display: none;
    overflow-y: auto;
    padding-bottom: 80px;
  }
  body.show-nav {
    overflow: hidden;
  }
  body.show-nav header .main-nav {
    display: block;
  }
}
.dataTables_wrapper .pagination-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dataTables_wrapper .pagination-header .dataTables_filter input {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 6px;
}
.dataTables_wrapper table.dataTable {
  font-size: 14px;
}
.dataTables_wrapper table.dataTable thead tr {
  background: rgba(0, 0, 0, 0.05);
}
.dataTables_wrapper table.dataTable thead tr th {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #cdcdcd;
}
.dataTables_wrapper table.dataTable thead tr th:first-child {
  background: #d4e9ef;
}
.dataTables_wrapper table.dataTable thead tr th:last-child {
  white-space: nowrap;
}
.dataTables_wrapper table.dataTable tbody tr td:first-child {
  font-weight: bold;
  background: #eefbff;
}
.dataTables_wrapper table.dataTable tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.dataTables_wrapper table.dataTable.no-footer {
  border-bottom: 1px solid #dddddd;
}
.dataTables_wrapper .pagination-footer,
.dataTables_wrapper .pagination {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: end;
}
.dataTables_wrapper .pagination-footer .dataTables_paginate,
.dataTables_wrapper .pagination .dataTables_paginate {
  font-size: 13px;
}
.dataTables_wrapper .pagination-footer .dataTables_paginate a,
.dataTables_wrapper .pagination .dataTables_paginate a {
  border-radius: 6px;
}
.dataTables_wrapper .pagination-footer .dataTables_paginate a.current,
.dataTables_wrapper .pagination .dataTables_paginate a.current {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */