<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
  <defs>
    <!-- Deep blue radial gradient for inner circle -->
    <radialGradient id="innerGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#0056b3"/>
      <stop offset="60%" stop-color="#003580"/>
      <stop offset="100%" stop-color="#001a40"/>
    </radialGradient>

    <!-- Gold metallic gradient for outer ring -->
    <linearGradient id="goldGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="30%" stop-color="#B8860B"/>
      <stop offset="50%" stop-color="#FFD700"/>
      <stop offset="70%" stop-color="#B8860B"/>
      <stop offset="100%" stop-color="#FFD700"/>
    </linearGradient>

    <!-- Dark gold gradient for inner ring -->
    <linearGradient id="darkGoldGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#B8860B"/>
      <stop offset="50%" stop-color="#8B6914"/>
      <stop offset="100%" stop-color="#B8860B"/>
    </linearGradient>

    <!-- Glossy white highlight gradient -->
    <linearGradient id="glossGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="rgba(255,255,255,0.55)"/>
      <stop offset="40%" stop-color="rgba(255,255,255,0.15)"/>
      <stop offset="100%" stop-color="rgba(255,255,255,0)"/>
    </linearGradient>

    <!-- Drop shadow for 3D embossed feel -->
    <filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="0" dy="4" stdDeviation="6" flood-color="#000000" flood-opacity="0.45"/>
    </filter>

    <filter id="innerShadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="0" dy="2" stdDeviation="3" flood-color="#000000" flood-opacity="0.35"/>
    </filter>

    <!-- Arc path for top curved text -->
    <path id="topArc" d="M 80 280 A 176 176 0 0 1 432 280" fill="none"/>
    <!-- Arc path for bottom curved text -->
    <path id="bottomArc" d="M 100 260 A 156 156 0 0 0 412 260" fill="none"/>

    <!-- Cow head silhouette path -->
    <path id="cowHead" d="M 0,-35 C -8,-38 -15,-35 -18,-28 C -22,-22 -20,-15 -16,-10 C -20,-5 -22,2 -18,8 C -15,15 -8,18 0,20 C 8,18 15,15 18,8 C 22,2 20,-5 16,-10 C 20,-15 22,-22 18,-28 C 15,-35 8,-38 0,-35 Z M -12,-18 C -14,-20 -16,-18 -15,-15 C -14,-12 -11,-12 -10,-15 C -9,-18 -10,-20 -12,-18 Z M 12,-18 C 10,-20 9,-18 10,-15 C 11,-12 14,-12 15,-15 C 16,-18 14,-20 12,-18 Z M -6,5 C -8,8 -4,12 0,12 C 4,12 8,8 6,5 C 4,2 -4,2 -6,5 Z M -18,-28 L -24,-38 L -20,-30 Z M 18,-28 L 24,-38 L 20,-30 Z"/>

    <!-- Buffalo head silhouette path -->
    <path id="buffaloHead" d="M 0,-32 C -10,-35 -18,-30 -22,-22 C -26,-14 -24,-6 -20,0 C -24,6 -26,14 -22,22 C -18,30 -10,35 0,32 C 10,35 18,30 22,22 C 26,14 24,6 20,0 C 24,-6 26,-14 22,-22 C 18,-30 10,-35 0,-32 Z M -14,-16 C -16,-18 -18,-16 -17,-13 C -16,-10 -13,-10 -12,-13 C -11,-16 -12,-18 -14,-16 Z M 14,-16 C 12,-18 11,-16 12,-13 C 13,-10 16,-10 17,-13 C 18,-16 16,-18 14,-16 Z M -8,6 C -10,9 -6,13 0,13 C 6,13 10,9 8,6 C 6,3 -6,3 -8,6 Z M -22,-22 L -30,-32 L -24,-24 Z M 22,-22 L 30,-32 L 24,-24 Z"/>
  </defs>

  <!-- 3D Drop shadow base -->
  <circle cx="256" cy="262" r="240" fill="rgba(0,0,0,0.35)" filter="url(#dropShadow)"/>

  <!-- Outer gold metallic ring -->
  <circle cx="256" cy="256" r="240" fill="url(#goldGrad)" stroke="#8B6914" stroke-width="2"/>
  <circle cx="256" cy="256" r="232" fill="none" stroke="#FFD700" stroke-width="2" opacity="0.6"/>
  <circle cx="256" cy="256" r="228" fill="none" stroke="#B8860B" stroke-width="1" opacity="0.8"/>

  <!-- Inner deep blue circle -->
  <circle cx="256" cy="256" r="220" fill="url(#innerGrad)" stroke="#001a40" stroke-width="3"/>

  <!-- Inner decorative gold ring -->
  <circle cx="256" cy="256" r="208" fill="none" stroke="url(#darkGoldGrad)" stroke-width="3" opacity="0.9"/>
  <circle cx="256" cy="256" r="204" fill="none" stroke="#FFD700" stroke-width="1" opacity="0.5"/>

  <!-- Decorative dots between text segments -->
  <g fill="#FFD700" opacity="0.8">
    <circle cx="256" cy="48" r="3"/>
    <circle cx="256" cy="464" r="3"/>
    <circle cx="48" cy="256" r="3"/>
    <circle cx="464" cy="256" r="3"/>
    <circle cx="100" cy="100" r="2.5"/>
    <circle cx="412" cy="100" r="2.5"/>
    <circle cx="100" cy="412" r="2.5"/>
    <circle cx="412" cy="412" r="2.5"/>
  </g>

  <!-- Top curved text: ANIMAL PASHU BAZAR -->
  <text fill="#FFD700" font-family="Arial Black, Impact, sans-serif" font-size="22" font-weight="900" letter-spacing="3" text-anchor="middle">
    <textPath href="#topArc" startOffset="50%">ANIMAL PASHU BAZAR</textPath>
  </text>

  <!-- Bottom curved text: TRADING SINCE 2023 -->
  <text fill="#FFD700" font-family="Arial, Helvetica, sans-serif" font-size="14" font-weight="700" letter-spacing="2" text-anchor="middle">
    <textPath href="#bottomArc" startOffset="50%">TRADING SINCE 2023</textPath>
  </text>

  <!-- Center: Cow head (left, slightly smaller) -->
  <g transform="translate(216, 230) scale(1.6)" filter="url(#innerShadow)">
    <use href="#cowHead" fill="#FFFFFF" opacity="0.95"/>
    <use href="#cowHead" fill="none" stroke="#FFD700" stroke-width="0.5" opacity="0.6"/>
  </g>

  <!-- Center: Buffalo head (right, slightly larger) -->
  <g transform="translate(296, 230) scale(1.8)" filter="url(#innerShadow)">
    <use href="#buffaloHead" fill="#FFFFFF" opacity="0.95"/>
    <use href="#buffaloHead" fill="none" stroke="#FFD700" stroke-width="0.5" opacity="0.6"/>
  </g>

  <!-- Wavy farm field lines below animals -->
  <g stroke="#FFD700" stroke-width="2" fill="none" opacity="0.7" filter="url(#innerShadow)">
    <path d="M 180 290 Q 200 280 220 290 Q 240 300 260 290 Q 280 280 300 290 Q 320 300 340 290"/>
    <path d="M 190 300 Q 210 290 230 300 Q 250 310 270 300 Q 290 290 310 300 Q 330 310 350 300" opacity="0.5"/>
  </g>

  <!-- Grain stalks / wheat -->
  <g fill="#FFD700" opacity="0.6" filter="url(#innerShadow)">
    <ellipse cx="230" cy="305" rx="3" ry="8"/>
    <ellipse cx="240" cy="308" rx="2.5" ry="7"/>
    <ellipse cx="250" cy="306" rx="3" ry="8"/>
    <ellipse cx="260" cy="309" rx="2.5" ry="7"/>
    <ellipse cx="270" cy="307" rx="3" ry="8"/>
    <ellipse cx="280" cy="310" rx="2.5" ry="7"/>
    <ellipse cx="290" cy="308" rx="3" ry="8"/>
  </g>

  <!-- Bottom banner/ribbon -->
  <g filter="url(#innerShadow)">
    <!-- Ribbon shape -->
    <path d="M 140 360 L 372 360 L 362 390 L 256 405 L 150 390 Z" fill="#003580" stroke="#FFD700" stroke-width="1.5" opacity="0.95"/>
    <path d="M 140 360 L 150 390 L 150 395 L 140 365 Z" fill="#001a40" opacity="0.6"/>
    <path d="M 372 360 L 362 390 L 362 395 L 372 365 Z" fill="#001a40" opacity="0.6"/>
    <!-- Banner text -->
    <text x="256" y="383" fill="#FFFFFF" font-family="Arial Black, Impact, sans-serif" font-size="11" font-weight="900" letter-spacing="1.5" text-anchor="middle">AUTHENTIC LIVESTOCK MARKET</text>
  </g>

  <!-- 3D Glossy highlight arc at top-left -->
  <path d="M 80 180 A 190 190 0 0 1 340 60" fill="none" stroke="url(#glossGrad)" stroke-width="28" stroke-linecap="round" opacity="0.7"/>
  <path d="M 100 160 A 170 170 0 0 1 310 75" fill="none" stroke="rgba(255,255,255,0.25)" stroke-width="12" stroke-linecap="round" opacity="0.5"/>

  <!-- Secondary smaller highlight -->
  <ellipse cx="180" cy="130" rx="35" ry="20" fill="rgba(255,255,255,0.15)" transform="rotate(-30 180 130)"/>

  <!-- Inner rim light for extra 3D depth -->
  <circle cx="256" cy="256" r="218" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="2"/>
</svg>
