html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #030000;
    font-size: 18px;
    color: #EEEEEE;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

p{
    line-height: 28px;
    letter-spacing: 0.09px;
}

.btn:focus{
    box-shadow: none;
}

@media (min-width: 576px){
    .header .container{
        max-width: 720px;
    }
}

@media (min-width: 768px){
    .header .container{
        max-width: 920px;
    }
}

@media (min-width: 992px){
    .header .container{
        max-width: 1100px;
    }
}

@media (min-width: 1200px){
    .header .container{
        max-width: 1270px;
    }
}

@media (min-width: 1470px){
    .container{
        max-width: 1440px;
    }
    .header .container{
        max-width: 1720px;
    }
}

/*Header*/
.header{
    background: transparent;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 180px;
}
.navbar{
    justify-content: space-between;
    align-items: flex-start;
}
.hamburger{
    margin-top: 60px;
    transition: all 0.4s ease-in-out;
    max-width: 60px;
    width: 100%;
    height: auto;
}
.header.scrolled .hamburger{
    margin-top: 26px;
    max-width: 40px;
}
.hamburger svg path{
    transition: all 0.4s ease-in-out;
}
.hamburger:hover svg path{
    stroke: #00AA4F;
}
.header.scrolled{
    height: 110px;
    background-color: #030000;
}
.navbar-brand{
    text-align: left;
}
.logo{
    max-width: 504px;
    width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
}
.header.scrolled .logo{
    max-width: 233px;
}
.offcanvas{
    background: linear-gradient(87deg, #FCED00 0%, #00AA4F 100%) !important;
    border-radius: 30px 0px 0px 30px;
}
.offcanvas .btn-close{
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px;
    --bs-btn-close-bg: none;
    width: auto;
    height: auto;
    display: flex;
}
.offcanvas .btn-close svg{
    width: 40px;
}
.offcanvas .btn-close:hover{
    opacity: 0.8;
}
.offcanvas .btn-close:focus{
    box-shadow: none;
}
.offcanvas-end {
    width: 400px !important;
}
.offcanvas-header{
    display: flex;
    align-items: center;
    padding: 50px 20px 20px;
}
.offcanvas-header .sub-title{
    margin-bottom: 0px;
    color: #030000;
}
.oc-ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.oc-ul li{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #030000;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.oc-ul a{
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.8px;
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.oc-ul li:hover{
    color: #FFFFFF;
    background-color: #030000;
}
.offcanvas-body{
    padding: 0px;
}
.navbar-nav{
    gap: 40px;
}
.nav-link{
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.nav-item .nav-link.active, 
.nav-item .nav-link:hover{
    color: #B77F4C;
}
.btn-theme{
    padding: 15px 34px;
    border-radius: 10px;
    background-color: #B77F4C;
    color: #FFF;
    font-family: "Century-Gothic-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    border: 0px !important;
}
.btn-theme:hover, 
.btn:first-child:active{
    background-color: #004065;
    color: #ffffff;
}

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}          
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

@media all and (min-width: 1200px) {
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0px;
    vertical-align: 3px;
    content: "";
    border-top: 0.3em solid !important;
    border: solid #000000 !important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    border-right: 0em solid transparent; 
    border-bottom: 0; 
    border-left: 0em solid transparent; 
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    background: #ffffff;
    box-shadow: 3px 3px 6px #0000001a;
    border-radius: 10px;
    overflow: hidden;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.nav-item .nav-link.active.dropdown-toggle::after{  
    border-top: 0.3em solid !important;
    border: solid #0a58ca !important;
    border-width: 0 2px 2px 0 !important;
}
.nav-item .nav-link:hover.dropdown-toggle::after{
    border-top: 0.3em solid !important;
    border: solid #B77F4C !important;
    border-width: 0 2px 2px 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    color: #ffffff;
    background-color: #B77F4C;
}
.h-support{
    font-size: 14px;
    opacity: 0.8;
}
.dropdown .dropdown-menu{
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

@media all and (min-width: 1200px) {
.navbar .dropdown-menu-end{ right:0; left: auto; }
.navbar .nav-item .dropdown-menu{ display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0; }
.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
.navbar .dropdown-menu.fade-up{ top:180%; }
.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
}
.menu_toggle{
    width: 50px !important;
    height: 50px;
    padding: 9px 10px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
    align-items: flex-end;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #000000;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}
.menu_toggle span:nth-child(2){
    width: 75%;
}
.menu_toggle span:nth-child(3){
    width: 48%;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 90%;
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 90%;
    transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
#check1{
    display: none;
}

/*Our Services*/
.sec-pad{
    padding: 150px 0px;
    overflow: hidden;
}
.our-services-bg-shape{
    position: absolute;
    top: 0px;
    right: 0px;
}
.os-sec{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.ellipse01{
    width: 93px;
    height: 22px;
    background-color: #D9D9D9;
    border-radius: 50%;
    margin: 0 auto;
}
.z-1, 
.z-2{
    position: relative;
}
.title{
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
}
.tb-text{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.09px;
}
.os-bottom-text{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.12px;
    margin-bottom: 0px;
}
.os-box{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 74px 30px;
    flex-wrap: wrap;
    margin-top: 44px;
}
.service-box{
    padding: 0px 30px 40px;
    border-radius: 20px;
    filter: drop-shadow(0 0 80px rgba(0, 0, 0, 0.08));
    width: 18.3%;
    background-position: top center;
    background-size: cover;
}
.os-icon-box{
    width: 88px;
    height: 88px;
    background-color: #FCED00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -44px auto 22px;
    position: relative;
}
.os-icon-box::before{
    content: '';
    width: 76px;
    height: 76px;
    border: 2px dotted #030000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sub-title{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.96px;
}
.service-box .sub-title{
    color: #030000;
    text-align: center;
    margin-bottom: 0px;
}

/*About Vector Pest Control*/
.image-box{
    padding: 80px 0px 80px 80px;
    position: relative;
}
.img-shape{
    width: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 30px;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.avpc-img{
    border-radius: 20px 120px 20px 20px;
    z-index: 1;
    position: relative;
}
.content-sec{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.content-sec .title{
    margin-bottom: 0px;
}
.cust-gap{
    --bs-gutter-y: 60px;
    --bs-gutter-x: 60px;
}
.content-sec p{
    margin-bottom: 0px;
}
.vector-car{
    position: absolute;
    bottom: -10px;
    right: 0px;
    z-index: 1;
}

/*Pest Control & Wildlife Removal Near You*/
.image-box.right{
    padding: 80px 80px 80px 0px;
}
.image-box.right .img-shape{
    left: auto;
    right: 0px;
}
.pcwr-img{
    border-radius: 120px 20px 20px 20px;
    z-index: 1;
    position: relative;
}

/*We Remove and Control the Following Pests & Wildlife*/
.white-service-box{
    padding: 35px 30px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.10);
    color: #030000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
    transition: all 0.3s ease-in-out;
}
.ws-box:hover .white-service-box{
    background-color: #FCED00;
}
.sec-pad.cust-bt-pad{
    padding-bottom: 100px;
}
.cust-btn-sec{
    padding-top: 100px;
    text-align: center;
}
.btn-view-more{
    padding: 25px 70px 25px 30px;
    background-color: #00AA4F;
    border-radius: 50px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    position: relative;
    border: 0px !important;
}
.btn.btn-view-more, 
.btn.btn-view-more:first-child:active{
    background-color: #00AA4F;
    color: #FFF;
}
.btn-view-more::before{
    content: '';
    background-image: url(../../img/icons/right-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.btn-view-more:hover::before{
    opacity: 1;
    visibility: visible;
    right: 30px;
}
.btn-view-more::after{
    content: '';
    background-image: url(../../img/icons/right-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.btn-view-more:hover::after{
    opacity: 0;
    visibility: hidden;
    right: 10px;
}
.wrc-bg-img{
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px 290px 0px 0px;
    z-index: 1;
}
.shape01{
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0px 0px 0px 140px;
}

/*Wildlife and Pest Control in Brevard County, FL*/
.image-box.cust-box{
    padding: 60px 0px 60px 120px;
}
.image-box.cust-box .img-shape {
    width: 400px;
}
.br-30{
    border-radius: 30px;
}
.bat-removal-img2{
    border-radius: 30px;
    margin-top: -172px;
    margin-left: 220px;
}

/*Hero Section*/
.hero-sec{
    margin-top: 300px;
}
.hero-title{
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hero-gradient-text{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.hero-gradient-text span{
    background: linear-gradient(87deg, #FCED00 0%, #00AA4F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.hero-service-sec{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}
.hero-service-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 126px;
}
.hs-title{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}
.hs-title:hover{
    color: #FCED00;
}
.hero-btn-sec{
    margin-bottom: 96px;
    text-align: center;
}
.hero-btn{
    border-radius: 20px;
    background: linear-gradient(87deg, #FCED00 0%, #00AA4F 100%);
    box-shadow: 4px 4px 10px 0 rgba(255, 255, 255, 0.70) inset, -4px -4px 10px 0 rgba(0, 0, 0, 0.50) inset, 0 0 50px 0 rgba(252, 237, 0, 0.50);
    padding: 30px 60px;
    color: #030000;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn.hero-btn:hover{
    opacity: 0.8;
    color: #030000;
}

/*Footer*/
.footer{
    background-color: #343a40;
    position: relative;
}
.footer::after{
    display: none;
}
.s-footer{
    padding: 40px 0px;
    border-top: 1px solid #FFFFFF33;
}
.copyright-text{
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.36px;
}
.p-footer{
    padding: 150px 0px 40px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.36px;
}
.logo-sec{
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 308px;
}
.social-box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer .social-box{
    display: none;
}
.social{
    transition: all 0.2s ease-in-out;
}
.social:hover{
    margin-top: -15px;
}
.f-title{
    color: #FCED00;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.88px;
    margin-bottom: 0px;
}
.quick-link-sec{
    max-width: 390px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    column-count: 2;
    column-gap: 36px;
}
.f-ul li {
    break-inside: avoid;
    margin-bottom: 10px;
}
.f-ul li a{
    transition: all 0.3s ease-in-out;
}
.f-ul li a:hover{
    color: #FCED00;
}
.office-hours-sec{
    max-width: 421px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.inner-hero-title{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cust-mrg{
    margin-bottom: 90px;
}
.text-max-width{
    max-width: 1083px;
    margin: 0 auto 56px;
    text-align: center;
}
.sub-text{
    color: #EEE;
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.17px;
}
.box001{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.box001 .ws-box .white-service-box{
    white-space: nowrap;
}
.os-box01{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sr-box{
    padding: 30px 35px 30px 100px;
    border-radius: 20px;
    filter: drop-shadow(0 0 80px rgba(0, 0, 0, 0.08));
    background-position: left center;
    background-size: cover;
    width: 100%;
}
.sr-box .os-icon-box{
    position: absolute;
    margin: 0px;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
}
.sr-box .sub-title{
    color: #030000;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.96px;
    margin-bottom: 20px;
}
.sr-box p{
    color: #030000;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.12px;
}
.sr-box p:last-child{
    margin-bottom: 0px;
}







.bold{
    font-weight: 700;
}