body {
  font-family: 'Lato', sans-serif;
}

/* Logo */
.logo {
  height: 100px;
  width: auto;
}
/* DROPDOWN STYLE */
.navbar .dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 10px 0;
}

/* DROPDOWN ITEMS */
.dropdown-item {
  padding: 10px 20px;
  transition: 0.3s;
}

/* HOVER EFFECT */
.dropdown-item:hover {
  background: #0d3b66;
  color: #fff;
}

/* HOVER OPEN (Desktop only) */
.hero-slide {
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70vh;
  background: rgba(0,0,0,0.6);
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}
.feature-bar {
  background: #0d3b66;
  max-width: 1320px;
  margin: auto;
  margin-top: -6%;
}

.feature-bar .col-md-3 {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Home */
.hero {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/final-security.png'); /* 👉 apni image yaha lagao */
  background-size: cover;
  text-align: center;
  background-position: center;
}
/* Cctv */
.cctv {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/cctv-camera.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
}
.event {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/event-security.jpg'); 
  background-size: cover;
  text-align: center;
  background-position: center;
}
.construction {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/construction-security.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
}
.industrial {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/industrial-security.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
}
.retail {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/retail-security.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
}
.corporate {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/corporate-security-1.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
}
.residential {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/residential-housekeeping-services.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
}
.resort {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/hotel-cleaning-slider.webp'); 
  background-size: cover;
  text-align: center;
  background-position: center;
}
.commercial {
  height: 70vh;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('img/banners/commercial_cleaning.jpg'); 
  background-size: cover;
  background-position: center;
  text-align: center;
}





/* Hero text better */
.hero h1 {
  font-size: 50px;
}

.hero p {
  font-size: 20px;
}

/* Feature Bar */
.feature-bar {
      background: #b91c1c;
    max-width: 1320px;
    margin: auto;
    margin-top: -6%;
}

/* Social Sidebar */
.social-bar {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 999;
}

.social-bar a {
  display: block;
  background: #0d3b66;
  color: #fff;
  padding: 12px;
  margin: 5px 0;
  text-align: center;
  transition: 0.4s;
}
.navbar-nav {
    gap: 30px;
}
.col-md-3.p-4.border-end {
    height: 220px;
}
/* FEATURE */
.feature-bar {
  background: #0d3b66;
  margin-top: -60px;
  padding: 20px 0;
}
.feature-bar i.fa {
    color: #c6882d;
    font-size: 70px;
}

.feature-bar .col-md-3 {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* SERVICES */
.services {
  background: #f9f9f9;
}

.service-card {
  border: 1px solid #0d3b66;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}
.know_more_btn{
  padding: 10px 20px;
  background-color: #0d3b66;
  color: white;
}
.know_more_btn:hover{
  padding: 10px 20px;
  background-color:#c6882d;
  color: white;
}


.know_more_btn_2{
  padding: 10px 20px;
  background-color: #c6882d;
  color: white;
}
.know_more_btn_2:hover{
  padding: 10px 20px;
  background-color:#cb913b;
  color: white;
}

.service-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.service-card:hover {
  transform: translateY(-5px);
}
nav.navbar.navbar-expand-lg.navbar-light.bg-white.shadow-sm {
position: fixed;
width: 100%;
z-index: 9999;
}
.why-us {
  background: #2f3354; /* dark blue */
}
.why-us img.img-fluid {
    height: 600px;
    object-fit: cover;
}
.Who_we_are {
  background: #f7f7f7; /* dark blue */
}
.Who_we_are img.img-fluid {
    height: 600px;
    object-fit: cover;
}
.Who_we_are h2 {
  color: black;
}

.Who_we_are p {
  color: black;
}

.Who_we_are i {
  color:black;
  font-size: 18px;
}

.Who_we_are .image-box {
  border: 6px solid #0d3b66;
  padding: 10px;
  display: inline-block;
}
.why-us h2 {
  color: #fff;
}

.why-us p {
  color: #ddd;
}

.why-us i {
  color: #fff;
  font-size: 18px;
}

.image-box {
  border: 6px solid #dc2626;
  padding: 10px;
  display: inline-block;
}

.image-box img {
  border-radius: 5px;
}
/* CLIENT SECTION */
.clients {
  background: linear-gradient(180deg, #3a3d5c, #c7c9d9);
}

/* Client Box */
.client-box {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
}

.client-box img {
  width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.client-box p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

/* Hover effect */
.client-box:hover {
  transform: translateY(-5px);
}

/* DOTS STYLE */
.carousel-indicators [data-bs-target] {
  background-color: #dc2626;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: -30px;
}

/* FIRE SECTION */
.fire-section {
  background: #f3f4f6;
}

.fire-box {
  border: 2px solid #b91c1c;
  border-radius: 15px;
  padding: 30px;
  background: #fff;
}

.fire-box h2 {
  color: #111;
}

.fire-box ul {
  margin-top: 15px;
}

.fire-box ul li {
  margin-bottom: 8px;
}

.fire-img {
  border-radius: 8px;
}
/* GALLERY */
.gallery {
  background: #f9f9f9;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.4s;
}

/* Hover Effect */
.gallery-item:hover img {
  transform: scale(1.1);
}

/* MODAL */
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  text-align: center;
}

.img-modal img {
  max-width: 80%;
  max-height: 80%;
}

.img-modal .close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
/* ARROWS */
.img-modal .prev,
.img-modal .next {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  transform: translateY(-50%);
  user-select: none;
}

.img-modal .prev {
  left: 20px;
}

.img-modal .next {
  right: 20px;
}

.img-modal .prev:hover,
.img-modal .next:hover {
  color: #dc2626;
}
/* FOOTER */



.footer {
  background: #F2F2F2;
  color: #333;
}

.footer h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer ul li a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: #dc2626;
}

.footer-logo {
  height: 70px;
}

/* SOCIAL ICONS */
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  background: #dc2626;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.1);
}

/* BOTTOM BAR */
.footer-bottom {
  background: black;
  padding: 10px;
  font-size: 14px;
  color: white;
}

.footer-bottom .brand {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.social-bar a:hover {
  transform: rotate(360deg) scale(1.2);
  background: #f59e0b;
}

/* Chat Button */
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #c6882d;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.chat-btn:hover {
  transform: scale(1.05);
}

.chat-btn i {
  background: #fff;
  color: #c6882d;
  padding: 10px;
  border-radius: 50%;
}

/* Scroll reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}

.reveal.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}
.homeserv img{
  height: 250px;
  object-fit: cover;
}

/* ABout us CSS */
/* WHO WE ARE */
.who-we-are {
  background: #1f2147;
  color: #fff;
  padding: 80px 0 80px;
}

.who-content h2 {
  font-size: 42px;
  font-weight: 700;
}

.tagline {
  color: #ddd;
}

.desc {
  color: #ccc;
}

.custom-btn {
  background: #e53935;
  color: #fff;
}

/* IMAGES */
.big-img {
  border: 5px solid #fff;
  padding: 10px;
}

.big-img img {
  width: 600px;
}

.small-img {
  position: absolute;
  right: 55%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid red;
}

.small-img img {
  width: 350px;
}


/* VISION SECTION */
.vision-section {
  background: #b22222;
  padding: 100px 0;
  color: #fff;
}

/* IMAGES */
.image-group {
  padding-left: 60px;
}

.img-box {
  width: 170px;
  height: 420px;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.vision-content {
  padding: 0 60px;
}

.vision-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 20px;
}

.vision-content p {
  color: #f1f1f1;
  margin-bottom: 20px;
}
.team_section{
  text-align: center;
  align-items: center;
}
.team_section img{
  width: 300px;
  height: auto;
}

/* Contact */
.contact-hero {
  position: relative;
  background: url('img/banners/contact-bg.webp') no-repeat center center/cover;
  padding: 170px 0 100px 0;
  color: #fff;
}

/* DARK OVERLAY */
.contact-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(10, 20, 60, 0.85);
  top: 0;
  left: 0;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

/* LEFT CONTENT */
.hero-content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-info p {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-info i {
  margin-right: 10px;
}

/* SOCIAL */
.hero-social {
  margin: 20px 0;
}

.hero-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #c62828;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

/* BUTTON */
.brochure-btn {
  background: #c62828;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
}

.brochure-btn:hover {
  background: #a51d1d;
}

/* MAP */
.map-box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.query-section {
  background: #7a7a7a;
  padding: 80px 0;
  color: #fff;
}

/* FORM */
.form-box h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-box p {
  font-size: 15px;
  margin-bottom: 25px;
}

/* INPUTS */
.form-control {
  border-radius: 2px;
  border: none;
  padding: 12px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid red;
}

/* ERROR TEXT */
.error-text {
  color: #ffcccc;
  font-size: 13px;
}

/* MESSAGE COUNT */
.char-count {
  text-align: right;
  font-size: 12px;
  color: #ddd;
}

/* BUTTON */
.send-btn {
  background: #0d1b5e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}

.send-btn:hover {
  background: #08113d;
}

/* RIGHT LOGO */
.logo-box {
  border: 2px solid #333;
  padding: 20px;
  display: inline-block;
}

.logo-box img {
  max-width: 100%;
  height: auto;
}

/* Service */
.security-section {
  background: #2d2f4f;
  padding: 80px 20px 60px 20px;
  color: #fff;
}

.container {
  max-width: 1400px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* gap: 30px; */
}

.col-left {
  flex: 1;
}

.col-left img {
  width: 100%;
  border-radius: 8px;
  height: 600px;
  object-fit: cover;
}

.col-right {
  flex: 1;
}

.col-right h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.subtitle {
  font-weight: bold;
  margin-bottom: 15px;
}

.desc {
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.service-list li {
  margin-bottom: 5px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 20px;
}

.feature {
  font-size: 14px;
}

.progress-box p {
  margin: 10px 0 5px;
}

.progress {
  background: #444;
  border-radius: 20px;
  overflow: hidden;
  height: 20px;
}

.progress-bar {
  background: #000;
  color: #fff;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  line-height: 20px;
}
.quick_resp {
  background: #2d2f4f;
  padding: 30px 20px;
}

.quick_resp .container {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}

/* Heading */
.quick_resp h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
}

/* Content */
.quick_resp .content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.quick_resp .heading {
  margin-top: 15px;
}

/* List */
.quick_resp .service-list {
  padding-left: 20px;
  margin-top: 10px;
}

.quick_resp .service-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Image */
.quick_resp .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Alignment Fix */
.quick_resp .row {
  align-items: center;
  gap: inherit !important;
}

.white_back_security .row{
  gap: inherit !important;
}

.white_back_security img{
  width: 100%;
  border-radius: 8px;
  height: 600px;
  object-fit: cover;
}

/* regulatory_compliance */
/* ================= REGULATORY ================= */
.regulatory_compliance {
  background: #FCFCFC;
  padding: 180px 20px 60px;
}

.regulatory_compliance h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.regulatory_compliance .subtitle {
  color: #555;
  margin-bottom: 20px;
}

/* FEATURES GRID */
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.feature {
  font-size: 14px;
  color: #333;
}

/* IMAGE */
.reg-img {
  border-radius: 10px;
  width: 100%;
}

.reg-img-box img {
    height: 600px;
    object-fit: cover;
}


/* ================= COMPANY SECTION ================= */
.company-section {
  background: #f8f9fa;
  padding: 60px 15px;
}

.company-section .company-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.company-section .company-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

/* ROW */
.company-section .row-item {
  display: flex;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.company-section .label {
  width: 40%;
  font-weight: 600;
}

.company-section .value {
  width: 60%;
  color: #666;
}

.company-section .small-text {
  font-size: 13px;
  color: #999;
}


/* ================= CTA ================= */
.regulatory_CTA {
  background: #0d3b66;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.regulatory_CTA h2 {
  font-size: 22px;
  line-height: 1.5;
}


/* Corporate_security Service  */
.cta-section {
    padding: 60px 0;
    background: #f5f7fa;
    font-family: Arial, sans-serif;
}

.cta-section .cta-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* LEFT SIDE */
.cta-section .cta-left {
    flex: 1;
}

.cta-section .cta-left h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.cta-section .underline {
    width: 60px;
    height: 3px;
    background: #1e3a8a;
    margin-bottom: 20px;
}

.cta-section .cta-left p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-section .cta-left ul {
    list-style: none;
    padding: 0;
}

.cta-section .cta-left ul li {
    margin-bottom: 10px;
    color: #333;
    position: relative;
    padding-left: 20px;
}

.cta-section .cta-left ul li::before {
    content: "★";
    position: absolute;
    left: 0;
    color: #1e3a8a;
}

/* RIGHT SIDE */
.cta-section .cta-right {
    flex: 1;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.cta-section .cta-right h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    text-transform: uppercase;
}

.cta-section .cta-right p {
    color: #555;
    margin-bottom: 25px;
}

.cta-section .cta-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #1e3a8a;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-section .cta-btn:hover {
    background: #162d6b;
}

/* certifictae */ /* Section */ .certificate-section { padding: 50px 0; background: #f8f9fa; } /* Title */ .cert-title { text-align: center; margin-bottom: 30px; font-weight: 600; } /* Box (IMPORTANT FIX) */ .certificate-box { width: 100%; overflow-x: auto; /* 👉 scroll agar image badi ho */ text-align: center; } /* Image Fix */ .certificate-img { max-width: 100%; height: auto; display: inline-block; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); } /* Mobile scroll smooth */ .certificate-box::-webkit-scrollbar { height: 6px; } .certificate-box::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }
/* Popop */
/* Overlay */
.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

/* Form Box */
.popup-form .form-box {
  background: #ffffff;
  padding: 30px 25px;
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation: slideUp 0.4s ease;
}

/* Heading */
.popup-form h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

/* Inputs */
.popup-form input,
.popup-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 15px;
  font-size: 14px;
  transition: 0.3s;
}

/* Focus Effect */
.popup-form input:focus,
.popup-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.2);
  outline: none;
}

/* Button */
.popup-form .send-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(45deg, #007bff, #00c6ff);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

/* Button Hover */
.popup-form .send-btn:hover {
  background: linear-gradient(45deg, #0056b3, #0096c7);
}

/* Close Button */
.popup-form .close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  transition: 0.3s;
}

.popup-form .close-btn:hover {
  color: #000;
}
.popup-form select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 15px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.popup-form select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.2);
  outline: none;
}
/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

