New Delhi: Army dog ‘Phantom’ made the supreme sacrifice while fighting the terrorists in Akhnoor sector of the Jammu and Kashmir. The four year old sniffer dog was killed during an ambush-encounter operation in J&K on Tuesday. While security forces countered the terrorists, the ‘Phantom’ sustained serious injuries in firing.
Assault dogs in Indian Army have played a crucial roles in anti-terrorist operations in conflict zones and several of them have laid down their lives protecting troops. The Army maintains a unit of assault dogs called the K9. They are a specialised unit of canine trained in multiple tasks including assault and counter-insurgency missions.
These K9 unit canines are equipped with the advanced gadgets to deal with any combat situations. Two K9 assault dogs were also killed in counter-insurgency operations in Jammu and Kashmir in 2022.
Most of these dogs are brought up at over two century-old Remount & Veterinary Corp Centre and College in Meerut. To know more about the K9 Dogs of War, Watch the full documentary here.
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background-color: #f0f4f8;
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
background: white;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
text-align: center;
max-width: 600px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
padding: 20px;
}
.container:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.thumbnail {
width: 100%;
height: auto;
border-radius: 10px;
transition: transform 0.3s;
}
.thumbnail:hover {
transform: scale(1.03);
}
.link {
display: inline-block;
padding: 15px 30px;
background-color: #f7911e;
color: white;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
font-size: 16px;
transition: background-color 0.3s, transform 0.3s;
margin-top: 15px;
}
.link:hover {
background-color: #d87a17;
transform: scale(1.05);
}
@media (max-width: 600px) {
.link {
font-size: 14px;
padding: 12px 20px;
}
}