@import"https://fonts.googleapis.com/css?family=Libre+Franklin:400, 500, 600,700";
body {
    font-family: "Libre Franklin", sans-serif;
    color: #3b4a69;
    font-size: 14px;
    /* background: #f9f9f9; */
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Libre Franklin", sans-serif;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-color: gray !important;
}
:root {
--primary-blue: #4A90E2;
--secondary-blue: #357ABD;
--light-gray: #f8f9fa;
--dark-gray: #6c757d;
--green-accent: #28a745;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.container {
max-width: 1120px;
}


.hero-section {
background: #2c3e50;
background: linear-gradient(to left, #2c3e50, #3498db);
color: white;
padding: 175px 0 150px;
position: relative;
}

.hero-section h1{
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px;
    line-height: 54px;
    font-weight: 600;
}
.hero-section p{
    letter-spacing: 2px;
    color: #eee;
    font-size: 15px;
}
/* .hero-section::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 100px;
background: white;
clip-path: polygon(0 100%, 100% 100%, 100% 0);
} */

.stats-card {
background: white;
border-radius: 10px;
padding: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
margin-top: -50px;
position: relative;
z-index: 10;
}

.stat-item {
text-align: center;
}

.stat-item:last-child {
border-right: none;
}

.stat-number {
    padding: 8px;
    font-size: 30px;
    font-weight: 500;
    color: #767d8e;
    margin-bottom: 5px;
}

.stat-label {
color: #98a6ad;
font-size: 0.9rem;
}

.navbar-brand {
font-weight: bold;
font-size: 1.5rem;
}
/* Update navbar styles */
.navbar {
transition: background-color 0.3s ease;
background-color: rgba(255, 255, 255, 0) !important; /* Transparent background */
}

.navbar.scrolled {
background-color: rgba(255, 255, 255, 0.95) !important; /* Opaque background */
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Make navbar text white initially for visibility on hero */
.navbar-brand, .nav-link {
color: white !important;
transition: color 03.s ease;
}

.navbar.scrolled .navbar-brand,
.navbar.scrolled .nav-link {
    color: #333 !important;
}
.navbar.scrolled .navbar-brand,
.navbar.scrolled .nav-link:hover {
    color: #08b981 !important;
}
.nav-item{
    padding: 8px;
}
.nav-link{
    color: #d4d4d4 !important;
}
.nav-link:hover{
    color:#08b981 !important;
}
/*
.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--light-gray);
    border-radius: 50%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: #3b4a69;
    border: 2px solid #767d8e;
}

.feature-icon .avatar-title {
    font-size: 35px;
    color: #3b4a69 !important;
} */
 .feature-icon {
    width: 80px;
    height: 80px;
    background: var(--light-gray);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 2px solid #3b4a69;
}

.feature-icon i {
    font-size: 35px;
    color: #3b4a69;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.feature-heading{
    font-size: 18px;
    color: #1a252f;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.feature-text{
    color: #98a6ad;
    margin: 10px auto;
    line-height: 26px;
    width: 85%;
}

    /* #pricing .plan{

    } */
    .pricing-card {
        width: 100%; /* take full column width */
        padding: 30px 20px;
        border: 2px solid #767d8e;
        text-align: center;
        transition: all 0.3s ease;
        background: white;
        margin-bottom: 20px; /* spacing on small screens */
    }

    .pricing-card.featured {
        transform: scaleY(1.05);
        z-index: 2;
        position: relative;
    }

    .pricing-features {
        list-style: none;
        padding: 0;
        text-align: left;
    }


    .pricing-card h3 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #43cea2;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .pricing-card h2 {
        font-size: 38px;
        margin-bottom: 10px;
        margin-top: 25px;
        color: #435966;
    }
    .price {
        font-size: 3rem;
        font-weight: 300;
        color: #333;
        margin: 10px 0 5px 0;
    }

    .price-period {
        color: #999;
        font-size: 0.9rem;
        margin-bottom: 30px;
    }

    .pricing-features {
        list-style: none;
        padding: 0;
        padding: 15px 0px 20px 20px;
        text-align: left;
    }

    .pricing-features li {
        padding: 8px 0;
        border-bottom: none;
        color: #666;
        font-size: 0.9rem;
        display: flex;
        justify-content: start !important;
        align-items: center;
    }

    .pricing-features li i {
        width: 16px;
        height: 16px;
        margin-right: 10px;
        font-size: 0.8rem;
        color: #666;
    }

    .pricing-btn {
        background: #495057;
        border: none;
        padding: 12px 25px;
        border-radius: 3px;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.8rem;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .pricing-btn:hover {
        background: #343a40;
        color: white;
        text-decoration: none;
    }

    .pricing-btn.active {
        background: #28a745;
    }

    .pricing-btn.active:hover {
        background: #218838;
    }

    .pricing-features li {
        display: flex;
        justify-content: center;
    }

/* Responsive adjustments */
@media (max-width: 767px) {
    .pricing-card {
        width: 80%;
        margin: auto;
    }
  .pricing-card h2 {
    font-size: 28px;
  }

  .pricing-card h3 {
    font-size: 14px;
  }

  .pricing-features li {
    justify-content: flex-start;
    font-size: 0.85rem;
  }

  .pricing-btn {
    font-size: 0.75rem;
    padding: 10px 20px;
  }

  .pricing-card.featured {
    transform: scaleY(1);
  }
}

.device-mockup {
/* max-width: 500px; */
margin: 0 auto;
}

.company-logos {
    opacity: 0.9;
    transition: all 0.3s ease;
    width: 200px;
    border: 1px solid #ececec;
}

.company-logos:hover {
filter: grayscale(0%);
opacity: 1;
}



.newsletter-section {
background: #2c3e50;
color: white;
padding: 60px 0;
}

.footer {
background: #1a252f;
color: white;
padding: 30px 0;
text-align: center;
}

.section-padding {
padding: 80px 0;
}




 /* Static FAQ styles to match demo */
    .faq-section {
        background-color: white; /* White background, not gray */
    }

    .faq-item {
        border: none;
    }

    .faq-question {
        color: #3b4a69; /* Teal/green color for Q. */
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 10px;
        display: block;
        background: none;
        border: none;
        padding: 0;
        text-align: center;
        cursor: pointer;
    }

    .faq-answer {
        /* color: #666; */
    color: #98a6ad !important;
    line-height: 24px;
    }

    .faq-container {
        /* max-width: 900px; */
        margin: 0 auto;
    }

    .pricing-btn{
        background-color: #3b4a69;
        color: #fff;
    }
    .pricing-btn:hover{
        background-color: #3b4a69;
        color: #fff;
        transform: scale(0.98);
    }
    .pricing-btn:active{
        background-color: #0c0c0c;
    }

    .pricing-btn.active {
        background-color: #37cb9c !important;
        color: white;
    }

    .newsletter-section {
        background: #28282e; /* Dark background */
        color: white;
        padding: 100px 0;
    }

    .subscribe-form {
        max-width: 600px;
        margin: 0 auto;
        position: relative;
    }

    .subscribe-input {
        width: 100%;
        padding: 15px 140px 15px 15px;
        border: none;
        border-radius: 50px;
        background: #505055;
        color: white;
        font-size: 1rem;
        outline: none;
    }

    .subscribe-input::placeholder {
        color: #bdc3c7;
    }

    .subscribe-btn {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        background: #37cb9c;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 50px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .subscribe-btn:hover {
        background: #08b981;
    }

    .footer {
        background: #28282e;
        color: #bdc3c7;
        padding: 30px 0;
        text-align: center;
        font-size: 0.9rem;
        border-top: 1px solid rgb(78, 76, 76);
    }


    .text-pest{
        color: #37cb9c;
    }

    .btn-gray{
        background-color: #3b4a69;
    }

    .text-gray{
        color: #3b4a69;
    }

    .accordion-button {
        background-color: #f8f9fa;
        color: #333;
        font-weight: bold;
    }

.accordion-button:not(.collapsed) {
    background-color: #3b4a69;
    color: white ;
}

.accordion-body {
    background-color: #fff;
}

.more-content span {
    display: none;
}

.more-content .read-more-link {
    color: #37cb9c;
    cursor: pointer;
    text-decoration: none;
}



    @media (max-width: 992px) {
        .navbar {
            background-color: rgba(255, 255, 255, 1) !important;
        }

        .navbar .navbar-brand,
        .navbar .nav-link {
            color: #333 !important;
        }

        .navbar .nav-link:hover {
            color: #37cb9c !important;
        }

        .navbar.scrolled .navbar-brand,
        .navbar.scrolled .nav-link {
            color: #333 !important;
        }

        .navbar.scrolled .nav-link:hover {
            color: #37cb9c !important;
        }
    }

    @media (min-width: 370px) {
    .stats-card {
        width: 90%;
    }
}
@media (min-width: 576px) {
    .stats-card {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .stats-card {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .stats-card {
        width: 60%;
    }
}

@media (min-width: 1280px) {
    .stats-card {
        width: 50%;
    }
}


@media (min-width: 1500px) {
    .stats-card {
        width: 40%;
    }
}


