
/*__________________Text Button Under Main Picture____________________*/
.money-back {
    display: inline-block;
    cursor: default;

    background-color: #228B22;  
    color: #ffffff;             
    
    font-size: 16px;           
    padding: 0px 15px;          
        
    margin-bottom: 8px;
    
    border-radius: 10px;      
    border: none;               
    
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: right;
}



/*__________________Text Button Under Main Picture____________________*/
.faq {
    display: inline-block;
    cursor: default;

    background-color: #228B22;  
    color: #ffffff;             
    
    font-size: 16px;           
    padding: 0px 15px;          
    margin-right: auto;         
    margin-bottom: 8px;
    
    border-radius: 10px;      
    border: none;               
    
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: left;
}




/*__________________Scrolling text. Horizontal text from left to right_________TEXT NOT CYCLED___________*/
.news-ticker-system {
  width: 100%;
  max-width: 920px; /* Matches your table width */
  margin: 0 auto;
  overflow: hidden;
  background-color: #228B22; 
  border-top: 1.5px solid #A6E266;
  border-bottom: 1.5px solid #A6E266;
  white-space: nowrap;
  box-sizing: border-box;
}

/* The movement container */
.news-ticker-system .ticker-content {
  display: inline-block;
  white-space: nowrap;
  animation: ticker-swipe 40s linear infinite;
}

/* The text style */
.news-ticker-system span {
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px; /* Adjust size here */
  color: #FFFFFF; /* Adjust color here */
  font-weight: bold; /* Boldness */
  padding-right: 20px;
}

@keyframes ticker-swipe {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Pause on hover so people can actually read/click */
.news-ticker-system:hover .ticker-content {
  animation-play-state: paused;
}








/*________________MENU BUTTONS_____________________*/

#menu_1 {
    background-color: #026402;
    line-height: 1;
    letter-spacing: 0px;
    padding: 0px 0 0px;
    text-align: center;
    margin-top: 1px;
    box-shadow: 0 16px 8px rgba(1,0,0,0.2); 
}

#menu_1 a {
    display: inline-block;
    text-decoration: none;      /* Removes the blue underline */
    
    background-color: #228B22;  /* Green background */
    color: #ffffff !important;  /* White text - !important ensures it stays white */
    
    padding: 1px 1px;          /* Vertical and Horizontal spacing */
    margin: 2px 4px;            /* Space between the buttons */
    border-radius: 5px;        /* Roundness (Change to 4px for square corners) */
    
    font-family: "Times New Roman", Times, serif; 
    font-size: 14px;           
    font-weight: bold;
    transition: background-color 0.3s ease;


}

#menu_1 a:hover {
    background-color: #006400;
    color: #ffffff;
}

/* Horizontal line style */
#menu_1 hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}



/*_______________STRAIN DESCRIPTION UNDER Motivate, Relieve, Focus_______________ */

.article-info-box {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;                             
    color: #333333;                             
    line-height: 1.6;                           
    margin: 20px 0;
}

.article-info-box b {
    /* Bold specific settings */
    display: inline !important;                  /* FIX: Forces bold text to stay on the same line */
    font-family: "Times New Roman", Times, serif; 
    color: #735b3d;                              /* Your specific brown color */
    font-weight: bold;
    font-size: 18px;                             /* Matches the surrounding text size */
}






/*__________________Text Button Under Main Picture____________________*/
.article-tag-button {
    display: inline-block;
    cursor: default;

    background-color: #228B22;  
    color: #ffffff;             
    
    font-size: 16px;           
    padding: 0px 15px;          
    margin-right: auto;         
    margin-bottom: 8px;
    
    border-radius: 10px;      
    border: none;               
    
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: center;
}









/*______________________Motivate, Relieve, Focus Section___________________*/
.motivate-relieve-focus {
    display: flex;
    justify-content: center; 
    gap: 30px;                   
    margin: 0 auto;
    padding: auto;
    width: 100%;
}

.motivate-relieve-focus .book-item {
    display: flex;
    flex-direction: column; 
    align-items: center;   
    gap: 0px;        
}

/* The "Button" style for the text */
.motivate-relieve-focus .book-item span {
    display: inline-block;
    background-color: #D3D3D3; 
    color: #000000;            
    padding: 0px 10px;         
    border-radius: 10px;       
    font-family: Arial, sans-serif;
    font-size: 14px;           /* Text size */
    font-weight: bold;
    min-width: 80px;           /* Makes buttons look uniform */
    text-align: center;
}


.motivate-relieve-focus .book-item img {
    width: 90px; 
    height: auto;
    border: 2px solid #735b3d;
    padding: 3px;
    background-color: #fff;
}



/* _________________Controls "Be Active"_____________ */
.side-by-side-feature {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 10px 0;
    padding: 0;
}

/* Specific image sizing for this feature */
.side-by-side-feature img {
    width: 90px; 
    height: auto;
    display: block;
    border: 1px solid #ccc;


    /*border: 2px solid #735b3d;  */
    padding: 4px;               
    background-color: #ffffff;  
    box-shadow: 4px 4px 0px #e0e0e0; 
    display: block;
}

.side-by-side-feature .feature-text {
    font-family: Arial, sans-serif;
    font-weight: none;
    font-size: 15px;
    color: #333;
    text-align: center;
}



/* _____________________Management for the specific book image _______________________________*/
.buynow-button {
    width: 125px;         
    height: auto;        
    display: block;      
    margin: 10px auto;   
    /*border: 1px solid #ccc; */
    transition: transform 0.3s ease; 
}

.buynow-button:hover {
    transform: scale(1.1); 
}



/* _______________________MAIN IMAGE_____________________________ */
.main-image {
    display: flex;
    justify-content: center;
    padding: auto;
}

.main-image .book-item {
    width: 400px; 
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.main-image .book-item img {
    width: 100%;      /* Makes image fill the 250px width defined above */
    height: 100%;     /* Maintains aspect ratio */
    border-radius: 8px; /* Optional: gives slightly rounded corners */
    margin-top: 0px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Optional: makes the book pop */
}










table {
        align="left";
	background-color: #ffffff;
	color: #000000;
}


body {
	background-color: #faf0e6;
	color: #000000;
}

#container {
	background-color: #ffffff;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e6c7a1;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e6c7a1;
	margin: 0 auto;


}

#menu-categories {	
	font-size: 13px;
	line-height: 14px;
	letter-spacing: 0px;
        font-family: Arial, Helvetica, Sans-Serif;


}
#contents {
	padding: 0 11px;
	line-height: 19px;
	font-size: 14px;
        font-family: Arial, Helvetica, Sans-Serif;

}


#contents a:link {
        color: #29447e;

}

















#Categories {	
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0px;
        font-family: Times New Roman;
	background-color: #;`
}
#LeftArticles {	
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0px;
        font-family: Times New Roman;

}
#RightArticles {	
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0px;
        font-family: Times New Roman;

}
#xKnowHow {	
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: center;
        font-family: Arial, Helvetica, Sans-Serif;
}
#b_mark {
	font-size: 15px;
	letter-spacing: 0px;
	font-family: Times New Roman;
	font-weight: bold;
        text-align: right;
}
#b_mark_2 {
	font-size: 15px;
	letter-spacing: 0px;
	font-family: Times New Roman;
	font-weight: bold;
	color: 3D5266;
        text-align: center;
}
#book-intro {
	font-size: 16px;
	font-family: Times New Roman;
}
#related_to {
	margin: 0 auto;
                  text-align: center;
	padding: 0 12px;
	line-height: 20px;
	font-family: Times New Roman;
}
#related-articles {
	margin: 0 auto;
	padding: 0 12px;
	line-height: 14px;
                  text-align: center;
                  font-size: 15px;
                  font-family: Arial, Helvetica, Sans-Serif;
}
#related-books {
	font-size: 17px;
	padding: 0 12px;
	line-height: 25px;
        font-family: Times New Roman;
}
#Directories_Left {	
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0px;
        font-family: Arial, Helvetica, Sans-Serif;
}
#Directories_Right {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0px;
        font-family: Arial, Helvetica, Sans-Serif;
}

#menu {
	padding: 0px 0 10px 20px;	
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0px;
	color: #336633;
}

#menu a:link {
        color: #29447e;
	letter-spacing: 0px;
	text-decoration: none;


}

#menu a:visited {
	color: #29447e;
	text-decoration: none;
}

#menu a:hover {
	color: #336633;
	text-decoration: none;
} 

.menu {
	width: 990px;
	margin: auto;

}
	
img {border:0;

}

#contents_right {
	padding: 10px 15px;
        font-size: 12px;
	text-align: justify;

}

#copyright {
	background-repeat: repeat-x;
        font-family: Arial, Helvetica, Sans-Serif;
	color: #336633;
        font-size: 10px;
}

#copyright a  {
	color: #1d408;
	text-decoration: none;
        font-size: 10px;
}

#copyright a:hover  {
	color: #blue;
	text-decoration: underline;
}

.heading {
	margin: 0;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: none;
}

ul li
{ list-style-type: round;
  margin: 0px 0px 0px 0px; 
  padding: 0px;
}

h1
{ font-size: 19px;
  font-family: Times New Roman;
  text-align: center;

}

h2
{ font-size: 15px;
  font-family: Times New Roman;	
  color: #000000;
}

h3
{ font-size: 15px;
  font-family: Times New Roman;
}

h4
{ font-size: 15px;
  font-family: Times New Roman;
}

h5
{ font-size: 14px;
  font-family: Times New Roman;
}










/* THE BEGINING OG FAQ PAGE */

:root {
    --bg-color: #;       /* Deep rich blue matching image.png */
    --text-color: #000000;     /* White text */
    --border-color: rgba(255, 255, 255, 0.2); /* Soft white divider line */
}

/*body {
    background-color: var(--bg-color);
    font-family: 'Georgia', 'Times New Roman', serif; /* Gives it that slight classic editorial feel */
    /*margin: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    color: var(--text-color);*/


}

.faq-container {
    width: 100%;
    max-width: 900px;
}

.faq-item {
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
}

.faq-toggle {
    width: 100%;
    background: none;
    border: none;
    color: var(--text-color);
    text-align: left;
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.faq-toggle:focus {
    outline: none;
}

.faq-icon {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.faq-icon svg {
    fill: currentColor;
}

.faq-question {
    text-transform: uppercase;
}

/* Content Panel styling */
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    padding-left: 39px; /* Aligns paragraph perfectly text under the question */
}

.faq-content p {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: 0.9;
    font-family: sans-serif; /* Cleaner body font readability */
}

/* Active State to display open drawer and rotate icons */
.faq-item.active .faq-content {
    max-height: 200px; /* Adjust if content is significantly longer */
}

.faq-item.active .faq-icon {
    transform: rotate(0deg); 
}


/* THE END OF FAQ PAGE */



