:root{
    --blue-dark:#0b1a33;
    --blue-mid:#10254a;
    --accent:#EA1F27;
}

body{
    font-family:'Inter',sans-serif;
  
    color:#1c1c1c;
}

/* HERO */
.hero{
padding: 90px 0 175px 0;
    background-image: url(../img/bg5.webp);
    color: #fff;
  background-size: cover;
    background-position: unset;
  
}
.hero {
    position: relative;
    overflow: hidden;
}

/* background image layer */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
   background: linear-gradient(rgb(0 0 0 / 10%), rgba(0, 0, 0, 0.6)), url(img/your-bg-image.jpg) center / cover no-repeat;
    z-index: 0;
}

/* content above background */
.hero .container {
    position: relative;
    z-index: 1;
}

.hero-badge{
 background: rgb(233 219 220 / 17%);
    color: #fff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 16px;
}

.hero h1{
font-size: 80px;
    font-weight: 600;
    margin-top: 30px;
}

.hero h1 span{color:var(--accent);}
.hero-desc{
    margin: 20px auto 40px auto;
    font-size: 19px;
    color: #eee;
    font-weight: 300;
}
.hero-highlight{color:var(--accent);}

.hero-actions .btn{margin:8px;}

/* BUTTONS */
.btn-primary-custom{
    background:var(--accent);
    color:#fff;
    padding:12px 28px;
    border-radius:8px;
    transition:.35s ease;
}

.btn-primary-custom:hover{
    transform:translateY(-2px);
    background:#EA1F27;
}

.btn-outline-custom{
    border:1px solid rgba(255,255,255,.3);
    color:#fff;
    padding:12px 28px;
    border-radius:8px;
}

/* SECTIONS */
.section{padding:90px 0;}
.section-title{
  text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 45px;
}
.section-title::after{
    content:'';
    width:45px;
    height:3px;
    background:var(--accent);
    display:block;
    margin:12px auto;
}

/* MODEL CARDS */
.model-card{
background: #ffffffc9;
    padding: 20px 30px 30px 30px;
    border-radius: 5px;
    transition: .45s cubic-bezier(.22, .61, .36, 1);
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    border: 2px solid #fff;
}
.model-card img{
width: 60px;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.model-card:hover,
.model-card.active{
    transform:translateY(-3px);
    box-shadow:0 25px 55px rgba(16,37,74,.25);
    border:1px solid var(--accent);
}

.model-icon{
    height:100px;
    background:linear-gradient(135deg,var(--blue-mid),#1c3f75);
    border-radius:12px;
    margin-bottom:18px;
}
.model-card h6{
font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.model-card p{
font-size: 16px;
    margin-top: 15px;
    color: #000;
    margin-bottom: 0;
}


/* PERFORMANCE */
.performance{
 padding: 90px 0;
    background-image: url(../img/bg2.jpg);
    color: #fff;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.feature-box h6{
font-size: 17px;
}
.feature-box p{
 margin-bottom: 0;
    font-size: 14px;
    color: #ccc;
}

.feature-box{
    transition:.4s cubic-bezier(.22,.61,.36,1);
}

.feature-box:hover{
    transform:translateY(-8px);
}

.feature-circle{
    width:60px;
    height:60px;
    border:2px solid var(--accent);
    border-radius:50%;
    margin:0 auto 18px;
}

/* APPLICATIONS */
.app-box{
  text-align: center;
    background: #f6fbfb;
    padding: 20px 12px 20px 12px;
    border-radius: 10px;
    transition: .45s cubic-bezier(.22, .61, .36, 1);
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border: 1px solid #cccccc9c;
}

.app-box:hover,
.app-box.active{
    transform:translateY(-3px);
    box-shadow:0 22px 45px rgba(16,37,74,.22);
    border:1px solid var(--accent);
}

/* ==============================
   SECTORS WE SERVE
================================ */

.sectors {
    background:#f5fafa;
    padding: 70px 0;
    font-family: 'Inter', sans-serif;
}

.section-heading h2 {
    font-weight: 700;
    color: #0b1c2d;
    margin-bottom: 10px;
}

.heading-underline {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #eb1923;
    border-radius: 2px;
}

/* Sector Box */
.sector-box {
 background: #ffffff;
    border-radius: 4px;
    padding: 15px 15px;
    align-items: center;
    gap: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* Hover Effect */
.sector-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-color: #eb1923;
}

/* Active Box */
.sector-box.active {
    border-color: #eb1923;
    background: #fff7f0;
}

/* Icon Style */
.sector-icon {
   
}
.sector-icon img{
  width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
}
/* Icon Color Change */
.sector-box:hover .sector-icon,
.sector-box.active .sector-icon {
   
}

/* Icon placeholders (can be replaced by SVG) */
.sector-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #5a6f85;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.sector-box:hover .sector-icon::before,
.sector-box.active .sector-icon::before {
    background: #ffffff;
}

/* Sector Titles */
.sector-box h6 {
margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #0b1c2d;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .sector-box {
        padding: 20px;
    }
}



/* ==============================
   ENGINEERED FOR CRITICAL OPS
================================ */

.critical-ops {
    padding: 60px 0;
    background-image: url(../img/bg2.jpg);
    color: #fff;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    font-family: 'Inter', sans-serif;
}

.critical-box {
  margin: auto;
    padding: 40px 40px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgb(255 255 255 / 14%));
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(14px);
    animation: fadeUp 1s ease forwards;
    height: 100%;
}

/* Badge */
.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    font-size: 13px;
    color: #EA1F27;
    background: rgba(255,122,26,0.12);
    border-radius: 50px;
    margin-bottom: 18px;
}

.badge-pill .dot {
    width: 8px;
    height: 8px;
    background: #EA1F27;
    border-radius: 50%;
}

/* Headings */
.critical-box h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 14px;
}

.lead-text {
color: #eee;
    font-size: 18px;
    margin-bottom: 10px;
}

.sub-text {
    color: #9fb0c4;
    font-size: 16px;
    margin-bottom: 35px;
}

/* Stats */
.stats-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-bottom: 10px;
}

.stat h3 {
    color: #EA1F27;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 2px;
}

.stat span {
    font-size: 16px;
    color: #9fb0c4;
}

.divider {
    width: 1px;
    height: 45px;
    background: rgba(255,255,255,0.15);
}

/* Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-orange {
    background: #eb1923;
    color: #fff;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.35s ease;
}

.btn-orange:hover {
    background: #ff8124;
    transform: translateY(-3px);
}

.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.35s ease;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .critical-box {
        padding: 45px 25px;
    }

    .stats-row {
        flex-direction: column;
        gap: 20px;
    }

    .divider {
        display: none;
    }
}

/* ==============================
   TOP STRIP / HEADER BAR
================================ */

.top-strip {
    background: linear-gradient(
        90deg,
        #0b1626 0%,
        #0e1b2f 50%,
        #0b1626 100%
    );
    padding: 14px 0;
    font-family: 'Inter', sans-serif;
}

.strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

/* Brand */
.brand {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.brand-icon {
    color: #eb1923;
    font-size: 16px;
}

.brand-name {
    letter-spacing: 0.2px;
}

/* Right Text */
.strip-text {
    font-size: 13px;
    color: #9fb0c4;
    text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
    .strip-inner {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .strip-text {
        font-size: 12px;
    }
}


/* FINAL SECTION */
.final-section{
    padding:100px 0;
    background:#f0f4fb;
}

.final-box{
    background:#fff;
    padding:30px;
    border-radius:16px;
    box-shadow:0 25px 50px rgba(0,0,0,.1);
}

/* FOOTER */
.footer{
 background: #000;
    color: #fff;
    padding: 15px 0;
}

/*.pumpmodel{
    padding: 0;
 
    background-image: url(../img/bg4.jpg);
    color: #fff;
    background-size: contain;
  
}
.pumpmodelbg{
padding: 90px 0;
    background: #ffffffa3;
}*/


/* Section base */
.pumpmodel {
    position: relative;
    overflow: hidden;
}

/* Moving background layer */
.pumpmodelbg {
    position: relative;
    z-index: 1;
}

/* Pseudo-element for scrolling background */
.pumpmodel::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 200%;
    height: 100%;

    background-image: url("../img/photo-wall.webp");
    background-repeat: repeat-x;

    /* IMPORTANT */
    background-size: auto 100%;
    background-position: left center;

    animation: bgScroll 20s linear infinite;

    z-index: 0;
    opacity: 0.6;

    will-change: transform;
    transform: translateZ(0);
}

/* Animation */
@keyframes bgScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.pumpmodel .container,
.pumpmodel .model-card,
.pumpmodel .headtitle {
    position: relative;
    z-index: 2;
}

.tagpara{
color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}
.iconimg{
background: #e7d3d424;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    line-height: 70px;
    text-align: center;
    border: 1px solid #eb1923;
}
.iconimg img{
  width: 45px;
}
.app-box .imgbox{
background: #f5e0e1db;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 75px;
    margin: auto;
    margin-bottom:10px;
}
.app-box img{
width: 45px;
   
}
.app-box p{
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.appwrap{
    padding: 50px 0 75px 0;
    background: #fff;
}


.theme-btn{
    background: #eb1923;
    color: #fff;
    border: none;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 4px;
}
.footer p{
  margin-bottom: 0;
    font-size: 19px;
}
.leftside{
text-align: left;
}
.rightside{
    text-align: right;
    font-size: 14px;
    color: #ccc;
}


@media screen and (max-width: 768px) {
    .hero h1 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 20px;
}
.hero-desc {
    margin: 20px auto;
    font-size: 15px;
    color: #eee;
}
.hero {
    padding: 35px 20px 40px 20px;
}

.section-title{
        font-size: 28px;

}
.critical-box h3{
        font-size: 30px;
}
.critical-box{
    height: auto;
    margin-bottom: 20px;
}
.leftside {
    text-align: center;
}
.rightside {
    text-align: center;
    font-size: 13px;
    color: #ccc;
}
.form-row {
    display: flex;
    gap: 10px !important;
    margin-bottom: 15px;
}
label {
    display: block;
    font-size: 12px !important;
}

}









/* Button */
.open-modal-btn {
    padding: 12px 24px;
    background: #eb1923;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

/* Overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
  
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 999;
}

/* Active */
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Modal box */
.modal-box {
background: #fafafa;
    width: 600px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    animation: modalUp 0.35s ease;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;;
}

/* Close */
.modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}

/* Button */
.btn-primary {
    margin-top: 20px;
    background: #eb1923;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
}

/* Animation */
@keyframes modalUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}







.meeting-form {
  background: #fafafa;
    padding: 15px 15px 0 15px;
    border-radius: 10px;
}

.form-row {
  display: flex;
    gap: 24px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

.form-group.full {
    margin-bottom: 15px;
}

label {
 display: block;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    margin-bottom: 5px;
    text-align: left;
}

input,
select,
textarea {
width: 100%;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    outline: none;
    background: #fff;
}

input::placeholder,
textarea::placeholder {
    color: #9a9a9a;
}

textarea {
    
}

input:focus,
select:focus,
textarea:focus {
    border-color: #eb1923;
}

.submit-btn {
  width: 100%;
    margin-top: 0;
    background: #eb1923;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 12px;
    border: none;
    cursor: pointer;
}

.submit-btn:hover {
    background: #eb1923;
}

.form-note {
text-align: center;
    margin-top: 18px;
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
}
.btn-outline-custom{
    background: #2d3746;
    border: 1px solid #ccc;
}

.model-card h6 span{
    color: var(--accent);
}
.bottombtn{
    text-align: center;
    padding-top: 30px;
}
.bottombtn1{
    padding: 12px 24px;
    background: #eb1923;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}

#backToTop{

}
#backToTop img{
    position: fixed;
    right: 15px;
    z-index: 1000;
    bottom: 20px;
    width: 30px;
}
.logo{
    margin-bottom: 20px;
}
.logo img{
    width: 250px;
}
.hero-actions{

}
.herobtn1{
padding: 10px 25px;
    background: #eb1923;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: auto;
    text-decoration: none;
    text-align: center;
    font-size: 19px;
    margin-bottom: 15px;
}
.herobtn1 span{
    font-size: 17px;
}
.herobtn2{
    padding: 10px 25px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: auto;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px;
}
.h2line{
color: #000;
font-size: 50px;
}
.h2line span{
    padding: 5px 15px;
    border-radius: 7px;
}






.why-firefly-section {
 background: #111;
  color: #fff;
}

.why-firefly-section .section-title {
font-size: 50px;
    font-weight: 700;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #eb1923;
  margin-top: 8px;
}

.section-desc {
max-width: 700px;
    margin: auto;
    color: #eee;
    font-size: 18px;
    font-weight: 300;
}

.feature-card {
   background: #222;
    border-radius: 3px;
    padding: 20px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: .45s cubic-bezier(.22, .61, .36, 1);
}

.feature-card .icon {
  font-size: 22px;
  color: #eb1923;
  margin-bottom: 12px;
}

.feature-card .card-title {
   font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

.feature-card p {
 font-size: 16px;
    color: #eee;
    margin-bottom: 0;
    font-weight: 300;
}

.standards-box {
  background: #222;
    border-radius: 3px;
}

.standards-title {
  font-size: 32px;
    font-weight: 600;
}

.standards-list {
 list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.standards-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #eee;
    font-size: 16px;
    font-weight: 300;
}

.standards-list li::before {
  content: "\f00c"; /* check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color:#eb1923;
}


/* overall */
.stats-strip {
  width: 100%;
  font-family: inherit;
}

/* top light band */
.stats-top {
 
   
}

.stat-num {
font-size: 60px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 0;
    text-align: center;
}

/* bottom red band */
.stats-bottom {
 
  
}

.stat-label {
color: #fff;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    letter-spacing: 1px;
  
   
}
.rborder{
  border-right: 1px solid #747171;
}
.counter{
padding: 35px 0 30px 0;
    background: #111;
}










.applications-section {
  background: #ffffff;
}

.app-title {
  font-size: 50px;
    font-weight: 700;
    color: #111;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #eb1923;
  margin-top: 8px;
}

.app-desc {
  max-width: 720px;
 color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: auto;
}

.app-card {
     background: #fafafa;
    border-radius: 14px;
    padding: 26px;
    height: 100%;
    border: 1px solid #f0f0f0;
     transition: .45s cubic-bezier(.22, .61, .36, 1);
}
.applications-section .card-title{
font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.app-icon {
 width: 90px;
    height: 90px;
    border-radius: 10px;
    background: #fff3e8;
    color: #eb1923;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}

.app-card p {
  font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.app-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.app-card ul li {
 position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}

.app-card ul li::before {
  content: "\f111"; /* fa-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 7px;
  color: #eb1923;
}





.meet-section {
  background: #111;
    color: #ffffff;
}

.event-badge {
  display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    background: rgba(255, 122, 0, 0.15);
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.meet-title {
  font-size: 50px;
  font-weight: 700;
}

.title-line {
  
}

.meet-desc {

max-width: 700px;
    margin: auto;
    color: #eee;
    font-size: 17px;
    font-weight: 300;
}

.booth-btn {
  display: inline-block;
  background: linear-gradient(135deg, #eb1923, #ff9a3c);
  padding: 16px 32px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
}

.booth-btn span {
  font-size: 12px;
  opacity: 0.9;
}

.meet-card {
  background: #222;
    border-radius: 3px;
    padding: 40px 40px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 100%;
    transition: .45s cubic-bezier(.22, .61, .36, 1);
}

.card-badge {
  display: inline-block;
  background: #fff1e6;
  color: #eb1923;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.meet-section .card-title {
     font-size: 21px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left;
}

.meet-card p {
font-size: 16px;
    color: #eee;
    margin-bottom: 0;
    text-align: left;
    font-weight: 300;
}

.schedule-btn {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.schedule-note {
 font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.heightsec{
    margin-top: 50px;
}


.meet-section .app-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #fff3e81f;
    color: #eb1923;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}

.meet-section .app-icon img {
  width: 50px;
}







.schedule-section {
  background: #ffffff;
}

.schedule-badge {
 display: inline-block;
    background: #eee;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}

.schedule-title {
  font-size: 50px;
  font-weight: 700;
  color: #111;
}

.title-line {
  width: 60px;
  height: 3px;
  background: #eb1923;
  margin-top: 8px;
}

.schedule-desc {
font-size: 19px;
    color: #000;
    margin-top: 30px;
}

.schedule-card {
background: #fafafa;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
}

.form-label {
font-size: 16px;
    font-weight: 400;
    color: #000;
}

.form-control,
.form-select {
 font-size: 16px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}

.schedule-btn {
background: #eb1923;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    border: none;
}

.schedule-btn:hover {
  opacity: 0.95;
}

.form-note {
 font-size: 16px;
    color: #000;
}
.leftside span{
    color: #eee;
    font-size: 15px;
    padding-left: 25px;
}
.rightside a{
    color: #eee;
    text-decoration: none;
    text-align: right;
    font-size: 15px;
}
.midtag{
text-align: center;
    font-size: 15px !important;
    color: #eee;
}
.midtag p{

}
.midtag img{
width: 160px;
    margin-bottom: 5px;
}
.segmentimg img{
    width: 100%;
}





.feature-card:hover,
.feature-card.active{
    transform:translateY(-3px);
    box-shadow:0 25px 55px rgba(16,37,74,.25);
    border:1px solid var(--accent);
}

.app-card:hover,.app-card.active{
    transform:translateY(-3px);
    box-shadow:0 25px 55px rgba(16,37,74,.25);
    border:1px solid var(--accent);
}
.meet-card:hover,.meet-card.active{
      transform:translateY(-3px);
    box-shadow:0 25px 55px rgba(16,37,74,.25);
    border:1px solid var(--accent);
}


.counterwr{
  
   
    transition: .45s cubic-bezier(.22, .61, .36, 1);
}
.counterwr:hover,.counterwr.active{
  /* transform:translateY(-3px);
    box-shadow:0 25px 55px rgba(16,37,74,.25);
    border:1px solid var(--accent);*/
}
.herobtn2:hover{
    padding: 10px 25px;
    background: #eb1923;
    color: #fff;
   
    transition: .45s cubic-bezier(.22, .61, .36, 1);
}
.herobtn1:hover{
    background: #fff;
    color: #000;
    transition: .45s cubic-bezier(.22, .61, .36, 1);
   
}
.headtitle{
   text-align: center;
    margin-bottom: 30px; 
}

.mapsection{
padding: 50px 0 0 0;
    background: #111;
}
.mapbox img{
    width: 100%;
}
.form-select {
    appearance: none;            /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23666' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;

    padding-right: 40px;         /* space for arrow */
}



.statbox {
 background: #222;
    padding: 35px 0 35px 0;
}



.range{
border-top: 1px dashed #ccc;
    padding-top: 5px;
    margin-top: 10px;
    color: #fff !important;
    font-weight: 400 !important;
}
.range strong{
    color: #eb1923;
}






@media screen and (max-width: 768px) {
.stat-num {
   font-size: 30px;
        font-weight: 400;
}
.stat-label {
 color: #fff;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.5;
        text-transform: capitalize;
        margin-top: 5px;
        text-align: center;
        letter-spacing: 0px;
}
.statbox{
width: 33%;
}
.counter {
    padding: 0px 0 0px 0;
    background: #111;
}
.app-title {
    font-size: 35px;
    font-weight: 700;
    color: #111;
}
.app-desc {
    max-width: 720px;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: auto;
}
.event-badge {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 25px;
    background: rgba(255, 122, 0, 0.15);
    color: #FFE;
    font-size: 17px;
    font-weight: 400;
}
.meet-title {
    font-size: 35px;
    font-weight: 700;
}
.schedule-title {
    font-size: 33px;
    font-weight: 700;
    color: #111;
}
.schedule-desc {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.schedule-card {
    background: #fafafa;
    border-radius: 14px;
    padding: 15px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    margin-top: 0;
}
.why-firefly-section .section-title {
    font-size: 35px;
    font-weight: 700;
}
.section-desc {
    max-width: 700px;
    margin: auto;
    color: #eee;
    font-size: 16px;
    font-weight: 300;
}
.schedule-note {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
.logo img {
    width: 190px;
}
.headtitle{

}
.headtitle img{
    width: 100%;
}
.pumpmodel {
   position: relative;
        overflow: hidden;
        padding: 30px 0 30px 0;
}
.feature-card {
   
    padding: 10px;
}
.standards-box {
    background: #222;
    border-radius: 3px;
    padding: 20px 15px !important;
}
.standards-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.statbox {
    background: #222;
    padding: 25px 0 25px 0;
}
.rborder {
   
}
.schedule-btn {
 
    padding: 10px;
   
    font-size: 15px;
 
}
.form-note {
    font-size: 13px;
    color: #000;
}
.meet-card{
    padding: 20px 20px;
}
}