
.quote-section .container{
   max-width: 1100px;
   background-color: #e8f4f5; /* Light teal/mint background */
    background-image: url('/wp-content/uploads/quote-bg-pattern.png'); /* Your background image */
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    margin-bottom: 20px !important;
        background-position-y: 6px;
}

.quote-section--small .container {
    background-image: url("../images/quote-bg-pattern-small.png");
    padding: 15px 0;
}


.quote-box{
   text-align:center;
    margin: 0 auto !important;
}
/* Quote Text */
.quote-text {
   font-size: 1.3rem;
    font-style: italic;
    color: #11A1CB;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: left;
    text-indent: -7px;
        padding-left: 20px;
    padding-right: 20px;

}
/* Text alignment for quote text based on align class */
.quote-box.align-left p.quote-text {
    text-align: left;
}

.quote-box.align-center p.quote-text {
    text-align: center;
}

.quote-box.align-right p.quote-text {
    text-align: right;
}

/* Quote Author */
.quote-author {
    font-size: 1rem;
    color: #0C2C55;
    text-align: right;
    font-style: normal;
    font-weight: 500;
        padding-right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .quote-section {
        margin: 0 15px;
        padding: 40px 0;
    }

    .quote-section .container {
        background-image: url("../images/quote-bg-pattern-mobile.png");
    }

    .quote-section--small{
        padding-left: 20px;
        padding-right: 20px;
    }
    .quote-box {
        padding: 30px 20px;
    }
    

    
    .quote-author {
        font-size: 0.9rem;
    }
}

.parag p{
    color: #0C2C55;
    font-size: .95rem;
}
.titll{
     font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
    color: #0C2C55;
    line-height: 1;
    padding-top: 0;
}
.lfty {
   color: #10A6A3;
   font-size: 1rem;
   font-weight: 600;
   margin-top: -35px !important;
    padding-top: 0 !important;
}
.custom-title-class{
      color: #10A6A3;
   font-size: 1.2rem;
   font-weight: 600;
   line-height: 1.3;
}
/* MCT8 Info Component Styles - FINAL VERSION */

.mct8-info-section {
    
    background-color: #ffffff;
}

.mct8-info-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
    color: #1e3a5f;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

/* Two Column Top Section */
.mct8-top-columns {
    display: flex;
        gap: 83px;
    margin-bottom: 10px;
    align-items: flex-start;
}

.mct8-info-intro {
    flex: 1;
}

.mct8-info-intro p {
    font-size: 1rem;
    line-height: 1.7;
    color: #0C2C55;
    margin-bottom: 20px;
}

.mct8-info-intro p:last-child {
    margin-bottom: 0;
}

.mct8-highlight-box {
    flex: 1;
    padding: 30px;
    border-radius: 20px;
 
    background-image: url('/wp-content/uploads/bar-bg.png');
 max-width: 463px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
        padding-top: 15px;

}


.mct8-highlight-box p {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #11A1CB;
    font-style: italic;
    font-weight: 700;
    margin: 0;
}

/* Two Column Info Boxes (Brain and Body) - Icons on LEFT */
.mct8-info-columns {
    display: flex;
    gap: 101px;
   
}

.mct8-info-box {
    flex: 1;
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.mct8-icon-circle {
    width: 120px;
    height: 120px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mct8-icon-circle img {
   width: auto;
    height: 90px;
    object-fit: contain;
}

.mct8-box-content {
    flex: 1;
}

.mct8-box-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0C2C55;
    margin-bottom: 15px;
    margin-top: 10px;
}

.mct8-box-text {
    font-size: .95rem;
    line-height: 1.5;
    color: #0C2C55;
    
}

/* Tablet Responsive */
@media (max-width: 768px) {

    
    .mct8-top-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .mct8-info-columns {
        flex-direction: column;
        gap: 40px;
    }
  .mct8-highlight-box {

    background-size: auto;

}
.mct8-info-box {
    gap: 5px;

}
.mct8-icon-circle img {
 
    height: 70px;

}
.mct8-box-text {
    margin-top:0 !important;
}
.mct8-box-title{
    margin-bottom: 0 !important;
}
}


.video-section-main {

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}

.video-wrapper-main {
  position: relative;
  width: 100%;
  max-width: 760px; /* adjust as needed */
  aspect-ratio: 16 / 9;
}

.video-wrapper-main iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* MCT8 Symptoms Section Styles */

.symptoms-section {
    padding: 0 20px;
    background-color: #ffffff;
}
.symptom-category{
    padding-left: 65px;
}
.symptoms-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0C2C55;
    margin-bottom: 40px;
    
 
}

/* Two Column Layout */
.symptoms-columns {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.symptoms-left,
.symptoms-right {
    flex: 1;
   
}
.symptoms-right {

    margin-top: 285px;
}
/* Teal Box with Icon Header */
.symptom-box {
    margin-bottom: 30px;
}

.teal-box {
   
}

.symptom-icon-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    margin-top:15px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-title.teal-text{
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.symptom-box.teal-box{
    margin-bottom: 0;
}
.symptom-list p{
font-size: 1rem;
    font-weight: 700;
    color: #0C2C55;
    margin: 0;
    line-height: 1.2;
}
.symptom-category .symptom-list{
    padding-left: 10px !important;
    margin-bottom: 10px;
}

.symptom-box-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0C2C55;
    margin: 0;
    line-height: 1.2;
}

/* Symptom Categories */

.category-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.teal-text {
    color: #10A6A3;
}

/* Symptom Lists */
.symptom-list {
    list-style: none;
    padding-left: 62px;
    margin: 0;
}

.symptom-list li {
    font-size: 1rem;
    line-height: 1.2;
    color: #0C2C55;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.symptom-list li:before {
    content: "•";
    color: #10A6A3;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.symptom-list li:last-child {
    margin-bottom: 0;
}

/* Infographic Image */
.infographic-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.infographic-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Tablet Responsive */
@media (max-width: 768px) {

    
    .symptoms-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .symptom-box-title {
        font-size: 16px;
    }
    
    .category-title {
        font-size: 16px;
    }
    
    .symptom-list li {
        font-size: 15px;
    }
}


/* Exit Modal */
.exit-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
}

.exit-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}


.exit-modal-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    animation: slideUp 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}



.exit-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 20px;
}

.exit-modal-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 30px;
}

.exit-modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.modal-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cancel-btn {
    background-color: #e0e0e0;
    color: #333333;
}

.cancel-btn:hover {
    background-color: #d0d0d0;
    transform: translateY(-2px);
}

.continue-btn {
    background: linear-gradient(135deg, #e75480 0%, #d4456f 100%);
    color: #ffffff;
}

.continue-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(231, 84, 128, 0.3);
}

/* Tablet Responsive */
@media (max-width: 768px) {

    .quote-section--small .container {
        background-image: url("../images/quote-bg-pattern-small-mobile.png");
    }
    
    .exit-modal-content {
        padding: 30px;
    }
    
    .exit-modal-title {
        font-size: 20px;
    }
    .symptoms-section {
        padding:initial;
    }
}

/* Mobile Responsive */
@media (max-width: 480px) {
  
    .visit-btn {
        padding: 10px 25px;
        font-size: 13px;
    }
    
    .exit-modal-content {
        padding: 25px;
        width: 95%;
    }
    
    .exit-modal-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .exit-modal-text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .exit-modal-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

/* Video Modal Styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 90%;
    max-width: 900px;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    line-height: 1;
}

.video-modal-close:hover,
.video-modal-close:focus {
    color: #ccc;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .video-modal-content {
        margin: 10% auto;
        width: 95%;
    }
    
    .video-modal-close {
        top: -35px;
        font-size: 35px;
    }
}
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 10000;
}

.video-modal-close:hover {
    color: #ccc;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hcpModal .exit-modal-text{
    color: #0C2C55;
    font-weight: normal;
    font-size: 1rem;
}
#hcpModal  .exit-modal-content {
padding-top:20px;
}

