* {
    padding: 0;
    margin: 0;
}
.allbody {
    background-color: #0e0e0e;
    color: #ffffff;
}
.imglogo {
    width: 232px;
    height: 76px;
}
.nav-link {
    color: #ffffff !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-size: 24px !important;
}
.navreatil {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.login-signup-box {
    margin: 0 60px;
    margin-top: 80px;
    border: 1px solid #c6c6c6;
    border-radius: 29px;
    padding: 25px 30px !important;
    box-shadow: 1px 0px 5px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.login-signup-box:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.login-signup-box .nav-link {
    color: white !important;
    font-weight: 500;
}

/* .login-signup-box .nav-link:hover {
  text-decoration: underline;
} */

/* .mainborder {
  margin-top: 70px;
  border: 4px solid #535252;
  width: 669px;
  padding: 15px 20px;

  opacity: 1;
  border-radius: 100px;

}

.offer-tabs {
  display: flex;
  gap: 10px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.offer-item {
  color: white;
  background-color: transparent;
  border-radius: 100px;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 28px;
  font-weight: bold;
  width: 321px;
  transition: all 0.3s ease;
}

.offer-item.active {
  background-color: #ed0a0a8a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aitheft {
  font-size: 85px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  margin-top: 50px;
}
.trsform {
  font-size: 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  margin: 20px auto;
  max-width: 1020px;
  width: 100%;
}

.Register {
  font-size: 28px;
  border: 1px solid #937575;
  text-align: center;
  max-width: 412px;
  width: 100%;

  padding: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 30px;
  background-color: transparent;
  color: #ffffff;
}
.mainbgHero {
  background-image: url("../image/mainT.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 800px;
  max-width: 100%;
}

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
} */

/* Center background */
/* .bgmid {
  background-image: url("../image/bgmid.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
.bgmid {
    background-image: url("../image/bgmid.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    max-width: 100%;
    z-index: 2;
}
/* Left decoration */
/* .left-deco {
  position: absolute;
  top: -100px;
  left: 0;
  width: 500px;
  z-index: -1;
} */

/* Right decoration */
/* .right-decor {
  position: absolute;
  top: 0px;
  right: 0;
  width: 180px;
  z-index: -1;
} */

/* .center-decor {
  position: absolute;
  top: -100px;
  left: 40%;
  right: 50%;
  width: 700px;
  z-index: -1;
}
.mid-decor {
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0;
  width: 900px;
  z-index: -1;
} */

.nav-link.active-nav {
    color: #ff0000 !important; /* active color */
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
}

.nav-link.active-nav::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    /*background-color: #ff0000;*/
}

.mainhero {
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.stopshop {
    color: #ffffff;
    font-size: 95px;
    font-family: "Poppins";
    font-weight: 800;
    max-width: 224px;
    width: 100%;
    line-height: 100%;
}
.main-heading {
    color: #ffffff;
    font-size: 95px;
    font-family: "Poppins";
    font-weight: 800;
    width: 100%;
    line-height: 100%;
}
.realtime {
    margin-top: 5px;
    font-size: 95px;
    font-family: "Poppins";
    font-weight: 800;
    line-height: 100%;

    background: linear-gradient(90deg, #ff0000 0%, #990000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stoptext {
    margin-top: 10px;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #ffffff;
    max-width: 637px;
    width: 100%;
}

.top-header-media {
    background: #000000;
    max-width: 768px;
    width: 100%;
    height: 470px;
    border-radius: 20px;

    overflow: hidden; /* IMPORTANT for rounded corners */
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header-media video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keeps original aspect ratio */
}
.bchero {
    background: #53535359;
    max-width: 768px;
    width: 100%;
    height: 470px;
    border-radius: 20px;
}

/* List */
.mainlist {
    max-width: 100%;
    width: 100%;
    border: 1px solid transparent;
    padding: 25px;

    background: linear-gradient(
        90deg,
        rgba(217, 217, 217, 0) 0%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(115, 115, 115, 0) 100%
    );

    border-image-source: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        #ffffff 49.52%,
        rgba(153, 153, 153, 0) 100%
    );
    border-image-slice: 1;
}

.border-icon {
    border: 1px solid #ffffff;
    width: 128px;
    height: 128px;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.magnet-img {
    width: 39px;
    height: 50px;
}

.countingNo {
    color: #afafaf;
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0%;
}
.countext {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0%;
    max-width: 254px;
    width: 100%;

    color: #ffffff;
}
.theftmain {
    text-align: center;
    margin-top: 110px;
}
.theft {
    max-width: 100%;
}
.thefttext {
    max-width: 1169px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.stop-thefts {
    max-width: 1544px !important;
    height: 690px !important;
    /*margin-top: 100px;*/
    margin-left: auto;
    margin-right: auto;
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, #ffffff 0%, #b1b1b1 100%);
    border-image-slice: 1;
}
.border-fivesus {


    background: #000000;
    max-width: 1544px;
    width: 100%;
    height: 690px;
    /*border-radius: 47px;*/

    overflow: hidden; /* IMPORTANT for rounded corners */
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid transparent;

    border-image-source: linear-gradient(180deg, #ffffff 0%, #b1b1b1 100%);
    border-image-slice: 1;

    box-shadow: 0px 4px 40px 9px #ff000080;

    /*font-family: "Plus Jakarta Sans";*/
    /*font-weight: 700;*/
    /*font-size: 21px;*/
    /*line-height: 40px;*/
    /*letter-spacing: 0%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    /*align-items: center;*/
}

/* Contect */
.contectmain {
    margin-top: 150px;
    /*position: relative;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contectborder {
    position: relative;
    border-radius: 23px;
    padding: 30px 40px;
    box-shadow: 0px 4px 4px 3px #00000040;
    background: linear-gradient(
        342.1deg,
        rgba(18, 18, 20, 0) 22.24%,
        #121214 58.33%,
        #cd0300 116.07%
    );
}

.contectborder::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 23px;
    padding: 1px;
    background: linear-gradient(180deg, #ff0000 0%, #666666 71.15%, #ffffff 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.Registcall {
    font-size: 32px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}

.side-img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 450px;
    height: auto;
    z-index: 1;
}

.left-img {
    left: 0;
}

/* Right side */
.right-img {
    right: 0;
    margin-top: 50px;
}

.labalinput {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 18px;
    max-width: 230px;
    width: 100%;
}
.maininput {
    max-width: 340px;
    background-color: #0d0d0d;
    gap: 15px;
    width: 100%;
    height: 54px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
}

.maininput::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 7px;
    padding: 1px;
    background: linear-gradient(90deg, #c1c1c1 0%, #666666 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.inputclass {
    background-color: transparent !important;
    outline: black !important;
    border: none !important;
    color: #b0b0b0 !important;
    border-top: 7px;
    border-bottom: 7px;
}
.lablimg {
    background: #191919;
    width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputclass::placeholder {
    color: #b0b0b0 !important;
}

.borders {
    border: 0.25px solid #cdbcbc;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
}

.BookNow {
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-size: 24px;
    max-width: 331px;
    width: 100%;
    background: #e2001f;
    border-radius: 7px;
    border: none !important;
    height: 66px;
    color: #ffffff;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.privacy {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-size: 18px;

    text-decoration: underline;
    text-decoration-style: solid;
    color: #8d8d8d;
}

.textarea {
    margin-top: 50px;
    /*border: 1px solid;*/
    /*background: #0d0d0d;*/
    box-shadow: 0px 4px 40px 9px #ff000080;

    border-image: linear-gradient(180deg, #ffffff 0%, #b1b1b1 100%);
    border-image-slice: 1;
    max-width: 944px;
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    /*height: 900px;*/
}
.textareainput {
    background: #090909;
    outline: none !important;
    border: none !important;
    width: 100%;
    height: 100%;
    color: #b0b0b0 !important;
    padding: 15px;
}
.bgcolor {
    width: 100%;
    margin-top: 200px;
    height: auto;
    background: #0c0c0c;
    padding-bottom: 20px;
}
.bgcolorblack {
    width: 100%;
    background-color: #000000;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
}
.gaps {
    gap: 40px;
}
.sniceimg {
    width: 300px;
    height: 300px;
}

.bricktext {
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 36px;

    text-transform: capitalize;
}
.retail {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 28px;
}

/* CArds */

.digittext {
    text-align: center;
    max-width: 1139px;
    font-size: 75px;
    line-height: 114px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}
.custom-card {
    margin-top: 100px;
    width: 500px;
    height: auto;
    border-radius: 15px;
    background: linear-gradient(180deg, #131313 0%, #262626 100%);
    background: #000000;
    position: relative;
    padding: 1px; /* border thickness */
    overflow: hidden;
    box-shadow: 0px -40px 30px -8px #ff000080 inset;
}

.custom-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(180deg, #ffffff 0%, #a5a5a5 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    box-shadow: 0px -40px 30px -8px #ff000080 inset;
}

.custom-card .card-body {
    padding: 30px;
    position: relative;
    z-index: 1;
}

.custom-card img {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: block;
}

.custom-card .btn {
    background: #e2001f;
    border: none;
    color: white;
    max-width: 372px;
    width: 100%;
    height: 62px;
    border-radius: 10px;
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-size: 24px;
    margin-left: 30px;
    /* margin-top: 225px; */
}

.d10btn {
    /* margin-top: 50px !important; */
}

.custom-card .btn:hover {
    opacity: 0.9;
}

.custom-card img {
    width: 100%;
}

.cardtitle {
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 36px;

    text-transform: capitalize;
}

.cardtext {
    margin-top: 10px;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 28px;
    max-width: 500px;
    width: 100%;
}
.intelcolor {
    color: #ff2f4c;
}

.carddesc {
    margin-top: 25px;
    max-width: 560px;
    width: 100%;
    font-family: "Plus Jakarta Sans";
    font-weight: 300;
    font-size: 22px;
}
.flexdrc {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 👈 Keeps image at bottom */
}
.aicolor {
    color: #ff0000;
}
.maxw {
    max-width: 690px;
}

.discover {
    margin-top: 180px;
    max-width: 1174px;
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    width: 100%;

    font-size: 55px;

    text-align: center;
    text-transform: capitalize;
}
.trackbus {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 28px;
}
.othercards {
    width: 534px !important;
    height: 234px !important;
    margin-top: 0;
    border-radius: 33px !important;
}
.margset {
    margin-top: 120px;
}
.largecards1 {
    width: 692px !important;
}
.marglarge {
    margin-top: 80px !important;
}
.largecards2 {
    width: 932px !important;
}
.largecards1 .cardtext {
    max-width: 630px;
}
.othercards::before {
    border-radius: 33px !important;
}
.othercards .card-body {
    padding-top: 40px !important;
}
.othercards .cardtitle {
    font-size: 28px;
}
.othercards .cardtext {
    font-size: 22px;
}
.bgsilder {
    background: transparent !important;
    margin-top: 100px;
}
.silderimg {
    position: relative;
    max-width: 320px;
    width: 100%;
    /* height: 108px; */
    /* border-radius: 100px; */
    /* background-color: #262626; */
    z-index: 1;
}

.silderimg::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    /* border-radius: inherit;
    background: linear-gradient(90deg, #ffffff 0%, #a0a0a0 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; */
    z-index: -1;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;
    display: flex;
    justify-content: center;
}

.slider-track {
    display: flex;
    gap: 20px;
    animation: scrollX 7s linear infinite alternate; /* 👈 moves both sides */
}

.silderimg {
    min-width: 217px;
    height: 108px;
    /* background-color: #262626; */
    /* border-radius: 100px; */
    /* border: 1px solid transparent;
    background-image:
      linear-gradient(90deg, #262626, #262626),
      linear-gradient(90deg, #ffffff 0%, #a0a0a0 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.brand-logo {
    width: 217px;
    height: auto;
    object-fit: contain;
}

/* Animation keyframes */
@keyframes scrollX {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Ai integarted */
.mainintegared {
    margin-top: 110px;
    background-image: url("/asset/images/frontend/ai-integrate.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 888px;
    max-width: 100%;
    justify-content: end;
    display: flex;
    align-items: center;
    padding: 150px;
}
.aiallright {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: end;
    align-items: end;
}
.aiheading {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 80.55px;
    line-height: 84.5px;
    letter-spacing: 0%;
    text-align: right;
    max-width: 767px;
    width: 100%;
}
.aitext {
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-size: 45.14px;
    line-height: 64.49px;
    letter-spacing: 0%;
    text-align: right;
    max-width: 505px;
    width: 100%;
}
.mainscurty {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
}
.posiset {
    max-width: 100%;
    position: absolute;
    margin-top: 0;
    z-index: 1;
    left: auto;
}
.borderback {
    background-color: #f80000;
    width: 125px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/*.bcaiscurity {*/
/*    background: #000000;*/
/*    max-width: 946px;*/
/*    height: 498px;*/
/*    width: 100%;*/
/*    border-radius: 47px;*/
/*}*/
.bcaiscurity {
    background: #000000;
    max-width: 946px;
    width: 100%;
    height: 498px;
    border-radius: 47px;

    overflow: hidden; /* IMPORTANT for rounded corners */
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}
.bcaiscurity video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* keeps original aspect ratio */
}

.relase {
    font-family: "Poppins";
    font-weight: 800;
    font-size: 45px;
    line-height: 40px;
    color: #ffffff;
}
.protectext {
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #f80000;
}
.report {
    max-width: 400px;
    width: 100%;
    line-height: 60px;
}
.alertstext {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    max-width: 495px;
    width: 100%;
}
.enquibtn {
    background: #f80000;
    border: none;
    color: white;
    max-width: 351px;
    width: 100%;
    height: 96px;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-size: 32px;
    margin-top: 60px;
}

/* Degsin */
.accessible-design {
    background-image: url("/asset/images/frontend/designset.png");
    margin-top: 180px;
}

.nowaccessible {
    font-family: "Poppins";
    font-weight: lighter;
    font-size: 36px;
    line-height: 100%;
    color: #ffffff;
}
.fwset {
    font-weight: normal;
    margin-top: 10px;
}
.airad {
    text-align: center;
}
.aiallrightaccess {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.margset {
    margin-top: 90px;
}
.enhanceimg {
    box-shadow: 0px 0px 5px -13px #00000040;
    max-width: 751px;
    width: 100%;
    height: 888px;
    border-radius: 39px;
}

.enhantext {
    max-width: 791px;
    width: 100%;
    line-height: 95px;
    text-align: left;
    margin-left: unset;
    margin-right: unset;
    margin-top: 0;
}
.Industrytext {
    max-width: 702px;
}

/* Action  */
.mainAction {
    background-color: #d9d9d92e;
    max-width: 100%;
    height: auto;
    margin-top: 140px;
    padding: 120px 30px;

    width: 100%;
}
.theftperv {
    font-size: 65px;
}

/* Silderss */

.sliderperv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 100px;
    /* flex-wrap: wrap; */
}

/* ARROWS */
.arrowsleft {
    width: 136px;
    height: 136px;
    border: 0.5px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
}
.angleleft {
    width: 32px;
    height: 58px;
}
.angleright {
    width: 32px;
    height: 58px;
    rotate: -180deg;
}
.cardsperv {
    background: #000000;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 7px #00000040;
    padding: 30px 20px;
    display: flex;
    gap: 20px;
    width: 892px;
    height: 492px;
    /* height: 492px; */
}
.cardsperv3 {
    height: auto;
}

.cardspervation {
    background-color: #434141;
    max-width: 383px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.play {
    width: 124px;
    height: 124px;
    background: #f80000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pauseicon {
    width: 63px;
    height: 63px;
}

.moduletext {
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    max-width: 436px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 20px;
}
.Instanttext {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    max-width: 380px;
    width: 100%;
}
.lessbtn {
    background-color: #f80000;
    max-width: 382px;
    width: 100%;
    height: 65px;
    font-family: "Plus Jakarta Sans";
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    border: none;
    color: #ffffff;
    margin-top: 30px;
}

.cardsperv2 {
    background: #000000;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 7px #00000040;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;

    gap: 20px;
    width: 437px;
    height: 492px;
}
.cardspervation2 {
    background-color: #434141;
    width: 247px;
    height: 347px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cardsperv4 {
    height: 615px;
}

.cardspervation3 {
    background-image: url("/asset/images/frontend/insolimg2.png");
    background-repeat: no-repeat;
    background-color: unset;
    background-position: center;
    background-size: cover;
}
.cardspervation4 {
    background-image: url("/asset/images/frontend/insolimg1.png");
    background-repeat: no-repeat;
    background-color: unset;
    background-position: center;
    background-size: cover;
}

/* New silder */

.cardsperv,
.cardsperv2,
.cardsperv3,
.cardsperv4 {
    min-width: 300px; /* slide width */
    flex-shrink: 0;
    background: #000;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.sliderperv {
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    position: relative;
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.myslider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    max-width: 1800px;
    width: 100%;
    justify-content: center;
}
.prev {
    left: 0px;
}
.next {
    right: 0px;
}
.arrow {
    width: 136px;
    height: 136px;
    border: 1px solid #fff;
    border-radius: 15px;
    background: transparent;
    cursor: pointer;
    z-index: 10;
    position: absolute;
}

@media (max-width: 1200px) {
    .sliderperv {
        flex-direction: column;
    }

    .arrowsleft {
        display: none;
    }
    .cardsperv {
        max-width: 437px;
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        padding: 30px 40px;
    }
    .cardspervation {
        height: 347px;
    }
    .cardsperv2 {
        max-width: 437px;
        width: 100%;
        height: auto;
    }
    .cardspervation2 {
        height: 347px;
    }
}

.click {
    color: #f80000;
}
/* Footer */
.footerbg {
    background-color: #282828;
    width: 100%;
    /*margin-top: 300px;*/
}
.topborderclr {
    background: #e2001f;

    height: 30px;
    width: 100%;
}

.maincontent {
    padding: 70px 80px 20px 80px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.footergap {
    gap: 80px;
}
.phonecontect {
    margin-left: 25px;
}
.contAbout {
    margin-top: 25px;
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-size: 24px;
}
.mtcopy {
    margin-top: 70px;
    padding-bottom: 30px;
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-size: 18px;

    text-align: center;
}
.dnone {
    display: none;
}
@media (min-width: 1600px) and (max-width: 999999px) {
    .navreatil {
        margin-left: 20px;
        margin-right: 20px;
    }
    .login-signup-box {
        /*margin: 80px 120px 0;*/
    }
    .side-img {
        width: 705px;
    }
    .bgmid {
        height: 1081px;
    }
    .textarea {
        max-width: 1544px;
    }
    .bgcolor {
        height: 244px;
    }
    /* .sniceimg {
      width: 386px;
      height: 386px;
      margin-top: -90px;
    } */
    .bricktext {
        margin-top: 40px;
    }
    .custom-card {
        width: 733px;
        height: 1101px;
    }
}

@media (min-width: 1000px) and (max-width: 1420px) {
    .imglogo {
        width: 180px;
        height: auto;
    }
    .nav-link {
        font-size: 22px !important;
    }
    .navreatil {
        margin-left: 10px;
        margin-right: 10px;
    }
    .stop-thefts {
        max-width: 1200px;
    }

    .enhanceimg {
        max-width: 651px;
        height: 748px;
    }
}
@media (max-width: 1300px) {
    .myslider-track {
        width: 100%;
        max-width: unset;
        justify-content: unset;
    }
    .sliderperv {
        width: unset;
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
@media (max-width: 1200px) {
    .navreatil {
        margin-left: 0px;
        margin-right: 0px;
    }
    .navbar-toggler {
        background-color: white !important;
    }
    .stop-thefts {
        max-width: 1100px;
    }
    .theftmain {
        margin-left: 40px;
        margin-right: 40px;
    }
    .enhanceimg {
        max-width: 651px;
        height: 748px;
    }
    .prev {
        left: 0;
    }
    .next {
        right: 0;
    }
    .arrow {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1100px) {
    .footerlogo {
        width: 270px;
        height: auto;
    }
    .maincontent {
        padding: 60px 60px 20px 60px;
    }
    .contAbout {
        font-size: 20px;
    }
    .largecards1 {
        max-width: 534px;
        width: 100%;
    }
    .mainintegared {
        height: 600px;
        padding: 20px;
    }
    .aiheading {
        font-size: 65px;
    }
    .aitext {
        font-size: 35px;
    }
    .nowaccessible {
        font-size: 28px;
    }
}
@media (max-width: 990px) {
    .marglarge {
        margin-left: 20px;
        margin-right: 20px;
    }
    .theftperv {
        line-height: 100%;
    }
    .cardspervation {
        height: 300px;
    }

    .cardspervation2 {
        height: 300px;
    }
    .lessbtn {
        max-width: 310px;

        font-size: 20px;
    }
    .moduletext {
        font-size: 22px;
    }
    .Instanttext {
        font-size: 18px;
    }
    .nowaccessible {
        font-size: 28px;
    }
    .bcaiscurity {
        max-width: 765px;
        height: 420px;
        width: 100%;
    }

    .enhanceimg {
        max-width: 510px;
        height: 600px;
    }
    .sniceimg {
        width: 250px;
        height: 250px;
    }
    .relase {
        font-size: 35px;
        line-height: 30px;
    }
    .protectext {
        font-size: 20px;
        line-height: 30px;
    }
    .report {
        max-width: 100%;
        width: 100%;
        line-height: 30px;
    }
    .alertstext {
        font-size: 20px;
        line-height: 30px;
    }
    .enquibtn {
        max-width: 290px;
        height: 80px;

        font-size: 27px;
    }
    .imglogo {
        width: 160px;
        height: auto;
    }
    .aiheading {
        font-size: 60px;
    }
    .aitext {
        font-size: 34px;
    }
    .mainborder {
        max-width: 600px !important;
        width: 100% !important;
        margin-left: 40px;
        margin-right: 40px;
    }
    .offer-item {
        font-size: 20px;
    }
    .aitheft {
        font-size: 50px;
    }
    .trsform {
        font-size: 20px;
        /* margin-left: 30px;
        margin-right: 30px; */
        padding-right: 30px;
        padding-left: 30px;
    }
    .Register {
        padding: 15px;
        margin-left: 20px;
        margin-right: 20px;
        max-width: 350px;
        font-size: 24px;
    }
    .bgcolor {
        height: auto;
        flex-wrap: wrap;
    }
    .gaps {
        padding-left: 30px;
        padding-right: 30px;
    }
    .bricktext {
        font-size: 30px;
    }
    .retail {
        font-size: 24px;
    }
    .discover {
        font-size: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .trackbus {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-toggler {
        background-color: white !important;
    }

    .footerlogo {
        width: 210px;
        height: auto;
    }
    .maincontent {
        padding: 50px 30px 0 30px;
    }
    .contAbout {
        font-size: 18px;
        margin-top: 20px;
    }
    .footergap {
        gap: 20px;
    }
    .phonecontect {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .angleleft {
        width: 15px;
        height: 30px;
    }
    .angleright {
        width: 15px;
        height: 30px;
    }
    .arrow {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
    .aiheading {
        font-size: 50px;
        max-width: 500px;
    }
    .aitext {
        font-size: 28px;
        max-width: 400px;
    }
    .nowaccessible {
        font-size: 25px;
        max-width: 250px;
    }
    .marglarge {
        margin-left: 20px;
        margin-right: 20px;
    }
    .moduletext {
        font-size: 20px;
    }
    .Instanttext {
        font-size: 16px;
    }
    .stop-thefts {
        max-width: 650px;
        height: auto !important;
    }
    .posiset {
        font-size: 35px !important;
    }
    .borderback {
        height: 100px;
        width: 80px;
    }
    .digittext {
        line-height: 100%;
    }
    .bcaiscurity {
        max-width: 630px;
        height: 380px;
        width: 100%;
    }

    .relase {
        font-size: 30px;
        line-height: 25px;
    }
    .protectext {
        font-size: 18px;
        line-height: 25px;
    }
    .report {
        line-height: 25px;
    }
    .alertstext {
        font-size: 18px;
        line-height: 25px;
    }
    .enquibtn {
        max-width: 230px;
        height: 70px;
        margin-top: 40px;

        font-size: 24px;
    }

    .top-header-media {
        max-width: 630px;
    }
    .bchero {
        max-width: 630px;
    }
    .stopshop {
        font-size: 65px;
    }
    .main-heading {
        font-size: 65px;
    }
    .realtime {
        font-size: 65px;
    }
    .stoptext {
        font-size: 25px;
    }
    .side-img {
        width: 300px;
    }
    .bgmid {
        display: none;
    }
    .contectmain {
        margin-top: 80px;
    }
    .imglogo {
        width: 120px;
        height: auto;
    }
    /*.textarea {*/
    /*    height: 600px;*/
    /*}*/
    .Registcall {
        font-size: 24px;
    }
    .nav-link {
        font-size: 20px !important;
    }

    .offer-item {
        width: 100%;
        padding: 5px 15px;
    }
    .cardtitle {
        font-size: 30px;
    }
    .cardtext {
        font-size: 24px;
    }
    .custom-card .btn {
        max-width: 300px;
        font-size: 20px;
    }
    .carddesc {
        font-size: 20px;
    }
    .discover {
        font-size: 35px;
    }
    .trackbus {
        font-size: 20px;
    }
    .othercards .cardtitle {
        font-size: 24px;
    }
    .othercards .cardtext {
        font-size: 20px;
    }
    .othercards {
        max-width: 500px !important;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 30px;
    }
    .custom-card {
        margin-left: 20px;

        margin-right: 20px;
    }
    .silderimg {
        max-width: 280px;
        height: 90px;
    }
    .brand-logo {
        width: 150px;
    }

    .footerlogo {
        width: 180px;
    }
    .maincontent {
        padding: 30px 15px 0 15px;
    }
    .contAbout {
        font-size: 16px;
        margin-top: 15px;
    }
    .footergap {
        gap: 15px;
    }
    .phonecontect {
        margin-left: 15px;
    }
    .mtcopy {
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .arrow {
        top: 210px;
    }
    .angleleft {
        width: 12px;
        height: 20px;
    }
    .angleright {
        width: 12px;
        height: 20px;
    }
    .arrow {
        width: 35px;
        height: 35px;
        border-radius: 7px;
    }

    .cardspervation {
        height: 250px;
    }

    .cardspervation2 {
        height: 250px;
    }
    .pauseicon {
        width: 43px;
        height: 43px;
    }
    .play {
        width: 90px;
        height: 90px;
    }
    .moduletext {
        font-size: 18px;
        line-height: 25px;
    }
    .Instanttext {
        font-size: 14px;
    }
    .lessbtn {
        max-width: 270px;

        font-size: 18px;
    }
    .sniceimg {
        width: 200px;
        height: 200px;
    }
    .enhanceimg {
        max-width: 400px;
        height: 480px;
    }
    .margset {
        margin-left: 20px;
        margin-right: 20px;
    }
    .nowaccessible {
        font-size: 20px;
    }
    .digittext {
        font-size: 35px !important;
    }
    .aiheading {
        font-size: 25px;
        line-height: 100%;
        max-width: 300px;
    }
    .aitext {
        line-height: 100%;
        font-size: 20px;
        max-width: 280px;
    }
    .mainintegared {
        height: auto;
        padding: 60px 20px;
    }
    .mainhero {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 60px;
    }
    .top-header-media {
        max-width: 500px;
        height: 320px;
    }
    .bchero {
        max-width: 500px;
        height: 320px;
    }
    .stopshop {
        font-size: 45px;
    }
    .main-heading {
        font-size: 45px;
    }
    .realtime {
        font-size: 45px;
    }
    .stoptext {
        font-size: 20px;
        max-width: 500px;
    }
    .side-img {
        width: 220px;
    }
    .enquibtn {
        width: 190px;
        font-size: 21px;
    }
    .Industrytext {
        line-height: 25px;
    }
    .Registcall {
        font-size: 20px;
    }
    .offer-item {
        font-size: 15px;
        padding: 5px 5px;
    }
    .contectborder {
        margin-left: 20px;
        margin-right: 20px;
    }
    .aitheft {
        font-size: 40px;
    }
    .trsform {
        font-size: 18px;
    }
    .Register {
        padding: 10px;

        max-width: 250px;
        font-size: 18px;
    }
    .login-signup-box {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px;
        padding: 15px 20px !important;
    }
    .BookNow {
        max-width: 200px;
        height: 54px;
        font-size: 20px;
    }
    .privacy {
        font-size: 16px;
    }
    .labalinput {
        font-size: 16px;
    }
    .bricktext {
        font-size: 24px;
    }
    .retail {
        font-size: 18px;
    }
    .cardtitle {
        font-size: 24px;
    }
    .cardtext {
        font-size: 20px;
    }
    .custom-card .btn {
        max-width: 250px;
        font-size: 18px;
    }
    .carddesc {
        font-size: 16px;
    }
    .discover {
        font-size: 30px;
    }
    .trackbus {
        font-size: 18px;
    }
    .othercards .cardtitle {
        font-size: 20px;
    }
    .othercards .cardtext {
        font-size: 18px;
    }
    .silderimg {
        max-width: 200px;
        height: 70px;
    }
    .brand-logo {
        width: 100px;
    }
    .maincontent {
        flex-direction: column-reverse;
    }
    .footerlogo {
        display: none;
    }
    .dnone {
        display: block;
        margin-top: 30px;
        margin-left: 30px;
    }
    .maincontent {
        padding: 10px 30px 0 30px;
    }
    .footergap {
        margin-left: 15px;
        gap: 30px;
    }
    .contAbout {
        margin-top: 0;
    }
    .mtcopy {
        font-size: 14px;
    }
    .contAbout {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .nowaccessible {
        font-size: 14px;
        max-width: 160px;
    }
    .enhanceimg {
        max-width: 300px;
        height: 360px;
        width: 100%;
    }
    .mainintegared {
        height: auto;
        padding: 50px 20px;
    }
    .aiheading {
        font-size: 18px;
        line-height: 100%;
        max-width: 250px;
    }
    .digittext {
        font-size: 30px !important;
    }

    .aitext {
        line-height: 100%;
        font-size: 14px;
        max-width: 210px;
    }
    .contectborder {
        margin-left: 0px;
        margin-right: 0px;
        padding: 20px 15px;
    }
    .side-img {
        width: 180px;
    }
    .maincon {
        margin-left: 30px;
        margin-right: 30px;
    }
    .mtcopy {
        font-size: 12px;
    }
}
.web-pages-br {
    border: 1px solid #c6c6c6;
    border-radius: 10px
}
.image-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
}
.custom-popup {
    background-color: black !important;
}
.custom-title {
    color: white !important;
}
.swal2-html-container {
    color: white ; /* Ensures the content text is white */
}
