:root{
  --blue:#0b3b7a;
  --sky:#2aa8ff;
  --yellow:#ffd24a;
  --orange:#ff7a18;

  --dark:#071a2b;
  --text:#1f2d3d;
  --muted:#6c7a89;

  --radius:18px;
  --shadow:0 14px 40px rgba(2, 24, 64, 0.12);
  --shadow-soft:0 10px 28px rgba(2, 24, 64, 0.10);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:#f7fbff;
}

.section-pad{ padding: 70px 0; }
.section-alt{ background: linear-gradient(180deg, #f2f9ff 0%, #ffffff 100%); }

.section-head .kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.35rem .8rem;
  border-radius:999px;
  background: rgba(42,168,255,.12);
  color: var(--blue);
  font-weight:600;
  border:1px solid rgba(42,168,255,.22);
  margin-bottom:.75rem;
}
.kicker-light{
  background: rgba(255, 210, 74, .14);
  border-color: rgba(255, 210, 74, .22);
  color:#fff;
}
.section-title{
  font-family:"Playfair Display", serif;
  font-weight:700;
  letter-spacing:.2px;
}
.section-sub{ color: var(--muted); max-width: 62ch; margin: 0 auto; }

.shadow-soft{ box-shadow: var(--shadow-soft); }
.rounded-4{ border-radius: 22px !important; }

/* Topbar */
.topbar{
  background: linear-gradient(90deg, var(--blue), #0b4aa5);
  color:#fff;
}
.topbar-link{
  color:#fff; text-decoration:none; opacity:.92;
}
.topbar-link:hover{ opacity:1; text-decoration:underline; }
.topbar-badge{
  display:inline-flex; align-items:center;
  padding:.25rem .65rem;
  border-radius:999px;
  background: rgba(255, 210, 74, .18);
  border:1px solid rgba(255, 210, 74, .25);
  font-size:.9rem;
}
.social-icon{
  width:34px; height:34px;
  display:grid; place-items:center;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  color:#fff; text-decoration:none;
  transition: transform .2s ease, background .2s ease;
}
.social-icon:hover{ transform: translateY(-2px); background: rgba(255,255,255,.18); }

/* Logo image */
.navbar-brand .brand-logo {
  max-height: 48px;        /* Adjust height as needed */
  width: auto;
  transition: all 0.3s ease;
}

/* Slight scale on hover */
.navbar-brand:hover .brand-logo {
  transform: scale(1.05);
}

/* Mobile responsiveness */
@media (max-width: 991px) {
  .navbar-brand .brand-logo {
    max-height: 40px;
  }
}

/* Navbar */
.nav-glass{
  background: linear-gradient(90deg, rgb(201 230 255), rgb(0 112 189 / 72%));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.navbar .nav-link{
  color: rgba(255,255,255,.92);
  font-weight: 500;
  padding: .7rem .9rem;
  border-radius: 999px;
  transition: background .2s ease, transform .2s ease;
}
.navbar .nav-link:hover{ background: rgba(255,255,255,.12); transform: translateY(-1px); }
.navbar .nav-link.active{ background: rgba(255,210,74,.18); border:1px solid rgba(255,210,74,.22); }

.brand-logo{ width:40px; height:40px; object-fit:contain; }
.brand-text{ font-weight:700; line-height:1.1; }
.brand-text small{ font-weight:500; opacity:.9; }

/* Buttons */
.btn-cta{
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  border: none;
  color: #132033;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(255,122,24,.25);
}
.btn-cta:hover{ filter: brightness(1.02); transform: translateY(-1px); }
.btn-outline-cta{
  border: 1px solid rgba(74, 146, 255, 0.7);
  color: #000000;
  background: rgb(17 109 203 / 67%);
}
.btn-outline-cta:hover{ background: rgb(34 107 169 / 84%); color:#000; }

/* Hero */
.hero{ position:relative; }
.hero-img{
  height: 72vh;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}
@media (max-width: 768px){
  .hero-img{ height: 62vh; }
}
.carousel-caption{
  inset: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:left;
  padding: 24px;
}
.hero-card{
  max-width: 780px;
  width: 100%;
  padding: 22px 22px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(7,26,43,.72), rgba(11,59,122,.55));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
}
.hero-title{
  font-family:"Playfair Display", serif;
  font-weight: 700;
  color:#fff;
  margin-bottom: 6px;
}
.hero-sub{ color: rgba(255,255,255,.86); margin-bottom: 0; }

.hero-strip{
  position: relative;
  margin-top: -26px;
  padding-bottom: 16px;
}
.strip-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: #fff;
  margin-top: 15px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(42,168,255,.18);
}
.strip-item i{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(42,168,255,.12);
  color: var(--blue);
  font-size: 1.2rem;
}

/* About */
.about-media{ position:relative; }
.about-media img{ width:100%; }
.about-badge{
  position:absolute;
  left: 16px;
  bottom: 16px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 210, 74, .95);
  color:#102033;
  font-weight:700;
  box-shadow: var(--shadow-soft);
}

.info-chip{
  display:flex;
  gap:10px;
  padding: 12px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(11,59,122,.10);
  box-shadow: 0 8px 18px rgba(2,24,64,.06);
}
.info-chip i{ color: var(--orange); font-size: 1.2rem; margin-top:2px; }

/* Services */
.service-card{
  position:relative;
  overflow:hidden;
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(11,59,122,.10);
  background:#fff;
  transition: transform .25s ease, box-shadow .25s ease;
  text-align: center; /* helps if image is smaller than card width */
  padding: 12px;      /* gives breathing space around original-size images */
}

.service-img{
  width: auto;           /* original size */
  height: auto;          /* original size */
  max-width: 100%;       /* responsive */
  display: inline-block; /* to center inside card */
  transform: scale(1);
  transition: transform .35s ease;
}

/* If you keep overlay removed, you can also remove this block entirely */
.service-overlay{
  display:none;
}

.service-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

/* subtle hover zoom without cropping */
.service-card:hover .service-img{
  transform: scale(1.03);
}

/* Tints remain same */
.service-tint-1::after,
.service-tint-2::after,
.service-tint-3::after,
.service-tint-4::after,
.service-tint-5::after,
.service-tint-6::after{
  content:"";
  position:absolute;
  inset:0;
  mix-blend-mode: soft-light;
  opacity:.55;
  pointer-events:none;
}

.service-tint-1::after{ background: linear-gradient(135deg, var(--sky), transparent 55%); }
.service-tint-2::after{ background: linear-gradient(135deg, var(--yellow), transparent 55%); }
.service-tint-3::after{ background: linear-gradient(135deg, var(--orange), transparent 55%); }
.service-tint-4::after{ background: linear-gradient(135deg, #5ad3ff, transparent 55%); }
.service-tint-5::after{ background: linear-gradient(135deg, #ffcf5a, transparent 55%); }
.service-tint-6::after{ background: linear-gradient(135deg, #ff8c3a, transparent 55%); }


/* Why Choose */
.feature-box{
  padding: 16px 16px;
  border-radius: 18px;
  background:#fff;
  border: 1px solid rgba(42,168,255,.18);
  box-shadow: 0 10px 20px rgba(2,24,64,.06);
  transition: transform .2s ease;
}
.feature-box i{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  background: rgba(42,168,255,.12);
  color: var(--blue);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.feature-box:hover{ transform: translateY(-4px); }

.why-card{
  position:relative;
  border-radius: 24px;
  overflow:hidden;
  background:#fff;
  border: 1px solid rgba(11,59,122,.10);
}
.why-card-inner{ padding: 22px; position:relative; z-index:2; }
.why-accent{
  position:absolute; inset:-60px -60px auto auto;
  width:220px; height:220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,210,74,.85), rgba(42,168,255,.20) 60%, transparent 70%);
  z-index:1;
}
.why-steps{ padding-left: 18px; }
.why-steps li{ margin-bottom: 10px; color: var(--muted); }

/* Achievements */
.achievements{
  position:relative;
  padding: 80px 0;
  background: url("../images/achivement.jpg") center/cover no-repeat;
}
.achievements .overlay{
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(7,26,43,.86), rgba(11,59,122,.78));
}
.counter-box{
  text-align:center;
  padding: 18px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}
.counter{
  font-size: 2rem;
  font-weight: 800;
  color: var(--yellow);
}
.counter-label{
  color: rgba(255,255,255,.82);
  font-weight: 500;
}

/* Gallery */
.gallery-item{
  position:relative;
  overflow:hidden;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(2,24,64,.08);
  border: 1px solid rgba(42,168,255,.18);
  background:#fff;
}
.gallery-item img{
  width:100%;
  height: 190px;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img{ transform: scale(1.08); }
.gallery-item .cap{
  position:absolute; inset:auto 0 0 0;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(7,26,43,.70) 75%);
  color:#fff;
  font-weight:600;
}

/* Contact */
.contact-card, .form-card{
  border-radius: 24px;
  background:#fff;
  border: 1px solid rgba(11,59,122,.10);
  padding: 18px;
}
.contact-ico{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  background: rgba(255, 210, 74, .18);
  color: var(--orange);
  font-size: 1.2rem;
}
.contact-link{ color: var(--blue); text-decoration:none; font-weight:600; }
.contact-link:hover{ text-decoration:underline; }

.form-control{
  border-radius: 16px;
  border: 1px solid rgba(11,59,122,.12);
}
.form-control:focus{
  border-color: rgba(42,168,255,.55);
  box-shadow: 0 0 0 .25rem rgba(42,168,255,.18);
}
.toast-message{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(42,168,255,.12);
  border: 1px solid rgba(42,168,255,.18);
  color: var(--blue);
  font-weight: 600;
}

/* Map */
.map-wrap{ padding: 0 0 70px; }
.map-card{
  border-radius: 24px;
  overflow:hidden;
  background:#fff;
  border: 1px solid rgba(11,59,122,.10);
}


/* Testimonials Carousel */
.testimonial-card{
  background:#fff;
  border-radius: 22px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 12px 28px rgba(2,24,64,.08);
  border: 1px solid rgba(42,168,255,.18);
  transition: transform .25s ease;
}

.testimonial-card:hover{
  transform: translateY(-6px);
}

.t-head{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 12px;
}

.t-logo{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: contain;
  background: rgba(42,168,255,.12);
  border: 1px solid rgba(42,168,255,.18);
  padding: 8px;
}

.t-logo-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #0b3b7a;
  background: rgba(42,168,255,.12);
  border: 1px solid rgba(42,168,255,.18);
}

.stars{
  color:#f4b400;
  font-size: 1.05rem;
  letter-spacing: 1.5px;
  line-height: 1;
}

.t-meta{
  font-size: .85rem;
  color: #6c7a89;
  margin-top: 3px;
}

.testimonial-text{
  color:#1f2d3d;
  line-height: 1.7;
  margin: 0 0 14px 0;
}

.testimonial-user strong{
  display:block;
  color:#0b3b7a;
  font-weight: 700;
}

.testimonial-user span{
  color:#6c7a89;
  font-size: .9rem;
}

.testimonial-control .carousel-control-prev-icon,
.testimonial-control .carousel-control-next-icon{
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}

.testimonial-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(11,59,122,.35);
}

.testimonial-indicators .active{
  background: linear-gradient(135deg, var(--yellow), var(--orange));
}

.carousel-indicators{

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -3rem;
    margin-left: 15%;

}


/* Footer (4 parts) */
.footer{
  background: linear-gradient(135deg, var(--dark), #06162a);
  color:#fff;
  padding: 60px 0 18px;
}
.footer-title{
  font-weight:700;
  margin-bottom: 14px;
  color:#fff;
}
.footer-links, .footer-contact{ list-style:none; padding:0; margin:0; }
.footer-links li, .footer-contact li{ margin-bottom: 10px; }
.footer-links a, .footer-contact a{
  color: rgba(255,255,255,.78);
  text-decoration:none;
}
.footer-links a:hover, .footer-contact a:hover{ color: #fff; text-decoration:underline; }
.footer-contact i{ color: var(--yellow); margin-right: 8px; }
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.10);
}
/* Footer Logo Styling */
.footer-logo {
  width: 190px;          /* Adjust size as needed */
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Hover effect */
.footer-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}

/* Mobile optimization */
@media (max-width: 576px) {
  .footer-logo {
    width: 100px;
  }
}




/* Floating Buttons */
.float-btn{
  position: fixed;
  right: 16px;
  display:flex;
  align-items:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration:none;
  color:#fff;
  font-weight: 700;
  z-index: 999;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  transform: translateZ(0);
}
.float-btn i{ font-size: 1.25rem; }
.float-whatsapp{
  bottom: 96px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  animation: glowPulse 1.8s infinite ease-in-out;
}
.float-call{
  bottom: 36px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  color:#132033;
  animation: glowPulse2 2.1s infinite ease-in-out;
}
.float-btn:hover{ transform: translateY(-2px); }
.float-text{ font-size: .95rem; }

/* Back to top */
.back-to-top{
  position: fixed;
  left: 16px;
  bottom: 36px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border:none;
  display:grid;
  place-items:center;
  background: rgba(11,59,122,.92);
  color:#fff;
  box-shadow: var(--shadow-soft);
  opacity:0;
  pointer-events:none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 999;
}
.back-to-top.show{
  opacity:1;
  pointer-events:auto;
}
.back-to-top:hover{ transform: translateY(-2px); }

/* Reveal animations */
.reveal{
  opacity:0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.show{
  opacity:1;
  transform: translateY(0);
}
#callme {
        position: fixed;
        right: 15px;
        top: 190px;
        width: 70px;
        height: 70px;
        cursor: pointer;
      
        z-index: 99990;
    }
    #callme #callmeMain {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: rgb(40 167 69);
        width: 60px;
        height: 60px;
        -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
        -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
        animation: zcwmini2 1.5s 0s ease-out infinite;
    }
    #callme #callmeMain:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -6px;
        left: -6px;
        background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-animation: zcwphone2 1.5s linear infinite;
        -moz-animation: zcwphone2 1.5s linear infinite;
        animation: zcwphone2 1.5s linear infinite;
    }
    @-webkit-keyframes zcwphone {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-moz-keyframes zcwphone {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @keyframes zcwphone {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-webkit-keyframes zcwphone2 {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-moz-keyframes zcwphone2 {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @keyframes zcwphone2 {
        0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
        50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
        75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
        100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    }
    @-webkit-keyframes zcwmini {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @-moz-keyframes zcwmini {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @keyframes zcwmini {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @-webkit-keyframes zcwmini2 {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @-moz-keyframes zcwmini2 {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
    @keyframes zcwmini2 {
        0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
        10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
        100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
    }
/* Keyframes */
@keyframes glowPulse{
  0%,100%{ box-shadow: 0 0 0 rgba(37,211,102,.0), 0 18px 40px rgba(0,0,0,.18); }
  50%{ box-shadow: 0 0 24px rgba(37,211,102,.38), 0 18px 40px rgba(0,0,0,.18); }
}
@keyframes glowPulse2{
  0%,100%{ box-shadow: 0 0 0 rgba(255,122,24,.0), 0 18px 40px rgba(0,0,0,.18); }
  50%{ box-shadow: 0 0 26px rgba(255,122,24,.30), 0 18px 40px rgba(0,0,0,.18); }
}
