
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Arial", sans-serif;
    overflow-x: hidden;
}

#hero {
  overflow: hidden;
}

#hero .carousel-item {
  transition: opacity 1.2s ease-in-out;
}

#hero h1 {
  letter-spacing: -2px;
}

#hero .h1{
  font-size: 56px!important;
  line-height: 1;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 6%;
}

#hero .carousel-control-prev-icon,
#hero .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

@media  and (max-width: 768px) {
  #hero .carousel-item {
    height: 600px !important;
  }

  #hero h1 {
    font-size: 45px !important;
    line-height: 1 !important;
  }

  #hero p {
    font-size: 20px !important;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 10%;
  }
}

@media (min-width: 320px)and (max-width: 767px){
  #hero .carousel-item {
    height: 550px !important;
  }

  #hero .h1 {
    font-size: 32px !important;
    line-height: 1.25;
  }

  #hero p {
    font-size: 17px !important;
  }
}


.dropdown-menu {
  top: 100%;
  left: 20px!important;
}

.bg-shadow {
  background-image: url(https://www.psodelhi.com/asset/img/bg-shadow.png);
  background-position: top center;
  background-repeat: no-repeat;
}


/* Custom CSS */
.feature-card {
  background: #111317;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 193, 7, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 193, 7, 0.1);
}

.icon-box {
  width: 50px;
  height: 50px;
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.25);
}

 @keyframes scrollMarquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }

.scrollMarquee {
  animation: scrollMarquee 10s linear infinite;
  cursor: pointer;
}

.scrollMarquee:hover {
  animation-play-state: paused;
}

 
/* Live Pulse Animation */
.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #de4450;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  animation: pulse-animation 1.8s infinite;
}


@keyframes pulse-animation {
  0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(255, 193, 7, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); }
}






/* Card top Google four-color gradient border strip */
.google-border-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #4285F4 25%, #EA4335 25% 50%, #FBBC05 50% 75%, #34A853 75%);
}

.review-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
}



/* Background styling */
.bg-darker {
  background-color: #0a0b0d;
}

.ambient-light {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 193, 7, 0.15) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

 /* Crisp White Background with subtle dot grid */
  .white-features-section {
    background-color: #ffffff;
    background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
    background-size: 28px 28px;
    position: relative;
    overflow: hidden;
  }

  /* Deep Pitch-Black Cards */
  .dark-contrast-card {
    background: radial-gradient(circle at 10% 50%, #06112a 0%, #03060d 100%);
    border: 1px solid rgba(0, 0, 0, 0.85);
    border-radius: 22px;
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Golden Top Accent Line */
  .dark-contrast-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffaa00, transparent);
    transition: all 0.35s ease;
  }

  /* Hover Lift & Amber Glow */
  .dark-contrast-card:hover {
    transform: translateY(-8px);
    background:radial-gradient(circle at 10% 50%, #06112a 0%, #0c1c40 100%);
    border-color: rgba(255, 170, 0, 0.5);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22), 0 0 25px rgba(255, 170, 0, 0.15);
  }

  .dark-contrast-card:hover::before {
    left: 0;
    right: 0;
    height: 3px;
    background: #ffaa00;
  }

  /* Top Right Index Chip */
  .card-code {
    font-size: 0.75rem;
    font-weight: 800;
    color: #4b5563;
    font-family: monospace;
    letter-spacing: 0.12em;
  }

  /* Amber Icon Box */
  .dark-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(255, 170, 0, 0.12);
    border: 1px solid rgba(255, 170, 0, 0.3);
    color: #ffaa00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 0 20px rgba(255, 170, 0, 0.15);
    transition: all 0.35s ease;
  }

  .dark-contrast-card:hover .dark-card-icon {
    background: #ffaa00;
    color: #090c13;
    transform: scale(1.08) rotate(3deg);
    box-shadow: 0 0 25px rgba(255, 170, 0, 0.4);
  }

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}




/* Background & Typography */
.booking-section {
  background: radial-gradient(circle at 10% 50%, #06112a 0%, #03060d 100%);
  min-height: 550px;
}

.ambient-glow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(77, 166, 233, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.text-primary-gradient {
  background: linear-gradient(90deg, #4da6e9, #91c7f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tracking-widest {
  letter-spacing: 0.2em;
}

/* Rotating Image Mask & Rings */
.orbital-wrapper {
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-mask {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 3px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.orbital-wrapper:hover .hero-img {
  transform: scale(1.08);
}

/* Outer Orbit Rings */
.orbit-ring-outer {
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 1px solid rgba(77, 166, 233, 0.2);
  animation: pulse-ring 4s ease-in-out infinite;
}

.orbit-ring-dotted {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 2px dashed rgba(77, 166, 233, 0.4);
  animation: rotate-orbit 24s linear infinite;
}

@keyframes rotate-orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulse-ring {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.04); opacity: 0.7; }
}

#owl-clients .item {
  display: flex;
  align-items: center;
  justify-content: center;
/*  height: 80px; 
  padding: 10px;*/
}
#owl-clients .item p{
border: 1px solid #000;
  background: linear-gradient(119.3deg,#ffffffa8 36.44%, #fff5dc 101.52%);
  border-radius: 20px;
}

#owl-clients .item img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.card-white1{
   background: linear-gradient(119.3deg,#ffffff 36.44%, #dde4ff 101.52%);
  border: 2px solid #ffc107;
  width: 70%;
  border-radius: 31px;
  padding: 10px;
  }



  .contact-hero-section {
    position: relative;
    /* Replace background image URL with your actual security team banner */
    background: url('https://www.psodelhi.com/asset/img/bouncer-2.jpg') center center / cover no-repeat;
    background-position: center;
    min-height: 300px;
  }

  .hero-content {
    position: relative;
    z-index: 1;
  }

  .hero-title {
    letter-spacing: -0.01em;
  }

.bg-navy-dark { background: #081126; }


/* Custom Accordion Base */
  #accordionExample {
    --bg-dark: #0f3374;
    --bg-light: #0f2b5d;
    --border-color: rgba(255, 255, 255, 0.08);
  }

  #accordionExample .accordion-item {
    background-color: var(--bg-dark);
    border: 1px solid var(--border-color);
    border-radius: 14px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  #accordionExample .accordion-item:hover {
    border-color: rgba(255, 170, 0, 0.4);
    box-shadow: 0 8px 24px rgba(5, 13, 32, 0.6);
  }

  /* Closed Button Style */
  #accordionExample .accordion-button {
    background-color: var(--bg-dark);
    color: #ffffff;
    font-size: 1.05rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none !important;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  /* Open / Active Button Style */
  #accordionExample .accordion-button:not(.collapsed) {
    background-color: var(--bg-light);
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* Accordion Body */
  #accordionExample .accordion-body {
    background-color: var(--bg-light);
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.65;
    padding: 1.25rem 1.5rem 1.5rem 1.5rem;
  }

  /* Step Counter Badge */
  .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffaa00;
    font-family: monospace;
    font-weight: 700;
    font-size: 0.85rem;
    margin-right: 0.75rem;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  #accordionExample .accordion-button:not(.collapsed) .step-num {
    background: #ffaa00;
    color: #050d20;
  }

  /* Custom White Accordion Arrow */
  #accordionExample .accordion-button::after {
    filter: invert(1) brightness(1.8);
    transition: transform 0.3s ease;
  }


#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffc107;
    color: #000;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
  #backToTop:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
  }
  #backToTop svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }



/*Navbar fixed*/
  .navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  animation: slideDown 0.5s ease-in-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/* Form Container */
  .quote-form-card {
    background-color: #ffffff;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border:2px solid #ffc107 ;
  }

  /*form container end*/

  /* Modal Shell Styling */
  .security-popup-modal .modal-content {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    background: transparent;
  }


  /* -------------------------------------------------------------
     1. DESKTOP / LARGE SCREENS (Right Floating Pulse Circular Buttons)
     ------------------------------------------------------------- */
  .floating-contact-stack {
    position: fixed;
    /*right: 24px;*/
    bottom: 20%; 
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 1040;
    left: 24px;
  }

  .floating-action-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.55rem;
    text-decoration: none;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.95);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
  }

  .floating-action-btn:hover {
    color: #ffffff;
    transform: scale(1.1);
  }

  /* Orange/Amber Phone Button */
  .btn-float-phone {
    background: linear-gradient(145deg, #ff922b, #f76707);
    box-shadow: 0 8px 24px rgba(247, 103, 7, 0.45);
  }

  /* WhatsApp Green Button */
  .btn-float-whatsapp {
    background: linear-gradient(145deg, #25d366, #128c7e);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  }

  /* Radiating Glowing Pulse Rings */
  .btn-float-phone::before,
  .btn-float-whatsapp::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    z-index: -1;
    animation: contactPulse 2.2s infinite ease-out;
  }

  .btn-float-phone::before {
    background: rgba(247, 103, 7, 0.4);
  }

  .btn-float-whatsapp::before {
    background: rgba(37, 211, 102, 0.4);
  }

  @keyframes contactPulse {
    0% {
      transform: scale(0.9);
      opacity: 0.8;
    }
    70% {
      transform: scale(1.55);
      opacity: 0;
    }
    100% {
      transform: scale(1.65);
      opacity: 0;
    }
  }

  /* -------------------------------------------------------------
     2. MOBILE SCREENS (Sticky Top Split Bar)
     ------------------------------------------------------------- */
  .mobile-top-contact-bar {
    position: fixed;
   bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #ffffff;
    padding: 8px 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 8px;
  }


  .topbar-contact-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: color 0.2s ease;
  }

  .topbar-contact-link:hover {
    color: #ffaa00;
  }

  /* Rounded White Circle Icon Container */
  .topbar-social-link {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #111827; /* Dark icon initially */
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }


  /* Specific Official Brand Colors on Hover (icon turns to brand color over white badge) */
  .social-ig:hover {
    color: #e1306c; /* Instagram Pink */
  }

  .social-yt:hover {
    color: #ff0000; /* YouTube Red */
  }

  .social-fb:hover {
    color: #1877f2; /* Facebook Blue */
  }

  .social-in:hover {
    color: #0a66c2; /* LinkedIn Blue */
  }

    .vertical-lr-text {
    writing-mode: vertical-lr;
  }
  
   /* Base pill style: dark translucent glass matching the screenshot */
  .social-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .social-pill-btn i {
    font-size: 1.15rem;
    line-height: 1;
    transition: transform 0.25s ease;
  }

  /* Lift effect on hover */
  .social-pill-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    border-color: transparent;
  }

  .social-pill-btn:hover i {
    transform: scale(1.1);
  }

  /* 1. Instagram: Gradient + matching glow */
  .social-pill-instagram:hover,
  .social-pill-instagram.active {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 10px 25px rgba(220, 39, 67, 0.45);
    border-color: transparent;
  }

  /* 2. YouTube: Vivid red + glow */
  .social-pill-youtube:hover {
    background: #ff0000;
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.45);
  }

  /* 3. Facebook: Official blue + glow */
  .social-pill-facebook:hover {
    background: #1877f2;
    box-shadow: 0 10px 25px rgba(24, 119, 242, 0.45);
  }

  /* 4. LinkedIn: Brand blue + glow */
  .social-pill-linkedin:hover {
    background: #0a66c2;
    box-shadow: 0 10px 25px rgba(10, 102, 194, 0.45);
  }
