* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: sans-serif;
  background-color: #f3f4f6;
  overflow-x: hidden;
}

.newhero{
  height: 630px;
}
.whatsapp img{
  width: 70px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  animation: breathe 2s ease-in-out infinite;
}

@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}


/* .cta-button {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 38px;
  font-size: 1.1em;
  color: #fff;
  background: linear-gradient(135deg, #007bff, #003d99);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 123, 255, 0.4);
  transition: all 0.3s ease;
} */

.cta-button:hover {
 background: linear-gradient(135deg, #dbb118, #f8c301);
  transform: scale(1.05);
}
.cta-button a{
  color: rgb(3, 3, 3);
  text-decoration: navajowhite;
  font-weight: bold;
}
.top-bar {
  background-color: #F8C301;
  color: rgb(0, 0, 0);
  font-size: 14px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar a {
  margin-left: 16px;
  color: rgb(0, 0, 0);
  transition: color 0.3s;
  text-decoration: none;
}

.top-bar a:hover {
  color: #3b82f6;
}

nav.navbar {
  background-color: #245677;
  /* position: fixed; */
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-container {
  max-width: 1728px;
  margin: auto;
  padding: 0 16px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-logo img {
  height: 83px;
  padding: 8px;
}

.navbar-links {
  display: flex;
  gap: 24px;
}

.navbar-links a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s, transform 0.3s;
  line-height: 2;
}

.navbar-links a:hover {
  color:  #F8C301;
  transform: scale(1.05);
}

.navbar-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #F8C301;
  transition: width 0.3s;
}

.navbar-links a:hover::after {
  width: 100%;
}




.menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  
  background-color: #245677;
  height: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  position: relative;
  overflow: hidden; /* Optional: prevents overflow when collapsed */
}

.mobile-menu a {
  color: #ffffff;
  text-decoration: none;
  margin: 8px 0;
  font-weight: 500;
  /* opacity: 0; */
  transition: color 0.3s, opacity 2s ease-in; /* Consolidated transitions */
}

.mobile-menu a:hover {
  color: #F8C301;
}



.drop_down {
 position: absolute;
  background: rgb(255, 255, 255);
  z-index: 5;
  padding: 3px 19px;
  width: 212px;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out, padding 0.4s ease-in-out;
  z-index: -1;

}

.drop_down ul {
  margin: 0;
  padding: 0;
}

.drop_down ul li {
  list-style: none;
  padding: 5px 0;
}

.services-wrapper {
  position: relative;
}

.services-wrapper:hover .drop_down {
  height: 398px;
  padding: 8px 19px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.mobile-dropdown {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 0 19px;
}
.mobile-dropdown-wrapper{
  margin: 8px 0;
}

.mobile-dropdown-wrapper.active .mobile-dropdown {
 height: 268px;
  padding: 8px 19px;
  z-index: 5;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
   
}




.cctv img {
  width: 198px;
  position: absolute;
  right: 0;
}

.cctv2 img {
  width: 355px;
  position: absolute;
  left: -140px;
  transform: rotateY(180deg);
  top: 2362px;
}


.swiper-slide {
  position: relative;
  position: relative;
  height: auto;

}

.swiper-slide img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_image {
 position: absolute;
  right: 6%;
  top: 17%;
  width: 682px;
  z-index: 2;
  animation: fadeInUp 1.5s ease-out forwards;
}

.slide_image2 {
  position: absolute;
  left: 1%;
  top: -10%;
  width: 594px;
  z-index: 2;
  animation: fadeInUp 1.5s ease-out forwards;
}


.testimonialSwiper {
  max-width: 900px;   /* slider ka total area control */
  margin: 40px auto 0;
}

.testimonialSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-card {
  max-width: 797px;   /* har card ki width */
  width: 100%;
  background: #fffdf5;
  padding: 22px 26px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


.new_text {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-left: 120px; */
  color: white;
}

.new_text h2 {
  font-size: 70px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  width: 358px;
  margin: 0;
}

.new_text p {
  width: auto;
  font-size: 30px;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  animation-delay: 0.3s;
  margin: 0;
}



.new_text2 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
  color: white;
}

.new_text2 h2 {
  font-size: 70px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  width: auto;
  margin: 0;
}

.new_text2 p {
  width: auto;
  font-size: 30px;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  animation-delay: 0.3s;
  margin: 0;
}








.new_text3 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1450px;
  color: white;
}

.new_text3 h2 {
  font-size: 70px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  width: 358px;
  margin: 0;

}

.new_text3 p {
  width: 358px;
  font-size: 30px;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  animation-delay: 0.3s;
  margin: 0;
}

/* .new_text3 h2, p{
  position: absolute;
  right: 0;
} */






.bg {
  /* background: url(../IMG/Design.png) no-repeat center center; */
  background-size: cover;
  /* Ensures the background covers the section */
  padding: 50px 0;
  /* Adds space on top and bottom for a better layout */
  background-color: white;
}

.testimonial .services_cont h3{
text-align: left;
  font-size: 21px;
  color: #222;
  font-weight: bold;
  margin-bottom: 14px;
}


.testimonial .services_cont p{
margin-bottom: 21px;
  display: flex;
  justify-content: center;
  color: #555;
  font-weight: normal;
  font-size: 25px;
  text-align: start;
}

.testimonial .main_about {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin: 0 310px;
}

.about_us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 0 20px;
}

.main_about {
  display: flex;

  align-items: center;
  gap: 30px;
  /* Smaller gap for a more compact layout */
}




.main_about img {
  width: 100%;
  /* Makes the image responsive */
  max-width: 563px;
  /* Maintains a max width */
  height: auto;

}


.main_about ul li{
 color: #555;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  font-size: 20px;
}


.md-card{
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  overflow: hidden;
  max-width: 360px;
  text-align: center;
}

.md-card img{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.md-info{
  padding: 16px 10px 18px;
  background: linear-gradient(180deg, #ffffff, #f3f6ff);
}

.md-info h3{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

.md-info p{
  margin-top: 4px;
  font-size: 14px;
  color: #6b7280;
  letter-spacing: 0.5px;
}

.about_text {
  /* max-width: 586px; */
  margin: auto;
}

.about_text2{

max-width: 586px;
}

.about_text h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #464646;

}

.about_text h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #5c5b5b;
}

.about_text p {
  font-size: 20px;
  line-height: 1.5;
  margin: 20px 0;
}

.heading{
  background: #fffcf5;
  padding: 12px 40px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-pagination-bullet {
  background: white;
  height: 16px;
  width: 16px;
}



.services {
  background: #f3f6ff;
  padding: 15px 20px;
  padding-bottom: 35px;
}

.services_cont h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 0px;
  color: #222;
  font-weight: bold;
  margin: 0;

}

.services_cont p {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  color: #555;
  font-weight: 600;
  font-size: 25px;
}

#hardware {
  margin-top: 50px;
}

.wrapp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}




.wrapp_card {
  background: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 350px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.wrapp_card:hover {
  transform: translateY(-5px);
}

.card_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  padding: 20px;
}

.card h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card ul li {
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
  text-align: left;
}





.testimonial {
  background: #fff;
   padding: 35px 20px;
}


.wrapp_card2 {
  background: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 855px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.wrapp_card2:hover {
  transform: translateY(-5px);
}

.wrapp_card2 .card h2 {
  font-size: 22px;
  margin-bottom: 0;
  color: #333;
}








.testimonial2 {
  background: #dbe3f8;
  padding: 60px 20px;
  /* background-image: url(../IMG/bulding.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  background-position-y: 100px;
}



.testimonial2 h3{
  text-align: center;
  color: gray;
}


.testimonial2 h4{
  margin: 9px 0;
  display: flex;
  justify-content: center;
  color: #555;
  font-weight: normal;
  font-size: 17px;
}

.testimonial2 p{
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  color: #555;
  font-weight: normal;
  font-size: 25px;
  text-align: start;
}

.testimonial2 .main_about{
display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin: 0 310px;
}


.testimonial2 .main_about .main-vision  {
  color: #555;
  font-size: 20px;
  margin: 0;
    margin-top: 0px;
  margin-top: 0px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  margin-top: 13px;
}

.about_text .our{
 text-align: left;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 14px;
}


.about_text .our2{
 text-align: left;
  font-size: 25px;
  font-weight: 600;
  margin: 14px 0px;
}

.main-combine{
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 110px;
}

.joint{
  width: auto;
  text-align: center;
}
.cta-button{
  display: inline-block;
  margin-top: -9px;
  padding: 14px 38px;
  font-size: 1.1em;
  color: #2d2424;
  background: linear-gradient(135deg, #f8c301, #dbb118);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}




.clint_wrape {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.clint_card {
  background: linear-gradient(180deg, #dbe3f800 24%, #ffffff 6%);
  width: 348px;
  padding: 0 20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clint_img {
  width: 227px;
  height: 227px;
  margin: auto;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: 0px 3px 3px 0px black;
}

.clint_img img {
  width: 420px;
  position: relative;
  right: 160px;
}

.clint_card h2 {
  font-size: 19px;
  text-align: center;
  margin-top: 21px;
}

.clint_text {
  height: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.clint_text_show {
  height: 200px;
}

.toggle-btn {
  margin: auto;
  width: 65px;
  height: 65px;
  border-radius: 35px;
  border: none;
  position: relative;
  top: 30px;
  font-size: 38px;
  color: #000;
  cursor: pointer;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.toggle-btn.rotate {
  transform: rotate(180deg);
}

@keyframes pulse {

  0%,
  100% {
    transform: translateY(0);
    background-color: #fffbdc;
    color: #000;
  }

  50% {
    transform: translateY(10px);
    color: #000;
  }
}

.clint_text p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 18px;
  display: block;
  text-align: justify;
}

strong {
  color: #000000;
}







.main_about2 img{
  width: 100%;
  max-width: 563px;
  height: 530px;
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}






.footer {
 background-color: #245677;
  color: #fff;
  padding: 60px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 10px;
  background: white;
  padding: 8px 7px;
  border-radius: 8px;
}

.footer-logo p {
  max-width: 250px;
  font-size: 14px;
}

.footer-links h3,
.footer-contact h3,
.footer-social h3 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #fff;
}

.footer-contact p {
  font-size: 14px;
  margin: 8px 0;
}

.footer-contact i {
  margin-right: 8px;
  color: #f8c301;
}

.footer-social .social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #f8c301;
  transition: color 0.3s;
}

.footer-social .social-icons a:hover {
  color: #f39c12;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 14px;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-logo,
  .footer-links,
  .footer-contact,
  .footer-social {
    max-width: 100%;
  }

  .about_text p {
    font-size: 14px;
    /* line-height: 1.5; */
  }

  .about_text .our{
    text-align: center;
  }

}


@media (max-width: 768px) {
  .slide_image {
    display: none;
  }

  .slide_image2 {
    display: none;
  }

  .navbar-links {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .mobile-menu.show {
    display: flex;
    height: 209px;
  padding-left: 26px;
    z-index: 1;
    transition: all .5s ease-in-out;
    
  }

  .testimonial2 .main_about {
 margin: 0 51px;
  flex-direction: column;
}

.testimonial .main_about {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin: auto;
}

.testimonial2 p{
  text-align: center;
  font-size: 14;
}

.testimonialSwiper {
  max-width: 900px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}

.testimonial-card {
  background: #fffdf5;
  padding: 28px 32px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.testimonial-card strong {
  display: block;
  margin-top: 12px;
  color: #1d4ed8;
  font-size: 15px;
}

.testimonialSwiper .swiper-pagination-bullet {
  background: #245677;
}

.testimonial .services_cont p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

.main-combine{
  flex-direction: column;
  margin-top: 20px;
  gap: 43px;
}

.testimonial .services_cont h3 {
  text-align: center;
  /* font-size: 20px; */
}

.testimonial2 h4 {
  text-align: center;
}

  .extra-class{
    height: 335px;
    padding: 0 0 339px;
  }
  
  .new_text {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }

  .new_text2 {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }

  .new_text3 {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }

  .new_text h2,
  .new_text p {
    align-items: center;
    padding-left: 0;
    width: auto !important;
    font-size: 24px !important;
  }

  .new_text2 h2,
  .new_text2 p {
    left: 40px !important;
    width: auto !important;
    font-size: 24px !important;
  }

  .new_text3 h2,
  .new_text3 p {
    right: 40px !important;
    width: auto !important;
    font-size: 24px !important;
  }

  .main_about img {
    display: none;
    max-width: 250px;

  }

.wrapp_card {
 
  max-width: 296px;}

  .main_about {
 
  text-align: center;
}
.about_text h1 {
  font-size: 3.5rem;
  margin-bottom: 0;
  margin-top: 0;
}

.about_text h2 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;

}
.bg{
  padding: 19px 0;
}

.services_cont h2 {
  
  font-size: 37px;}
  .services_cont p {
  margin-bottom: 21px;
 
  /* font-size: 20px; */
  margin-top: 8px;
}
.cctv img {
  /* width: 355px;
  position: absolute;
  right: -219px; */
  display: none;
} 
  .card h2 {
    font-size: 26px;
  }
  .testimonial, .testimonial2 {
  /* background: #fff; */
 padding:42px 20px;
}
.clint_card h2{
  font-size: 20px;
}
.clint_card p{
font-size: 15px;
}
.swiper-slide {
  position: relative;
  height: 250px;
}
}


@media (max-width: 988px) {
  .main_about {
    flex-direction: column;
  }
}