/**
 * @package The Drum Coach Partner System
 * @author Stephen Hawkins
 * @copyright Copyright (c) 18/05/2025 The Drum Coach. All rights reserved.
 * @license For authorized partner use only. Redistribution or resale is prohibited.
 * @link https://thedrumcoach.com
 */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

hr {
  border: none;
  height: 2px;
  background-color: rgba(216, 222, 228, 0.8); /* Replace with your preferred color */
  margin: 20px 0; /* Optional spacing */
}
.container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #f4f4fa;
}


header, footer {
    text-align: center;
    padding: 10px 0;
}

header h1, main h2 {
    margin: 0;
    padding: 10px 0;
    color: #e3142e;
    text-align: center; /* Correct property for centering text */
}
h1 {
    margin: 0;
    padding: 10px 0;
    color: #e3142e; /* This should apply the color */
    text-align: center; /* This should center the text */
}

main h2 {
    margin: 0;
    padding: 10px 0;
    color: #13136e; /* This should apply the color */
    text-align: center; /* This should center the text */
}

main {
    padding: 20px 0;
}

main p {
    font-size: 16px;
    color: #5e7186;
	
}
li {
    font-size: 16px;
    color: #5e7186;
	padding-bottom: 10px;

}

a {
    font-size: 16px;
	text-decoration: none;
    color: #e3142e;
}

a hover {
    font-size: 16px;
    color: #bc213c;
}

.field {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333333;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
}


.columns {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.category-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Align items at the start */
}

.column-left {
    flex: 1;
    padding: 10px;
}

.column-right {
    flex: 2; /* Make right column wider to accommodate multiple dreams */
    padding: 10px;
}

.column-letter {
    flex: none; /* Prevent flex-grow to set a fixed width */
    width: 100px; /* Adjust this value to set your desired width */
    padding: 10px;
}

/* Page 4 specific styles */
.detail-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.detail-row .column-right {
    flex: 2;
}

.detail-row .column-letter {
    flex: none;
    width: 100px;
}

.field {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    width: 100%;

}

.field textarea {
    width: 100%;
    margin-bottom: 5px;
	height: 50px;
}

.field select {
    width: 100%;
	height: 45px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #e3142e;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
	width: 150px;
}

button:hover {
    background-color: #e3142e;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: #999999;
}
//*Page 6 Grouping CSS *//
.letter-group {
    margin-bottom: 20px;
}

.letter-group h3 {
    margin-bottom: 10px;
    color: #333333;
}
h3 {
	font-size: 20px;
    margin-bottom: 10px;
    color: #5e7186;
}
h4 {
	font-size: 20px;
    margin-bottom: 10px;
    color: #e3142e;
}
.letter-group p {
    margin-left: 20px;
    color: #666666;
}

/* Specific adjustments for columns layout */
.category-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

.column-left {
    flex: 1;
    padding: 10px;
}

.column-right {
    flex: 1;
    padding: 10px;
}
/** Footer content Links *//
/* Full-width banner image */
.banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px; /* Adjust spacing as needed */
}

/* Footer images and links */
/* Full-width banner image */
.banner img {
    width: 100%;
	/*height: 100px;*/
    height: auto;
    display: block;
    margin-bottom: 20px; /* Adjust spacing as needed */
}

/* Footer images and links */
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px; /* Adjust spacing as needed */
}

.footer-images {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px; /* Adjust as needed */
    margin-bottom: 10px; /* Adjust spacing as needed */
}

.footer-images img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 5px 0 5px; /* Add horizontal spacing between images */
}

.footer-links {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 750px; /* Adjust as needed */
	gap: 5px; /* Optional: controls spacing between links */
}

.footer-links a {
    color: #e3142e; /* Adjust color as needed */
    text-decoration: none;
    margin: 0 5px; /* Adjust spacing as needed */
}

.footer-links a:hover {
    /*text-decoration: underline; */
	color: #e3142e;
}
.footer-divider {
    width: 90%;
    border-top: 1px solid #cbcee7; /* Adjust color as needed */
    margin: 20px auto 5px auto; /* Center the divider and add bottom spacing */
}

/* Header container */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
	/*background-color: #22303d;  Transparent black */
    background-color: rgba(0, 0, 0, 0.7); /* Transparent black */
    border-bottom: 2px solid #333; /* Darker border to match */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.header-container.scrolled {
    background-color: #ffffff !important;
    border-bottom: 2px solid #ccc;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.header-container.scrolled .menu-item {
    color: #334860; /* Or any darker tone you prefer */
}

/* Logo */
#site-logo {
    transition: all 0.3s ease;
}

.logo img {
    height: 50px; /* Adjust height as needed */
	padding-left: 130px;
}

/* Menu */
.menu {
    display: flex;
    gap: 15px;
	padding-right: 130px;
}

.menu-item {
    text-decoration: none;
    padding: 10px 15px;
    color: #ccc;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.menu-item:hover {
    background-color: #e3142e; /* Adjust hover background color as needed */
    color: #ffffff; /* Adjust hover text color as needed */
}
.header-container.scrolled .menu-item:hover {
    color: white;
    background-color: #e3142e;
}

.menu-item.active {
    background-color: #007bff; /* Active background color */
    color: #ffffff; /* Active text color */
}

/* Container for the submenu - hidden by default */

.menu-item-with-submenu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-item-with-submenu .submenu {
    display: none;
    position: absolute;
    top: 150%;
    left: 30;
    min-width: 180px;
    background-color: #0f0f30;
    border: 0px solid #ccc;
    z-index: 1000;
}

.menu-item-with-submenu:hover .submenu {
    display: block;
}

.submenu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #0f0f30;
    white-space: nowrap;
    font-size: 14px;
	text-align: left;
}

.submenu a:hover {
    background-color: #0f0f30;
    color: #e3142e;
}

/* hover effect */
.menu-item {
    transition: all 0.3s ease;
}

.menu-item:hover {
    transform: scale(1.05);
    color: #fff;
}


/* Main container adjustments */
.container {
    max-width: 1200px;
    width: calc(100% - 40px); /* Match the padding of the header */
    margin: 80px auto 20px auto; /* Adjust top margin to accommodate fixed header */
    padding: 20px;
    background: #fff;
    border: 0px solid #cccccc;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    box-sizing: border-box; /* Ensure padding is included in the width */
}
/* Image Sizing*/
.image-sizing {
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* Add this to your styles.css file */
.td-color {
    color: #e3142e;
}
/* Add this to your styles.css file */
.highlight-color {
    color: #e3142e;
}
/* Lets Begin Button */
.button-container {
            text-align: right;
            margin: 20px 300px 0px 0px;
        }
.begin-button {
            background-color: #e3142e;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 20px;
            font-size: 16px;
            cursor: pointer;
            text-decoration: none;
        }

        .begin-button:hover {
            background-color: #5c629a;
        }
		
.image-sizing {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.tutorial-table img {
            cursor: pointer;
        }
/* Lightbox overlay */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
	margin-top:75px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

/* Lightbox content */
.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}

.lightbox-content img {
    width: 100%;
    height: auto;
}

/* Close button */
.lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Image sizing */
.image-sizing {
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
/* Page 1 styleing */
.field-p1 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
	width: 50%;
}

.field-p1 label {
    flex: 1;
    margin-right: 10px;
}

.field-p1 input[type="text"] {
    flex: 2;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
}
/* New Additional Goals Page 

        .columns-goals {
            display: flex;
            gap: 20px;
        }

        .column-left-goals {
            flex: 1;
            padding: 10px;
            background-color: #f4f4f4;
        }

        .column-right-goals {
            flex: 2;
            padding: 10px;
        }

        .life-category-section-goals {
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ddd;
        }

        .life-category-section-goals h4 {
            margin-top: 0;
        }

        .section-goals {
            margin-bottom: 20px;
        }

        .category-list-goals {
            margin-bottom: 20px;
        }

        .category-list-goals ul {
            list-style-type: none;
            padding: 0;
        }

        .category-list-goals ul li {
            padding: 5px 0;
        } */
		
        .columns-goals {
            display: flex;
            gap: 20px;
        }

        .column-left-goals {
            flex: 1;
            padding: 10px;
            background-color: #f4f4f4;
            position: sticky;
            top: 0;
            max-height: 100vh;
            overflow-y: auto;
        }

        .column-right-goals {
            flex: 2;
            padding: 10px;
        }

        .life-category-section-goals {
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ddd;
        }

        .life-category-section-goals h4 {
            margin-top: 0;
        }

        .section-goals {
            margin-bottom: 20px;
        }

        .section-goals label,
        .section-goals input,
        .section-goals select {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

        .section-goals .question-row {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .category-list-goals ul {
            list-style-type: none;
            padding: 0;
        }

        .category-list-goals ul li {
            padding: 5px 0;
            cursor: pointer;
        }

        .category-list-goals ul li:hover {
            background-color: #ddd;
        }

        .life-category-section-goals h3 {
            margin-top: 20px;
			color: #546aae;
        }

        .category-list-goals h2 {
            margin-top: 0;
        }

        .improvement-row {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .improvement-row label {
            flex: 1;
        }

        .improvement-row input {
            flex: 2;
        }
		
		
		
		
.featured-box {
  width: 350px; /* Match the image width */
  border: 2px solid red;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto; /* Optional: center the box in its container */
  transition: box-shadow 0.3s ease;
}

.featured-box:hover {
  box-shadow: 0 0 12px red;
}

.featured-image {
  width: 100%;       /* Fill the box exactly */
  height: auto;
  display: block;
  margin: 0;
  cursor: pointer;
}



.featured-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  cursor: pointer;
}


.image-link {
  display: block;
  height: 66%;
  width: 100%;
}

.featured-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  background-color: #bc213c;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.featured-button:hover {
  background-color: #1c2d3d;
}
.button-icon {
  color: white;
  margin-right: 8px;
  font-size: 18px;
}

/* Popup Styles */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #dce7f2;
  width: 500px;
  height: 500px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 28px;
  cursor: pointer;
}

.featured-title {
  width: 100%;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f9f9f9;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 40px;
    }
    .section.left .text {
      flex: 1;
      padding-right: 20px;
    }
    .section.left .service-image {
      flex: 1;
    }
    .section.right .text {
      flex: 1;
      order: 2;
      padding-left: 20px;
    }
    .section.right .service-image {
      flex: 1;
      order: 1;
    }
	
	
    .grid-title {
      text-align: center;
      margin-top: 60px;
    }
    .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 20px;
      gap: 20px;
    }
    .grid-item {
      flex: 1 1 calc(25% - 20px);
      text-align: center;
    }
    .grid-item img {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
    }
    .grid-item p {
      margin-top: 8px;
      font-size: 0.95em;
    }e3142e
	
/* LAZY LAOD */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* CUSTOM CONTENT BOX */
.custom-content-box {
  display: flex;
  flex-wrap: wrap;
background-color: rgba(227, 241, 250, 0.5); /* background color with transparency */
  background-image: url('https://thedrumcoach.com/wp-content/uploads/2021/01/shapes.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 20px;
  color: #ffffff; /* default light text */
  gap: 20px;
  align-items: flex-start;
}

.custom-content-box-goals {
  display: flex;
  flex-wrap: wrap;
  background-color: #eee8d9; /* dark blue */
  border-radius: 16px;
  padding: 20px;
  color: #ffffff; /* default light text */
  gap: 20px;
  align-items: flex-start;
}
.content-left {
  flex: 1 1 50%;
  color: #e0f7ff;
}

.content-left h2 {
  color: #13136e;
  margin-top: 0;
  font-size:42px;
  font-weight: bold;
}
.content-left h3 {
  color: #5e7186;
  margin-top: 0;
  font-weight: normal;
}
.content-left p,
.content-left ul {
  color: #5e7186;
  font-weight: normal;
}

.content-left ul {
  padding-left: 20px;
}

.content-left li {
  margin-bottom: 8px;
}

.content-right {
  flex: 1 1 40%;
  text-align: center;
}

.content-right img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.cta-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
/* CSS */
.margined-image {
  margin-top: -70px;
}

/* GRID CONTAINER */
.grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-container {
  background-color: #f7f1f0;
  padding: 10px;
  border: 1px solid #e3142e;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.grid-container:hover {
  box-shadow: 0 0 7px 2px #e3142e;
}

.grid-container img {
  width: 100%;
  height: auto;
  display: block;
}

.countdown {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-family: 'Courier New', monospace;
  font-size: 22px;
  margin-top: 10px;
}

.countdown-box {
  background-color: #bc213c;
  color: white;
  padding: 5px 10px;
  border-radius: 8px;
  width: 50px;
  text-align: center;
}
/* SERVICES BOXED COLUMNS CONTENT */
.custom-content-box2 {
  display: flex;
  flex-wrap: wrap;
background-color: rgba(227, 241, 250, 0.5); /* background color with transparency */
  background-image: url('https://thedrumcoach.com/wp-content/uploads/2021/01/shapes.svg');
  border-radius: 16px;
  padding: 20px;
  color: #ffffff; /* default light text */
  gap: 20px;
  align-items: flex-start;
}

  .content-left2 {
    flex: 1;
  }

.content-right2 {
  flex: 0 0 350px;
  text-align: right;        /* Align text to the right */
  display: flex;            /* Enables flex alignment */
  flex-direction: column;   /* Stack image and any text vertically */
  align-items: flex-end;    /* Aligns everything inside to the right */
}

  .content-right2 img {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
  }

  @media (max-width: 768px) {
    .custom-content-box2 {
      flex-direction: column;
    }

    .content-right2,
    .content-left2 {
      width: 100%;
    }
  }
  
 .content-left2 h3,
.content-left2 p {
  text-align: right;
  color: #5e7186;
}

/* INDEX PAGE HEADER IMAGE AREA */

.index-container {
  width: 100%;
  margin: 0;
  margin-top: -20px;
  margin-bottom: -60px;
  padding: 140px 20px;
  background-image: url('images/header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
}

  .index-container h1,
  .index-container p {
    margin: 0 auto 20px;
    max-width: 800px;
    font-family: Arial, sans-serif;
  }

  .index-container h1 {
    font-size: 36px;
    font-weight: bold;
  }

  .index-container p {
    font-size: 20px;
    line-height: 1.4;
  }

  .index-btn {
    display: inline-block;
    background-color: #e3142e;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-size: 18px;
  }

  .index-btn:hover {
    background-color: #000;
  }
 
 /* MISSIONS PAGE HEADER IMAGE AREA */

.missions-container {
  width: 100%;
  margin: 0;
  margin-top: -20px;
  margin-bottom: -60px;
  padding: 140px 20px 50px 20px;
  background-image: url('images/DrummingMissions.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
}

  .missions-container h1,
  .missions-container p {
    margin: 0 auto 20px;
    max-width: 800px;
    font-family: Arial, sans-serif;
  }

  .missions-container h1 {
    font-size: 36px;
    font-weight: bold;
  }

  .missions-container p {
    font-size: 20px;
    line-height: 1.4;
  }

  .missions-btn {
    display: inline-block;
    background-color: #e3142e;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    font-size: 18px;
  }

  .missions-btn:hover {
    background-color: #000;
  }


/* MISSION INTEL GUIDE POPUP */

.popup-overlay-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; /* <-- this is crucial */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content-2 {
  background: #dce7f2;
  padding: 30px;
  border-radius: 10px;
  color: #000;
  max-width: 90%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: left;
}

.close-btn-2 {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

/* Mobile and tablet styling */
/* Responsive Button Group Fix */
@media (max-width: 768px) {
  .button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .button-group button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
}

/* Mobile Coach Image Fix */
@media (max-width: 768px) {
  .featured-box, .content-right img, .image-sizing {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
}

