.the-kms-product {
  padding: 0px 0 120px;
}

.the-kms-product img {
  max-width: 600px;
}

.kms {
  padding-top: 35px;
  position: relative;
}

.kms-note {
  display: inline-block;
  height: 115px;
  position: absolute;
  transition: all 300ms linear 0s;
  color: #000;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}

.kms-note .indicator {
  margin-top: 67px;
  width: 192px;
  transition: all 300ms linear 0s;
}

.kms-note .indicator .plus-icon {
  height: 49px;
  width: 49px;
  border-radius: 100%;
  padding: 8px;
  position: relative;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
}

.kms-note .indicator .plus-icon:before {
  content: "";
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid;
  border-radius: 100%;
  -webkit-animation: doublePulse 1.5s ease infinite;
  animation: doublePulse 1.5s ease infinite;
  z-index: 0;
  border-color: #00b5e2;
}

.kms-note .indicator .plus-icon:after {
  content: "";
  height: 2px;
  display: block;
  margin-top: -17px;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
  width: 0;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  background: #00b5e2;
}

.kms-note .indicator .plus-icon .plus {
  border-radius: 100px;
  width: 100%;
  display: block;
  line-height: 31px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 300ms linear 0s;
  background: #00b5e2;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}

.kms-note .kms-name {
  text-transform: uppercase;
  height: 91px;
  line-height: 20px;
  position: relative;
  letter-spacing: 0.2px;
}

.kms-note .kms-name:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: calc(50% - 4px);
  transition: all 300ms linear 0s;
  background: #00b5e2;
}

.kms-note .kms-name:after {
  content: "";
  display: block;
  width: 2px;
  height: 58px;
  position: absolute;
  top: 33px;
  left: calc(50% - 1px);
  transition: all 300ms linear 0s;
  background: #00b5e2;
}

/* Right side feature notes */
.kms-note.right .indicator {
  float: left;
}

.kms-note.right .indicator .plus-icon {
  float: left;
}

.kms-note.right .indicator .plus-icon:after {
  float: left;
  margin-left: 30px;
}

.kms-note.right .indicator .plus-icon .plus {
  float: left;
}

.kms-note.right.top {
  top: 120px;
  left: 670px;
}

.kms-note.right.top .kms-name {
  float: left;
  margin-left: -65px;
  font-size: medium;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.kms-note.right.bottom {
  top: 300px;
  left: 640px;
}

.kms-note.right.bottom .kms-name {
  float: left;
  margin-left: -92px;
  padding-top: 70px;
  margin-top: 22px;
  font-size: medium;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.kms-note.right.bottom .indicator {
  margin-top: 0;
}

.kms-note.right.bottom .indicator .plus-icon:after {
  width: 0;
}

.kms-note.right.bottom .kms-name:before {
  top: 58px;
}

.kms-note.right.bottom .kms-name:after {
  top: 0;
}

/* Left side feature notes */
.kms-note.left .indicator {
  float: right;
}

.kms-note.left .indicator .plus-icon {
  float: right;
}

.kms-note.left .indicator .plus-icon:after {
  float: right;
  margin-right: 30px;
}

.kms-note.left .indicator .plus-icon .plus {
  float: right;
}

.kms-note.left.top {
  top: 130px;
  right: 620px;
}

.kms-note.left.top .kms-name {
  margin-right: -25px;
  float: right;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  font-size: medium;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}




.kms-note.left.bottom {
  top: 290px;
  left: 230px;
}



.kms-note.left.bottom .kms-name {
  float: left;
  margin-left: -80px;
  padding-top: 70px;
  margin-top: 80px;
  font-size: medium;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-width:200px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.kms-note.left.bottom .indicator {
  margin-top: 0;
  top: 400px;
}

.kms-note.left.bottom .indicator .plus-icon:after {
  margin-top: 120px;
  margin-right: 17px;
}

.kms-note.left.bottom .kms-name:before {
  top: 75px;
  left: 190px;
}

.kms-note.left.bottom .kms-name:after {
  top: -60px;
  left: 365px;
  height: 140px;
}

/* Show content states */
.kms-note.show-cont .kms-name {
  transition: -webkit-transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
  -webkit-transition: transform 150ms ease 150ms,
    -webkit-transform 150ms ease 150ms;
  -moz-transition: transform 150ms ease 150ms,
    -webkit-transform 150ms ease 150ms;
  -ms-transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
  -o-transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
}

.kms-note.show-cont.right.top .kms-name,
.kms-note.show-cont.right.bottom .kms-name,
.kms-note.show-cont.left.top .kms-name,
.kms-note.show-cont.left.bottom .kms-name {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.kms-note.show-cont.left.bottom .indicator .plus-icon:after {
  width: 175px;
}

.kms-note.show-cont.left.top .indicator .plus-icon:after {
  width: 228px;
}

.kms-note.show-cont.right.top .indicator .plus-icon:after {
  width: 168px;
}

.kms-note.show-cont.right.bottom .indicator .plus-icon:after {
  width: 177px;
}

/* Media Queries */
@media (max-width: 1199px) {
  .kms-note {
    display: inline-block;
    height: 115px;
    position: absolute;
    transition: all 300ms linear 0s;
    color: #000;
  }

  .kms-note .indicator {
    margin-top: 67px;
    width: 192px;
    transition: all 300ms linear 0s;
  }

  .kms-note .indicator .plus-icon {
    height: 49px;
    width: 49px;
    border-radius: 100%;
    padding: 8px;
    position: relative;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
  }

  .kms-note .indicator .plus-icon:before {
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
    border-color: #00b5e2;
  }

  .kms-note .indicator .plus-icon:after {
    content: "";
    height: 2px;
    display: block;
    margin-top: -17px;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
    width: 0;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .kms-note .indicator .plus-icon .plus {
    border-radius: 100px;
    width: 100%;
    display: block;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
    background: #00b5e2;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
  }

  .kms-note .kms-name {
    text-transform: uppercase;
    height: 91px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.2px;
  }

  .kms-note .kms-name:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: calc(50% - 4px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .kms-note .kms-name:after {
    content: "";
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: 33px;
    left: calc(50% - 1px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  /* Right side feature notes */
  .kms-note.right .indicator {
    float: left;
  }

  .kms-note.right .indicator .plus-icon {
    float: left;
  }

  .kms-note.right .indicator .plus-icon:after {
    float: left;
    margin-left: 30px;
  }

  .kms-note.right .indicator .plus-icon .plus {
    float: left;
  }

  .kms-note.right.top {
    top: 105px;
    left: 550px;
  }

  .kms-note.right.top .kms-name {
    float: left;
    margin-left: -60px;
    font-size: medium;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .kms-note.right.bottom {
    top: 300px;
    left: 510px;
  }

  .kms-note.right.bottom .kms-name {
    float: left;
    margin-left: -86px;
    padding-top: 70px;
    margin-top: 22px;
    font-size: medium;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .kms-note.right.bottom .indicator {
    margin-top: 0;
  }

  .kms-note.right.bottom .indicator .plus-icon:after {
    width: 0;
  }

  .kms-note.right.bottom .kms-name:before {
    top: 58px;
  }

  .kms-note.right.bottom .kms-name:after {
    top: 0;
  }

  /* Left side feature notes */
  .kms-note.left .indicator {
    float: right;
  }

  .kms-note.left .indicator .plus-icon {
    float: right;
  }

  .kms-note.left .indicator .plus-icon:after {
    float: right;
    margin-right: 30px;
  }

  .kms-note.left .indicator .plus-icon .plus {
    float: right;
  }

  .kms-note.left.top {
    top: 140px;
    right: 510px;
  }

  .kms-note.left.top .kms-name {
    margin-right: -68px;
    float: right;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    font-size: medium;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .kms-note.left.bottom {
    top: 260px;
    left: 100px;
  }

  .kms-note.left.bottom .kms-name {
    float: left;
    margin-left: -90px;
    padding-top: 70px;
    margin-top: 100px;
    font-size: medium;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .kms-note.left.bottom .indicator {
    margin-top: 0;
    top: 400px;
  }

  .kms-note.left.bottom .indicator .plus-icon:after {
    margin-top: 138px;
    margin-right: 17px;
  }

  .kms-note.left.bottom .kms-name:before {
    top: 75px;
    left: 205px;
  }

  .kms-note.left.bottom .kms-name:after {
    top: -60px;
    left: 365px;
    height: 137px;
  }

  /* Show content states */
  .kms-note.show-cont .kms-name {
    transition: -webkit-transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
    -webkit-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -moz-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -ms-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -o-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
  }

  .kms-note.show-cont.right.top .kms-name,
  .kms-note.show-cont.right.bottom .kms-name,
  .kms-note.show-cont.left.top .kms-name,
  .kms-note.show-cont.left.bottom .kms-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .kms-note.show-cont.left.bottom .indicator .plus-icon:after {
    width: 155px;
  }

  .kms-note.show-cont.left.top .indicator .plus-icon:after {
    width: 183px;
  }

  .kms-note.show-cont.right.top .indicator .plus-icon:after {
    width: 173px;
  }

  .kms-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 184px;
  }
}

@media (max-width: 991px) {
  .the-kms-product img {
    max-width: 350px;
  }
  .kms-note {
    display: inline-block;
    height: 115px;
    position: absolute;
    transition: all 300ms linear 0s;
    color: #000;
  }

  .kms-note .indicator {
    margin-top: 67px;
    width: 192px;
    transition: all 300ms linear 0s;
  }

  .kms-note .indicator .plus-icon {
    height: 49px;
    width: 49px;
    border-radius: 100%;
    padding: 8px;
    position: relative;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
  }

  .kms-note .indicator .plus-icon:before {
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
    border-color: #00b5e2;
  }

  .kms-note .indicator .plus-icon:after {
    content: "";
    height: 2px;
    display: block;
    margin-top: -17px;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
    width: 0;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .kms-note .indicator .plus-icon .plus {
    border-radius: 100px;
    width: 100%;
    display: block;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
    background: #00b5e2;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
  }

  .kms-note .kms-name {
    text-transform: uppercase;
    height: 91px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.2px;
  }

  .kms-note .kms-name:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: calc(50% - 4px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .kms-note .kms-name:after {
    content: "";
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: 33px;
    left: calc(50% - 1px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  /* Right side feature notes */
  .kms-note.right .indicator {
    float: left;
  }

  .kms-note.right .indicator .plus-icon {
    float: left;
  }

  .kms-note.right .indicator .plus-icon:after {
    float: left;
    margin-left: 30px;
  }

  .kms-note.right .indicator .plus-icon .plus {
    float: left;
  }

  .kms-note.right.top {
    top: 90px;
    left: 395px;
  }

  .kms-note.right.top .kms-name {
    float: left;
    margin-left: -85px;
    font-size: small;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .kms-note.right.bottom {
    top: 250px;
    left: 390px;
  }

  .kms-note.right.bottom .kms-name {
    float: left;
    margin-left: -115px;
    padding-top: 70px;
    margin-top: 22px;
    font-size: small;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .kms-note.right.bottom .indicator {
    margin-top: 0;
  }

  .kms-note.right.bottom .indicator .plus-icon:after {
    width: 0;
  }

  .kms-note.right.bottom .kms-name:before {
    top: 58px;
  }

  .kms-note.right.bottom .kms-name:after {
    top: 0;
  }

  /* Left side feature notes */
  .kms-note.left .indicator {
    float: right;
  }

  .kms-note.left .indicator .plus-icon {
    float: right;
  }

  .kms-note.left .indicator .plus-icon:after {
    float: right;
    margin-right: 30px;
  }

  .kms-note.left .indicator .plus-icon .plus {
    float: right;
  }

  .kms-note.left.top {
    top: 100px;
    right: 380px;
  }

  .kms-note.left.top .kms-name {
    margin-right: -73px;
    float: right;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    font-size: small;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .kms-note.left.bottom {
    top: 240px;
    left: 40px;
  }

  .kms-note.left.bottom .kms-name {
    float: left;
    margin-left: -50px;
    padding-top: 70px;
    margin-top: 100px;
    font-size: small;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    max-width: 100px;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
  }

  .kms-note.left.bottom .indicator {
    margin-top: 0;
    top: 400px;
  }

  .kms-note.left.bottom .indicator .plus-icon:after {
    margin-top: 138px;
    margin-right: 16px;
  }

  .kms-note.left.bottom .kms-name:before {
    top: 75px;
    left: 96px;
  }

  .kms-note.left.bottom .kms-name:after {
    top: -60px;
    left: 265px;
    height: 137px;
  }

  /* Show content states */
  .kms-note.show-cont .kms-name {
    transition: -webkit-transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
    -webkit-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -moz-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -ms-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -o-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
  }

  .kms-note.show-cont.right.top .kms-name,
  .kms-note.show-cont.right.bottom .kms-name,
  .kms-note.show-cont.left.top .kms-name,
  .kms-note.show-cont.left.bottom .kms-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .kms-note.show-cont.left.bottom .indicator .plus-icon:after {
    width: 170px;
  }

  .kms-note.show-cont.left.top .indicator .plus-icon:after {
    width: 162px;
  }

  .kms-note.show-cont.right.top .indicator .plus-icon:after {
    width: 135px;
  }

  .kms-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 135px;
  }
}

@media (max-width: 767px) {
  .the-kms-product {
    text-align: center;
    overflow: hidden;
  }

  .the-kms-product img {
    max-width: 250px;
  }

  .kms {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
  }

  .kms-note {
    height: auto;
  }

  .kms-note .indicator {
    width: 49px;
    margin-top: 90px;
  }

  .kms-note .indicator .plus-icon:after {
    display: none;
  }

  .kms-note.right.top {
    left: 148px;
    top: 25px;
  }

  .kms-note.right.top .kms-name {
    /* margin-left: -70%; */
    right: -23px;
    font-size: small;
    max-width: 80px;
    font-size: small;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 50px;
  }

  .kms-note.right.top .kms-name:before {
    top: 25px;
  }

  .kms-note.right.top .kms-name:after {
    height: 60px;
  }

  .kms-note.right.bottom {
    left: 140px;
    top: 190px;
  }

  .kms-note.right.bottom .kms-name {
    left: 40px;
    padding-top: 120px;
    font-size: small;
    margin-top: 50px;
    /* Prevent text overflow */
    max-width: 100px;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
  }

  .kms-note.right.bottom .kms-name:before {
    top: 110px;
  }

  .kms-note.right.bottom .kms-name:after {
    height: 110px;
  }

  .kms-note.left.top {
    left:110px;
    top: 30px;
  }

  .kms-note.left.top .kms-name {
    margin-right: -20px;
    /* white-space: nowrap; */
    font-size: small;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

    .kms-note.left.top .kms-name::before {
    top: 40px; /* Adjust vertical position of the dot */
  }
  
  .kms-note.left.top .kms-name::after {
    height: 50px; /* Adjust line length */
    top: 40px; /* Adjust vertical position of the line */
  }

  .kms-note.left.bottom {
    left: 10px;
    top: 190px;
  }

  .kms-note.left.bottom .kms-name {
    margin-right: -10px;
    top: 49px;
    left: 65px;
    padding-top: 20px;
    font-size: small;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    /* max-width: 150px;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis; */
  }

  .kms-note.left.bottom .kms-name:before {
    position: absolute;
    top: 0px;
    margin-left: 1px;
    left: calc(50% - 4px);
  }

  .kms-note.left.bottom .kms-name:after {
    display: block;
    top: -100px;
    left: 50px;
    height: 100px;
  }

  .kms-note.left.bottom .indicator {
    width: 49px;
    height: 10px;
  }
}

/*kms backside lock ui end*/
.kms_bg_img {
  background-image: url("../img/mewa/Camlock.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .kms_bg_img {
    background-image: none; /* This only removes the background image */
  }
}

@media (max-width: 776px) {
  .kms_bg_img {
    background-image: none; /* This only removes the background image */
  }
}

/* Why Are We Unique Section - Exact Style */
.why-unique-section {
  padding: 80px 0;
  background: #ffffff;
}

.why-unique-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #000;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.why-unique-content {
  display: flex;
  align-items: stretch;
  gap: 80px;
}

.why-unique-image {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
}

.why-unique-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.why-unique-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-scroll-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feature-box {
  padding: 20px 30px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}

.feature-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #999999;
  font-weight: 400;
  transition: color 0.5s ease;
}

.feature-box.active {
  border: 1px solid #00b5e2;
  background: #ffffff;
}

.feature-box.active p {
  color: #000000;
  font-weight: 500;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .why-unique-content {
    gap: 40px;
  }

  .why-unique-title {
    font-size: 15px;
  }

  .feature-box p {
    font-size: 15px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .why-unique-section {
    padding: 60px 0;
  }

  .why-unique-title {
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
  }

  .why-unique-content {
    flex-direction: column;
    gap: 30px;
  }

  .why-unique-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .why-unique-image img {
    height: auto;
    border-radius: 12px;
  }

  .feature-box {
    padding: 15px 20px;
  }

  .feature-box p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .why-unique-title {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .feature-box {
    padding: 12px 15px;
  }

  .feature-box p {
    font-size: 13px;
  }
}

/* KMS Features Cards Section */
.kms-features-cards-section {
  padding: 80px 0;
  background: #ffffff;
}

.features-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 auto;
}

.feature-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

.feature-card:hover {
  border-color: #00b5e2;
  box-shadow: 0 10px 30px rgba(0, 181, 226, 0.15);
  transform: translateY(-5px);
}

.feature-icon-circle {
  width: 80px;
  height: 80px;
  background: #00b5e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px auto 25px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 181, 226, 0.3);
}

.feature-icon-circle i {
  font-size: 32px;
  color: #ffffff;
}

.feature-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.feature-card-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
  text-align: center;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
  .features-cards-row {
    gap: 30px;
  }

  .feature-card {
    padding: 35px 25px;
  }

  .feature-card-title {
    font-size: 13px;
  }

  .feature-card-text {
    font-size: 13px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .kms-features-cards-section {
    padding: 60px 0;
  }

  .features-cards-row {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .feature-card {
    padding: 40px 25px;
  }

  .feature-icon-circle {
    margin: -50px auto 20px;
  }

  .feature-card-title {
    font-size: 12px;
  }

  .feature-card-text {
    font-size: 13px;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .feature-card {
    padding: 35px 20px;
  }

  .feature-icon-circle {
    width: 70px;
    height: 70px;
  }

  .feature-icon-circle i {
    font-size: 28px;
  }

  .feature-card-title {
    font-size: 11px;
  }

  .feature-card-text {
    font-size: 12px;
  }
}

