 .page-contact {background-color: #fff;margin:20px; border-radius: 14px;padding: 30Px;line-height: 40px;}
    
    .contact-wrapper { padding: 50px 20px; background: #f4f4f4; }
.contact-box { max-width: 600px; margin: 0 auto; background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.row { margin-bottom: 20px; }   
.row label { display: block; margin-bottom: 8px; font-weight: bold; color: #333; }
.row input, .row select, .row textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; }
.row input[readonly] { background: #eee; cursor: not-allowed; }
.btn-submit { background: #1db954; color: #fff; border: none; padding: 15px 30px; border-radius: 50px; cursor: pointer; font-weight: bold; width: 100%; transition: 0.3s; }
.btn-submit:hover { background: #1aa34a; }
.alert { padding: 15px; margin-bottom: 20px; border-radius: 5px; font-weight: bold; }
.alert.success { background: #d4edda; color: #155724; }
.alert.error { background: #f8d7da; color: #721c24; }
        .pagination {
            padding: 20px 0;
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .pagination .page-numbers {
            display: inline-block;
            padding: 8px 14px;
            border: 1px solid #ddd;
            border-radius: 3px;
            text-decoration: none;
            color: #333;
            transition: all 0.2s ease;
        }

        .pagination .page-numbers.current {
            background-color: #0073aa;
            /* WordPress Blue */
            color: #ffffff;
            border-color: #0073aa;
        }

        .pagination .page-numbers:hover:not(.current) {
            background-color: #f0f0f0;
        }


        /* The base button style */
        #back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;

            /* Colors and Shape */
            background-color: #0073aa;
            /* WordPress Blue */
            color: #ffffff;
            width: 50px;
            height: 50px;
            border-radius: 50%;

            /* Centering the arrow */
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 24px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

            /* Hide by default */
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }

        /* Hover effect */
        #back-to-top:hover {
            background-color: #005177;
            /* Darker blue */
            transform: translateY(-5px);
            /* Small lift effect */
        }

        /* The class JS will add when scrolling */
        #back-to-top.show {
            opacity: 1;
            visibility: visible;
        }

        /* Smooth scrolling for the whole page */
        html {
            scroll-behavior: smooth;
        }

        /* 1. The Main Form Container */
        .search-form {
            margin: 20px;
            display: flex;
            align-items: center;
            background: #ffffff;
            border: 2px solid #115a72;
            /* Bold border */
            border-radius: 15px;
            /* Professional square-ish look */
            max-width: 500px;
            padding: 2px;
        }

        /* 2. The Label Wrapper (Standard WP structure) */
        .search-form label {
            flex: 1;
            display: flex;
            align-items: center;
        }

        /* 3. The Input Field */
        .search-field {
            width: 100%;
            border: none;
            padding: 12px 15px;
            font-size: 16px;
            outline: none;
            /* Removes browser default glow */
            color: #333;
            background: transparent;
        }

        /* 4. The Submit Button */
        .search-submit {
            background-color: #115a72;
            color: #fff;
            border-radius: 15px;
            padding: 12px 25px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .search-submit:hover {
            background-color: #43a6e8;
        }

        /* 5. Accessibility (Hides label text but keeps it for screen readers) */
        .screen-reader-text {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }

        /* 6. Interaction State */
        .search-form:focus-within {
            border-color: #0073aa;
            /* Changes color when user is typing */
        }

        .error404 p {
            text-align: center:padding:30px;
        }

        .error404 h1 {
            font-size: 80px;
            margin: 0;
            color: #333;
        }

        .error404 p {
            font-size: 20px;
            color: #666;
        }

        .error404btn {
            display: inline-block;
            margin-top: 20px;
            padding: 12px 25px;
            background: #007bff;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
        }

        .error404btn:hover {
            background: #0056b3;
        }



        /* 1. Standard Reset & Box Sizing */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* 2. Body Core Styles */
        body {
            /* Use a modern font stack for better readability */
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f4f4f9;

            /* Ensure the body takes up the full height of the viewport */
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        a {
            text-decoration: none;
        }

        h2 {
            font-size: 22px;
            padding: 8px;
            text-align: center;
        }


        .posttitle h1 {

            font-weight: 700;
            padding: 10px;
            margin: 0px;
            color: #192D2A;
            font-size: 23px;
        }

        /* Text Size */

        /* Tablet (768px and up) */
        @media (min-width: 768px) {

            h2 {
                font-size: 23px;
            }

            .posttitle h1 {
                font-size: 28px;
            }

            .songinfo {
                font-size: 16px;
            }

            .faq-title {
                font-size: 28px;
                font-weight: 800;
            }
        }

        /* Desktop/PC (1024px and up) */
        @media (min-width: 1024px) {
            h2 {
                font-size: 20px;
            }

            .songinfo {
                font-size: 23px;
            }

            .posttitle h1 {
                font-size: 28px;
            }

            .faq-title {
                font-weight: 800;
                font-size: 28px;
            }

        }



        /* 2. Header & Navigation (PC & Tablet) */
        .main-header {
            background: rgb(17, 90, 114);
            padding: 10px 5%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

            top: 0;
            z-index: 1000;
        }

        .logo img {
            height: 50px;
        }

        .nav-menu ul {
            display: flex;
            list-style: none;
        }

        .nav-menu li a {
            text-decoration: none;
            padding: 10px 20px;
            color: #ffffff;
            font-weight: 600;
            transition: color 0.3s;
        }

        .nav-menu li a:hover {
            color: #e91e63;
            /* Pink accent */
        }

        .mobile-menu-toggle {
            display: none;
            /* Hidden on PC */
            flex-direction: column;
            gap: 5px;
            background: none;
            border: none;
            cursor: pointer;
        }

        .mobile-menu-toggle .bar {
            width: 25px;
            height: 3px;
            background: #ffffff;
        }


         /* General Footer Styling */
.site-footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px;
  font-family: sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

/* Column Styling */
.footer-column {
  flex: 1; /* Gives each column equal width */
}

.footer-column h3 {
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #FF0000;
}

/* Bottom Bar */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #fff;
}

/* Responsive: Stack columns on small screens */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-column h3 {
    display: inline-block;
  }
}

        /* Copyright text styling */
        .fs-5 {
            font-size: 0.9rem !important;
            opacity: 0.7;
            /* Fades the copyright slightly */
            margin-top: 15px;
        }

        /* 1. Base Container Setup */
        .layout-wrapper {
            display: grid;
            gap: 20px;
            width: 100%;
            max-width: 1480px;
            margin: 0 auto;
            padding: 5px;
        }

        /* 2. Mobile First: Stacked Layout (Default) */
        .layout-wrapper {
            grid-template-columns: 1fr;
            /* One full-width column */
            grid-template-areas:
                "content"
                "sidebar";
        }

        /* 3. Tablet Devices (768px and up) */
        @media (min-width: 768px) {
            .layout-wrapper {
                /* Optional: Sidebar becomes a bit more compact but stays stacked, 
       OR you can jump straight to side-by-side here. */
                padding: 25px;
            }
        }

        /* 4. Desktop/PC (992px and up) */
        @media (min-width: 992px) {
            .layout-wrapper {
                /* Content gets 3 parts of space, Sidebar gets 1 part */
                grid-template-columns: 3fr 1fr;
                grid-template-areas: "content sidebar";
            }
        }

        /* Assigning Area Names */


        .sidebar {
            grid-area: sidebar;
            background: #f7f7f7;
            padding: 5px;
            border-radius: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        main.content {
            background: #f7f7f7;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

            border-radius: 20px;
            padding: 5px;
        }

        .postcontent {
            background: #ffffff;
            padding: 10px;
            margin: 5px;
            border: 1px solid #ddd;
            border-radius: 10px;
        }

        .songdescription {
            padding: 10px;
            font-size: 17.5px;
            border-left: #d8d8d8 2px solid;
            border-radius: 12px;
        }







        .inner-row {
            display: grid;
            /* Change 400px to a mobile-friendly 280px or 100% */
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
            gap: 15px;
            margin-top: 20px;
        }

        .inner-row {
            display: grid;
            grid-template-columns: 1fr;
            /* Default: 1 full-width column for mobile */
            gap: 15px;
            margin-top: 20px;
        }

        @media (min-width: 768px) {
            .inner-row {
                /* Switches to side-by-side if there is room for 400px columns */
                grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            }
        }

        .inner-col img {
            max-width: 100%;
            height: auto;
        }

        .inner-col {
            overflow-wrap: break-word;
            /* Prevents long URLs or text from breaking layout */
            min-width: 0;
            /* Important for grid items with nested flex/text */
        }


        .postimage {
            display: flex;
    justify-content: center;
    align-items: center;
    /* Space between image and content */
    width: 100%;
        }
.postimage-centered {
            display: block;
    max-width: 100%; /* Ensures it doesn't overflow on mobile */
    height: auto;    /* Maintains aspect ratio */
    border-radius: 8px; /* Optional: adds rounded corners */
        }
        /* Container to maintain 16:9 ratio */
        .video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
            height: 0;
            overflow: hidden;
            border-radius: 12px;
            /* Makes the video corners rounded */
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            /* Adds a soft shadow */
            margin-bottom: 20px;
        }

        /* The actual iframe inside the wrapper */
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }


        .songinfo {
            text-align: center;
            font-weight: bold;
            font-size: 22px;
        }

        .underline {
            width: 80px;
            height: 4px;
            background: #524f50;
            border-radius: 2px;
            margin-bottom: 1rem;
            margin-left: auto;
            /* Center border */
            margin-right: auto;
        }


        table {
            width: 100%;
            border-collapse: collapse;
            /* Merges cell borders into single lines */
            margin: 20px 0;
            font-family: sans-serif;
        }

        td {
            background: #f7fafc;
            padding: 8px 15px;
            /* Vertical and horizontal spacing inside cells */
            text-align: left;
            font-size: 14.5px;
            /* Aligns text to the left */
            border: 1px solid #ddd;
            /* Adds a subtle divider line */
        }

        tr:hover {
            background-color: #f5f5f5;
            /* Highlights the row when you mouse over it */
        }

        .faq-section {
            max-width: 1000px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .faq-title {
            text-align: center;
            font-size: 20px;
            margin-bottom: 7px;
            color: var(--text-main);
            font-weight: 800;
        }

        /* The Layout Engine */
        .faq-grid {
            display: block;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
        }

        /* Individual Card Styling */
        .faq-card {
            background: var(--bg-card);
            padding: 24px;
            margin-bottom: 15px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .faq-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .faq-q {
            font-size: 1.1rem;
            margin-bottom: 12px;
            color: var(--accent);
            display: flex;
            align-items: center;
        }

        /* Decorative dot before question */
        .faq-q::before {
            content: "";
            width: 8px;
            height: 8px;
            background-color: var(--accent);
            border-radius: 50%;
            margin-right: 12px;
        }

        .faq-a {
            font-size: 0.95rem;
            line-height: 1.6;
            color: var(--text-muted);
            margin: 0;
        }

        .song-lyrics {
            font-size: 17px;
        }