body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
    box-sizing: border-box;
}

header {
    text-align: center;
    background-color: #0066cc;
    color: white;
    padding-bottom: 5px;
}

.logorow {
    background-color: white;
    padding: 5px;
    margin-bottom: 10px;
}

h1 {
    margin: 0;
    font-size: 1.5em;
}

p {
    font-size: 1.2em;
}

main {
    padding: 10px;
    text-align: center;
}

label, select {
    font-size: 1.1em;
    margin-right: 6px;
}

.listings-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.listing {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 10px;
    padding: 20px;
    width: 30%;
    box-sizing: border-box;
}



.sealogo {
            /* Adjust the size as necessary */
            width: 100px;
            height: 100px;
        }

.listing-header {
    display: block;
    align-items: center;
}

.listing-logo {
    max-width: 250px; /* Adjust size as needed */
    height: auto;
    margin-right: 10px;
}

.leadslink {
     margin: 0;
    text-align: center;
}

.copyright {
     margin: 0;
    text-align: center;
}

.pricing-section {
    text-align: center;
    padding: 20px;
}

.pricing-table {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.pricing-table th, .pricing-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.pricing-table th {
    background-color: #4CAF50;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.pricing-table .premium {
    background-color: #2196F3;
    text-align: center;
}

.pricing-table tr:hover {background-color: #f5f5f5;}

.pricing-table button {
    background-color: #5cb85c;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

.pricing-table button:hover {
    background-color: #4cae4c;
    text-align: center;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}



h1 {
    font-size: 2.5em;
    margin: 0;
}

p {
    font-size: 1.2em;
}

section {
    padding: 20px;
    margin: 10px auto;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 1000px;
}

h2 {
    color: #0066cc;
    font-size: 24px;
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    list-style-position: inside;
}

label {
    display: block;
    margin: 10px 0 5px;
    font-size: 24px;
    font-weight: 600;
    
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

button {
    background-color: #0066cc;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #004999;
}

.map-container {
    margin-top: 20px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.listing-page-logo {

    max-width: 250px; /* Adjust size as needed */
    height: auto;
    margin-right: 10px;
    margin-bottom: 1em;
}

.header-text {
    max-width: 600px;
}



/* Search Form Styles */
.search-header {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.search-form {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.search-form input[type="text"] {
    width: 30%; /* Minimum width */
    min-width: 200px;
    max-width: 50%; /* Maximum width */
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: none; /* Remove right border */
    border-radius: 4px 0 0 4px; /* Rounded corners on the left side */
    height: 42px; /* Explicit height for consistency */
    box-sizing: border-box; /* Ensure padding is included in the height */
    vertical-align: middle; /* Align vertically with the button */
}

.search-form button {
    padding: 0 20px; /* Horizontal padding */
    background-color: #0066cc;
    color: white;
    border: 1px solid #ccc;
    border-left: none; /* Remove left border */
    border-radius: 0 4px 4px 0; /* Rounded corners on the right side */
    cursor: pointer;
    font-size: 16px;
    height: 42px; /* Explicit height to match the input */
    line-height: 42px; /* Set line-height equal to height for vertical text alignment */
    display: inline-block;
    vertical-align: middle; /* Align vertically with the input */
}

.search-form button:hover {
    background-color: #004999;
}

/* browse by service css */
.browseservice {
    font-size: 20px;
}

/* add a business css */

.addbusiness {
    border: 4px solid #0066cc;
    max-width: 400px;
    margin: 0 auto;
}

.addbusinessheader {
    background-color: #0066cc;
    color: white;
    
    padding-top: 1px;
    padding-bottom: 1px;
}

.addbusinessheader h2 {
    background-color: #0066cc;
    color: white;
}
/* General form container styling */
form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    /* border curve 
    border: 1px solid #ddd;
    border-radius: 8px;
*/

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Form heading */
h2 {
    text-align: center;
    color: #333;
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
}

/* Label styling */
form label {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    display: block;
}

/* Input field styling */
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    background-color: #fff;
    box-sizing: border-box;
}

/* Textarea styling */
form textarea {
    min-height: 100px;
    resize: vertical;
}

/* Submit button styling */
form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Submit button hover effect */
form input[type="submit"]:hover {
    background-color: #0066cc;
}



/* FEATURED BUSINESS OF THE WEEK STYLING */

  /* Styling for the centered box */
  .ad-box {
    width: 250px; /* 250px image + padding */
    border: 4px solid #0066cc;
    margin: 50px auto; /* Centering the box */
    text-align: center;
}

/* Styling for the image */
.ad-image {
    width: 250px;
    height: 250px;
    object-fit: cover; /* Ensures the image covers the area without stretching */
    margin-bottom: 20px;
}

/* Styling for the headline */
.ad-headline h4 {
    color: #333;
    font-size: 18px;
    margin: 0 0 10px 0;
}

/* Styling for the description */
.ad-description {
    font-size: 14px;
    color: #666;
}


.hours-container {
    max-width: 1000px;
    margin: 10px auto;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .hours-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .hours-header .status {
    color: #00c853;
    font-weight: bold;
  }

  .hours-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 15px;
    color: #333;
  }

  .hours-list li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }



  .header-feature {
    position: relative;
    width: 100%;
   
    height: 300px;
    background-image: url('/img/iroquoisbg.jpg') !important ; /* Replace with your background image */
    background-size: cover;
    background-position: center;
    color: white;
   
    overflow: hidden;
    margin: 0 auto;
  }
  
  .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .header-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    height: 85%;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    padding: 5px;
  }
  
  .info {
    max-width: 500px;
    flex: 1;
   
  }
  
  .info h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .info p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .category {
    font-size: 14px;
    color: #ddd;
  }
  
  .reviews-favorites {
    font-size: 14px;
  }
  
  .actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .actions button {
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .claim {
    background-color: #fff;
    color: #333;
  }
  
  .add-photos {
    background-color: #666;
    color: white;
  }
  
  .write-review {
    background-color: #0056b3;
    color: white;
  }
  
  .actions button:hover {
    opacity: 0.8;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .header-content {
      flex-direction: column;
      text-align: center;
    }
  


    /* Mobile responsiveness */
@media screen and (max-width: 768px) {
    form {
        width: 100%;
    }

    .hours-container, section {
        max-width: 100%; /* Ensure it uses the full width on small screens */
        margin: 0 auto; /* Center the content */
    }

    form {
        width: 100%;
    }

}




/* END Responsive Styles */


    .info h1 {
      font-size: 20px;
    }
  
    .info p, .reviews-favorites {
      font-size: 14px;
    }
  
    .logo img {
      width: 60px;
      height: 60px;
    }
  
    .actions {
      flex-direction: row;
      gap: 5px;
    }
  
    .actions button {
      padding: 8px 12px;
      font-size: 12px;
    }
  }