/* ================= Banner ================= */
.viewall-banner {
    background: linear-gradient(145deg, #fee0e0, #ff5151, #0000FF); 
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.viewall-banner-content {
    max-width: 900px;
    margin: 0 auto;
}

.viewall-heading {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.viewall-description {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.15);
}

.viewall-buttons button {
    padding: 16px 35px;
    margin: 0 12px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.viewall-explore {
    background-color: rgba(255,255,255,0.25);
    color: #fff;
    backdrop-filter: blur(5px);
}

.viewall-explore:hover {
    background-color: rgba(255,255,255,0.35);
}

.viewall-book {
    background-color: #fff;
    color: #0000FF;
    font-weight: bold;
}

.viewall-book:hover {
    background-color: #e0e0e0;
}

/* ================= Modal ================= */
.vat-modal {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

.vat-modal-box {
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    position: relative;
}

/* Modal header */
.vat-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.vat-modal-heading {
    font-size: 28px;
    font-weight: 700;
}

.vat-close-modal {
    font-size: 28px;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #FF0000;
    cursor: pointer;
    transition: 0.3s;
}

.vat-close-modal:hover {
    color: #cc0000;
}

/* Form inputs */
.vat-form input,
.vat-form textarea,
.vat-form select {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.vat-form input:focus,
.vat-form textarea:focus,
.vat-form select:focus {
    border-color: #0000FF;
    box-shadow: 0 0 10px rgba(0,0,255,0.3);
    outline: none;
}

/* Submit button */
.vat-submit-btn {
    background-color: #0000FF;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

.vat-submit-btn:hover {
    background-color: #0000cc;
}

/* Left form / right image */
.vat-form-left {
    flex: 1;
    padding: 40px 30px;
}

.vat-form-right {
    flex: 1;
    background: #f0f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vat-form-right img {
    max-width: 100%;
    height: auto;
}

/* Success popup */
.vat-success-box {
    width: 400px;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    position: relative;
}

/* Close button on top-right */
.vat-success-box .success-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #0000FF;
    cursor: pointer;
    transition: 0.3s;
}

.vat-success-box .success-close:hover {
    color: #0000cc;
}

.vat-success-box h2 {
    font-size: 28px;
    color: #0000FF;
    margin-bottom: 15px;
}

.vat-success-box p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 480px) {
    .vat-modal-box {
        flex-direction: column;
        max-width: 95%;
        padding: 15px;
    }
    .vat-form-left,
    .vat-form-right {
        width: 100%;
        padding: 10px;
    }
    .vat-form-right {
        margin-bottom: 20px;
    }
    .vat-form-right img {
        max-width: 80%;
        height: auto;
    }
    .vat-modal-heading {
        font-size: 20px;
    }
    .vat-close-modal {
        font-size: 22px;
    }
    .vat-form input,
    .vat-form textarea,
    .vat-form select {
        padding: 10px;
    }
    .vat-submit-btn {
        font-size: 15px;
        padding: 10px 15px;
    }
}

/* MAIN SECTION */
.mhc-premium {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e8f0ff, #ffffff);
}

/* HEADER */
.mhc-header {
    text-align: center;
    margin-bottom: 50px;
}

.mhc-header h2 {
    font-size: 46px;
    font-weight: 800;

    /* Modern standard */
    background: linear-gradient(90deg, #ff2e2e, #0033ff);
    background-clip: text;
    color: transparent;

    /* WebKit fallback (does NOT produce warnings) */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.mhc-header p {
    font-size: 18px;
    color: #444;
    max-width: 750px;
    margin: auto;
    line-height: 1.6;
}

/* GRID */
.mhc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 30px;
}

/* BOX */
.mhc-box {
    padding: 30px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(14px);
    border: 2px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease-in-out;
    position: relative;
}

/* Gradient border on hover */
.mhc-box:hover {
    transform: translateY(-8px);
    border: 2px solid;
    border-image: linear-gradient(45deg, #ff3030, #003cff) 1;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* ICON */
.mhc-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

/* TITLE */
.mhc-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0033cc;
    margin-bottom: 15px;
}

/* LIST */
.mhc-box ul {
    padding: 0;
    list-style: none;
}

.mhc-box ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    color: #333;
}

.mhc-box ul li:last-child {
    border-bottom: none;
}

/* MOBILE */
@media (max-width: 480px) {
    .mhc-header h2 {
        font-size: 32px;
    }
    .mhc-box {
        padding: 22px;
    }
}
/* Blur effect */
.mhc-list.collapsed li:not(:first-child) {
    opacity: 0.4;
    filter: blur(3px);
    transition: 0.3s;
}

.mhc-list.expanded li {
    opacity: 1;
    filter: blur(0px);
    transition: 0.3s;
}

/* Toggle button */
.mhc-toggle-btn {
    margin-top: 10px;
    padding: 8px 20px;
    background: #0000FF;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.mhc-toggle-btn:hover {
    background: #0000CC;
}



/* faq */

.alltestfaq {
  max-width: 100%;
  margin: 60px auto;
  padding: 20px;
}

.alltestfaq .faq-box {
  max-width: 900px;
  margin: auto;
}

.alltestfaq .faq-item {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  overflow: hidden;
}

.alltestfaq summary {
  width: 100%;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: block;
}

.alltestfaq summary::marker,
.alltestfaq summary::-webkit-details-marker {
  display: none;
}

.alltestfaq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 22px;
  font-weight: bold;
}

.alltestfaq details[open] summary::after {
  content: "−";
}

/* ✅ FULL WIDTH ANSWER */
.alltestfaq .faq-answer {
  width: 100%;
  display: block;
  padding: 15px 20px 18px;
  font-size: 14px;
  line-height: 1.7;
  background: #fafafa;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  animation: fadein 0.3s ease-in-out;
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
