.general-sec {
    padding: var(--sec-space-120) 0 60px;
}
.general-title{
    font-size: 45px;
}
.footer-margin{
    margin-top: 30px;
}
.breadcrumb-container {
    background-color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 8px;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

.breadcrumb-item.active {
    color: var(--primary-color);
    /* Active breadcrumb color */
}
.vendor-button.btn {
    color: #012243;
    background-color: #ececec;
    padding: 20px;
}
.vendor-button.btn:hover {
    color: #ffffff;
    background-color: #d05efc;
}
.btn {
    text-transform: uppercase;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
.form-background{
    background-color: #f9f9f9;
    padding: 60px;
    border-radius: 10px;
}
.btn-primary{
    background-color: #ff6100;
    border-color: #ff6100;
    font-size: 13px;
}
.btn-primary:hover{
    background-color: #d05efc;
    color: #ffffff;
    font-size: 13px;
    border-color: #d05efc;
}
.single-main-heading{
    font-weight: 500;
}
.grey-font{
    color: var(--primary-color);
    font-weight: 500;
}
.complete_details {
    padding: 13px 0;
    border-bottom: 1px solid #ececec;
}
.complete_details_exam{
    padding: 13px 0;
}

strike {
    color: #F00;
}
.star-rating {
    color: #FFD700;
}
.table-text{
    text-align: right;
}



.full-width-button {
    background-color: var(--gradient-color);
    color: #FFF;
    text-align: center;
    width: 100% ;
    border: none;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 10px;

}
.full-width-button-demo{
    background-color: #ececec;
    color: var(--primary-color);
    text-align: center;
    width: 100% ;
    border: none;
    padding: 5px;
    font-size: 15px;
}

.weekly-result-container {
    background-color: #012243;
    padding: 25px 0;
}

.outer-circle {
    background-color: #FFF;
    border-radius: 100%;
    padding: 20px;
    width: 130px;
    height: 130px;
    border-radius: 150px !important;
    display: block;
    margin: 0 auto;
}

.outer-circle:hover {
    box-shadow: 0 0 15px #FF6100;
}

.inner-circle {
    width: 90px;
    height: 90px;
    background-color: var(--primary-color);
    color: #FFF;
    font-size: 34px;
    line-height: 2.5em;
    border-radius: 110px !important;
}

.big-heading {
    color: var(--secondary-color);
    font-size: 40px;
   
    padding: 5px 10px;
    margin-bottom: 30px;
}
.white {
    color: #FFF;
    font-weight: 450;
}
.exam-vendor-name-container{
    background-color: #012243;
    color: #FFF;
    font-size: 22px;
    padding: 10px;
}
.review-form-container{
    background-color: #e9ecef;
    padding: 30px;
}
.carousel {
    margin: 50px auto;
}

.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

/* MEDIA FLEX */
.carousel .media {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

/* IMAGE */
.carousel .media img {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}

/* TESTIMONIAL */
.carousel .testimonial {
    color: #111;
    position: relative;    
    background: #f9f9f9;
    padding: 15px;
    margin: 0 0 20px 20px;
}

.carousel .testimonial::before,
.carousel .testimonial::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.carousel .testimonial::before {
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}

.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.carousel .testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
}

.carousel .testimonial p::before {
    content: "\201D";
    font-family: Arial, sans-serif;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 68px;
    position: absolute;
    left: -25px;
    top: 25px;
}

/* INLINE OVERVIEW */
.overview-inline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 15px;
    flex-wrap: wrap;
}

/* NAME */
.overview-inline .name b {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
}

/* DATE */
.overview-inline .details {
    font-size: 12px;
    color: var(--secondary-color);
}

/* STARS */
.star-rating li {
    padding: 0 0px;
}

.star-rating i {
    font-size: 14px;
    color: #ffdc12;
}
.coupon-code-container{
    background-color: #f2f2f2;
    padding: 20px;
}
.full-width-button-cart{
    background-color: var(--primary-color);
    color: #FFF;
    text-align: center;
    width: 100% ;
    border: none;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}
.cart-wp {
    position: relative;
}

.cart-icon {
    position: relative;
    display: inline-block;
}

.cart-amount {
    position: absolute;
    top: -16px;      /* more space vertically */
    right: -15px;    /* more space horizontally */
    background: var(--primary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 14px;
    line-height: 1;
    min-width: 24px;
    text-align: center;
}
.underline-title-1{
    position: relative;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.underline-title-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51px;
    height: 1px;
    background-color: var(--primary-color);
}
.section-space{
    margin-bottom: 40px;
}
.book{
    width: 400px ;
}

/*New CSS*/

.product-title {
  font-size: 35px;
  font-weight: 700;
  color: #1e293b;
}

.product-img-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.info-box div {
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.info-box i{
    color: #ff6b00;
}

.price-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.price-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.price-card h3 {
  font-size: 30px;
  color: #ff6b00;
  margin: 10px 0;
}

.old-price {
  text-decoration: line-through;
  color: red;
}

.price-card .btn {
  background: linear-gradient(135deg, #ff6b00, #ff8c42);
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
}

.price-card .btn:hover {
  background: linear-gradient(135deg, #e65c00, #ff7a1a);
}

.price-card.popular {
  border: 2px solid #ff6b00;
}

.price-card .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 6px 10px;
  font-size: 12px;
}
/* QUESTION CARD */
.question-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


/* TITLE */
.question-title {
  color: #ff6b00;
  font-weight: 600;
  font-size: 25px;
}

/* OPTIONS */
.options {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.options li {
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #f1f5f9;
  transition: 0.3s;
}

.options li:hover {
  background: #e2e8f0;
}

/* ANSWER BOX */
.answer-box {
  background: #ecfdf5;
  border-left: 4px solid #22c55e;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: 400;
}

/* BUTTON */
.btn-show-answer {
  margin-top: 15px;
  background: linear-gradient(135deg, #ff6b00, #ff8c42);
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 15px;
}

.btn-show-answer:hover {
  background: linear-gradient(135deg, #e65c00, #ff7a1a);
  color: #fff;
}