.ky-bagp h1,
.ky-bagp h2,
.ky-bagp h3,
.ky-bagp h4 {
  font-family: Arial, sans-serif;
  font-family: 'Rajdhani', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align:center;
}
.ky-bagp h1{
  font-size: clamp(34px, 4vw, 38px);
}
.ky-bagp h2{
  font-size: clamp(30px, 4vw, 31px);
}
.ky-bagp h3{
  font-size: 26px;
}
.ky-bagp h4{
  text-align: left;
  text-transform: none;
  font-size: clamp(22px, 4vw, 23px);
}
.ky-bagp h5 {
  font-size: clamp(18px, 4vw, 19px);
}
.ky-bagp h6 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .ky-bagp .contact h3{
    font-size: 18px;
  }
}

.ky-bagp p{
  font-size:22px;
}
.lg-title{
  font-size:42px;
}
.shield {
  margin: 20px 0;
}
.shield img {
  width: 100%;
  height: auto;
}
.grid-section{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 30px;
  text-align: center;
  padding: 20px;
}

.full-width-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 35%;
}

.chestplate-img {
  width: 100%;
  height: auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ky-bagp .apply-today {
  top: 79%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ky-bagp .apply-today h2{
  font-size: clamp(24px, 4vw, 62px);
}

@media (max-width: 768px) {
  .grid-section {
    grid-template-columns: 1fr;
  }

  .ky-bagp .apply-today {
    top: 65%;
  }
}

.ky-bagp table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.ky-bagp table tr:nth-child(even) {
  background-color: #ffffff;
}

.ky-bagp .program-details table .first-cell {
  text-align: right;
  width: 30%;
  vertical-align: middle;
}

.ky-bagp #softArmor table .first-cell {
  text-align: right;
  width: 55%;
}

.ky-bagp #helmetsShields table .first-cell {
  text-align: right;
  width: 45%;
}

.ky-bagp #ballisticPlates table .first-cell,
.ky-bagp #plateCarriers table .first-cell {
  text-align: right;
  vertical-align: middle;
  width: 65%;
}

.ky-bagp table td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
}

.ky-bagp #softArmor img, 
.ky-bagp #ballisticPlates img, 
.ky-bagp #plateCarriers img, 
.ky-bagp #helmetsShields img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1029 / 1271;

}

.ky-bagp .dci-logo {
  height: 115px;
}

@media (max-width: 768px) {
  .ky-bagp .dci-logo {
    height: 75px;
  }
}

.ky-bagp .modal-footer {
  border-top: unset;
}

.ky-bagp td,
.ky-bagp tr {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ky-bagp td,
  .ky-bagp tr {
    font-size: 14px;
  }
}