.quote-section .container{
   max-width: 1100px;
   
    background-image: url('/wp-content/uploads/quote-bg-pattern.png'); /* Your background image */
	background-color: #E7EEEE;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    margin-bottom: 20px !important;
}

.quote-section--small .container.grrr {
    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: #629FAD;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: left;
    text-indent: -7px;
        padding-left: 20px;
    padding-right: 20px;

}
.grrr .quote-text{
    color:#296374;
}
/* 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: 400;
        padding-right: 20px;
}
.arqw{
    padding-top:0 !important;
}
/* 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: 1rem;
}
.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: -60px !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;
}
.quote-section--small .container {
        background-image: url(/wp-content/themes/mct8deficiency/images/quote-bg-pattern-small-mobile.png) !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: 0 !important;
    
 
}

/* Two Column Layout */
.symptoms-columns {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.symptoms-left,
.symptoms-right {
    flex: 1;
   
}

/* 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: #629FAD;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
   left: 0;
    top: 2px;
}
/* Nested list styling */
.nested-list {
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

.nested-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.symptom-list.later span{
color: #0C2C55;
 font-weight: bold;
}
.symptom-list.later {
    list-style: none;
     padding-left: 0;
    margin-bottom: 20px;} 

.symptom-list.later li{
margin-left:20px;
     padding-left: 15px;
     font-weight: normal;
    } 



.nested-list li::before {
    content: "•";
    color: #0C2C55;  /* Nested bullet color - different from parent */
    font-weight: bold;
    position: absolute;
    left: 0;
}
.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: #0C2C55;
    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;
    }
     .mobiles .quote-section--small{
        margin-top: 20px;
    PADDING-LEFT: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    }
   .mobiles .quote-box{
        margin-top: 20px;
    PADDING-LEFT: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    }
 .mobiles .container   {
        background-position-x:0%  !important;
background-position-y:0% !important;
background-repeat:no-repeat !important;
background-size:auto !important;
        background-position-x: -29px !important;
    }
  .mobiles .quote-text{
        margin-top: 20px;
    PADDING-LEFT: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    }
}
.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%;
}
/* Base styles */
.diag-desktop,
.diag-mobile {
  width: 100%;
  height: auto;
  display: block;
}

/* Show desktop version by default */
.diag-desktop {
  display: block;
}

.diag-mobile {
  display: none;
}
 .search-menu-mobile {
  display: none;
}
/* Mobile breakpoint */
@media (max-width: 768px) {
  .diag-desktop {
    display: none;
  }

  .diag-mobile {
    display: block;
  
        max-width: 360px;
        margin: 0 auto;
  }

}
@media (max-width: 768px) {
	.search-menu-mobile {
    display: block !important;
    max-width: none !important;
       
  }
}
@media (min-width: 769px) and (max-width: 1043px){
	.mobile-menu{
		top:135px !important;
	}
	
	
}