/* Google fonts */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');


/* font awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');


body {
    font-family: 'Ubuntu', sans-serif;
}


/* hide title */
.pages.show .page-title {
    display: none !important;
}
/****************************/

.la-ul {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.5;
    font-size: 14pt;
    text-align: justify;
    list-style-type: disc; /* Ensure bullets show */
}

/* polaroid type image */
.la-image {
    border: 11px solid white;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  }
/****************************/

/* Hyperlinks */
.la-link {
    color: #b22222;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.5s ease;
    background-color: #FFD700;
}

.la-link:hover {
    color: #8b0000;
    text-decoration: none;
}
/****************************/

/* Buttons */
.la-button-banner {
    width: 100%;
    background-color: #f0f0f0;
    border: 0px solid #d3d3d3;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    font-size: 14pt;
}



.la-button {
    display: inline-flex; /* Keep icon inline with text */
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    background-color: #b22222;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.4s ease;
    white-space: nowrap;
}

.la-button:hover {
    background-color: #8b0000;
    font-weight: bold;
    color:#ffffff;
    text-decoration: none;
}
/****************************/


/* Link Button Bg */

.la-link-button-banner {
    display: flex;
    align-items: center; /* Vertically align items */
    justify-content: flex-end; /* Align text and button to the right */
    gap: 10px; /* Space between text and button */
    background-color: #f0f0f0;
    border: 0px solid #d3d3d3;
    padding: 20px;
    overflow: hidden;
    font-size: 16pt;
    margin: 20px 40px;
    text-align: right
}

/***************/

/* Information Boxes */

.la-card-floater {
    border: 2px dashed #1976d2;
    background-color: #d8f9ff;
    padding: 15px;
    margin: 10px;
    width: 33%; /* Set the card width to 50% */
    box-sizing: border-box; /* Ensures padding and border are included in width */
    border-radius: 0.5em; /* Corrected border-radius with a unit */
}


.la-card-floater-left {
    float: left; /* Float the card to the left */
}

.la-card-floater-right {
    float: right; /* Float the card to the right */
}


.la-card {
    border: 1px solid #4CAF50;
    background-color: #f9fff9;
    padding: 15px;
    margin: 10px 0;
}

.la-card-header {
    display: flex;
    align-items: center;
}

.la-card-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.la-card-title {
    color: #1976d2;
    font-size: 18pt;
    margin: 0;
}

.la-card-text {
    line-height: 1.5;
    font-size: 14pt;
    text-align: justify;
}

/* Icon image definitions */
.la-multimedia .la-card-icon {
    content: url('https://tyronebishop.com/misc/Multimedia_Icon.png');
}

.la-textual .la-card-icon {
    content: url('https://tyronebishop.com/misc/Example_Icon.png');
}

.la-learning .la-card-icon {
    content: url('https://tyronebishop.com/misc/Learning_Resource_Icon.png');
}

.la-digital .la-card-icon {
    content: url('https://tyronebishop.com/misc/Online_Resource_Icon.png');
}

.la-support .la-card-icon {
    content: url('https://tyronebishop.com/misc/Tip_Icon.png');
}

.la-assessment .la-card-icon {
    content: url('https://tyronebishop.com/misc/Assessment_Icon.png');
}

.la-groupwork .la-card-icon {
    content: url('https://tyronebishop.com/misc/Groupwork_Icon.png');
}
/****************************/




.la-p {
    text-indent: 60px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.5;
    font-size: 14pt;
    text-align: justify;
    font-family: 'Quicksand', sans-serif;
  }
  
  .la-title {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    color: black;
    font-weight: bold;
    font-size: 18pt;
    border-left: 8px solid #9e9e9e;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  
  .la-subtitle {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    color: black;
    font-weight: bold;
    font-size: 14pt;
    border-left: 8px solid #9e9e9e;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .la-sub-subtitle {
    display: inline-block; /* Adjusts width to fit content */
    color: black;
    font-weight: normal;
    font-style: italic;
    font-size: 14pt;
    border-left: 8px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 10px;
    padding-right: 100px;
    margin-bottom: 20px;
    margin-top: 30px;
}

  .la-footer {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #b22222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    border-top: 4px solid #ffd700;
    font-size: 11pt;
    padding-left: 20px; /* Replacing margin-left to avoid width issues */
    box-sizing: border-box;
    margin-top: 30px;
  }
  
  .la-header {
    position: relative;
    width: 100%;
    height: 120px; /* Back to the original height */
    background-color: #b22222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-bottom: 6px solid #ffd700;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .la-header-banner {
    position: absolute;
    top: -20px; /* Positioned so it straddles the border */
    background-color: #8b0000;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    z-index: 1; /* Ensure it's above the header */
  }
  
  .la-header h1 {
    margin: 10px 0;
    font-weight: bold;
    z-index: 0;
  }
  

/* Container holding the tooltip */
.la-tooltip {
    text-indent: 0;  /* Reset text-indent */
    margin-left: 0;  /* Reset margin-left */
    margin-right: 0; /* Reset margin-right */
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 14pt;
    text-decoration: none; /* Remove default underline */
    background-image: linear-gradient(to right, red 33%, rgba(255,255,255,0) 0%);
    background-position: 0 100%;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    font-weight: bold; /* Bold for the visible text */
    background-color: #ffffc5;
}

/* Tooltip text - Dynamic width and wrapping based on content */
.la-tooltip .la-tooltiptext {
    text-indent: 0;  /* Reset text-indent */
    margin-left: 0;  /* Reset margin-left */
    margin-right: 0; /* Reset margin-right */
    
    /* Tooltip styling */
    visibility: hidden;
    max-width: 250px; /* Set max width to ensure wrapping */
    background-color: #f5f5f5; /* Light grayish background */
    color: #000;
    text-align: left;
    padding: 6px; /* Add some padding for comfort */
    border-radius: 4px; /* Smooth rounded corners */
    border: 1px solid #ccc; /* Light border */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    
    font-weight: normal;  /* Remove bold */
    font-style: normal;   /* Remove italic */
    
    /* Allow text to wrap */
    word-wrap: break-word; /* Ensures long words break */
    white-space: normal;   /* Allows the text to wrap */
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the element */
    left: 50%;
    transform: translateX(-50%); /* Center the tooltip dynamically */
    
    /* Smooth transition for showing the tooltip */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 12pt;
}


/* Show the tooltip when hovering over the container */
.la-tooltip:hover .la-tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Tooltip arrow - small and subtle */
.la-tooltip .la-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; /* Position the arrow below the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent; /* Matches tooltip background */
}

/* Bullets */
/* Ordered list styling */
.la-ol {
    list-style-type: none;
    padding: 0;
    counter-reset: list-counter;
    margin-left: 20px;
}

/* Styling for individual list items */
.la-ol li {
    background-color: #f9e6e6; /* Soft pastel red background */
    border-radius: 0%;
    padding: 10px 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    font-size: 14pt;
}

/* Custom bullet with a counter */
.la-ol li::before {
    counter-increment: list-counter;
    content: counter(list-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d48a8a; /* Pastel version of main red */
    color: #f7e3a1; /* Muted gold */
    font-weight: bold;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    position: absolute;
    left: 10px;
    top: 10px;
}

/* Unordered list with custom check marks */
.la-ul {
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
}

.la-ul li {
    background-color: #f9e6e6;
    border-radius: 0%;
    padding: 10px 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px;
    min-height: 60px;
    font-size: 14pt;
}

.la-ul li::before {
    content: '✔';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d48a8a;
    color: #f7e3a1;
    font-weight: bold;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 0%;
    position: absolute;
    left: 10px;
    top: 10px;
}

/* Nested unordered lists with check marks */
.la-ul ul {
    list-style-type: none;
    margin-left: 20px;
    background-color: #e6f0fa; /* Light pastel blue */
    padding: 10px;
    border-radius: 0%;
}

.la-ul ul li {
    padding-left: 40px;
    font-size: 12pt;
    position: relative;
}

.la-ul ul li::before {
    content: '✔';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d48a8a;
    color: #f7e3a1;
    font-weight: bold;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 0%;
    position: absolute;
    left: 10px;
    top: 5px;
}

/* Nested ordered lists with alphabet markers */
.la-ol ol {
    list-style-type: none;
    margin-left: 20px;
    background-color: #e6f0fa; /* Light pastel blue */
    padding: 10px;
    border-radius: 0%;
    counter-reset: nested-counter;
}

.la-ol ol li {
    padding-left: 40px;
    font-size: 12pt;
    position: relative;
}

.la-ol ol li::before {
    counter-increment: nested-counter;
    content: counter(nested-counter, lower-alpha);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d48a8a;
    color: #f7e3a1;
    font-weight: bold;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 0%;
    position: absolute;
    left: 10px;
    top: 5px;
}
/******************************/

/* Accordion Styling */
details {
    margin: 10px 0;
    margin-left: 20px;
    margin-right:20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

summary {
    font-weight: bold;
    cursor: pointer;
    list-style: none;
}

details[open] summary {
    color: #0073e6;
}

/* Wrapper div inside details for smooth transition */
details div {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    margin-top: 5px;
}

/* Expanded state for open details */
details[open] div {
    max-height: 500px; /* Adjust based on content size */
}


/********************/

/* Person biography */
/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.la-person-card {
    display: flex;
    align-items: flex-start;
    background-color: #f9f9f9;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px 20px; /* Increased top and bottom padding */
    max-width: calc(100% - 40px); /* Allows for 20px margin on each side */
    margin: 20px auto; /* Adds vertical spacing around the card */
    font-family: Arial, sans-serif;
    overflow-x: hidden; /* Prevent horizontal scrollbar */
    box-sizing: border-box; /* Includes padding and border in width calculation */
}


.la-person-photo {
    width: 200px;
    border-radius: 5px;
    margin-right: 40px;
    object-fit: cover;
    border: 11px solid white;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
    transform: rotate(-10deg);
}

.la-person-details {
    flex: 1;
}

.la-person-name {
    font-size: 1.5em;
    color: #000000;
    margin-bottom: 5px;
}

.la-person-title {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 5px;
}

.la-person-subtitle {
    font-size: 1em;
    color: #999;
    margin-bottom: 15px;
    font-style: italic;
}

.la-person-bio {
    font-size: 14pt;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
    margin-bottom:20px;
}

.la-person-tyrones-comments {
    position: relative;
    margin-left: 60px;
    font-style: italic;
    line-height: 1.5;
    padding-left: 30px; /* Spacing to fit the quotation mark */
    color: #333;
}

.la-person-tyrones-comments::before {
    content: "“"; /* Unicode for opening quotation mark */
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 60px; /* Adjust size as needed */
    color: #ccc; /* Light grey color */
    line-height: 1;
    font-family: Georgia, serif; /* Optional: classic serif font */
}

/* quote card */
 /* General styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}


/* Testimonial Card Styles */
.la-testimonial-card {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 20px;
    background-color: #f8faff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
}

/* Large quotation mark background */
.la-quote-background {
    position: absolute;
    font-size: 250px;
    color: #a5a5a50f;
    top: 50px;
    left: 50px;
    z-index: 0;
    line-height: 0.6;

}

/* Profile Photo Styles */
.la-profile-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    border-color: #929292;
}

/* Testimonial Text */
.la-testimonial-text {
    font-size: 24pt;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    z-index: 1;
}

/* Person's Name */
.la-person-name {
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
    color: #333;
    z-index: 1;
}

/* Job Title */
.la-job-title {
    font-size: 14px;
    font-variant: small-caps;
    color: grey;
    z-index: 1;
}
/****************/

/* Audio Container */
.la-audio-container {
    max-width: 500px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f9f9f9; /* Soft background */
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center; /* Center align text */
    margin: 40px auto;
}

.la-audio-container p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.la-audio {
    width: 100%; /* Full width within container */
    height: 40px;
    border-radius: 10px;
    background-color: #ffffff;
}

/********************/

/* Video Container */
.la-video-container {
    max-width: 600px; /* Adjust width as needed */
    padding: 20px;
    background-color: #f9f9f9; /* Soft background */
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center; /* Center align text */
    margin: 40px auto;
}

.la-video-container p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.la-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Additional shadow for video */
}

.la-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/**********************/

/* Captions like Figure 2, Table 1 etc */
.la-caption-info {
    font-size: 10pt;
    color: #666666; /* Subtle color */
    margin-bottom: 5px;
    text-align: centre; /* Adjust alignment as needed */
    margin-top: 0px;
}
/********************/