/*
  Total Knockout Pest Control
  Bootstrap 3 responsive website styles
  Updated brand palette from client logo:
  Orange, teal, white, and deep teal.
*/

:root {
    --tko-orange: #f47a00;
    --tko-orange-dark: #cc5f00;
    --tko-teal: #006f72;
    --tko-teal-dark: #004f53;
    --tko-teal-deep: #003b3f;
    --tko-light: #f7faf9;
    --tko-border: #d9e3e1;
    --tko-text: #1f2a2a;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--tko-text);
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--tko-teal);
}

a:hover,
a:focus {
    color: var(--tko-orange);
    text-decoration: none;
}

p {
    font-size: 16px;
}

.lead {
    font-size: 19px;
    line-height: 1.6;
}

.tko-topbar {
    background: var(--tko-teal);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: 8px 0;
}

.tko-topbar a {
    color: #fff;
}

.tko-topbar .top-contact {
    text-align: right;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.tko-navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #edf2f2;
    min-height: 112px;
}

.tko-navbar .navbar-brand {
    height: auto;
    padding: 12px 15px;
}

.tko-logo {
    max-width: 270px;
    height: auto;
    max-height: 90px;
    display: block;
}

.tko-navbar .navbar-nav > li > a {
    color: #0c2829;
    font-weight: 700;
    padding-top: 45px;
    padding-bottom: 45px;
}

.tko-navbar .navbar-nav > li > a:hover,
.tko-navbar .navbar-nav > li > a:focus,
.tko-navbar .navbar-nav > .active > a,
.tko-navbar .navbar-nav > .active > a:hover {
    color: var(--tko-orange);
    background: transparent;
}

.navbar-toggle {
    margin-top: 37px;
    border-color: var(--tko-teal);
}

.navbar-toggle .icon-bar {
    background: var(--tko-teal);
}

.nav-cta {
    margin-top: 31px;
    padding: 15px !important;
}


.btn-tko {
    background: var(--tko-orange);
    border-color: var(--tko-orange);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    border-radius: 4px;
    box-shadow: none;
}

.btn-tko:hover,
.btn-tko:focus {
    background: var(--tko-orange-dark);
    border-color: var(--tko-orange-dark);
    color: #fff !important;
}

.btn-teal {
    background: var(--tko-teal);
    border-color: var(--tko-teal);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    border-radius: 4px;
}

.btn-teal:hover,
.btn-teal:focus {
    background: var(--tko-teal-dark);
    border-color: var(--tko-teal-dark);
    color: #fff !important;
}

.btn-outline-light {
    color: #fff !important;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .86);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background: #fff;
    color: var(--tko-teal-deep) !important;
}

.section {
    padding: 70px 0;
}

.section-tight {
    padding: 45px 0;
}

.section-gray {
    background: var(--tko-light);
}

.section-teal {
    background:
        linear-gradient(135deg, rgba(0, 79, 83, .96), rgba(0, 59, 63, .94)),
        repeating-linear-gradient(45deg, #004f53 0, #004f53 12px, #005b5f 12px, #005b5f 24px);
    color: #fff;
}

.kicker {
    color: var(--tko-orange);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
    display: block;
}

.hero {
    position: relative;
    color: #fff;
    padding: 90px 0;
    background:
        linear-gradient(105deg, rgba(0, 79, 83, .96) 0%, rgba(0, 59, 63, .92) 57%, rgba(244, 122, 0, .34) 100%),
        radial-gradient(circle at 82% 22%, rgba(244, 122, 0, .42), transparent 30%),
        repeating-linear-gradient(135deg, #004f53 0, #004f53 14px, #00474a 14px, #00474a 28px);
    overflow: hidden;
}

.hero:after {
    content: "";
    position: absolute;
    right: -90px;
    top: -60px;
    width: 460px;
    height: 720px;
    background: linear-gradient(135deg, transparent 0 35%, rgba(244, 122, 0, .75) 35% 42%, transparent 42% 52%, rgba(244, 122, 0, .55) 52% 58%, transparent 58%);
    transform: rotate(8deg);
    opacity: .65;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1,
.page-hero h1 {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.02em;
    line-height: .96;
    margin: 0 0 22px;
}

.hero h1 {
    font-size: 54px;
}

.page-hero {
    color: #fff;
    padding: 78px 0;
    background:
        linear-gradient(105deg, rgba(0, 79, 83, .97), rgba(0, 59, 63, .93)),
        repeating-linear-gradient(135deg, #004f53 0, #004f53 14px, #00464a 14px, #00464a 28px);

}

.page-hero h1 {
    font-size: 48px;
}

.hero p,
.page-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, .92);
}

.hero-actions {
    margin-top: 28px;
}

.hero-actions .btn {
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 14px 22px;
}

.hero-card {
    background: #fff;
    color: var(--tko-text);
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
    margin-bottom: 15px;
}

.hero-card h3 {
    color: var(--tko-orange);
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.hero-card p {
    color: #000;
}

.check-list {
    padding-left: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 15px;
}

.check-list li:before {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    position: absolute;
    left: 0;
    top: 1px;
    background: var(--tko-orange);
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
}

.section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.section-heading h2 {
    font-weight: 900;
    text-transform: uppercase;
    color: var(--tko-teal-deep);
    margin-top: 0;
    letter-spacing: -.01em;
}

.section-heading .divider {
    display: inline-block;
    width: 75px;
    height: 3px;
    background: var(--tko-orange);
    margin-top: 10px;
}

.trust-strip {
    border: 1px solid var(--tko-border);
    background: #fff;
}

.trust-item {
    text-align: center;
    padding: 24px 10px;
    border-right: 1px solid var(--tko-border);
    min-height: 126px;
}

.trust-item:last-child {
    border-right: 0;
}

.trust-item .glyphicon {
    color: var(--tko-orange);
    font-size: 34px;
    margin-bottom: 10px;
}

.trust-item strong {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.25;
    color: var(--tko-teal-deep);
}

.service-card {
    border: 1px solid var(--tko-border);
    background: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
}

.service-img {
    height: 160px;
    background: linear-gradient(135deg, #004f53, #f47a00);
    position: relative;
}

.service-img.residential {
    background-image: url(../assets/residential-pest-control2.jpg);
    background-size: cover;

}

.service-img.commercial {
    background-image: url(../assets/comm-pest-control2.jpg);
    background-size: cover;

}

.service-img.roach {
    background-image: url(../assets/german-cockroach-pest-control2.jpg);
    background-size: cover;

}

.service-icon {
    position: absolute;
    left: 22px;
    bottom: -24px;
    background: var(--tko-teal);
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 4px solid #fff;
    text-align: center;
    line-height: 49px;
    font-size: 23px;
}

.service-card-body {
    padding: 38px 22px 24px;
}

.service-card h3 {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 21px;
    color: var(--tko-teal-deep);
}

.card-link {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .03em;
    color: var(--tko-orange);
}

.card-link:hover,
.card-link:focus {
    color: var(--tko-teal);
}

.plans-box {
    background: #fff;
    color: var(--tko-teal-deep);
    border-radius: 5px;
    text-align: center;
    padding: 18px;
    margin-bottom: 18px;
    font-weight: 900;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .35);
}

.plans-box .glyphicon {
    color: var(--tko-orange);
    margin-right: 8px;
}

.cta-strip {
    background: var(--tko-orange);
    color: #fff;
    padding: 34px 0;
}

.cta-strip h2,
.cta-strip h3 {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.footer {
    background: var(--tko-teal-deep);
    color: rgba(255, 255, 255, .86);
    padding: 52px 0 22px;
}

.footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.footer-logo {
    max-width: 190px;

    padding: 0px;
    border-radius: 4px;
    margin-bottom: 16px;
}

.footer a {
    color: rgba(255, 255, 255, .86);
}

.footer a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 35px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 13px;
}

.content-card {
    background: #fff;
    border: 1px solid var(--tko-border);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}

.content-card h2,
.content-card h3 {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--tko-teal-deep);
}

.content-card h2:after,
.content-card h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--tko-orange);
    margin-top: 12px;
    margin-bottom: 18px;
}

.sidebar-cta {
    background: var(--tko-teal-deep);
    color: #fff;
    padding: 28px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.sidebar-cta h3 {
    margin-top: 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.sidebar-cta a {
    color: #fff;
}

.form-control {
    border-radius: 3px;
    min-height: 44px;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--tko-orange);
    box-shadow: 0 0 0 2px rgba(244, 122, 0, .15);
}

label {
    font-weight: 800;
}

.mobile-sticky-call {
    display: none;
}

@media (max-width: 991px) {

    .tko-topbar,
    .tko-topbar .top-contact {
        text-align: center;
    }

    .hero h1 {
        font-size: 44px;
    }

    .page-hero h1 {
        font-size: 40px;
    }

    .hero-card {
        margin-top: 30px;
    }
 .hero-card p {
        margin-top: 30px;
        color: #000;
    }

    .trust-item:nth-child(2) {
        border-right: 0;
    }

    .trust-item {
        border-bottom: 1px solid var(--tko-border);
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 58px;
    }

    p,
    .lead {
        font-size: 15px;
    }

    .tko-navbar {
        min-height: 88px;
    }

    .tko-logo {
        max-width: 205px;
        max-height: 80px;
    }

    .tko-navbar .navbar-brand {
        padding: 10px 15px;
    }

    .navbar-toggle {
        margin-top: 27px;
    }

    .tko-navbar .navbar-collapse {
        border-top: 1px solid #eee;
    }

    .tko-navbar .navbar-nav > li > a {
        padding: 14px 20px;
    }

    .nav-cta {
        margin: 10px 15px 20px;
    }

    .hero,
    .page-hero {
        padding: 54px 0;
    }

    .hero h1 {
        font-size: 35px;
    }

    .page-hero h1 {
        font-size: 34px;
    }
     .hero-card p {
        margin-top: 30px;
        color: #000;
    }


    .hero-actions .btn {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    .section {
        padding: 48px 0;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    .trust-item {
        min-height: 104px;
    }

    .trust-item:nth-child(2) {
        border-right: 1px solid var(--tko-border);
    }

    .trust-item:nth-child(even) {
        border-right: 0;
    }

    .service-img {
        height: 125px;
    }

    .content-card {
        padding: 22px;
    }

    .cta-strip .text-right {
        text-align: left;
        margin-top: 15px;
    }

    .mobile-sticky-call {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background: var(--tko-orange);
        color: #fff;
        padding: 14px 12px;
        text-align: center;
        font-weight: 900;
        text-transform: uppercase;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, .25);
    }

    .mobile-sticky-call:hover,
    .mobile-sticky-call:focus {
        color: #fff;
        background: var(--tko-orange-dark);
    }
}


/* Summer Mosquito Special additions */
.special-badge {
    display: inline-block;
    background: var(--tko-orange);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.mosquito-special-panel {
    background: #fff;
    border: 2px solid var(--tko-orange);
    border-radius: 6px;
    padding: 28px;
    margin-bottom: 30px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.mosquito-special-panel h2,
.mosquito-special-panel h3 {
    color: var(--tko-teal-deep);
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

.tko-special-modal .modal-content {
    border-radius: 6px;
    overflow: hidden;
    border: 0;
}

.tko-special-modal .modal-header {
    background: var(--tko-teal);
    color: #fff;
    border-bottom: 0;
}

.tko-special-modal .modal-title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.tko-special-modal .close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
}

.tko-special-modal .modal-body {
    padding: 30px;
}

.tko-special-modal .special-headline {
    color: var(--tko-orange);
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

.tko-special-modal .modal-footer {
    border-top: 1px solid var(--tko-border);
}

@media (max-width: 767px) {
    .tko-special-modal .modal-body {
        padding: 22px;
    }
}
