  @import url('https://fonts.googleapis.com/css2?family=Esteban&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


/* Base styles */

        /* --- Color Palette --- */
        :root {
            --primary-dark-blue: #131529; /* For logo, headings, and dark text */
            --light-bg-color: #f0f8ff; /* Body background and light sections */
            --white-bg: #fff; /* Header, tool box, etc. background */
            --accent-red: #c5221fb0; /* For tool button and main links */
            --text-dark-grey: #212121; /* General dark text */
            --shadow-light: #ccc; /* Box shadows */
            --header-shadow: #ddd; /* Header shadow */
            --hover-red: #a31a1a; /* Darker red on hover */
            --hover-red: #a31a1a; /* Darker red on hover */
            --border-light: #eee; /* Light border for separators */
        }
body {
            font-family: 'Poppins', Arial, sans-serif;
            display: flex;
            flex-direction: column;
            align-items: center;
          margin:0;
            background-color: #f5f5f56b;
    
            box-sizing: border-box;
        }
		.m-tool form {
    width: 96%;
}
form#canonical-url-form label {
    font-size: 20px;
}

.header {
      width: 90%;
      max-width: 1200px;
      margin: 20px auto 0;
      padding: 20px 40px;
      background: #fff;
      box-shadow: 0px 0px 12px 4px #ddd;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo svg {
      width: 48px;
      height: 48px;
    }

    .logo span {
      font-size: 14px;
      font-weight: 600;
      margin-left: 10px;
      font-family: 'Oswald', sans-serif;
      color: #131529;
    }

    .logo a {
      text-decoration: none;
      display: flex;
      align-items: center;
      color: inherit;
    }

    .navigation .nav {
      display: flex;
      align-items: center;
      gap: 25px;
    }

    .navigation .nav a {
      text-decoration: none;
      font-size: 18px;
      font-family: 'Estedad', sans-serif;
      color: #131529;
      transition: all 0.2s ease;
    }

  
    .navigation .nav a.active {
    font-weight: 600;
    border-bottom: 2px solid var(--accent-red) !important;
    padding-bottom: 4px;
    color: var(--accent-red) !important;
    }
nav a.active {
    font-weight: 600;
}
        /* --- Banner Section (Reused/Adapted) --- */
.banner h1 {
font-size: 102px;
    color: #131529;
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 92px;
    font-family: "Oswald", sans-serif;}
.banner h3 {
    color: #131529;
    font-size: 34px;
    margin: 30px 0 0 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
}
	.banner p {
color: #131529;
    margin: 5px 0 0 0;
    text-align: center;}

.banner {
    text-align: center;
    padding: 100px 0;}
.main {
width: 100%;background:#fff;}

.container {
    width: 1200px;
    margin: 0 auto;}

div#results-list h3 {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #777;
}


/* Spinner */
.spinner {
    display: none;
    margin: 15px auto;
    text-align: center;
}

.spinner div {
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #c5221fb0;
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both;
}

.spinner .bounce1 { animation-delay: -0.32s; }
.spinner .bounce2 { animation-delay: -0.16s; }

@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1.0); }
}


        /* --- Bulk Tool Section (NEW) --- */
		.m-tool label{
		font-weight: bold;
    display: block;
    margin-top: 10px;
    color: #333;}
		.m-tool button {
       width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    transition: background 0.3s ease;
    background: #131529;
    color: #fff;
}
		.m-tool {
 background: #fff;
    width: 100%;
    max-width: 90vw;
    text-align: center;
    padding: 35px;
    background-color: #fff;
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 1.25em;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    margin-top: 70px;
    box-shadow: 5px 3px 25px #ccc;
    margin-bottom: 50px;
}
.m-tool label {
    font-size: 20px;
}
.m-tool h2 {
    font-family: "Oswald", sans-serif;
    font-size: 42px;
    margin-top: 0;
}
.m-tool textarea {

    width: 98%;
    margin: 12px 0 12px 0px;
    padding: 12px 9px;

}
        .bulk-tool-section {
            padding: 80px 0;
         
            text-align: center;
        }

        .bulk-tool-box {
            background: var(--white-bg);
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            max-width: 900px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .bulk-tool-box h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 28px;
            color: var(--primary-dark-blue);
            margin-top: 0;
            margin-bottom: 25px;
            font-weight: 600;
        }

        .bulk-tool-box textarea {
            width: 100%;
            padding: 15px;
            border: 1px solid var(--shadow-light);
            border-radius: 8px;
            font-family: 'Poppins', monospace; /* Monospace for URLs */
            font-size: 16px;
            line-height: 1.6;
            min-height: 250px; /* Decent height for bulk input */
            resize: vertical; /* Allow vertical resizing */
            box-sizing: border-box;
        }

        .bulk-tool-box .tool-actions {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

       

        .bulk-tool-box .secondary-btn {
            background: #6c757d; /* Grey color for secondary action */
        }

        .bulk-tool-box .secondary-btn:hover {
            background: #5a6268;
        }

        .bulk-results {
            margin-top: 40px;
            border-top: 1px solid var(--border-light);
            padding-top: 30px;
            text-align: left;
            position: relative; /* For loader/messages */
        }

        .bulk-results .initial-message {
            font-style: italic;
            color: #666;
            text-align: center;
        }

        .bulk-results .results-summary {
            background-color: var(--table-header-bg);
            padding: 15px 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            font-size: 17px;
            font-weight: 500;
        }

        .bulk-results .results-summary span {
            font-weight: 700;
            color: var(--primary-dark-blue);
        }

        .bulk-results .results-table-container {
            max-height: 500px; /* Fixed height for scrollable table */
            overflow-y: auto;
            border: 1px solid var(--border-light);
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .bulk-results .results-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 15px;
        }

        .bulk-results .results-table th,
        .bulk-results .results-table td {
            padding: 12px 15px;
            border: 1px solid var(--border-light);
            text-align: left;
            word-break: break-all; /* Break long URLs */
        }

        .bulk-results .results-table th {
            background-color: var(--table-header-bg);
            font-weight: 600;
            color: var(--primary-dark-blue);
            position: sticky; /* Make header sticky */
            top: 0;
            z-index: 1;
        }

        .bulk-results .results-table tbody tr:nth-child(even) {
            background-color: #f9f9f9; /* Zebra striping */
        }
        
        .bulk-results .status-success { color: var(--status-success-color); font-weight: 600; }
        .bulk-results .status-warning { color: var(--status-warning-color); font-weight: 600; }
        .bulk-results .status-danger { color: var(--status-danger-color); font-weight: 600; }

        .bulk-results .download-csv-btn {
            background: var(--primary-dark-blue);
            color: var(--white-bg);
            padding: 12px 25px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: background 0.3s ease;
            margin-top: 10px;
        }
        .bulk-results .download-csv-btn:hover {
            background: #0d101d;
        }

        /* --- How It Works Section (Adapted for Bulk - Reused CSS classes) --- */
        .how-it-works-bulk-section { /* New class for this section's context */
            padding: 40px 0;
            background-color: var(--white-bg); /* Clean white background */
            text-align: center;
        }

        .how-it-works-bulk-section h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 48px;
            color: var(--primary-dark-blue);
            margin-bottom: 40px;
            line-height: 1.2;
        }

        .how-it-works-bulk-section .intro-text,
        .how-it-works-bulk-section .conclusion-text {
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            color: var(--text-dark-grey);
            max-width: 800px;
            margin: 0 auto 50px auto;
            line-height: 1.6;
        }

        .how-it-works-bulk-section .conclusion-text {
            margin-top: 50px;
            margin-bottom: 0;
        }

        .how-it-works-bulk-section .steps-list { /* Container for the linear steps */
            max-width: 900px; /* Constrain width for readability */
            margin: 40px auto; /* Center the list */
            text-align: left; /* Align text within steps to the left */
        }

        .how-it-works-bulk-section .step-item {
            padding: 25px 0; /* Vertical padding for each step */
            border-bottom: 1px solid var(--border-light); /* Subtle line separator */
            display: flex; /* Use flexbox for number and content alignment */
            align-items: flex-start; /* Align number and text to top */
            gap: 20px; /* Space between number and content */
        }

        .how-it-works-bulk-section .step-item:last-child {
            border-bottom: none; /* No border for the last item */
        }

        .how-it-works-bulk-section .step-number {
            width: 40px;
            height: 40px;
            background-color: var(--primary-dark-blue); /* Dark blue circle */
            color: var(--white-bg);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Oswald', sans-serif;
            font-size: 20px;
            font-weight: 700;
            flex-shrink: 0; /* Prevent number from shrinking */
            margin-top: 2px; /* Slight adjustment for visual alignment with text */
        }

        .how-it-works-bulk-section .step-content {
            flex-grow: 1; /* Allow content to take remaining space */
        }

        .how-it-works-bulk-section .step-content h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 22px;
            color: var(--primary-dark-blue);
            margin: 0 0 8px 0; /* Space below heading */
            font-weight: 600;
            line-height: 1.2;
        }

        .how-it-works-bulk-section .step-content p {
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            color: var(--text-dark-grey);
            line-height: 1.5;
            margin: 0; /* Remove default paragraph margins */
        }

        /* --- Features Section (Reused/Adapted for Bulk Benefits) --- */
        .features-section {
            padding: 80px 0;
          
            text-align: center;
        }

        .features-section h2 {
            font-family: 'Oswald', sans-serif;
            font-size: 48px;
            color: var(--primary-dark-blue);
            margin-bottom: 50px; /* Space below the main heading */
            line-height: 1.2;
        }

        .features-grid {
            display: grid;
            /* On larger screens, display all 4 boxes in a single row */
            grid-template-columns: repeat(4, 1fr);
            gap: 30px; /* Space between the feature boxes */
        }

        .feature-box {
            background-color: transparent; /* No background color, as requested */
            padding: 35px;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); /* Box shadow for the "outer part" */
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex; /* Use flexbox for internal content alignment */
            flex-direction: column;
            justify-content: flex-start; /* Align content to the top */
            min-height: 200px; /* Ensure consistent height for boxes if content varies */
        }

        .feature-box:hover {
            transform: translateY(-8px); /* Lift effect on hover */
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
        }

        .feature-icon {
            margin-bottom: 20px; /* Space below icon */
            display: flex; /* Center icon within its container */
            justify-content: center;
            align-items: center;
        }

        .feature-icon svg {
            width: 48px; /* Size of the icon */
            height: 48px;
            stroke: var(--primary-dark-blue); /* Color of the icon using your theme variable */
            stroke-width: 2; /* Thickness of icon lines */
            flex-shrink: 0; /* Prevent icon from shrinking */
        }

        .feature-box h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            color: var(--primary-dark-blue);
            margin: 0 0 15px 0;
            font-weight: 600;
        }

        .feature-box p {
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            color: var(--text-dark-grey);
            line-height: 1.6;
            margin-bottom: 0;
            flex-grow: 1; /* Allows paragraph to take up available space for consistent box height */
        }

        /* --- Footer Section --- */
        .footer {
            padding: 15px 0 ;
           
        }

        .footer p {
            margin: 0;
            font-family: 'Poppins', sans-serif;
        }

        .footer a {
            color: var(--white-bg);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer a:hover {
            color: var(--accent-red);
        }

        /* --- General Link Styling for text within content --- */
        .text-link {
            color: var(--accent-red); /* Consistent link color */
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .text-link:hover {
            text-decoration: underline;
            color: var(--hover-red); /* Darker red on hover */
        }



.cta-container {
    width: 100%;
    max-width: 90vw;
    text-align: center;
    padding: 35px;
    background-color: #212121;
    color: #202124;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.cta-text {
    color: #fff;
}
.cta-container a {
    color: #fff;
}.p-white a {
    color: #212121 !important;
}
.p-white {
    color: #212121;
    background: inherit;
    text-align: center;
    font-size: 1em;
    line-height: 1.6;
    margin: 10px 0;
}

        /* --- Responsive Adjustments --- */
        @media (max-width: 992px) {
            .header {
                flex-direction: column; /* Stack logo and nav vertically */
                padding: 20px 20px; /* Adjust padding for smaller screens */
                align-items: flex-start; /* Align stacked items to the start */
            }
            .navigation {
                width: 100%; /* Navigation takes full width */
                margin-top: 20px; /* Space between logo and nav */
                text-align: center; /* Center nav links if stacked */
            }
            .navigation .nav {
                display: flex;
                flex-direction: column; /* Stack nav links */
                gap: 10px; /* Space between stacked links */
            }
            .navigation .nav a {
                padding: 10px 0; /* Add vertical padding for touch targets */
            }

            .banner h1 {
                font-size: 60px; /* Smaller font for mobile */
                line-height: 1.1;
            }
            .banner h3 {
                font-size: 24px;
            }
            .banner p {
                font-size: 15px;
            }

            /* Bulk Tool Section responsive */
            .bulk-tool-section {
                padding: 60px 0;
            }
            .bulk-tool-box {
                padding: 30px;
            }
            .bulk-tool-box h3 {
                font-size: 24px;
            }
            .bulk-tool-box textarea {
                min-height: 200px;
            }
           
          
            .bulk-results .results-summary {
                flex-direction: column;
                gap: 10px;
            }
            .bulk-results .results-table th,
            .bulk-results .results-table td {
                padding: 10px;
            }

            /* How It Works Bulk Section responsive */
            .how-it-works-bulk-section {
                padding: 60px 0;
            }
            .how-it-works-bulk-section h2 {
                font-size: 38px;
            }
            .how-it-works-bulk-section .intro-text,
            .how-it-works-bulk-section .conclusion-text {
                font-size: 16px;
                margin-bottom: 30px;
            }
            .how-it-works-bulk-section .steps-list {
                padding: 0 20px; /* Add horizontal padding for list on smaller screens */
            }
            .how-it-works-bulk-section .step-item {
                flex-direction: column; /* Stack number and content on small screens */
                align-items: flex-start;
                gap: 0;
            }
            .how-it-works-bulk-section .step-number {
                margin: 0 0 10px 0; /* Adjust margin for stacked layout */
            }
            .how-it-works-bulk-section .step-content p {
                margin-left: 0; /* Remove indent when stacked */
            }
            .how-it-works-bulk-section .step-content h3 {
                font-size: 20px;
            }
            .how-it-works-bulk-section .step-content p {
                font-size: 15px;
            }

            /* Features Section responsive */
            .features-section h2 {
                font-size: 40px;
            }
            .features-grid {
                grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
                gap: 25px;
            }
            .feature-box {
                padding: 30px;
            }
            .feature-box h3 {
                font-size: 22px;
            }
            .feature-box p {
                font-size: 15px;
            }
        }

        @media (max-width: 768px) {
            /* Adjustments for smaller screens */
            .features-grid {
                grid-template-columns: 1fr; /* Stack boxes on small screens */
            }
        }


        @media (max-width:767px) {
 
            .header {
                padding: 15px 15px;
            }
            .logo h1 a {
                font-size: 20px;
            }
            .logo svg {
                width: 28px;
                height: 28px;
            }
            .banner h1 {
                font-size: 45px;
            }
            .banner h3 {
                font-size: 20px;
            }
            /* Bulk Tool Section responsive */
            .bulk-tool-section {
                padding: 40px 0;
            }
            .bulk-tool-box {
                padding: 20px;
            }
            .bulk-tool-box h3 {
                font-size: 20px;
            }
            .bulk-tool-box textarea {
                font-size: 14px;
                min-height: 150px;
            }
            .bulk-tool-box button {
                font-size: 16px;
                padding: 12px 20px;
            }
            .bulk-results .results-summary {
                font-size: 14px;
                padding: 10px;
            }
            .bulk-results .results-table th,
            .bulk-results .results-table td {
                font-size: 13px;
                padding: 8px 10px;
            }
            .bulk-results .download-csv-btn {
                font-size: 14px;
                padding: 10px 20px;
            }

            /* How It Works Bulk Section responsive */
            .how-it-works-bulk-section {
                padding: 40px 0;
            }
            .how-it-works-bulk-section h2 {
                font-size: 30px;
                margin-bottom: 25px;
            }
            .how-it-works-bulk-section .intro-text {
                margin-bottom: 25px;
            }
            .how-it-works-bulk-section .step-number {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }
            .how-it-works-bulk-section .step-content h3 {
                font-size: 18px;
            }
            .how-it-works-bulk-section .step-content p {
                font-size: 14px;
            }

            /* Features Section responsive */
            .features-section {
                padding: 40px 0;
            }
            .features-section h2 {
                font-size: 30px;
                margin-bottom: 30px;
            }
            .feature-box {
                padding: 25px;
            }
            .feature-box h3 {
                font-size: 20px;
            }
            .feature-box p {
                font-size: 14px;
            }
            .feature-icon svg {
                width: 40px;
                height: 40px;
            }
 
            .header {
                padding: 15px 15px;
            }
            .logo h1 a {
                font-size: 20px;
            }
            .logo svg {
                width: 28px;
                height: 28px;
            }
            .banner h1 {
                font-size: 45px;
            }
            .banner h3 {
                font-size: 20px;
            }
            /* Bulk Tool Section responsive */
            .bulk-tool-section {
                padding: 40px 0;
            }
            .bulk-tool-box {
                padding: 20px;
            }
            .bulk-tool-box h3 {
                font-size: 20px;
            }
            .bulk-tool-box textarea {
                font-size: 14px;
                min-height: 150px;
            }
          
            .bulk-results .results-summary {
                font-size: 14px;
                padding: 10px;
            }
            .bulk-results .results-table th,
            .bulk-results .results-table td {
                font-size: 13px;
                padding: 8px 10px;
            }
            .bulk-results .download-csv-btn {
                font-size: 14px;
                padding: 10px 20px;
            }

            /* How It Works Bulk Section responsive */
            .how-it-works-bulk-section {
                padding: 40px 0;
            }
            .how-it-works-bulk-section h2 {
                font-size: 30px;
                margin-bottom: 25px;
            }
            .how-it-works-bulk-section .intro-text {
                margin-bottom: 25px;
            }
            .how-it-works-bulk-section .step-number {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }
            .how-it-works-bulk-section .step-content h3 {
                font-size: 18px;
            }
            .how-it-works-bulk-section .step-content p {
                font-size: 14px;
            }

            /* Features Section responsive */
            .features-section {
                padding: 40px 0;
            }
            .features-section h2 {
                font-size: 30px;
                margin-bottom: 30px;
            }
            .feature-box {
                padding: 25px;
            }
            .feature-box h3 {
                font-size: 20px;
            }
            .feature-box p {
                font-size: 14px;
            }
            .feature-icon svg {
                width: 40px;
                height: 40px;
            }
        }