{"id":261,"date":"2025-10-15T11:02:55","date_gmt":"2025-10-15T11:02:55","guid":{"rendered":"https:\/\/crownsolarpk.com\/staging\/?page_id=261"},"modified":"2025-11-10T14:44:12","modified_gmt":"2025-11-10T14:44:12","slug":"terms-conditions","status":"publish","type":"page","link":"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/","title":{"rendered":"Terms &amp; Conditions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"261\" class=\"elementor elementor-261\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1121683 e-con-full e-flex e-con e-parent\" data-id=\"1121683\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cfea3d3 elementor-widget elementor-widget-html\" data-id=\"cfea3d3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===================== ZOOBEA DIGITAL HEADER (FINAL OPTIMIZED) ===================== -->\r\n<!-- \u2705 Fast load + works perfectly inside Elementor -->\r\n\r\n<!-- GOOGLE FONT (Preloaded) -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@500;600&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  \/* ==================== HEADER BASE ==================== *\/\r\n  .zoobea-header {\r\n    width: 100%;\r\n    background: #ffffff;\r\n    color: #111;\r\n    font-family: 'Poppins', Arial, sans-serif;\r\n    position: sticky;\r\n    top: 0;\r\n    left: 0;\r\n    z-index: 9999;\r\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n    opacity: 1 !important;\r\n    visibility: visible !important;\r\n    transform: translateZ(0); \/* prevents flicker *\/\r\n  }\r\n\r\n  .zoobea-header .inner {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 18px 60px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    position: relative;\r\n    flex-wrap: nowrap;\r\n    overflow: visible !important;\r\n  }\r\n\r\n  \/* ==================== LOGO ==================== *\/\r\n  .zoobea-header .logo {\r\n    font-size: 1.6rem;\r\n    font-weight: 700;\r\n    color: #111;\r\n    letter-spacing: 0.5px;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .zoobea-header .logo span {\r\n    color: #e7087e;\r\n  }\r\n\r\n  \/* ==================== NAVIGATION ==================== *\/\r\n  .zoobea-header nav {\r\n    display: flex;\r\n    gap: 35px;\r\n    align-items: center;\r\n    position: relative;\r\n    z-index: 1001;\r\n  }\r\n\r\n  .zoobea-header nav a {\r\n    color: #111;\r\n    text-decoration: none;\r\n    font-weight: 500;\r\n    position: relative;\r\n    font-size: 0.95rem;\r\n    transition: color 0.3s ease;\r\n  }\r\n\r\n  .zoobea-header nav a::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    bottom: -4px;\r\n    left: 0;\r\n    width: 0%;\r\n    height: 2px;\r\n    background: #e7087e;\r\n    transition: width 0.3s ease;\r\n  }\r\n\r\n  .zoobea-header nav a:hover::after {\r\n    width: 100%;\r\n  }\r\n\r\n  .zoobea-header nav a:hover {\r\n    color: #e7087e;\r\n  }\r\n\r\n  \/* ==================== CTA BUTTON ==================== *\/\r\n  .zoobea-header .cta-btn {\r\n    background: #e7087e;\r\n    color: #fff;\r\n    padding: 10px 22px;\r\n    border-radius: 25px;\r\n    text-decoration: none;\r\n    font-weight: 500;\r\n    transition: 0.3s;\r\n    font-size: 0.9rem;\r\n    display: inline-block;\r\n  }\r\n\r\n  .zoobea-header .cta-btn:hover {\r\n    background: #111;\r\n    color: #fff;\r\n  }\r\n\r\n  \/* ==================== HAMBURGER MENU ==================== *\/\r\n  .menu-toggle {\r\n    display: none;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n    width: 25px;\r\n    height: 18px;\r\n    cursor: pointer;\r\n  }\r\n\r\n  .menu-toggle span {\r\n    display: block;\r\n    height: 3px;\r\n    background: #111;\r\n    border-radius: 2px;\r\n    transition: all 0.3s ease;\r\n  }\r\n\r\n  \/* ==================== RESPONSIVE ==================== *\/\r\n  @media (max-width: 900px) {\r\n    .zoobea-header .inner {\r\n      padding: 15px 25px;\r\n    }\r\n\r\n    .zoobea-header nav {\r\n      display: none;\r\n      flex-direction: column;\r\n      width: 100%;\r\n      background: #fff;\r\n      position: absolute;\r\n      top: 70px;\r\n      left: 0;\r\n      padding: 15px 0;\r\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\r\n      border-top: 1px solid #eee;\r\n    }\r\n\r\n    .zoobea-header nav.active {\r\n      display: flex;\r\n      animation: fadeIn 0.3s ease;\r\n    }\r\n\r\n    @keyframes fadeIn {\r\n      from {\r\n        opacity: 0;\r\n        transform: translateY(-10px);\r\n      }\r\n      to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n      }\r\n    }\r\n\r\n    .zoobea-header nav a {\r\n      padding: 10px 25px;\r\n      font-size: 1rem;\r\n    }\r\n\r\n    .zoobea-header .cta-btn {\r\n      margin: 10px 25px;\r\n      width: fit-content;\r\n    }\r\n\r\n    .menu-toggle {\r\n      display: flex;\r\n    }\r\n\r\n    \/* Animate hamburger to X *\/\r\n    .menu-toggle.active span:nth-child(1) {\r\n      transform: rotate(45deg) translate(5px, 5px);\r\n    }\r\n    .menu-toggle.active span:nth-child(2) {\r\n      opacity: 0;\r\n    }\r\n    .menu-toggle.active span:nth-child(3) {\r\n      transform: rotate(-45deg) translate(5px, -5px);\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<!-- ==================== HEADER STRUCTURE ==================== -->\r\n<div class=\"zoobea-header\">\r\n  <div class=\"inner\">\r\n    <div class=\"logo\">Zoobea<span>Digital<\/span><\/div>\r\n\r\n    <nav>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/\">Home<\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/services\/\">Services<\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/about\/\">About<\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/portfolio\/\">Portfolio<\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/blogs\/\">Blogs<\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/contact\/\">Contact<\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/contact\/\" class=\"cta-btn\">Get a Quote<\/a>\r\n    <\/nav>\r\n\r\n    <div class=\"menu-toggle\" id=\"menu-toggle\">\r\n      <span><\/span>\r\n      <span><\/span>\r\n      <span><\/span>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const menuToggle = document.getElementById('menu-toggle');\r\n    const nav = document.querySelector('.zoobea-header nav');\r\n    menuToggle.addEventListener('click', () => {\r\n      menuToggle.classList.toggle('active');\r\n      nav.classList.toggle('active');\r\n    });\r\n  });\r\n<\/script>\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Terms & Conditions \u2014 Zooobea Digital Marketing Agency<\/title>\r\n  <style>\r\n    :root {\r\n      --pink: #ff2d95;\r\n      --black: #000;\r\n      --dark-text: #111;\r\n      --muted: #555;\r\n    }\r\n\r\n    body {\r\n      margin: 0;\r\n      font-family: \"Poppins\", sans-serif;\r\n      background: transparent;\r\n      color: var(--dark-text);\r\n      line-height: 1.9;\r\n    }\r\n\r\n    .container {\r\n      max-width: 900px;\r\n      margin: 60px auto;\r\n      padding: 20px;\r\n    }\r\n\r\n    h1 {\r\n      text-align: center;\r\n      color: var(--pink);\r\n      font-size: 40px;\r\n      margin-bottom: 50px;\r\n      font-weight: 700;\r\n      letter-spacing: 0.5px;\r\n    }\r\n\r\n    h2 {\r\n      color: var(--black);\r\n      font-size: 22px;\r\n      font-weight: 700;\r\n      margin-top: 40px;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    p, ul {\r\n      color: var(--muted);\r\n      font-size: 16.5px;\r\n      margin: 0 0 15px;\r\n    }\r\n\r\n    ul {\r\n      margin-left: 25px;\r\n      list-style: disc;\r\n    }\r\n\r\n    strong, a {\r\n      color: var(--pink);\r\n      text-decoration: none;\r\n      font-weight: 600;\r\n    }\r\n\r\n    a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    footer {\r\n      text-align: center;\r\n      margin-top: 50px;\r\n      color: var(--muted);\r\n      font-size: 14px;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <div class=\"container\">\r\n    <h1>Terms & Conditions<\/h1>\r\n\r\n    <p>Welcome to <strong>Zooobea Digital Marketing Agency<\/strong>. These Terms and Conditions (\u201cTerms\u201d) govern your access to and use of our website, services, and digital marketing solutions available at <strong>www.zooobea.com<\/strong>. By using our website, you agree to comply with and be bound by these Terms. Please read them carefully before proceeding.<\/p>\r\n\r\n    <h2>1. Acceptance of Terms<\/h2>\r\n    <p>By accessing or using <strong>Zooobea<\/strong>\u2019s services, you confirm that you are at least 18 years old and legally capable of entering into a binding contract. If you disagree with any part of these Terms, you must not use our website or services.<\/p>\r\n\r\n    <h2>2. Services Overview<\/h2>\r\n    <p><strong>Zooobea<\/strong> provides digital marketing solutions for clients in the <strong>USA<\/strong>, <strong>UK<\/strong>, and globally, including services such as SEO, social media management, paid advertising, content creation, web design, and brand strategy. The scope of services is defined in each client\u2019s proposal or contract.<\/p>\r\n\r\n    <h2>3. Account Registration<\/h2>\r\n    <p>To access certain features or services, you may need to create an account on <strong>www.zooobea.com<\/strong>. You agree to provide accurate, complete, and current information. You are responsible for maintaining the confidentiality of your login credentials and for all activities under your account.<\/p>\r\n\r\n    <h2>4. Payments & Billing<\/h2>\r\n    <p>All fees are listed in USD or GBP and must be paid according to the agreed billing schedule. We accept major credit\/debit cards and secure online payments. Failure to make payments on time may result in service suspension or termination.<\/p>\r\n    <ul>\r\n      <li>All project fees are non-refundable once work has commenced.<\/li>\r\n      <li>Recurring services (e.g., monthly retainers) renew automatically unless cancelled in writing.<\/li>\r\n      <li>Invoices must be settled within 7 business days of issue.<\/li>\r\n    <\/ul>\r\n\r\n    <h2>5. Intellectual Property<\/h2>\r\n    <p>All materials, designs, text, graphics, and content on <strong>Zooobea<\/strong>\u2019s website are the intellectual property of Zooobea Digital Marketing Agency. You may not reproduce, copy, or redistribute any material without our written consent. Clients retain ownership of their brand assets but grant Zooobea a limited license to use them for project purposes.<\/p>\r\n\r\n    <h2>6. Confidentiality<\/h2>\r\n    <p>We value confidentiality. Any information shared by clients, including marketing data, business strategies, or personal details, will be kept strictly confidential and used solely for the purpose of delivering contracted services.<\/p>\r\n\r\n    <h2>7. Service Delivery & Results<\/h2>\r\n    <p><strong>Zooobea<\/strong> commits to delivering high-quality marketing campaigns based on agreed strategies. However, digital marketing results can vary due to market competition, algorithms, or external factors. We do not guarantee specific outcomes (e.g., sales numbers or search rankings).<\/p>\r\n\r\n    <h2>8. Client Responsibilities<\/h2>\r\n    <p>To ensure smooth project execution, clients agree to:<\/p>\r\n    <ul>\r\n      <li>Provide accurate business information and timely feedback.<\/li>\r\n      <li>Approve designs, strategies, or content within reasonable timeframes.<\/li>\r\n      <li>Comply with all applicable laws and regulations regarding marketing and advertising.<\/li>\r\n    <\/ul>\r\n\r\n    <h2>9. Limitation of Liability<\/h2>\r\n    <p><strong>Zooobea<\/strong> shall not be held liable for any indirect, incidental, or consequential damages resulting from the use or inability to use our services. Our maximum liability shall not exceed the total amount paid by the client for the specific service in question.<\/p>\r\n\r\n    <h2>10. Third-Party Tools & Links<\/h2>\r\n    <p>Our website may use third-party software, plugins, or links to external platforms (e.g., Google Analytics, Meta Ads). We are not responsible for the content or privacy practices of these third-party providers. Users are encouraged to review their respective policies.<\/p>\r\n\r\n    <h2>11. Termination of Services<\/h2>\r\n    <p>Either party may terminate an agreement with written notice. Upon termination, the client is responsible for payment of all completed work and outstanding fees. Any data, reports, or deliverables created before termination will be provided upon request.<\/p>\r\n\r\n    <h2>12. Data Protection<\/h2>\r\n    <p>We handle all client information in compliance with our <strong><a href=\\\"privacy-policy.html\\\">Privacy Policy<\/a><\/strong>. By using our services, you consent to the collection and use of your data as described therein.<\/p>\r\n\r\n    <h2>13. Revisions & Modifications<\/h2>\r\n    <p><strong>Zooobea<\/strong> reserves the right to modify, suspend, or discontinue any aspect of our website or services at any time without notice. Updated Terms will be posted on this page and are effective immediately upon publication.<\/p>\r\n\r\n    <h2>14. Governing Law<\/h2>\r\n    <p>These Terms are governed by and construed in accordance with the laws of the <strong>United States<\/strong> and the <strong>United Kingdom<\/strong>. Any disputes arising shall be handled under the jurisdiction of the appropriate courts in those regions.<\/p>\r\n\r\n    <h2>15. Contact Information<\/h2>\r\n    <p>If you have any questions or concerns regarding these Terms, please contact us at:<\/p>\r\n    <p>\r\n      <strong><a href=\\\"mailto:info@zooobea.com\\\">info@zooobea.com<\/a><\/strong><br>\r\n     <strong>www.zooobea.com<\/strong><br>\r\n   USA | UK \u2014 Global Digital Marketing Experts\r\n    <\/p>\r\n\r\n    <footer>\r\n      \u00a9 2025 <strong>Zooobea<\/strong> Digital Marketing Agency \u2014 All Rights Reserved.\r\n    <\/footer>\r\n  <\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1f238c elementor-widget elementor-widget-html\" data-id=\"d1f238c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===================== ZOOBEA RESPONSIVE FOOTER (FINAL VERSION) ===================== -->\r\n<div class=\"zoobea-bottom-section\">\r\n  <style>\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600&family=Outfit:wght@500;700&display=swap');\r\n\r\n    .zoobea-bottom-section {\r\n      background: transparent;\r\n      color: #111;\r\n      font-family: 'Poppins', sans-serif;\r\n      padding: 60px 20px 0 20px;\r\n      border-top: 3px solid #e7087e;\r\n    }\r\n\r\n    .zoobea-bottom-section .content-container {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\r\n      gap: 40px;\r\n      text-align: left;\r\n    }\r\n\r\n    .zoobea-bottom-section h3 {\r\n      font-family: 'Outfit', sans-serif;\r\n      font-weight: 700;\r\n      font-size: 1.3rem;\r\n      letter-spacing: 0.5px;\r\n      margin-bottom: 15px;\r\n      color: #e7087e;\r\n      text-transform: uppercase;\r\n    }\r\n\r\n    .zoobea-bottom-section p {\r\n      color: #333;\r\n      line-height: 1.7;\r\n      font-size: 0.96rem;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    .zoobea-bottom-section a {\r\n      color: #111;\r\n      text-decoration: none;\r\n      transition: 0.3s ease;\r\n      display: block;\r\n      margin-bottom: 8px;\r\n      font-size: 0.95rem;\r\n      position: relative;\r\n      padding-left: 15px;\r\n      font-weight: 500;\r\n    }\r\n\r\n    .zoobea-bottom-section a::before {\r\n      content: \"\u2022\";\r\n      position: absolute;\r\n      left: 0;\r\n      color: #e7087e;\r\n      font-weight: bold;\r\n      top: 0;\r\n    }\r\n\r\n    .zoobea-bottom-section a:hover {\r\n      color: #e7087e;\r\n    }\r\n\r\n    .zoobea-bottom-section .social-icons a {\r\n      padding-left: 0;\r\n      display: inline-block;\r\n      margin: 0 10px 0 0;\r\n      font-size: 1.25rem;\r\n      color: #111;\r\n      transition: 0.3s;\r\n    }\r\n\r\n    .zoobea-bottom-section .social-icons a:hover {\r\n      color: #e7087e;\r\n      transform: scale(1.15);\r\n    }\r\n\r\n    \/* \u2705 Make only the copyright text centered *\/\r\n    .zoobea-bottom-section .copy-line {\r\n      border-top: 1px solid #ddd;\r\n      margin-top: 50px;\r\n      padding: 20px 10px;\r\n      font-size: 0.9rem;\r\n      color: #444;\r\n      text-align: center;\r\n      font-weight: 500;\r\n      letter-spacing: 0.3px;\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n    }\r\n\r\n    \/* \u2705 Mobile layout same as image *\/\r\n    @media (max-width: 768px) {\r\n      .zoobea-bottom-section {\r\n        text-align: left;\r\n        padding: 40px 20px 10px;\r\n      }\r\n\r\n      .zoobea-bottom-section .content-container {\r\n        grid-template-columns: 1fr;\r\n        gap: 30px;\r\n      }\r\n\r\n      .zoobea-bottom-section h3 {\r\n        text-align: left;\r\n        margin-bottom: 10px;\r\n        font-size: 1.15rem;\r\n      }\r\n\r\n      .zoobea-bottom-section a {\r\n        display: block;\r\n        text-align: left;\r\n        padding-left: 18px;\r\n        margin: 6px 0;\r\n      }\r\n\r\n      .zoobea-bottom-section a::before {\r\n        display: inline-block;\r\n      }\r\n\r\n      .zoobea-bottom-section .social-icons {\r\n        margin-top: 10px;\r\n      }\r\n\r\n      .zoobea-bottom-section .social-icons a {\r\n        margin-right: 15px;\r\n      }\r\n\r\n      .zoobea-bottom-section .copy-line {\r\n        margin-top: 35px;\r\n        font-size: 0.85rem;\r\n        text-align: center;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"content-container\">\r\n    <div>\r\n      <h3>Zoobea Digital<\/h3>\r\n      <p>We help brands grow with powerful digital marketing strategies \u2014 creative, data-driven, and result-oriented.<\/p>\r\n    <\/div>\r\n\r\n    <div>\r\n      <h3>Quick Links<\/h3>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/\"><span>Home<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/services\/\"><span>Services<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/about\/\"><span>About Us<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/contact\/\"><span>Contact<\/span><\/a>\r\n    <\/div>\r\n\r\n    <div>\r\n      <h3>Our Services<\/h3>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/social-media-marketing\/\"><span>Social Media Marketing<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/email-marketing\/\"><span>Email Marketing<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/seo-optimization\/\"><span>SEO Optimization<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/web-design\/\"><span>Web Design<\/span><\/a>\r\n    <\/div>\r\n\r\n    <div>\r\n      <h3>Support<\/h3>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/privacy-policy\/\"><span>Privacy Policy<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/faqs\/\"><span>FAQs<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/\"><span>Terms & Conditions<\/span><\/a>\r\n      <a href=\"https:\/\/crownsolarpk.com\/staging\/refund-policy\/\"><span>Refund Policy<\/span><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"copy-line\">\r\n    \u00a9 2025 Zoobea Digital Marketing Agency \u2014 All Rights Reserved.\r\n  <\/div>\r\n<\/div>\r\n\r\n<link\r\n  rel=\"stylesheet\"\r\n  href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\"\r\n\/>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>ZoobeaDigital Home Services About Portfolio Blogs Contact Get a Quote Terms &#038; Conditions \u2014 Zooobea Digital Marketing Agency Terms &#038; Conditions Welcome to Zooobea Digital Marketing Agency. These Terms and Conditions (\u201cTerms\u201d) govern your access to and use of our website, services, and digital marketing solutions available at www.zooobea.com. By using our website, you agree <a href=\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  Terms &amp; Conditions<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-261","page","type-page","status-publish","hentry"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Terms &amp; Conditions - Zoobea<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terms &amp; Conditions - Zoobea\" \/>\n<meta property=\"og:description\" content=\"ZoobeaDigital Home Services About Portfolio Blogs Contact Get a Quote Terms &#038; Conditions \u2014 Zooobea Digital Marketing Agency Terms &#038; Conditions Welcome to Zooobea Digital Marketing Agency. These Terms and Conditions (\u201cTerms\u201d) govern your access to and use of our website, services, and digital marketing solutions available at www.zooobea.com. By using our website, you agree ... Terms &amp; Conditions\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/\" \/>\n<meta property=\"og:site_name\" content=\"Zoobea\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-10T14:44:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/\",\"url\":\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/\",\"name\":\"Terms &amp; Conditions - Zoobea\",\"isPartOf\":{\"@id\":\"https:\/\/crownsolarpk.com\/staging\/#website\"},\"datePublished\":\"2025-10-15T11:02:55+00:00\",\"dateModified\":\"2025-11-10T14:44:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/crownsolarpk.com\/staging\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Terms &amp; Conditions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/crownsolarpk.com\/staging\/#website\",\"url\":\"https:\/\/crownsolarpk.com\/staging\/\",\"name\":\"Zoobea\",\"description\":\"Digital Marketing Agency \",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/crownsolarpk.com\/staging\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Terms &amp; Conditions - Zoobea","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/","og_locale":"en_US","og_type":"article","og_title":"Terms &amp; Conditions - Zoobea","og_description":"ZoobeaDigital Home Services About Portfolio Blogs Contact Get a Quote Terms &#038; Conditions \u2014 Zooobea Digital Marketing Agency Terms &#038; Conditions Welcome to Zooobea Digital Marketing Agency. These Terms and Conditions (\u201cTerms\u201d) govern your access to and use of our website, services, and digital marketing solutions available at www.zooobea.com. By using our website, you agree ... Terms &amp; Conditions","og_url":"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/","og_site_name":"Zoobea","article_modified_time":"2025-11-10T14:44:12+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/","url":"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/","name":"Terms &amp; Conditions - Zoobea","isPartOf":{"@id":"https:\/\/crownsolarpk.com\/staging\/#website"},"datePublished":"2025-10-15T11:02:55+00:00","dateModified":"2025-11-10T14:44:12+00:00","breadcrumb":{"@id":"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crownsolarpk.com\/staging\/terms-conditions\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/crownsolarpk.com\/staging\/terms-conditions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/crownsolarpk.com\/staging\/"},{"@type":"ListItem","position":2,"name":"Terms &amp; Conditions"}]},{"@type":"WebSite","@id":"https:\/\/crownsolarpk.com\/staging\/#website","url":"https:\/\/crownsolarpk.com\/staging\/","name":"Zoobea","description":"Digital Marketing Agency ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/crownsolarpk.com\/staging\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/pages\/261","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/comments?post=261"}],"version-history":[{"count":10,"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/pages\/261\/revisions"}],"predecessor-version":[{"id":1259,"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/pages\/261\/revisions\/1259"}],"wp:attachment":[{"href":"https:\/\/crownsolarpk.com\/staging\/wp-json\/wp\/v2\/media?parent=261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}