/* ===========================
   THEME VARIABLES
   =========================== */
:root {
  --primary: #1da6d8;
  /* sky blue */
  --primary-soft: #e3f7fd;
  --secondary: #b23343;
  /* light maroon */
  --secondary-soft: #fde8eb;
  --dark: #1f2937;
  --text-main: #111827;
  --text-muted: #6b7280;
  --bg-body: #ffffff;
  --bg-light-alt: #f5f7fb;
  --footer-bg: #0b1220;
  --footer-border: #151b2c;
  --footer-text: #e5e7eb;
  --footer-muted: #9ca3af;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --shadow-soft: 0 20px 40px rgba(15, 23, 42, 0.12);
}

/* ===========================
   GLOBAL RESET
   =========================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-main);
  background-color: var(--bg-body);
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: white;
}

p {
  color:white;
  margin-bottom: 0.7rem;
}

a {
  text-decoration: none;
}






/* Top Bar */
.safety-top-bar {
  background: #0288d1;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.safety-top-bar i {
  margin-right: 6px;
}

/* Center Urgent Call */
.top-center {
  color: #fff;
}

.urgent-call {
  color: #ffeb3b;
  font-weight: 600;
  text-decoration: none;
  margin-left: 5px;
}

.urgent-call:hover {
  text-decoration: underline;
}

/* Social */
.top-right .follow-text {
  font-size: 13px;
  opacity: 0.9;
}

.top-social {
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease;
}

.top-social:hover {
  color: #ffeb3b;
}

/* Responsive */
@media (max-width: 768px) {
  .safety-top-bar {
    text-align: center;
  }
}








/* ===========================
   HERO / CAROUSEL
   =========================== */
/* Hero Section */
.safety-hero-section {
  height: 70vh;
}

.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Background Images */
.hero-slide-1 {
  background-image: url('../img/b1.jpg');
  height: 500px;
}

.hero-slide-2 {
  background-image: url('../img/b2.jpg');
  height: 500px;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:rgba(0, 0, 0, 0.493);
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  color: #fff;
}

.hero-badge {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(255,255,255,0.15);
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 18px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-content h1 span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}

.hero-content p {
  margin-top: 15px;
  font-size: 16px;
  opacity: 0.95;
}

/* Buttons */
.hero-actions {
  margin-top: 25px;
}

.hero-actions .btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  margin-right: 10px;
}

.hero-actions .btn-primary {
  background:#0288d1;
  border: none;
}

.hero-actions .btn-primary:hover {
  background: #0288d1;
}

.hero-actions .btn-outline-light {
  border: 2px solid #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content h1 span {
    font-size: 18px;
  }
}



/* ===========================
   SECTION BASICS
   =========================== */
.section-padding {
  padding-block: 80px;
  background-color: #f0f0f0;
}

@media (max-width: 575.98px) {
  .section-padding {
    padding-block: 60px;
  }
}

.bg-light-alt {
  background-color: var(--bg-light-alt);
}

.section-title {
  margin-bottom: 2rem;
}

.section-title .subtitle {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

.section-title h2 {
  margin-top: 0.75rem;
  font-weight: 700;
}





/* Theme Color */
:root {
  --theme-color: #4f4f4f;
}









.icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
  color: var(--text-muted);
}

.icon-list i {
  color: var(--primary);
  margin-top: 0.15rem;
}







/* Why Choose Us Section */
.why-choose-safety-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #e8f5e9, #f1f8ff);
}

.why-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 16px;
  color: #555;
}

/* Card */
.why-safety-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.why-safety-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
}

/* Icon */
.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(45deg, #2e7d32, #0288d1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

/* Text */
.why-safety-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1b5e20;
  margin-bottom: 12px;
}

.why-safety-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .why-safety-card {
    padding: 30px 20px;
  }
}









/* ===========================
   ACHIEVEMENTS
   =========================== */
.achievements-section {
  background: radial-gradient(circle at top left, var(--secondary), #111827);
  position: relative;
  overflow: hidden;
}

.achievements-section::before,
.achievements-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 166, 216, 0.45), transparent 65%);
  opacity: 0.5;
}

.achievements-section::before {
  top: -90px;
  left: -80px;
}

.achievements-section::after {
  bottom: -120px;
  right: -100px;
}

.achievements-section h2,
.achievements-section .subtitle,
.achievements-section p {
  color: #ffffff;
}

.achievement-card {
  position: relative;
  z-index: 2;
}

.achievement-card .counter {
  font-size: 2.3rem;
  font-weight: 700;
  color: #ffffff;
}

.achievement-card .suffix {
  font-size: 1.3rem;
  font-weight: 700;
  margin-left: 0.1rem;
  color: #ffffff;
}

.achievement-card p {
  margin-top: 0.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e5e7eb;
}





/* ===========================
   CONTACT
   =========================== */
.premium-contact-section {
  background: #fff;
}

.contact-title {
  font-size: 38px;
  font-weight: 800;
}

.contact-subtitle {
  font-size: 16px;
  color: #555;
  margin-top: 8px;
}

/* Form Card */
.contact-form-card {
  background: rgba(255, 255, 255, 0.85);
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.contact-form-card h4 {
  font-weight: 700;
  color: linear-gradient(135deg, #d7a454, #a67c3a);;
}

.form-control {
  border-radius: 10px;
  padding: 10px 14px;
}

.contact-btn {
  background: #007eff;;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #0055ff;
}

/* Info Card */
.contact-info-card {
  background: #ffffff;
  color: #000000;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.contact-info-card h4 {
  font-weight: 700;
}

.contact-info-box {
  display: flex;
  gap: 15px;
  margin-top: 18px;
  align-items: flex-start;
}

.contact-info-box i {
  font-size: 22px;
  margin-top: 4px;
}

.contact-info-box a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.contact-note {
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
}





/* ===========================
   MAP
   =========================== */
.map-section {
  position: relative;
  background: linear-gradient(120deg, #0f172a, #082f49);
  color: #ffffff;
}

.map-section .section-title .subtitle,
.map-section .section-title h2 {
  color: #ffffff;
}

.map-container {
  position: relative;
  height: 320px;
}

.map-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.map-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(29, 166, 216, 0.28), transparent 60%);
  pointer-events: none;
}


/* ===========================
   ANIMATIONS – REVEAL
   =========================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease-out;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   RESPONSIVE TWEAKS
   =========================== */
@media (max-width: 991.98px) {
  .hero-content {
    text-align: center;
  }

  .hero-content .lead {
    margin-inline: auto;
  }

  .hero-content .d-flex {
    justify-content: center;
  }
}




/* Floating Buttons Container */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Common Button Style */
.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* WhatsApp Button */
.whatsapp-btn {
  background-color: #25D366;
}

/* Call Button */
.call-btn {
  background-color: #007bff;
}

/* Hover Effect */
.float-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
}

/* Mobile Responsive Adjustments */
@media (max-width: 480px) {
  .float-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.rental-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: .3s ease;
}

.rental-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.rental-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.rental-badge {
  background: #0d6efd15;
  color: #0d6efd;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

.rent-btn {
  display: inline-block;
  background: #4f4f4f;
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}





/* About Section Title */
/* About Section */
.safety-about-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #1b5e20;
}

.section-title span {
  color: #0288d1;
}

.section-subtitle {
  max-width: 650px;
  margin: 10px auto 0;
  font-size: 16px;
  color: #555;
}

/* Image */
.about-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.about-img-wrapper img {
  width: 100%;
  border-radius: 20px;
}

/* Experience Badge */
.about-experience {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background:#0288d1;
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  text-align: center;
}

.about-experience h4 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}

.about-experience span {
  font-size: 13px;
}

/* Content */
.about-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0288d1;
}

.about-content p {
  font-size: 15.5px;
  color: #555;
  line-height: 1.7;
}

/* Features */
.about-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.about-features li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.about-features i {
  color: #2e7d32;
  margin-right: 8px;
}

/* Buttons */
.about-actions .btn {
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 500;
  margin-right: 10px;
}

.about-actions .btn-primary {
  background: #0288d1;
  border: none;
}

.about-actions .btn-primary:hover {
  background: linear-gradient(45deg, #0288d1, #2e7d32);
}

.about-actions .btn-outline-secondary {
  border-radius: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-content h3 {
    font-size: 24px;
  }

  .section-title {
    font-size: 32px;
  }
}






/* service CSS */
/* Safety Services Section */
.safety-services-section {
  background: linear-gradient(180deg, #e8f5e9, #f1f8ff);
  padding: 80px 0;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #1b5e20;
}

.section-title span {
  color: #0288d1;
}

.section-subtitle {
  max-width: 650px;
  margin: 10px auto 0;
  color: #555;
  font-size: 16px;
}

/* Service Card */
.safety-service-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.safety-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Image */
.safety-service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* Content */
.service-content {
  padding: 25px;
  text-align: center;
}

.service-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1b5e20;
  margin-bottom: 12px;
}

.service-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 18px;
}

/* Button */
.service-content a {
  display: inline-block;
  padding: 10px 24px;
  background:#0288d1;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.service-content a:hover {
  background: #0288d1;
  color: #fff;
}








.gallery-section {
  padding: 70px 0;
}

.gallery-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-item img {
    height: 190px;
  }
}

@media (max-width: 576px) {
  .gallery-item img {
    height: 170px;
  }
}

.video-gallery-section {
  padding: 80px 0;
  background: #f4f8fb;
}

.video-gallery-section .section-title {
  font-size: 36px;
  font-weight: 700;
}

.video-gallery-section .section-title span {
  color: #007eff;
}

.gallery-subtitle {
  color: #555;
  font-size: 15px;
  margin-top: 8px;
}

/* Video Card */
.video-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

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

/* Video */
.video-card video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  cursor: pointer;
  background: #000;
  border-radius: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .video-card video {
    height: 200px;
  }
}












.premium-header {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.brand-logo-img {
  height: 100px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #222;
  padding: 8px 0;
  position: relative;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: linear-gradient(135deg, #d7a454, #a67c3a);;
}

/* Underline Effect */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #d7a454, #a67c3a);;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

/* Call Button */
.nav-call-btn {
  background: #007eff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.nav-call-btn:hover {
  background: #0055ff;
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 991px) {
  .nav-call-btn {
    margin-top: 10px;
    justify-content: center;
  }
}
.navbar-toggler:focus{
  box-shadow: none;
}







.premium-footer {
  background: #1a1a1a;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.premium-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.premium-footer a:hover {
  color: #c59d5f; /* Golden accent */
}

.footer-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #c59d5f;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
}

.footer-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  transition: all 0.3s;
}

.footer-social a:hover {
  background: #c59d5f;
  color: #fff;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #c59d5f;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-links li a {
  font-size: 14px;
}

.footer-contact li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 14px;
}

.footer-contact i {
  margin-right: 8px;
  color: #c59d5f;
}

.footer-newsletter {
  margin-top: 10px;
}

.footer-newsletter input {
  flex: 1;
  padding: 8px 12px;
  border-radius: 30px 0 0 30px;
  border: none;
  outline: none;
}

.footer-newsletter button {
  padding: 8px 16px;
  border-radius: 0 30px 30px 0;
  border: none;
  background: #c59d5f;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.footer-newsletter button:hover {
  background: #a67c3a;
}

.footer-cta {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

.footer-bottom {
  background: #111;
  color: #aaa;
  font-size: 13px;
  text-align: center;
}










.video-bg-section {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.video-bg-section .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-bg-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* Dark overlay */
  z-index: 2;
}

.video-bg-section .video-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 0 20px;
}

.video-bg-section h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.video-bg-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.video-bg-section .btn {
  padding: 12px 30px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid white;
  background-color: #00000000;
}
@media(max-width:991px)
{
	.sticky-top{
		position:relative;
	}
}
#callme {
        position: fixed;
        right: 30px;
        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);}
    }