
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .red {
	color:#b71c1c;
}

#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .hero {
      width: 100%;
      height: auto;
      display: block;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root h1 {
      color: #242424;
      text-align: center;
      margin-bottom: 2.5rem;
      font-size: 2rem;
      font-weight: bold;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root h2 {
      color: #242424;
      text-align: left;
      margin: 0 0 1.2rem;
      font-size: 1.7rem;
      font-weight: bold;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .content {
      max-width: 1280px;
      margin: 0 auto 4rem;
      text-align: center;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .content p,
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-text p {
      font-size: 1.1rem;
      margin-bottom: 1.2rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .highlight-note {
      font-size: 0.95rem;
      font-style: italic;
      color: #555;
      margin: 1.5rem 0 0;
      padding: 1rem;
      background-color: #f9f9f9;
      border-left: 5px solid #b71c1c;
      border-radius: 6px;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-section {
      margin: 5rem 0;
      display: flex;
      align-items: center;
      gap: 4rem;
      flex-wrap: wrap;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-section:nth-child(even) {
      flex-direction: row-reverse;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-text {
      flex: 1;
      min-width: 320px;
      text-align: left;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-image {
      flex: 1;
      min-width: 320px;
      text-align: center;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-image img {
      width: 100%;
      max-width: 500px;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section {
      background-color: white;
      padding: 3.5rem 2.5rem;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.1);
      max-width: 1000px;
      margin: 4rem auto;
      width: 100%;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section h2 {
      text-align: center;
      margin-bottom: 2rem;
      font-size: 1.7rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section label {
      display: block;
      margin-bottom: 0.7rem;
      font-weight: bold;
      font-size: 1.05rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section input,
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section textarea,
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section select {
      width: 100%;
      padding: 1.1rem 1.2rem;
      margin-bottom: 1.6rem;
      border: 1px solid #ddd;
      border-radius: 6px;
      font-size: 1.05rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section textarea {
      resize: vertical;
      min-height: 160px;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section #submit-enquiry {
      margin-top: 1.2rem;
      padding: 1.3rem;
      font-size: 1.25rem;
      font-weight: 600;
      background-color: #242424;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      width: 100%;
      transition: background 0.3s;
      text-align: center;
      text-shadow: none;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section #submit-enquiry:hover {
      background-color: #b71c1c;
    }
    /* Navigation bar after hero */
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .nav-bar {
      background: #242424;
      padding: 1.2rem 0;
      text-align: center;
      margin-bottom: 2rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .nav-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1.8rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .nav-links li a {
      color: white;
      text-decoration: none;
      font-weight: 500;
      font-size: 1.05rem;
      padding: 0.6rem 1rem;
      border-radius: 6px;
      transition: background 0.2s, color 0.2s;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .nav-links li a:hover {
      background: #3a3a3a;
      color: #fff;
    }
    /* Centres section */
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .centres-section {
      margin: 5rem 0;
      text-align: center;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .centres-section h2 {
      font-size: 1.7rem;
      margin-bottom: 2.5rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branches-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2.5rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-card {
      background: #f9f9f9;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      transition: transform 0.2s;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-card:hover {
      transform: translateY(-6px);
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-image {
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-info {
      padding: 1.5rem;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-info h3 {
      font-size: 1.4rem;
      margin-bottom: 0.8rem;
      color: #242424;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-info h3 a {
      color: #003366;
      text-decoration: none;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-info h3 a:hover {
      text-decoration: underline;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-info p {
      font-size: 1rem;
      margin: 0.5rem 0;
      color: #444;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .branch-info strong {
      color: #242424;
      font-weight: 600;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .directions-link {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.6rem 1.2rem;
      background: #242424;
      color: white;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 500;
      transition: background 0.2s;
    }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .directions-link:hover {
      background: #3a3a3a;
    }

    @media (max-width: 992px) {
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-section { flex-direction: column !important; gap: 3rem; text-align: center; }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root h2 { text-align: center; }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .highlight-note { text-align: center; border-left: none; border-top: 5px solid #b71c1c; }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .service-image img { max-width: 90%; }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .nav-links { gap: 1rem; }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .nav-links li a { font-size: 0.95rem; padding: 0.5rem 0.8rem; }
    }
    @media (max-width: 768px) {
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root h1 { font-size: 2.4rem; }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root h2 { font-size: 1.9rem; }
#bodyshop.mod_sgpetchcustomtemplate.bodyshop-root .form-section { padding: 2rem 1.5rem; }
    }