/* .el-top-header-bar {
  background-color: #4a6ccc !important;
  padding: 15px 0px;
} */
.el-header-wrapper {
  top: -24px !important;
}

.el-counter-wrapper {
  margin-top: -49px;
  position: relative;
}
.el-banner-wrapper {
  background-image: url(../images/all-instructor/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 0px 0px !important;
}

link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  --bs-nav-tabs-link-active-bg: #4a6ccc !important;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.el-btn {
  min-width: 150px;
  height: 60px;
  --primary-color: #4a6ccc !important;
  border-radius: 50px;
}
.el-btn {
  background-color: #4a6ccc !important;
  border-radius: 50px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  padding: 10px 25px;
  font-size: 16px;
}
.el-btn-new {
  min-width: 150px;
  background-color: #f5c05f !important;
  color: #fff !important;
  border-radius: 50px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  padding: 10px 25px;
  font-size: 16px;
}

.el-btn::after {
  --secondary-color: #f5c060 !important;
  border-radius: 50px;
}
a {
  text-decoration: none !important;
}
.el-btn-download {
  background: linear-gradient(90deg, #6cb8cd 0%, #83b5e6 100%) !important;
  color: #fff !important;
  border: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s ease;
  padding: 10px 25px;
  font-size: 1opx;
}
.el-btn-download:hover {
  background-color: #4a6ccc !important;
  color: #fff !important;
}

.el-btn-new:hover {
  background-color: #4a6ccc !important;
  color: #fff !important;
}

.el-breadcrumb-wrapper {
  padding: 58px 0;
  margin-top: 100px !important;
}

.el-nav-menu > ul {
  gap: 20px !important;
}
.el-nav-menu ul li a:hover,
.el-nav-menu ul li.active a {
  color: #4a6ccc !important;
  text-decoration: underline;
}
.el-nav-menu ul li a {
  font-size: 19px;
  font-weight: 600;
  color: #fff !important;
}
.el-nav-menu > ul > li > a {
  padding: 0px 0 !important;
}
.el-header-right {
  align-items: center;
  gap: 4px;
}

.highlight-winkbc {
  color: #007bff;
  font-family: "Cursive", sans-serif;
  letter-spacing: 1px;
}
.el-about-wrapper {
  background-color: var(--white-color);
  padding: 100px 0 30px 0 !important;
}
.el-work-box-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.el-work-content {
  flex-grow: 1;
}

.el-work-box {
  height: 100%;
}
.el-main-heading {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #222;
  position: relative;
}

.highlight-winkbc {
  color: #007bff;
  background: linear-gradient(90deg, #ffaf20, #ffaf20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: bounce 1.2s infinite alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

.el-top-heading-center {
  font-size: 18px;
  letter-spacing: 2px;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-box {
  min-height: 4px !important;
}

/* .el-header-wrapper {
    top: -47px !important;
  } */
.el-about-wrapper {
  background-color: var(--white-color);
  padding: 10px 0px 30px !important;
}

.el-tab-content-box {
  min-height: 465px !important;
}
.el-footer-wrapper {
  background-color: var(--light-bg-color);
  margin-top: -150px;
  padding: 30px 0px 0px;
}
.el-price-inner {
  background: linear-gradient(180deg, #ffe635 0%, #ff9f46 100%);
  padding: 40px;
  border-radius: 20px;
}
.el-price-inner_one {
  background: linear-gradient(180deg, #255bff 0%, #00b4e1 100%);
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .el-btn {
    min-width: 100px;
  }
  .el-btn-new {
    min-width: 100px;
  }

  .el-breadcrumb-wrapper {
    margin-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .el_toggle_btn {
    display: block;
    margin-top: 0px !important;
  }
}
.el-work-wrapper {
  background-color: var(--light-bg-color);
  padding: 10px 0;
}
.el-feature-wrapper {
  background-color: var(--light-bg-color);
  padding: 10px 0;
}
p {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

/* Footer Text Color */
.el-footer-wrapper,
.el-footer-wrapper p,
.el-footer-wrapper li,
.el-footer-wrapper a,
.el-footer-wrapper h4 {
  color: #ffffff !important;
}

/* Footer Links */
.el-footer-wrapper a {
  text-decoration: none;
  transition: color 0.3s;
}

/* On Hover: Yellow Links */
.el-footer-wrapper a:hover {
  color: #ffd700 !important;
}

/* Font Awesome Icon hover */
.el-footer-wrapper .el-social-icons a:hover svg path {
  fill: #ffd700;
}

@media (max-width: 768px) {
  .el-logo {
    width: 120px;
    height: 64px !important;
  }
  .el-header-wrapper {
    padding: 0px 0px 0 !important;
  }
  .el-banner-wrapper {
    padding: 64px 0 0px 0px !important;
  }
}
.el-social-icons ul li a {
  background-color: #0d2e8e;
}
.el-btn_price {
  min-width: 150px;
  background-color: #ffffff !important;
  color: black !important;
  border-radius: 50px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  padding: 10px 35px;
  font-size: 16px;
}
.el-btn_price:hover {
  background-color: #4a6ccc !important;
  color: #fff !important;
}
.el-tab-content-box {
  background: linear-gradient(180deg, #061c57 0%, #0a121e 100%);
  border: 2px solid #ffffff4d;
  padding: 0px 0px 0px !important; /* reduced padding */
}

.el-tab-content-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 35px 0px #ffffff80 inset;
}
.el-tab-img::before {
  background: none !important;
}
.el-tab-inner {
  margin-top: 8px !important;
}
.el-tab-content-box {
  min-height: 400px !important;
}

.el-price-inner {
  padding: 2px !important;
  height: 750px !important;
}
.el-price-inner_one {
  padding: 2px !important;
  min-height: 750px !important;
}
.el-price-box {
  min-height: 750px !important;
}
.el-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.el-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  line-height: 1.6;
  color: #222;
}

.el-checklist li::before {
  content: "\f00c"; /* Font Awesome checkmark */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #28a745; /* green color */
  position: absolute;
  left: 0;
  top: 2px;
}

/* @media (max-width: 480px) {
    .el-breadcrumb-wrapper {
        margin-top: 64px !important;
    }
} */
.goog-te-gadget-simple {
  height: 30px;
  top: 0px;
  margin-bottom: 13px;
  margin-top: 13px;
}
.goog-te-gadget-simple {
  display: inline-flex !important
;
  align-items: center !important;
}
.goog-te-gadget-simple {
  border-radius: 8px;
  background-color: #fffffff7;
  border: 1px solid #0b4006 !important;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}
#google_translate_element span {
  color: #000 !important;
  font-size: 14px !important;
}
body {
  position: static !important;
  min-height: 100%;
}
.el-team-content p {
  text-transform: capitalize;
  padding-top: 0px !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
