
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Six+Caps&display=swap');


*{
    padding: 0;
    margin: 0;
   
}
body{
    overflow-x: hidden;
}



h1{
     font-family: "Nunito Sans", sans-serif;
}

h2{
     font-family: "Nunito Sans", sans-serif;
}

h3{
     font-family: "Nunito Sans", sans-serif;
}

h4{
     font-family: "Nunito Sans", sans-serif;
}
h5{
     font-family: "Nunito Sans", sans-serif;
}

p{
    font-family: "Nunito Sans", sans-serif;
}

a{
    font-family: "Nunito Sans", sans-serif;

}

/* banner  */

.banner{
    background-image:url(..//images/banner.png);
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

@media (max-width: 768px) {
  .banner {
    height: 65vh;
  }
}



.banner-inner .social img{
    width: 25px;
    background-color: rgba(68, 68, 68, 0.804);
    padding: 2px 2px;
    border-radius: 100%;
    margin-right: 10px;
}

.banner-inner .social {
    padding-top: 20px;
    text-align: end;
    margin-right: 30px;
   
}

.banner .social img{
    width: 25px;
    background-color: rgba(68, 68, 68, 0.804);
    padding: 2px 2px;
    border-radius: 100%;
    margin-right: 10px;
}

.banner .social {
    padding-top: 20px;
    text-align: end;
    margin-right: 30px;
   
}


.navbar ul{
    display: flex;
    justify-content:end;
    align-items: center;
}

.navbar ul li{
    list-style: none;
    margin-right: 10px;
}

.navbar ul li a{
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.nav-item img{
    width: 20px;
    
}

.navbar-brand img{
    width:190px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 1rem;
    transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #F7E603;
}
.navbar-expand-lg{
    padding: 0;
}

.banner .talk-btn a{
    background-color:#4A4A4A;
    color: #F7E603;
    padding: 10px 15px !important;
    border-radius: 15px;
    font-weight: 700;
    font-size: 17px !important;
}

.banner .content {
  margin: 140px 0 0 40px;
}


@media (max-width: 992px) {
  .banner .content {
    margin: 100px 0 0 30px;
  }
}


@media (max-width: 576px) {
  .banner .content {
    margin: 60px 0 0 20px;
  }
}


@media (max-width: 375px) {
  .banner .content {
    margin: 40px 0 0 10px;
  }
}


.banner .arrow{
    display: flex;
}

.content h1{
    color: white;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 992px) {
  .content h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .content h1 {
    font-size: 32px;
  }

  .sec-about .box {
    position: relative;
    padding: 30px;
    margin: 40px 10px !important;
    background: white;
    z-index: 1;
    border-radius: 12px;
    animation: pulse-border 2s infinite alternate;
}


}

@media (max-width: 480px) {
  .content h1 {
    font-size: 38px;
  }
}

.content h1 span{
    color: #F7E603;
}

.content .button a{
    background-color: #F7E603;
    color:black;
    text-decoration: none;
    padding: 10px 14px;
    font-size: 18px;
    font-weight: 800;
}

.content .button{
    margin-top: 20px;
}


/* about */


.about{
    margin-top: 60px;
}

/* .about .image{
    position: relative;
    margin-left: 90px;
} */

.about .image1 img{
    /* width: 80%;
    height: 60vh; */
    border-radius: 12px;
    /* position: relative; */

}

/* .about .image1{
    position: absolute;
} */

.about .card {
    background-image: url('../images/Group\ 2.png');
    background-size: cover;
    background-position: center;
     /* width: 70%;
    height: 22vh; */
    border-radius: 0 0 12px 0;
    position: absolute;
    z-index: 1;
    top: 18rem;
    left: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px 25px;
}

@media (max-width: 992px) {
  .about .card {
    top: 20vh;
    left: 10vw;
    height: auto;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .about .card {
    position: relative;
    top: auto;
    left: auto;
    border-radius: 12px;
  }
}



.about h5{
    font-size: 22px;
    font-weight: 600;
    color: rgba(35, 35, 35, 0.705);
}

.about h4{
    font-size: 30px;
    font-weight: 700;
}

.about p{
    font-size: 16px;
    margin: 15px 0;
    padding-right: 8px;
    text-align: justify;
}

.about a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid black;
    padding: 7px 15px;
    border-radius: 7px;
    margin-top: 10px;
}

.about a:hover{
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: #000;
}

.about .card{
    border: none;
}


.about .text{
    margin-top: 20px;
}


/* services */

.services{
    margin-top: 60px;
    background-image: url(..//images/Group\ 3.png);
    /* height: 100vh; */
    width: 100%;
     background-position: center;
    background-size: cover;
    padding-bottom: 90px;
    
}

@media (max-width: 768px) {
  .services {
    height: auto;
  }
}

@media (max-width: 480px) {
  .services {
    height: auto;
    padding-bottom: 30px;   
  }
}

.services .head{
    text-align: center;
    padding-top: 130px;
}


.services .head p{
    margin: 0;
    color: white;
    font-size: 32px;
}

.services p span{
    font-weight: 700;
    font-size: 34px;
}

.services h5{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.432);
}
.serv-bx{
    background-color: #202020;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 285px;
}
.serv-titbx{
    margin: 20px 0px;
    text-align: center;
}
.owl-carousel-ser{
    margin-top: 40px;
}
.serv-bx a{
    width:14%;
}
.serv-bx a img{
    width:100%;
}

/* values  */

.values .value1{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.values .value1 img{
    width: 16px;
    /* height: 4vh; */
    background: none;
}

.values .imge img{
    width: 100%;
    height: 30vh;
    margin-left: 30px;
}

.values{
    background-color: #F7E603;
}

.values .text{
    margin-top: 40px;
}

.values .text1{
    margin-top: 40px;
}

.values .value1{
    margin-top: 10px;
}

.value1 img{
    margin-right: 10px;
}

.value1 h6{
    font-size: 20px;
    font-weight: 600;
}


/* physical */

.physical{
    margin-top: 40px;
}

.physical .head{
    text-align: center;
}

.head span{
    font-size: 30px;
    font-weight: 700;
}

.head p{
    font-size: 30px;
   
}



.physical .image img{
    width: 90%;
    height: auto;
   
}

.physical .image {
    text-align: center;
}

@media (max-width: 768px) {
  .physical .image img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .physical .image img {
    width: 100%;
  }
}


/* contact */


.contact .card{
    background-color: #F7E603;
    width: 65%;
    border: none;
    border-radius: 0;
    position: relative;
    top: 14rem;
    padding:30px;
}

@media (max-width: 991px) {
  .contact .card {
    width: 90%; 
    top: 8rem;    
    padding: 20px 15px;
  }
}


@media (max-width: 576px) {
  .contact .card {
    width: 100%;    
    top: 10rem;
    padding: 15px 10px;
  }
}

.card p{
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.card h6{
    font-size: 22px;
    font-weight: 700;
}


.contact .image{
    background-image: url(..//images/high-angle-security-man-working.png);
    width: 100%;
    height: 68vh;
     background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
  .contact .image {
    height: 50vh;
  }
}

@media (max-width: 480px) {
  .contact .image {
    height: 40vh;
  }
}



/* .contact .card2{
    background-color: #181818;
    margin-top: 26px;
    width: 100%;
    position: relative;
    margin-left: -100px;
    padding: 45px;
} */

.contact .card2 {
    background-color: #181818;
    margin-top: 35px;
    width: 100%;
    position: relative;
    padding: 45px;
}


@media (min-width: 992px) {
  .contact .card2 {
    margin-left: -100px;
  }
}


@media (max-width: 991px) {
  .contact .card2 {
    margin-left: 0;
    padding: 30px 20px;
    margin-top: 0;
  }
}


.card2 input::placeholder{
    color: #8D8D8D;
}

.contact .card2 h6{
    text-align: center;
    color: white;
    font-size: 20px;
    /* padding-top: 30px; */
}


.card2 h6 span{
    font-weight: 700;
    font-size: 20px;
}

.card2 .info{
    display: flex;
    margin-top: 20px;
}

.card2 .name1{
    /* margin-left: 40px; */
}

.card2 .id{
    display: flex;
    margin-top: 20px;
}

.card2 .mail{
    /* margin-left: 40px; */
}

.card2 .message{
    margin: 20px 0 0 0px;
    /* width: 70%; */
}

.card2 .message textarea{
    width: 100%;
    background-color: #2E2E2E;
    border: none;
    font-size: 14px;
    height: 16vh;
    padding-left:10px ;
    color: #8D8D8D;
}
.card2 .message textarea::placeholder{
     color: #8D8D8D;
}

.card2 .button a{
    text-decoration: none;
    background-color: #F7E603;
    color: black;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 26px;
}

.card2 .button{
    margin: 20px 0 0 0px;
}


.card2 input{
    background-color: #2E2E2E;
    border: none;
    height: 5vh;
    width: 100%;
    font-size: 14px;
    padding-left: 10px;
    color: #8D8D8D;
}





/* review */

.white-heading p{
    font-size: 30px;
    font-weight: 700;
}



/* .heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
} */
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
/* .white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
} */

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(..//images/review-bg.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    height: 70vh;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 18px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/




/* appointment */

.appointment{
    margin-top: 30px;
    padding: 25px 0;
}

.appointment p{
    font-size: 28px;
    font-weight: 500;
}

.appointment span{
    font-size: 28px;
    font-weight: 800;
}

.appointment .section{
    display: flex;
    justify-content: space-between;
}

.appointment .button a{
    background-color: black;
    color: white;
    padding: 8px 24px;
    text-decoration: none;
    font-size: 16px;

}

.appointment .button{
    margin-top: 20px;
}


/* footer  */

.footer{
    background-color: #181818;
}

.footer .logo img{
    width: 68%;
}

.footer .logo{
    margin-top: 40px;
}

.footer .logo p{
    font-size: 16px;
    color:#949393;
    margin-top: 20px;
}

.footer .social img{
    width: 25px;
    background-color: rgba(68, 68, 68, 0.804);
    padding: 2px 2px;
    border-radius: 100%;
    margin-right: 10px;
    
}

.footer .social{
    text-align: start;
    padding: 0;
}


.footer .nav img{
    width: 12px;
    height: 2vh;
}

.footer .nav ul li{
    list-style: none;
}

.footer .nav a{
    text-decoration: none;
    color: #949393;
    font-size: 16px;
    padding-left: 6px;
}

.footer .nav{
    margin-top: 60px;
}

.footer .nav2 a{
    text-decoration: none;
    color: #949393;
    font-size: 16px;
    margin-left: 10px;
}

.footer .nav2 img{
    width: 12px;
    height: 2vh;
}

.footer .nav2 h6{
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.footer .nav2{
    margin-top: 60px;
}

.footer .srv{
    display: flex;
    margin-top: 10px;
}

.footer .srv img{
    margin-top: 5px;
}

.footer .nav h6{
    color: white;
    padding-left: 30px;
     font-weight: 600;
    font-size: 20px;
}



.footer .contact{
    margin-top: 60px;
}

.footer .contact h6{
    color: white;
       font-weight: 600;
    font-size: 20px;
}

.footer .contact img{
    width: 12px;
    height: 2vh;
    margin-top: 5px;

}

.footer .info{
    display: flex;
    margin-top: 10px;
}

.footer .contact h6{
    padding: 0;
}

/* .footer .contact ul li{
    list-style: none;
} */

.footer .contact a{
    text-decoration: none;
    color: #949393;
    padding-left: 6px;
    font-size: 16px;
}

.footer .copy p{
    text-align: center;
    color: #bebebe;
    font-size: 14px;
    padding-top: 10px;
}

.footer .copy{
    border-top: 0.5px solid #5e5d5d;
    margin-top: 20px;
}

.carousel-control-prev,
    .carousel-control-next {
      width: 40px;
      height: 40px;
      background-color: #fff;
      border: 1px solid #000;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(0%) !important;
    }

    .navbar .offcanvas ul li a {
        color: black;
    }

    div#mobileMenu {
    max-width: 280px;
    }

    button.navbar-toggler.d-block.d-lg-none {
    background: #F7E603;
    }

.values {
  
  background-color: #F7E603;
}

.values .value1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}



/* Make images responsive */
.values .imge img {
    width: 100%;
    height: 30vh;
    display: block;
    margin: 0 auto;
}

/* Responsive spacing for smaller devices */
@media (max-width: 767px) {
  .values .text {
    margin-bottom: 0px;
  }

  .values .text1 {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .values .value1 h6 {
    font-size: 0.9rem;
  }

  .values .value1 img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .values .imge img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

}

.banner-inner {
    background-image: url(../images/inner-banner.jpg);
    height: 60vh;
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    padding: 10px 20px;
    background: #1a150f8a;
}

.banner-inner .content {
    margin: 120px 0 0 40px;
}

@media (max-width: 768px) {
    .banner-inner {
        height: 40vh;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .banner-inner {
        height: 40vh;
        padding: 15px;
        background-position: bottom right;
    }
}

@media (max-width: 480px) {
    .banner-inner .content {
        margin: 80px 0 0 0px;
    }

    .banner-inner .social {
    display: none;
}

.banner .social {
    display: none;
}

/*.navbar-brand img {*/
/*    width: 60px;*/
/*}*/
}

@media (max-width: 480px) {

  .text-responsive{
    margin-top: 20px;
  }

  .about h4 {
    font-size: 22px;
    font-weight: 700;
}

}

.vision-mission {
    background-color: #000;
    padding: 80px 0;
    background-image: url(../images/vision-mission.jpg);
    background-size: cover;
    background-position: right center;
}

.vision-mission .box {
    margin: 20px 0;
    padding: 20px;
}

@media (max-width: 768px) {

  .vision-mission {
    padding: 30px 0 0 0;
    
}

}

.vision-mission .box h5 {
  
  color: #F7E603;
  font-size: 25px;
}

.vision-mission .box p {
  
  color: white;
  margin: 0;
  text-align: justify;
}


.sec-about .box p {

  margin: 0;
  text-align: justify;
}

/* .sec-about .box {
  position: relative;
  padding: 20px;
  background: white;
  z-index: 1;
  margin: 20px 0;
}

.sec-about .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(to right, black 0 10px, #F7E603 10px 20px),
    repeating-linear-gradient(to bottom, black 0 10px, #F7E603 10px 20px),
    repeating-linear-gradient(to left, black 0 10px, #F7E603 10px 20px),
    repeating-linear-gradient(to top, black 0 10px, #F7E603 10px 20px);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top left, top right, bottom left, top left;
  z-index: -1;
  pointer-events: none;
} */

.sec-about .box {
  position: relative;
  padding: 30px;
  margin: 40px;
  background: white;
  z-index: 1;
  border-radius: 12px;
  animation: pulse-border 2s infinite alternate;
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 4px black, 0 0 10px #F7E603;
  }
  100% {
    box-shadow: 0 0 0 4px #F7E603, 0 0 10px black;
  }
}


.why-us {
    margin: 60px 0;
}

.why-us ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.why-us ul li {
    background-color: #000;
    margin: 30px 0;
    padding: 20px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.why-us ul li:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.why-us img {
  border-radius: 20px;
   
}

/* .scope-sec .box {
    box-shadow: 0px 0px 10px -5px black;
    padding: 20px;
    margin: 20px 0;
} */

.scope-sec h4 {
  font-size: 30px;
  font-weight: 700;
}

.scope-sec .box {
    box-shadow: 5px 5px 20px -5px black;
    padding: 20px;
    margin: 15px 0;
    min-height: 300px;
    align-content: center;
    border-radius: 25px;
}

.scope-sec .box p {
  margin: 0;
  color: white;
  font-weight: 500;
}

.scope-sec .box h4 {

  font-size: 22px;
  color: white;
  margin-bottom: 15px;
}

.scope-sec .box ul {
  margin-top: 15px;
}

.scope-sec .box ul li {
  color: white;
}

.manned-security-services {
    
    background-image: url(../images/manned-security-services.jpg);
    background-size: cover; /* optional */
    background-position: center;
}

.electronics-security-and-safety-solutions {

  background-image: url(../images/electronics-security-and-safety-solutions.jpg);
  background-size: cover; /* optional */
  background-position: center;
}

.CCTV-remote-monitoring {
  background-image: url(../images/CCTV-remote-monitoring.jpg);
  background-size: cover; /* optional */
  background-position: center;
}

.alarm-response {
  background-image: url(../images/alarm-response.jpg);
  background-size: cover; /* optional */
  background-position: center;
}

.property-protection {
  background-image: url(../images/property-protection.jpg);
  background-size: cover;
  background-position: center;
}

.keys-management {
  background-image: url(../images/keys-management.jpg);
  background-size: cover;
  background-position: center;
}

.event-security {
  background-image: url(../images/event-security.jpg);
  background-size: cover;
  background-position: center;
}

.services-section {
    margin: 60px 0;
}

.services-section p {
  text-align: justify;
}
 
.services-section img {
   border-radius: 10px;
   /* border-radius: 20px 20px 0 0; */
   padding: 10px;
}

.services-section .box {
    margin: 20px 0;
    /* box-shadow: 0px 0px 5px 5px black;
    border-radius: 20px; */
}

.services-section .box h4 {
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  color: black;
}

.services-section .box .service-img {
    position: relative;
    overflow: hidden; /* Ensures pseudo-elements don’t spill */
}

.services-section .box .service-img::before,
.services-section .box .service-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0; /* behind the image */
}

.services-section .box .service-img::before {
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 80px 80px 0 0; /* adjust size */
    border-color: #F7E603 transparent transparent transparent; /* triangle color */
}

.services-section .box .service-img::after {
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 80px 80px; /* adjust size */
    border-color: transparent transparent #F7E603 transparent; /* triangle color */
}

.services-section .box .service-img img {
    position: relative;
    z-index: 1; /* Image stays above the triangles */
}

.contact-us {
  margin: 60px 0;
}

.contact-us .form-sec .button {
    background-color: #F7E603;
    color: rgb(0, 0, 0);
    padding: 8px 24px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.contact-us .form-sec {
  margin: 25px 0;
}

.contact-us .form-box {
    box-shadow: 0px 0px 20px -13px black;
    padding: 40px 30px 20px;
    /* margin: 10px; */
    background: #181818;
    border-radius: 15px;
}

.contact-us h4 {
  color: white;
}

.contact-us .form-sec input {
  background: #2E2E2E;
  color: #ffffff;
  border: #2E2E2E;
}

.contact-us .form-sec input::placeholder {
  color: #cccccc;
  opacity: 1;
}

.contact-us .form-sec textarea  {
  background: #2E2E2E;
  color: #ffffff;
  border: #2E2E2E;
  height: 130px;
}

.contact-us .form-sec textarea::placeholder {
  color: #cccccc; /* Change this to your desired placeholder color */
  opacity: 1; /* Ensure full visibility in Firefox */
}

.contact-us .form-sec input:focus {
    border-color: white !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.contact-us .form-sec textarea:focus {
    border-color: white !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}

.contact-us .social-info img {
    width: 30px;
    background-color: rgba(68, 68, 68, 0.804);
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.contact-us .social-info {
    margin: 30px 0;
}

.contact-sec .box {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .contact-sec .box .icon i {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: var(--color-primary-2);
}

.contact-sec .box .icon i::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 9px 18px rgb(24 16 16 / 12%);
    height: 35px;
    width: 35px;
}

.contact-sec .box .disc {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}

.contact-sec .box .disc a {
    color: #1C2539;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

.contact-sec .box .disc a:hover {
    color: var(--color-primary-2);
    margin-left: 10px;
}

.get-in-touch {
  background: url('../images/get-in-touch.jpg');
  align-content: center;
  padding: 20px;
  background-position: center center;
  background-size: cover;
}

.banner-inner .talk-btn a {
    background-color: #4A4A4A;
    color: #F7E603;
    padding: 10px 15px !important;
    border-radius: 15px;
    font-size: 17px !important;
}

.banner .content ul.p-p-a-i {
    color: white;
    list-style-type: square;
    font-size: large;
    font-weight: 600;
}

.banner .content ul.prot-sec-safe {
    color: white;
    list-style-type: none;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    padding: 0;
    gap: 25px;
}

.card2 .button button.button {
    text-decoration: none;
    background-color: #F7E603;
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 26px;
}