@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
}

.flaticon-cms:before { content: "\f100"; }
.flaticon-palette:before { content: "\f101"; }
.flaticon-focus:before { content: "\f102"; }
.flaticon-dribbble-logo:before { content: "\f103"; }
.flaticon-facebook-logo-button:before { content: "\f104"; }
.flaticon-twitter-logo-button:before { content: "\f105"; }
.flaticon-whatsapp:before { content: "\f106"; }
.flaticon-phone-call:before { content: "\f107"; }
.flaticon-earth-globe:before { content: "\f108"; }
.flaticon-sketch:before { content: "\f109"; }
.flaticon-engineer:before { content: "\f10a"; }
.flaticon-brickwall:before { content: "\f10b"; }
.flaticon-conveyor:before { content: "\f10c"; }
.flaticon-ruler:before { content: "\f10d"; }
.flaticon-drawing:before { content: "\f10e"; }
.flaticon-crane:before { content: "\f10f"; }
.flaticon-design-tool:before { content: "\f110"; }
.flaticon-project:before { content: "\f111"; }
.flaticon-contact:before { content: "\f112"; }
.flaticon-research:before { content: "\f113"; }
.flaticon-network:before { content: "\f114"; }
.flaticon-target:before { content: "\f115"; }
.flaticon-wallet:before { content: "\f116"; }
.flaticon-bill:before { content: "\f117"; }
.flaticon-arrow-pointing-to-right:before { content: "\f118"; }
.flaticon-next:before { content: "\f119"; }
.flaticon-sheet:before { content: "\f11a"; }
.flaticon-report:before { content: "\f11b"; }
.flaticon-sheet-1:before { content: "\f11c"; }
.flaticon-document:before { content: "\f11d"; }
.flaticon-list:before { content: "\f11e"; }
.flaticon-cog-wheel-silhouette:before { content: "\f11f"; }
/* Hide social icons until URLs are mapped */
.ct-header-social { display: none !important; }

/* Remove pricing card backgrounds */
.ct-pricing-layout1 { background-image: none !important; }

/* Hide RevSlider carousel and show static hero */
.preloader { display: none !important; }

.static-hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url('assets/images/uploads/banner1.avif');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
}

.static-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.static-hero-content .subtitle {
  font-size: 24px;
  color: #fe9800;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.static-hero-content .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.static-hero-content .hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.static-hero-content .hero-btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255,149,0,1) 0%, rgba(255,94,58,1) 100%);
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  transition: transform 0.3s;
}

.static-hero-content .hero-btn:hover {
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .static-hero { height: 500px; }
  .static-hero-content .title { font-size: 28px; }
  .static-hero-content .subtitle { font-size: 16px; }
  .static-hero-content .hero-btn { padding: 12px 30px; font-size: 15px; }
}

/* Hide broken Revolution Slider and show static hero */
.wp-block-themepunch-revslider,
sr7-module,
.rs-p-wp-fix { display: none !important; }

/* Static Hero Section */
.static-hero {
  position: relative;
  width: 100%;
  height: 600px;
  background: url('assets/images/uploads/banner1-scaled.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
}

.static-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 20px;
  max-width: 900px;
}

.static-hero-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #fe9800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.static-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.static-hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.static-hero-btn {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: inline-block;
}

.static-hero-btn.primary {
  background: linear-gradient(180deg, #ff9500 0%, #ff5e3a 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(245,83,1,0.4);
}

.static-hero-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(245,83,1,0.5);
}

.static-hero-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.static-hero-btn.secondary:hover {
  background: #fff;
  color: #333;
}

@media (max-width: 768px) {
  .static-hero { height: 500px; }
  .static-hero-title { font-size: 28px; }
  .static-hero-subtitle { font-size: 14px; }
  .static-hero-btn { padding: 12px 25px; font-size: 14px; }
}
