.elementor-2782 .elementor-element.elementor-element-68a1f80{--display:flex;--overlay-opacity:0.5;}.elementor-2782 .elementor-element.elementor-element-68a1f80:not(.elementor-motion-effects-element-type-background), .elementor-2782 .elementor-element.elementor-element-68a1f80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#5C5C5C;}.elementor-2782 .elementor-element.elementor-element-68a1f80::before, .elementor-2782 .elementor-element.elementor-element-68a1f80 > .elementor-background-video-container::before, .elementor-2782 .elementor-element.elementor-element-68a1f80 > .e-con-inner > .elementor-background-video-container::before, .elementor-2782 .elementor-element.elementor-element-68a1f80 > .elementor-background-slideshow::before, .elementor-2782 .elementor-element.elementor-element-68a1f80 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2782 .elementor-element.elementor-element-68a1f80 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-2782 .elementor-element.elementor-element-a9a122d{--display:flex;}.elementor-2782 .elementor-element.elementor-element-36d9ba4{--display:flex;}.elementor-2782 .elementor-element.elementor-element-96847e9{--display:flex;}.elementor-2782 .elementor-element.elementor-element-79136c8{--display:flex;}.elementor-2782 .elementor-element.elementor-element-184edc5{--display:flex;}.elementor-2782 .elementor-element.elementor-element-75c8d66{--display:flex;}.elementor-2782 .elementor-element.elementor-element-bce9ae8{--display:flex;}.elementor-2782 .elementor-element.elementor-element-7e77199{--display:flex;}.elementor-2782 .elementor-element.elementor-element-747c11c{--display:flex;}.elementor-2782 .elementor-element.elementor-element-eb7aaf8{--display:flex;}.elementor-2782 .elementor-element.elementor-element-db608d4{--display:flex;}.elementor-2782 .elementor-element.elementor-element-5bb1bf9{--display:flex;}.elementor-2782 .elementor-element.elementor-element-7436a2c{--display:flex;}.elementor-2782 .elementor-element.elementor-element-3e7ba61{--display:flex;}/* Start custom CSS for html, class: .elementor-element-069cf2e *//* HERO SECTION STYLES */
.hero-section {
  position: relative;
  color: #fff;
  padding: 80px 20px 100px;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

.hero-section h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.hero-section p {
  font-size: 18px;
  color: #f2f2f2;
  margin-bottom: 25px;
  line-height: 1.5;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn.primary {
  background: #0078d7;
  color: #fff;
}

.btn.whatsapp {
  background: #25D366;
  color: #fff;
}

.btn.submit {
  background: #ff6600;
  color: #fff;
  width: 100%;
}

.btn:hover {
  opacity: 0.9;
}

/* Quote Form */
.quote-form {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  max-width: 420px;
  margin: 0 auto;
}

.quote-form h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.quote-form input,
.quote-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
}

.quote-form input::placeholder {
  color: #666;
}

.quote-form button {
  border: none;
  cursor: pointer;
  font-size: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 20px;
  }

  .hero-section h1 {
    font-size: 26px;
  }

  .hero-section p {
    font-size: 16px;
  }

  .quote-form {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bbebf4 *//* PIGEON NET SERVICES SECTION */
.services-section {
  background: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.services-section h2 {
  font-size: 32px;
  color: #222;
  font-weight: 800;
  margin-bottom: 10px;
}

.services-section .subtitle {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-card h3 {
  font-size: 20px;
  color: #222;
  margin: 15px 0 8px;
  font-weight: 700;
}

.service-card p {
  font-size: 15px;
  color: #555;
  padding: 0 15px 15px;
  line-height: 1.6;
}

.service-card .btn {
  display: inline-block;
  background: #0078d7;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.service-card .btn:hover {
  background: #005fa3;
}

/* Responsive */
@media (max-width: 768px) {
  .services-section {
    padding: 60px 15px;
  }
  .service-card img {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25e419c */<style>
.installation-process {
  background:#ffffff;
  padding:50px 16px;
  font-family:Arial, sans-serif;
}
.installation-process h2 {
  text-align:center;
  font-size:22px;
  color:#222;
  margin-bottom:8px;
}
.installation-process .subtitle {
  text-align:center;
  font-size:14px;
  color:#555;
  max-width:700px;
  margin:0 auto 30px;
}
.process-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  max-width:1100px;
  margin:auto;
}
.process-step {
  background:#f9f9f9;
  padding:18px;
  border-radius:10px;
  text-align:center;
  box-shadow:0 3px 10px rgba(0,0,0,0.08);
}
.step-number {
  display:inline-block;
  width:34px;
  height:34px;
  line-height:34px;
  border-radius:50%;
  background:#007bca;
  color:#fff;
  font-weight:bold;
  margin-bottom:10px;
}
.process-step h3 {
  font-size:15px;
  margin-bottom:6px;
  color:#222;
}
.process-step p {
  font-size:13px;
  color:#444;
  line-height:1.5;
}

/* Tablet */
@media (min-width:768px){
  .process-grid {
    grid-template-columns:repeat(2,1fr);
  }
}

/* Desktop */
@media (min-width:1024px){
  .process-grid {
    grid-template-columns:repeat(5,1fr);
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c611a2e */.project-gallery {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.project-gallery h2 {
  font-size: 2rem;
  color: #111827;
  margin-bottom: 10px;
  font-weight: 700;
}

.project-gallery p {
  color: #6b7280;
  margin-bottom: 30px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn {
  border: 1px solid #2563eb;
  background: transparent;
  color: #2563eb;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #2563eb;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  justify-content: center;
}

.gallery-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #facc15;
  color: #111;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}

.info {
  padding: 15px;
  text-align: left;
}

.info h3 {
  font-size: 1rem;
  color: #111;
  margin-bottom: 6px;
}

.info p {
  color: #6b7280;
  font-size: 0.9rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a67170 */<style>
.about-us {
  padding: 40px 16px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.about-us .container {
  max-width: 1000px;
  margin: auto;
}

.about-title {
  text-align: center;
  font-weight: 800;
  font-size: 22px;        /* Mobile */
  margin-bottom: 20px;
  color: #222;
}

.about-us p {
  font-size: 14px;        /* Mobile */
  line-height: 1.7;
  color: #444;
  margin-bottom: 16px;
}

/* Tablet */
@media (min-width: 768px) {
  .about-title {
    font-size: 26px;
  }
  .about-us p {
    font-size: 15px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .about-title {
    font-size: 30px;
  }
  .about-us p {
    font-size: 16px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c48be9 */.service-areas {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.service-areas .container {
  max-width: 1200px;
  margin: auto;
}

.service-areas h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.service-areas .subtitle {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.area-item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.area-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.area-item h3 {
  font-size: 18px;
  color: #111;
  margin-bottom: 12px;
  font-weight: 600;
}

.quote-btn {
  display: inline-block;
  background: #060270;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #750D92;
}

/* ✅ Mobile View: 2 Columns */
@media (max-width: 768px) {
  .service-areas h2 {
    font-size: 28px;
  }
  .service-areas .subtitle {
    font-size: 16px;
  }

  .area-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .area-item {
    padding: 15px;
  }

  .area-item h3 {
    font-size: 15px;
  }

  .quote-btn {
    padding: 6px 10px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d4a090 *//* CONTACT SECTION */
.contact-us {
  background: #f6f7f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.contact-us h2 {
  text-align: center;
  color: #005b9f;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-us .subtitle {
  text-align: center;
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

/* GRID */
.contact-grid {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

/* LEFT & RIGHT */
.contact-form,
.contact-info {
  flex: 1;
  min-width: 280px;
}

/* FORM */
.contact-form input,
.contact-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background: #005b9f;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.contact-form button:hover {
  background: #003f6f;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  display: block;
  margin-top: 15px;
  text-align: center;
  background: #25D366;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.whatsapp-btn:hover {
  background: #128C7E;
}

/* CONTACT INFO */
.contact-info h3 {
  color: #005b9f;
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-info p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.contact-info a {
  color: #005b9f;
  text-decoration: none;
  font-weight: bold;
}

/* MAP */
.contact-info iframe {
  margin-top: 15px;
  border-radius: 8px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .contact-us h2 {
    font-size: 24px;
  }

  .contact-grid {
    flex-direction: column;
    gap: 30px;
  }

  .contact-info iframe {
    height: 220px;
  }
}/* End custom CSS */