body {
  font-family: "Open Sans", sans-serif;
  background-color: #fffcf4;
 
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding-top {
  padding-top: 10px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/

.header_section {
  font-family: "Roboto", sans-serif;
  background-color: #272932;
  color: #fff;
  min-height: 90px;
  padding: 1% 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}


.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler {
  border-color: #fff;
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar {
}

.nav-link {
  border-bottom: solid 2px transparent;
}
.nav-link:hover {
  border-bottom: solid 2px #fefefe;
}

.logo_box {
  width: 80px;
}

.logo_box img {
  width: 100%;
}

.call_to_btn {
  display: inline-block;
  color: #fefefe;
  padding: 10px 35px;
  background-color: #f6bb08;
  margin-top: 5%;
  margin-bottom: 20%;
  border-radius: 0;
}

/*end header section*/

/* slider section */

.slider_section {
  height: calc(100vh - 90px);
}

.slider_section .carousel-indicators {
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  display: block;
  bottom: unset;
  right: unset;
}

.slider_section .carousel-indicators li {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 auto;
}

.slider_section .carousel-indicators .active {
  width: 24px;
  height: 24px;
  background-color: #2561db;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slider_section .slider_box {
  display: flex;
  position: relative;
  height: calc(100vh - 90px);
  background-image: url(../images/realimg/hero1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -80px; /* Moves the background image up by 50 pixels */
  color: white; /* Ensures text in this section is white */
}

.slider_box.slider1 {
  
  background-image: url(../images/realimg/heromob1.jpg);
}

.slider_box.slider2 {
  background-image: url(../images/realimg/hd1.jpg);
}

.slider_box.slider3 {
  background-image: url(../images/realimg/IMG_3669.jpg);
  
}


.slider_section .slider_box .fixed_company-detail {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}

.slider_section .slider_box .fixed_company-detail p {
  width: 12px;
  text-align: center;
  word-break: break-word;
  color: #fff;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail {
  color: #fff;
  width: 60%;
  margin-top: 8%;
  margin-left: 20%;
}


@media (max-width: 768px) {
  
  .slider_section .slider_box .slider-detail {
    color: #fff;
    width: 80%;
    margin-top: 5%;
    margin-left: 5%;
}

.slider_section .slider_box .fixed_company-detail {
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translate(-50%, -50%);
}
}
.slider_section .slider_box .slider-detail .slider_detail-heading h2 {
  font-weight: 100;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-text {
  width: 55%;
  color: #f8fafd;

}
.slider_detail-text p{
  color: #f0f0f0;
}

.slider_section .slider_box .slider-detail .slider_detail-btn {
  display: flex;
}

.slider_section .slider_box .slider-detail .slider_detail-btn a {
  margin-top: 28px;
  padding: 16px 20px;
  background-color: #2561db;
  color: #fff;
}

/* end slider section */

/* welcome section */
.welcome_section {
}

.welcome_section .col-md-6 {
  padding: 0 4%;
}

.welcome_detail {
  width: 100%;
}

.welcome_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.welcome_detail h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
}

.welcome_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.welcome_detail h2,
.welcome_detail p,
.welcome_detail .welcome_detail-btn {
  margin-top: 25px;
}

.welcome_section .welcome_detail-btn a,
.welcome_section .welcome_detail-btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.welcome_section .welcome_detail-btn a img {
  width: 25px;
}

/* end welcome section */

/* service section */

.service_section .container {
  padding: 0 50px;
}

.service_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.service_detail h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
}

.service_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1.5px;
  width: 45px;
  background-color: #36bb25;
}

.service_section .service_img-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.service_section .service_img-container .service_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 325px;
  background-size: cover;
  border: solid 5px #000;
}

.service_img-container .service_img-box.i-box-1 {
  width: 60%;
  background-image: url(../images/s-1.jpg);
  
}

.service_img-container .service_img-box.i-box-2 {
  width: 40%;
  background-image: url(../images/s-2.jpg);
}

.service_img-container .service_img-box.i-box-3 {
  width: 40%;
  background-image: url(../images/s-3.jpg);
}

.service_img-container .service_img-box.i-box-4 {
  width: 60%;
  background-image: url(../images/s-4.jpg);
}

.service_section .service_img-container a,
.service_section .service_img-container a:hover {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
}

.service_section .service_img-container .service_img-box:hover {
  cursor: pointer;
}

.service_section .service_img-container .service_img-box:hover a {
  background-color: #2561db;
}

.service_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.service_btn a,
.service_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.service_btn a img {
  width: 25px;
}

/* end service section */

/* security section */
.security_section {
}

.security_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.security_section h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
  text-align: center;
}

.security_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.security_section .security_container {
  width: 90%;
  margin: 0 auto;
}

.security_section .security_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 300px;
  height: 490px;
  margin: 0 auto;
  z-index: 999;
  border: solid 2px;
 
}

.security_section .security_img-box.i-box-1 {
  background-image: url(../images/realimg/IMG_3668.jpg);
  
}

.security_section .security_img-box.i-box-2 {
  background-image: url(../images/realimg/g1.jfif);
 
}

.security_section .security_img-box.i-box-3 {
  background-image: url(../images/realimg/g2.png);
}
.security_section .security_img-box.i-box-4 {
  background-image: url(../images/realimg/O-1111_0012\ copy.png);
}

.security_section .security_img-box.i-box-5 {
  background-image: url(../images/realimg/g4.jfif);
}

.security_section .security_img-box.i-box-6 {
  background-image: url(../images/realimg/g3.jfif);
}

.security_section .security_img-box a {
  display: none;
  opacity: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1.5px solid #f0f0f0;
  color: #fff;
}

.security_section .security_img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.security_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.security_btn a,
.security_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.security_btn a img {
  width: 25px;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background-color: #254a93;
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
  background-image: url(../images/right-arrow.png);
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
  background-image: url(../images/left-arrow.png);
}

/* end security section */

/* .story_section {
  padding: 0 4%;
} */

.story_section .container-fluid {
  -webkit-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
}

.story_section .col-md-6 {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #fcfcfc;
}

.story_detail {
  margin-left: 40px;
}

.story_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.story_detail h3 {
  text-transform: uppercase;
  color: #254a93;

  margin: 0;
}

.story_detail {
  width: 85%;
}

.story_detail .story_detail-btn {
  margin-top: 25px;
}

.story_section .story_detail-btn a,
.story_section .story_detail-btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.story_section .story_detail-btn a img {
  width: 25px;
}

.contact_form-container {
  background-image: url(../images/realimg/IMG-20180709-WA0007.jpg);
}

.contact_form-container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.8); /* White background with 80% opacity */
  padding: 20px; /* Add padding for spacing */
  border-radius: 8px; /* Rounded corners for a soft look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional subtle shadow */
}



.contact_form-container .contact_box {
  
  padding: 35px 40px;
  width: 50%;
  height: 60%;
  margin: 100px 50px;
}

.contact_form-container form input,
.contact_form-container form input:focus,
.contact_form-container form input:active {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #00cc99;
  width: 85%;
  margin-top: 12px;
  outline: none;
}

.contact_form-container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  padding: 8px 20px;
  margin-top: 15px;
}

.contact_section .row .col-md-6 {
  padding: 0;
}

/* end contact section */

/* info section */
.info_section {
  background-color: #000202;
  font-family: "Roboto", sans-serif;
}

.info_section .info_detail {
  display: flex;
  align-items: center;
}

.info_section .info_detail p {
  color: #fff;
}

.address_link-container {
  display: block;
}

.address_link-container a {
  display: flex;
  color: #fff;
  margin: 15px 0;
  align-items: center;
}

.address_link-container a img {
  margin-right: 10px;
}

.info_section .news_container h3,
.info_section .address_container h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}

.info_section .news_container form {
  margin: 28px 0;
}

.info_section .news_container form input {
  border: none;
  background-color: #fff;
  width: 70%;
  padding: 7px 10px;
}

.info_section .news_container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .news_container .social_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.info_section .news_container .social_container > div {
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #254a93;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

/* end footer section*/


/* General section styling */
section {
  background-color: rgba(249, 249, 249, 0.6); /* Light gray with 80% opacity */
  /* padding: 40px 20px; Adjust padding for consistent spacing */
  margin-bottom: 20px; /* Space between sections */
  border-radius: 8px; /* Rounded corners for a soft look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  
}

section p, section h3, section button {
  padding: 5px;
}


/* Specific styling for section headings */
section h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333; /* Dark gray for text contrast */
  margin-bottom: 20px;
}

/* Styling for paragraph text */
section p {
  font-size: 16px;
  line-height: 1.6;
  color: #555; /* Medium gray for better readability */
}

/* Styling for ul elements */
section ul {
  padding-left: 20px; /* Indentation for list items */
  color: #555; /* Medium gray for better readability */
}

section ul li {
  margin-bottom: 10px; /* Space between list items */
}

/* Image styling */
section img {
  border-radius: 8px; /* Rounded corners for images */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for images */
  max-width: 100%;
  height: auto;
}

/* Responsive styling for sections */
@media (max-width: 768px) {
  section {
    padding: 20px 10px;
  }
  section h3 {
    font-size: 24px;
  }
  section p {
    font-size: 14px;
  }
}


.footer_section {
  background-color: #111;
  color: #ccc;
  padding: 30px 0;
}

.footer_section h5 {
  color: #fff;
  margin-bottom: 15px;
}

.footer_section p {
  line-height: 1.8;
  font-size: 14px;
}

.footer_section ul {
  padding: 0;
  list-style: none;
}

.footer_section ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer_section ul li a:hover {
  color: #fff;
}

.footer_section .contact_info p {
  margin-bottom: 10px;
}

.footer_section .footer_bottom {
  border-top: 1px solid #444;
  padding: 20px 0;
  margin-top: 30px;
}

.footer_section .footer_bottom p {
  font-size: 14px;
}

.footer_section .footer_bottom ul {
  margin: 10px 0 0;
  padding: 0;
}

.footer_section .footer_bottom ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer_section .footer_bottom ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer_section .footer_bottom ul li a:hover {
  color: #fff;
}


/* General Section Styling */
.security-animation-section {
  /* background-color: #f4f4f4; Light background */
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 300px;

  background-image: url(../images/guards.jpg);
  background-size: cover; /* Ensures the image covers the entire section */
  background-repeat: no-repeat; /* Prevents image repetition */
  background-position: center; /* Centers the image */
  background-attachment: fixed; /* Makes the background image fixed */
  border-radius: 0px;
}

.animation-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

/* Help Form */
.help-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9), rgba(34, 34, 34, 0.8)); /* Adjust opacity with rgba */
  padding: 10px;
  border-radius: 2px;
}

.help-form label {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.help-form input {
  padding: 10px;
  font-size: 18px;
  width: 250px;
  margin-right: 10px;
  border: 2px solid #333;
  border-radius: 5px;
}

/* .help-form button {
  padding: 10px 20px;
  font-size: 18px;
  color: white;
  background-color: #333;
  border: none;
  border-radius: 5px;
  cursor: pointer;
} */

.help-form.moved {
  left: 2%;
  top: 10%;
  transform: translate(0, 0);
}

/* Security Man */
.security-man {
  position: absolute;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 2s ease-in-out;
  z-index: 1;
}

.security-man img {
  height: 150px;
  margin-right: 20px;
  animation: bounce 2s infinite; /* Optional bouncing effect */
}

.security-man p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.security-man.visible {
  right: 2%;
  opacity: 1;
}

/* Bounce Animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
  .security-animation-section {
    flex-direction: column; /* Change layout to column */
    height: auto; /* Allow dynamic height adjustment */
    padding: 20px; /* Adjust padding for smaller screens */
    display: none;
  }

  
}

@media (max-width: 1025px) {
  .security-animation-section {
    flex-direction: column; /* Change layout to column */
    /* height: auto; Allow dynamic height adjustment */
    padding: 20px; /* Adjust padding for smaller screens */
    
  }

  .security-man p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    
  }
  
}

.welcome_detail {
  padding: 20px;
  background-color: #f8f9fa; /* Light background */
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.welcome_detail h3 {
  font-size: 28px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 15px;
}

.welcome_detail p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.welcome_detail h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 15px;
}

/* Training List */
.training-list {
  margin-top: 10px;
}

.training-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 5px;
}

.training-icon {
  font-size: 24px;
  color: #007bff;
  margin-right: 10px;
  flex-shrink: 0;
}

.training-item p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* Hover Effects */
.training-item:hover .training-icon {
  color: #0056b3; /* Darker blue on hover */
  transform: scale(1.1);
  transition: transform 0.3s, color 0.3s;
}



 
button {
  position: relative;
  padding: 15px 45px;
  background: #fec195;
  font-size: 17px;
  font-weight: 500;
  color: #181818;
  cursor: pointer;
  border: 1px solid #fec195;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

button:hover {
  border: 1px solid #f3b182;
  background: linear-gradient(
    85deg,
    #fec195,
    #fcc196,
    #fabd92,
    #fac097,
    #fac39c
  );
  animation: wind 2s ease-in-out infinite;
}

@keyframes wind {
  0% {
    background-position: 0% 50%;
  }

  0% {
    background-position: 50% 100%;
  }

  0% {
    background-position: 0% 50%;
  }
}

.icon-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  transform-origin: 0 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

button:hover .icon-1 {
  animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
  transform: rotate(10deg);
}

@keyframes slay-1 {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

.icon-2 {
  position: absolute;
  top: 0;
  left: 25px;
  width: 12px;
  transform-origin: 50% 0;
  transform: rotate(10deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

button:hover .icon-2 {
  animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(0);
  }
}

.icon-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  transform-origin: 50% 0;
  transform: rotate(-5deg);
  transition: all 1s ease-in-out;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

button:hover .icon-3 {
  animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
  transform: rotate(0);
}

@keyframes slay-3 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}


/* From Uiverse.io by SRIMANKS */ 
.card {
  width: 190px;
  height: 254px;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.2s;
}

.card:hover {
  transform: scale(1.05);
  transition: 0.2s;
  filter: drop-shadow(0px 0px 10px rgb(0, 247, 255));
}

.card::after {
  content: "scanning";
  height: fit-content;
  width: 100%;
  color: lightskyblue;
  position: absolute;
  z-index: 2;
  bottom: 15%;
  text-align: center;
  animation: 2s dots  infinite;
}

.card::before {
  content: "";
  height: 0.1em;
  width: 80%;
  border-radius: 10px;
  background-color: rgb(00, 200, 255);
  position: absolute;
  z-index: 2;
  bottom: 10%;
  animation: 4s grow  infinite;
  align-self: flex-start;
  margin-left: 10%;
  filter: drop-shadow(0px 0px 10px #3fefef) drop-shadow(0px 0px 10px #3fefef);
}

.card svg {
  filter: drop-shadow(0px 0px 10px #3fefef) drop-shadow(0px 0px 50px #3fefef);
}

path {
  stroke-dasharray: 90;
  animation: loop 4s infinite;
}

@keyframes loop {
  0% {
    stroke-dashoffset: 50;
    stroke-dasharray: 90;
  }

  50% {
    stroke-dashoffset: 100;
    ;
        stroke-dasharray: 50;
  }

  100% {
    stroke-dashoffset: 50;
    stroke-dasharray: 90;
  }
}

@keyframes dots {
  0% {
    content: "scanning."
  }

  25% {
    content: "scanning.."
  }

  50% {
    content: "scanning..."
  }

  75% {
    content: "scanning"
  }

  100% {
    content: "scanning."
  }
}

@keyframes grow {
  0% {
    width: 0%;
  }

  50% {
    width: 80%
  }

  100% {
    width: 0%;
  }
}




/* Gallery Section Styling */

.hexagon_gallery_section {
  padding: 50px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.section_title h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}

.section_title p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.hexagon_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  justify-content: center;
}

.hexagon_item {
  position: relative;
  width: 150px;
  padding-bottom: 130px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #a8a4a4;
  overflow: hidden;
  border: 3px solid #fff;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hexagon_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hexagon_item:hover img {
  transform: scale(1.1);
}

.hexagon_item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.services_section {
  background-color: #f2f2f2; /* Light background */
  padding: 60px 20px;
  border-radius: 10px;
}

.section_title {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}

.section_title::after {
  content: '';
  width: 80px;
  height: 3px;
  background-color: #007bff; /* Highlight color */
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.section_description {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.service_box {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service_box img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.service_box h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.service_box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.service_box:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.zoom-effect {
  transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.zoom-effect:hover {
  transform: scale(1.05); /* Zoom in by 10% */
}

/* Hero Section Styling */
.hero_section {
  position: relative;
  height: 60vh; /* Reduced height */
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9), rgba(34, 34, 34, 0.8)); /* Adjust opacity with rgba */
  overflow: hidden;
  background-image: url(../images/realimg/hd1.jpg);
background-size: cover; /* Ensures the image covers the entire section */
background-repeat: no-repeat; /* Prevents image repetition */
background-position: center; /* Centers the image */
background-attachment: fixed; /* Makes the background image fixed */
border-radius: 0px;
}


.hero_content h1 {
  font-size: 4rem; /* Adjust font size */
  font-weight: 700;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.hero_content h1 span {
  display: inline-block;
  opacity: 0; /* Hidden at the start */
  transform: scale(0); /* Start with tiny size */
  animation: assembleEffect 1.2s ease-in-out forwards;
  font-weight: bold;
}

/* Animation to make characters "fly in" and join */
@keyframes assembleEffect {
  0% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) scale(0.2); /* Random starting positions */
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1); /* Final position */
  }
}

.testimonial {
  padding: 40px;
  text-align: center;
}
.testimonial img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.testimonial-content {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.testimonial-author {
  font-weight: bold;
  font-size: 1.2em;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #007bff; /* Change to your preferred color */
    border-radius: 50%;
}
.carousel-control-prev, 
.carousel-control-next {
    width: 5%; /* Adjust button width */
}

.logo-slider-section {
  text-align: center;
  padding: 20px 0;
  background-color: #f8f9fa; /* Light background */
}

/* Section Heading */
.logo-slider-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Logo Slider Container */
.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 120px; /* Adjust height to fit the logos */
  display: flex;
  align-items: center;
}

/* Slider Track */
.slider-track {
  display: flex;
  align-items: center;
  animation: slide-right-to-left 60s linear infinite;
  will-change: transform;
}

/* Individual Logo Items */
.logo-item {
  flex: 0 0 auto;
  width: 150px; /* Fixed width for logos */
  height: 100px; /* Fixed height for logos */
  margin: 0 20px; /* Spacing between logos */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo Images */
.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensures full image is shown without distortion */
}

/* Animation for the slider */
@keyframes slide-right-to-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}