/* Hero Section */
.hero-wrapper {
  position: relative;
  background-color: #FCFCFF;
  z-index: 1;
  padding-top: 50px;
}

.hero-wrapper .elements {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hero-wrapper .elements {
    display: none;
  }
}

.hero-wrapper .elements.element_one {
  left: 0;
  top: 0;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .elements.element_one {
    left: -80px;
  }
}

.hero-wrapper .elements.element_two {
  bottom: 35px;
  left: 35px;
}

.hero-wrapper .elements.element_three {
  top: 80px;
  right: 40%;
}

.hero-wrapper .lineanm {
  position: absolute;
  top: -25px;
  right: -20px;
  height: 550px;
  width: 290px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hero-wrapper .lineanm {
    display: none;
  }
}

.hero-wrapper .lineanm .line {
  fill: none;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: line 2s ease-in-out reverse infinite;
  animation-direction: alternate-reverse;
}

.hero-wrapper .hero-image-box {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: -200px;

}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box {
    margin-right: -60px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box {
    text-align: center;
  }
}

.hero-wrapper .hero-image-box .image_one {
  position: absolute;
  left: 120px;
  bottom: 150px;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box .image_one {
    left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box .image_one {
    left: 0;
    bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box .image_one {
    bottom: 150px;
  }
}

@media (max-width: 767px) {
  .hero-wrapper .hero-image-box .image_one {
    display: none;
  }
}

.hero-wrapper .hero-image-box .image_one img {
  border-radius: 15px;
  -webkit-box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
  box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
}

.hero-wrapper .hero-image-box .ef-iconic-box {
  position: absolute;
  top: 100px;
  right: -5%;
  text-align: left;
  max-width: 260px;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 180px;
    right: -2%;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    right: -8%;
    top: 30%;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 25%;
    right: 7%;
  }
}

@media (max-width: 767px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 50%;
    right: 15%;
  }
}

.hero-wrapper .hero-content {
  padding-top: 145px;
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-content {
    padding-top: 85px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
}

.hero-wrapper .hero-content .sub-heading {
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper .hero-content .sub-heading i {
  margin-right: 10px;
  margin-top: 4px;
}

.hero-wrapper .hero-content h1 {
  margin-bottom: 3px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-content h1 {
    font-size: 55px;
    line-height: 75px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-content h1 {
    max-width: 490px;
    margin: 0 auto 30px;
  }
}

.hero-wrapper .hero-content h1 span.c1 {
  position: relative;
  color: var(--primary-color);
}

.hero-wrapper .hero-content h1 span.c1 .shape-one {
  position: absolute;
  top: -30px;
  right: -45px;
}

@media (max-width: 767px) {
  .hero-wrapper .hero-content h1 span.c1 {
    display: none;
  }
}

.hero-wrapper .hero-content h1 span.c2 {
  color: var(--secondary-color);
}

.hero-wrapper .hero-content p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
}

.hero-subscribe {
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-subscribe {
    max-width: 500px;
    margin: 0 auto;
  }
}

.hero-subscribe .form-group {
  position: relative;
}

.hero-subscribe input {
  padding: 12px 20px;
  border-radius: 13px;
  font-size: 16px;
  border: 1px solid var(--border-color);
}

.hero-subscribe .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

/* Category Section */
/* Intro Section */
.intro-wrapper_one {
  position: relative;
  z-index: 1;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: -150px;
}

.intro-wrapper_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 25, 58, 0.7);
  z-index: -1;
}

/* Testimonial Section */
.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 991px) {
  .testimonial-slider {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .testimonial-slider .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.header-navigation .main-menu ul>li>a{
  cursor: pointer;
}
.mega-menu-submenu {
  display: none;
  position: absolute;
  padding: 20px 0px;
  z-index: 9991;
  top: 100%;
  left: -227px;
}

.mega-menu-section {
  width: 950px;
  height: 550px;
  background-color: #ffffff;
  border-radius: 3px;
  display: flex;
  border: 1px solid #d6d6d6;
}

.mega-menu-submenu-icon {
  display: flex;
  gap: 5px;

}

.mega-menu-submenu-icon img {
  width: 30px;
  height: 30px;

}

.mega-menu-item {
  padding: 5px 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 2px;
  font-weight: 500px;
  cursor: pointer;
}



.sub-menulist {
  overflow-y: auto;
  height: 550px;
  width: 30%;
  padding: 5px;
}

.mega-menu:hover .mega-menu-submenu,
.mega-menu-submenu:hover {
  display: block;
}



/* Track (background) */
.sub-menulist::-webkit-scrollbar-track,
.mega-menu-nested-submenulist::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.sub-menulist::-webkit-scrollbar-thumb,
.mega-menu-nested-submenulist::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}


.mega-menu-nested-submenulist {

  flex-wrap: wrap;
  width: 720px;
  display: flex;
  gap: 10px;

  padding: 10px;
  max-height: 550px;
  overflow-y: auto;

}

.mega-menu-nested-menu-item {
  background-color: #ffffff;
  width: 220px;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.mega-menu-nested-submenu{
  background-color: #e2e2e261;
}

.mega-menu-item:hover {
  background-color: #e2e2e2;
}



.mega-menu-nested-menu-item:hover {
  transform:scale(1.05)
}

.mega-menu-nested-item-logo {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width:1200px) {



  .mega-menu-nested-submenulist {
    display: none;
    flex-wrap: nowrap;
    width: 100%;
    display: none;
    gap: 10px;
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;

  }

  .mega-menu-submenu {
    display: none;
    position: static;
    padding: 0px 0px;
    z-index: 9991;
    top: 100%;
    left: -300px;
  }

  .mega-menu-submenu.show {
    display: block !important;
  }

  .mega-menu-submenu.hide {
    display: none !important;
  }


  .mega-menu-section {
    width: 100%;
    height: 350px;
    background-color: #dceaf5;
    border-radius: 8px;
    display: flex;
    border: none;

  }

  .mega-menu-submenu-icon {
    display: flex;
    gap: 5px;
    color: #7a8b94;
    font-weight: 500;

  }

  .mega-menu-submenu-icon img {
    width: 30px;
    height: 30px;

  }

  .mega-menu-item {
    padding: 10px 12px;
    color: #7a8b94;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sub-menulist {
    overflow-y: auto;
    height: 350px;
    background-color: #FFFFFF;
    width: 100%;
  }





  /* Track (background) */
  .sub-menulist::-webkit-scrollbar-track,
  .mega-menu-nested-submenulist::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .sub-menulist::-webkit-scrollbar-thumb,
  .mega-menu-nested-submenulist::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }



  .mega-menu-nested-menu-item {
    background-color: #ffffff;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #3c4852;
    display: flex;
    justify-content: space-between;

  }

  .mega-menu-item:hover .mega-menu-submenu-icon {
    color: #ffffff;
  }


  .mega-menu-item:hover {
    background-color: #39aaf8;
    color: #ffffff;
  }


}


.am-exam-category-bg {
  width: 100%;
  height: 75px;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 5px 5px 0px 0px;

}

.am-exam-category-img {
  width: 80px;
  height: 80px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 10%;
  bottom: -40%;
}

.am-exam-category-title {
  width: 60%;
}

.catbg-0 {
  background-image: url("../images/category/catbg-1.webp");

}

.catbg-1 {
  background-image: url("../images/category/catbg-2.webp");

}

.catbg-2 {
  background-image: url("../images/category/catbg-3.webp");

}

.catbg-3 {
  background-image: url("../images/category/catbg-4.webp");

}

.am-question-paper-header {
  position: relative;
}

.am-question-paper-badge {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #3861ff;
  padding: 5px 6px;
  border-radius: 12px;
  line-height: 14px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  max-width: 100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.am-queston-paper-content-list {
  list-style-type: disc;
  padding-left: 18px;
}

.am-queston-paper-content-list li::marker {
  color: #858585;
}


.am-question-paper-header-img {
  width: 100%;
  height: 180px;
}

.am-question-paper-header-title {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #3c4852;
  line-height: 22px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.am-question-paper-label-name {
  color: #858585;
}

.am-question-paper-label-value {}

.am-exam-paper-detail-horizontal-labels {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.am-exam-paper-detail-horizontal-labels li {
  flex: 1;
  /* Equal width for all items */
  text-align: center;
  /* Optional: centers text */
  padding: 0px 12px;

}

.am-exam-paper-detail-horizontal-labels li:nth-child(1) {
  padding-left: 0px;

}


.am-label-border-left {
  border-left: 1px solid grey;
}

.am-exam-paper-detail-badge {

  background: #3861ff;
  padding: 5px 6px;
  border-radius: 12px;
  line-height: 14px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  max-width: fit-content;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.am-exam-paper-detail-title {
  font-size: 30px;
  font-weight: 500;
  color: #21315f;
}

.am-exam-paper-detail-img {
  max-height: 300px;
}

.am-exam-paper-section-columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 8px;
  list-style: disc;
  padding-left: 20px;
}

.am-exam-paper-detail-des-heading {
  font-size: 22px;
  font-weight: 600;
  color: #21315f;
}

.am-company-title {
  color: #21315f;
  font-size: 42px;
  font-weight: 700;
}

.am-company-title-sm {
  color: #21315f;
  font-size: 25px;
  font-weight: 600;
  margin-top: 2px;
}

@media only screen and (max-width: 500px) {
  .am-company-title {
    color: #21315f;
    font-size: 39px;
    font-weight: 700;
  }

  .am-company-title-sm {
    color: #21315f;
    font-size: 22px;
    font-weight: 600;
    margin-top: 2px;
  }
}

.am-question-paper-price {
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  color: #23b223;
}

.am-f17 {
  font-size: 17px !important;
}

.am-wrap-text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.am-contactus-icon {
  margin-right: 10px;
  background: #4dbc9852;
  padding: 10px;
  border-radius: 50%;
  color: #39aaf8;
  ;
}

.am-contact-info-heading {
  color: #21315f;
  font-size: 20px;
  font-weight: 600;
}

.am-contact-info-label {
  margin: 0px;
  font-size: 16px;
  color: #21315f;
  font-weight: 500;
  line-height: 16px;
}

.am-contact-info-value {
  color: #929393;
  line-height: 18px;
  font-size: 14px;
}