@charset "UTF-8";
.main-padding {
  padding: 0 5% !important;
}

p {
  color: #40525c;
  font-weight: 500;
  margin: 0 !important;
}

#bundlePageSection {
  background: #f9fafa;
}
#bundlePageSection .bundle-banner-section {
  background: #e5eaf3;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#bundlePageSection .bundle-banner-section .banner-left .banner-img-div {
  border-radius: 10px;
  height: 200px;
  overflow: hidden;
  width: 100%;
}
#bundlePageSection .bundle-banner-section .banner-left .banner-img-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bundlePageSection .bundle-banner-section .banner-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}
#bundlePageSection .bundle-banner-section .banner-right h1 {
  font-size: 30px;
  color: #032157;
}
#bundlePageSection .bundle-banner-section .banner-right p {
  margin-top: 10px !important;
  color: #40525c;
  width: 50%;
}
#bundlePageSection .details-main .checkbox-section {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#bundlePageSection .details-main .checkbox-section label {
  width: 100%;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  /* Hide the default checkbox */
  /* Add a checkmark for checked state */
  /* Add hover effects */
}
#bundlePageSection .details-main .checkbox-section label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  border: 2px solid rgba(3, 33, 87, 0.2509803922);
  border-radius: 4px; /* Makes it slightly rounded */
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
#bundlePageSection .details-main .checkbox-section label input[type=checkbox]:checked {
  background-color: #032157; /* Green background for checked state */
  border-color: #032157;
  position: relative;
}
#bundlePageSection .details-main .checkbox-section label input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%);
  font-size: 16px;
  color: white;
  font-weight: bold;
  height: 15px;
}
#bundlePageSection .details-main .checkbox-section label input[type=checkbox]:hover {
  border-color: #032157;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#bundlePageSection .details-main .checkbox-section label .img-div {
  height: 120px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#bundlePageSection .details-main .checkbox-section label .img-div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#bundlePageSection .details-main .checkbox-section label .bundle-checkbox-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
#bundlePageSection .details-main .checkbox-section label .bundle-checkbox-details .rating-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 3px;
}
#bundlePageSection .details-main .checkbox-section label .bundle-checkbox-details .rating-badge img {
  width: 15px;
}
#bundlePageSection .details-main .checkbox-section label .bundle-checkbox-details .rating-badge .rating-value {
  margin-left: 10px;
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #032157;
  font-family: "Montserrat-Regular";
}
#bundlePageSection .details-main .checkbox-section label .bundle-checkbox-details .category {
  font-family: "SourceSansPro-Regular";
  font-size: 18px;
}
#bundlePageSection .details-main .checkbox-section label .bundle-checkbox-details h3 {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 20px;
}
#bundlePageSection .details-main .checkbox-section label .bundle-checkbox-details p {
  font-family: "Lexend-Bold";
  font-size: 18px;
  color: #000;
}
#bundlePageSection .details-main .checkbox-section label .details-btn {
  padding: 6px 20px;
  border-radius: 5px;
  background: #e5eaf3;
  color: #032157;
  border: none;
  transition: 0.3s ease;
  font-weight: 500;
}
#bundlePageSection .details-main .checkbox-section label .details-btn:hover {
  background: #032157;
  color: #fff;
}
#bundlePageSection .course-bundle-small-area {
  padding: 30px;
  background: #e5eaf3;
  border-radius: 10px;
  position: sticky;
  top: 20px;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .chat {
  text-align: center;
  margin-bottom: 10px !important;
  margin-bottom: 20px;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .chat button {
  width: 100%;
  background-color: #032157;
  padding: 12px 25px;
  text-align: center;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .chat button img {
  margin-right: 10px;
  width: 24px !important;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .chat button:hover {
  background: #078cd5;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .cart {
  text-align: center;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .cart button {
  width: 100%;
  background-color: #58b026;
  padding: 12px 25px;
  text-align: center;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .cart button img {
  margin-right: 10px;
  width: 24px !important;
}
#bundlePageSection .course-bundle-small-area .course-chat-cart-button .cart button:hover {
  background: #078cd5;
}
#bundlePageSection .course-bundle-small-area .course-social-icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 25px 0;
  margin-bottom: 0 !important;
}
#bundlePageSection .course-bundle-small-area .course-social-icons a img {
  opacity: 0.4;
  width: 25px;
}
#bundlePageSection .course-bundle-small-area .course-detail-pdf-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}
#bundlePageSection .course-bundle-small-area .course-detail-pdf-download p {
  margin: 0;
}

@media (max-width: 991px) {
  #bundlePageSection .bundle-banner-section .banner-left .banner-img-div {
    height: 250px;
    width: 60%;
  }
  #bundlePageSection .bundle-banner-section .banner-right {
    margin-top: 20px;
    padding: 0 20px;
  }
  #bundlePageSection .bundle-banner-section .banner-right p {
    width: 80%;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-detail h6 {
    font-size: 24px;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-chat-cart-button .chat button {
    padding: 15px 25px;
    font-size: 20px;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-chat-cart-button .cart button {
    padding: 15px 25px;
    font-size: 20px;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-social-icons a img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  #bundlePageSection .bundle-banner-section .banner-left .banner-img-div {
    height: 250px;
    width: 100%;
  }
  #bundlePageSection .bundle-banner-section .banner-right {
    margin-top: 20px;
    padding: 0 20px;
  }
  #bundlePageSection .bundle-banner-section .banner-right h1 {
    font-size: 22px;
  }
  #bundlePageSection .bundle-banner-section .banner-right p {
    width: 100%;
  }
  #bundlePageSection .details-main .checkbox-section label {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  #bundlePageSection .details-main .checkbox-section label .img-div {
    height: 180px;
  }
  #bundlePageSection .details-main .checkbox-section label input[type=checkbox] {
    width: 25px;
    height: 25px;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-detail h6 {
    font-size: 20px;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-chat-cart-button .chat button {
    padding: 12px 25px;
    font-size: 20px;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-chat-cart-button .cart button {
    padding: 12px 25px;
    font-size: 20px;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-social-icons {
    margin: 20px 0 0 0;
  }
  #bundlePageSection .details-main .course-bundle-small-area .course-social-icons a img {
    width: 30px;
  }
}
