/* ==========================================================================
   1. GLOBAL & BASE STYLES
   ========================================================================== */
body {
    font-family: Roboto, sans-serif;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}

a:focus,
a:hover {
    color: #3d59e8;
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #0e0e0e;
    font-weight: 400;
    line-height: 1.9;
}

p a {
    color: #000;
    font-weight: 700;
}

.section-space2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sub-h {
    color: #00a500;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    padding-left: 28px;
}

.sub-h:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #00a500;
    top: 50%;
    left: 0;
}

.m-display {
    font-size: 1.6rem;
    color: gray;
    font-style: italic;
    margin-bottom: 5px;
}

.m-heading {
    font-weight: 500;
    font-size: 2.5rem;
    color: #0028A1;
}

.m-heading2 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #0028A1;
}

/* ==========================================================================
   2. FLOATING & FIXED SIDE BUTTONS
   ========================================================================== */
.btn.book-now {
    background: #0028A1;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 40px;
    line-height: 30px;
    position: fixed;
    right: 0;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top right;
    width: 140px;
    top: 40%;
}

.get-quote {
    background: #00a500;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 40px;
    line-height: 30px;
    position: fixed;
    right: 0;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top right;
    width: 140px;
    top: 64%;
}

.btn.chat-now {
    background: #00a500;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 40px;
    line-height: 30px;
    position: fixed;
    right: 0;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top right;
    width: 140px;
    top: 94%;
}

.btn-whts {
    background: #65D253;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    width: 43px;
    height: 43px;
    padding: 5px 10px;
    border-radius: 100%;
    line-height: 31px;
    position: fixed;
    font-weight: 700;
    z-index: 50;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 20px;
    right: 20px;
}

/* ==========================================================================
   3. BUTTON & FORM COMPONENT STYLES
   ========================================================================== */
.bg-color {
    background-color: #0028A1;
}

.btn-filled {
    color: #fff;
    background-color: #00a500;
    border-color: #00a500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    padding: 0.6rem 1.5rem;
}

.btn-filled.active,
.btn-filled:active,
.btn-filled:focus,
.btn-filled:hover {
    background: #0028A1;
    color: #fff;
    border-color: #0028A1;
}

.btn-outline {
    color: #0028A1;
    background-color: transparent;
    border-color: #0028A1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.6rem 1.5rem;
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    background: #0028A1;
    color: #fff;
    border-color: #0028A1;
}

.form-control {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: none;
    color: #495d49;
    position: relative;
    height: 46px;
    padding: 6px 16px;
    font-size: 15px;
    background-color: #f6f6f6;
    border-bottom: solid 2px #dcdbdb;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    background-color: #f6f6f6;
    border-bottom: solid 2px #dcdbdb;
}

/* ==========================================================================
   4. TOP BAR & HEADER STYLES (MATCHING DESIGN & BLUE THEME)
   ========================================================================== */
.top-bar {
    padding-top: 12px;
    padding-bottom: 34px;
}

.top-bar .top-contact {
    display: inline-block;
}

.top-bar .top-contact p {
    margin-bottom: 0;
    color: #00a500;
    font-size: 18px;
    font-weight: 500;
}

.top-bar .top-contact a {
    color: #000;
}

.top-bar .top-contact .top-icon {
    position: absolute;
    left: 0;
    font-size: 2.5rem;
    color: #00a500;
    top: -3px;
}

.top-bar .top-contact .top-text {
    position: relative;
    left: 2rem;
}

.star-image {
    position: absolute;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 110%;
    left: 0;
}

/* Consolidated Navbar & Navigation Rules */
.navbar {
    background-color: #0028A1 !important;
    top: 0;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease-in-out;
}

.navbar .container,
.navbar .container-fluid {
    background-color: #0028A1;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0.8rem 0.9rem !important;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link {
    color: #00a500 !important;
}

.main-menu .nav-link {
    display: block;
    text-transform: uppercase;
}

.main-menu.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #0028A1 !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.main-menu.is-sticky .container {
    box-shadow: none;
}

.main-menu .btn-menu {
    border-radius: 0;
    background: #00a500;
    color: #fff;
    padding: 1rem;
    font-weight: 700;
}

/* Integrated Header Layout & Custom Call-To-Action Rules */
.custom-header {
    background-color: #0028A1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-logo img,
.logo-img {
    max-height: 50px;
    width: auto;
    background: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
}

.custom-header .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0.5rem 0.9rem !important;
    text-transform: uppercase;
}

.custom-header .nav-link:hover {
    color: #00a500 !important;
}

.header-action-btns,
.header-cta-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-orange,
.header-btn {
    background-color: #00a500 !important;
    border-color: #00a500 !important;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 6px;
    padding: 0.55rem 1.1rem;
    font-size: 14px;
    text-transform: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-orange:hover,
.header-btn:hover {
    background-color: #008a00 !important;
    border-color: #008a00 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.btn-call-header {
    background-color: #00a500 !important;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 6px;
    padding: 0.55rem 1.1rem;
    font-size: 14px;
    white-space: nowrap;
}

.btn-call-header:hover {
    background-color: #008a00 !important;
    color: #ffffff !important;
}

/* ==========================================================================
   5. DROPDOWN MENU STYLES
   ========================================================================== */
.dropdown-menu {
    background-color: #0028A1;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    padding: 0.6rem 1.2rem;
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #001f80;
}

.dropdown-large {
    min-width: 480px;
    padding: 15px;
}

.dd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* ==========================================================================
   6. PAGE SECTIONS & CONTENT CARDS
   ========================================================================== */
.service-sec {
    background-color: #f7f7f7;
}

.pest-box {
    background-color: #0028A1;
    padding: 20px 10px;
    margin-top: 25px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.pest-box h5 {
    color: #fff;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
}

.home-banner {
    background-image: url(../../assets/img/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    min-height: 600px;
}

.home-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.37);
}

.home-banner h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
}

.sec-point {
    background-color: #f5f5f5;
    background-image: url(../../assets/img/sec-point.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bold-p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1px;
    color: #00a500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.call-to-action {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.call-to-action:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: #00a500d4;
}

.call-to-action .m-heading {
    color: #fff;
}

.post-block-style {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 2px 9px #efefef;
    border-radius: 6px;
}

.post-block-style .post-content {
    padding: 10px 15px 15px;
}

.post-block-style .post-content .post-title {
    font-size: 18px;
}

.post-block-style .post-content .post-title a {
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 9px;
}

.post-block-style .post-title a:hover {
    color: #0028A1;
}

.post-block-style.post-float-half .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 30px;
}

.post-block-style.post-float-half .post-thumb img {
    max-width: 250px;
    min-height: 200px;
}

.m-p .post-title a {
    font-weight: 700;
}

.post-overaly-style {
    position: relative;
    overflow: hidden;
}

.post-overaly-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000 100%);
}

.post-overaly-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 5;
}

.post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    height: 230px;
}

.post-thumb img {
    display: block;
    width: 100%;
    background-size: cover;
    height: 230px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.post-block-style .post-cat {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: rgba(0, 165, 0, 0.85);
    padding: 3px 15px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}

.post-block-style.post-float:hover .post-thumb img {
    transform: none;
}

.btn-row .time-c {
    font-size: 14px;
}

.btn-row a {
    color: #00a500;
}

.btn-row a:hover {
    color: #0028A1;
}

/* ==========================================================================
   7. OWL CAROUSEL & SLIDERS
   ========================================================================== */
.featured-slider .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}

.owl-stage-outer {
    overflow: visible;
}

.owl-item {
    opacity: 0;
    transition: opacity 0.5s;
}

.owl-item.active {
    opacity: 1;
}

.featured-slider .owl-nav {
    display: block !important;
}

button:focus {
    outline: 0 dotted;
    outline: 0;
}

.featured-slider .owl-nav button {
    display: block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #e8ebf3 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}

.featured-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #0028A1;
    text-decoration: none;
}

.featured-slider .owl-nav .owl-prev,
.featured-sliders .owl-nav .owl-next {
    top: 58%;
}

.featured-slider .owl-nav .owl-prev {
    position: absolute;
    left: -125px;
    margin-top: -1.65em;
}

.featured-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.featured-slider .owl-nav {
    position: absolute;
    top: -16%;
    right: 1.2%;
}

.featured-slider .btn-filled {
    border-radius: 6px;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
    color: #fff;
}

.featured-slider .btn-filled.active,
.featured-slider .btn-filled:active,
.featured-slider .btn-filled:focus,
.featured-slider .btn-filled:hover {
    background: #0028A1;
    color: #fff;
    border-color: #0028A1;
}

/* ==========================================================================
   8. CITIES, HOW IT WORKS & SERVICES
   ========================================================================== */
.cities {
    background-color: #eff2f7;
    background-image: url(../../assets/img/block-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.city-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.city-list li {
    margin: 10px 5px;
    padding: 0;
    display: inline-block;
    width: 23%;
}

.city-list li .btn-filled {
    padding: 10px 5px;
    width: 100%;
    font-size: 15px;
}

.h-w {
    background: #f9fafc;
}

.how-box h6 {
    margin-top: 190px;
    font-size: 1.6rem;
    color: #0028A1;
}

.icon-bubble {
    width: 170px;
    height: 170px;
    background-image: url(../../assets/img/bubble.png);
    -webkit-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    -moz-box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    box-shadow: inset 0 0 0 100px 20px rgba(71, 171, 225, 0);
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    top: 0;
    font-size: 88px;
    line-height: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
    left: 30%;
    color: #00a500;
}

.h-w .sub-h:before,
.testimonials .sub-h:before {
    display: none;
}

.why-sec {
    position: relative;
}

.services-box {
    text-align: center;
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.services-box:hover .icon {
    color: #fff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.services-box .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #f5f7fd;
    line-height: 61px;
}

.services-box .icon i {
    font-size: 30px;
    color: #00a500;
}

.services-box h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 15px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 1.5;
}

.services-box p {
    margin-bottom: 20px;
}

.services-box a i {
    vertical-align: middle;
    font-size: 20px;
}

.bucket {
    animation: move 3s linear infinite;
    position: absolute;
    right: 0;
    bottom: 0;
}

@keyframes move {
    0%, 100% {
        bottom: 0;
    }
    50% {
        bottom: 70px;
    }
}

/* ==========================================================================
   9. TESTIMONIALS & REVIEWS
   ========================================================================== */
.testimonials {
    background: #f9fafc;
}

.testimonial {
    text-align: center;
}

.testimonial .pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 2px 2px 8px #adadad;
}

.testimonial .testimonial-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #00a500;
    margin: 0 0 20px 0;
}

.testimonial .testimonial-title small {
    font-size: 16px;
    font-weight: 600;
    color: #0e0e0e;
}

.testimonial .description {
    font-size: 23px;
    color: #393939;
    line-height: 1.6;
    position: relative;
    font-weight: 500;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.q-icon {
    display: inline-block;
    font-size: 22px;
    border: 1px solid #00a500;
    padding: 10px;
    border-radius: 100%;
    color: #00a500;
    margin-bottom: 2px;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    border: 2px solid #0c4767;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    border: 2px solid #00a500;
}

#testimonial-slider .owl-nav {
    display: block !important;
    text-align: center;
}

#testimonial-slider .owl-nav button {
    display: inline-block;
    font-size: 1.3rem !important;
    line-height: 2em;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid #e8ebf3 !important;
    z-index: 99;
    box-shadow: 0 4px 15px rgba(67, 67, 67, 0.15);
}

#testimonial-slider .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #0028A1;
    text-decoration: none;
}

#testimonial-slider .owl-nav .owl-prev {
    margin-right: 10px;
}

#testimonial-slider .owl-nav .owl-next {
    margin-left: 10px;
}

#testimonial-slider .btn-filled {
    border-radius: 6px;
    padding: 0.5rem 0.5rem;
    font-size: 14px;
}

.star-box h6 {
    text-transform: uppercase;
}

.star-box h6 b {
    color: #00a500;
}

.star-box .star-list {
    margin-top: 1rem;
}

.star-box .star-list i {
    color: #f6ae2d;
    font-size: 23px;
    margin-left: 2px;
    margin-right: 2px;
}

.star-list2 i:last-child {
    color: gray;
}

/* ==========================================================================
   10. UNITS, CARDS & INTEGRATIONS
   ========================================================================== */
.unit-sec {
    background-image: url(../../assets/img/unit-sec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.unit-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}

.unit-sec p {
    color: #fff;
}

.unit-sec .m-heading {
    color: #00a500;
}

.unit-box {
    margin-bottom: 2rem;
    text-align: center;
    background: #ffffffe3;
    padding: 35px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.unit-box h3 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 800;
}

.unit-box h4 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
    color: #0028A1;
}

.unit-box .btn {
    border-radius: 6px;
}

.int-box {
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    background-color: #fff;
    padding: 25px 15px;
    margin-top: 2rem;
    width: 100%;
}

.int-box h5 {
    margin-top: 1.4rem;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.int-box .media-body {
    padding-left: 20px;
}

.int-box .media-body .s-list li {
    font-size: 14px;
}

.int-box .media-body .s-list li span {
    font-weight: 500;
    color: #000;
}

.int-box .media-body .s-list li:before {
    color: #0028A1;
}

.im-wrap {
    width: 104px;
    height: 104px;
    line-height: 111px;
    position: relative;
    margin: auto;
    border-top-left-radius: 115px;
    border-top-right-radius: 185px;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 85px;
    background: #f9fafc;
    text-align: center;
}

.im-wrap:before {
    position: absolute;
    content: close-quote;
    width: 15px;
    height: 15px;
    background-color: #eef4f8;
    border-radius: 50%;
    right: -9px;
    bottom: -14px;
}

.im-wrap:after {
    position: absolute;
    content: close-quote;
    width: 20px;
    height: 20px;
    background-color: #eef4f8;
    border-radius: 50%;
    left: -3px;
    top: -13px;
}

/* ==========================================================================
   11. FAQ ACCORDION SECTION
   ========================================================================== */
.faq-section {
    background-color: #f9fafc;
   /* background-image: url(../../assets/img/faq.png); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.faq-section .accordion .card {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.faq-section .accordion .card-body p {
    font-size: 14px;
}

.faq-section .accordion .card-body p span {
    color: #000;
    padding-right: 5px;
}

.faq-section .accordion .card-header {
    padding: 0;
    background-color: #f3f3f3;
    border: 0 solid #f3f3f3;
    margin-bottom: -1px;
}

.faq-section .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.faq-section .accordion .card-header a:not(.collapsed) {
    transition: all 0.3s linear 0s;
}

.faq-section .accordion .card-header a {
    display: block;
    padding: 1rem 1.8rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0028A1;
    cursor: pointer;
}

.link-faq {
    color: #00a500;
}

.faq-section .accordion .card-header .accordion-toggle::before {
    content: "+";
    float: left;
    color: #00a500;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
    margin-right: 10px;
    position: absolute;
    font-weight: 700;
    right: 10px;
}

.faq-section .accordion .card-header .accordion-toggle.collapsed::before {
    color: #00a500;
    transform: rotate(0);
    transition: all 0.2s ease-in;
}

.faq-section .sub-h:before {
    display: none;
}

/* ==========================================================================
   12. CALL TO ACTION BLOCKS & PROMOS
   ========================================================================== */
.call-box {
    background-color: #f9fafc;
    background-image: url(../../assets/img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 50px 25px;
}

.call-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: #00a500e3;
}

.call-box .c-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
}

.call-box p {
    margin-bottom: 0;
    color: #fff;
}

.call-box .btn-outline {
    color: #fff;
    border: 1px solid #fff;
}

.call-box .btn-filled {
    background-color: #0028A1;
    border-color: #0028A1;
}

.bd-right {
    border-right: 1px solid #0028A1;
}

.news {
    background-color: #f9fafc;
}

.call-3 {
    padding: 30px 30px;
    background-color: #0028A1;
}

.call-3 h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.call-3 p {
    color: #fff;
    font-size: 19px;
    font-style: italic;
}

/* ==========================================================================


/* ==========================================================================
   14. WIDGETS & INNER PAGE LAYOUTS
   ========================================================================== */
.news-letter .after-span {
    top: 50px;
}

.m-rad .form-check-inline {
    margin-top: 15px;
}

.pink {
    color: #00a500;
}

.wizard-container h4 {
    font-size: 19px;
}

.inn-jumbo {
    background-image: url(../../assets/img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 70px;
    background-attachment: fixed;
}

.inn-jumbo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.77);
}

.inn-jumbo h1 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-widget-area .widget {
    border: 1px solid #ebebeb;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.sidebar-widget-area .widget h3.widgettitle {
    display: block;
    position: relative;
    color: #0028A1;
    font-size: 23px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 1.4;
    z-index: 2;
}

.sidebar-widget-area .widget h3.widgettitle:after {
    content: "";
    height: 2px;
    width: 45px;
    background-color: #0028A1;
    position: absolute;
    bottom: 0;
    left: 1px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget ul li {
    padding: 10px 2px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.widget ul li a {
    color: #454545;
    display: block;
}

.widget ul .active a {
    color: #00a500;
}

.widget ul li a:hover {
    color: #00a500;
}

.widget ul li:last-child {
    border-bottom: none;
}

.point-bx {
    margin-bottom: 3rem;
}

.point-bx i {
    font-size: 2rem;
    color: #00a500;
    margin-bottom: 1rem;
    display: block;
}

.point-bx h3 {
    color: #0028A1;
    font-size: 1.35rem;
}

.g-box .im-wrap {
    line-height: 149px;
}

.g-box .int-box i {
    font-size: 4rem;
    color: #00a500;
}

.m-vision .vision-heading {
    border-bottom: 2px dashed #0028A1;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 21px;
    color: #00a500;
}

.m-vision .vision-heading i {
    color: #0028A1;
    font-size: 29px;
}

.ab-why .int-box .im-wrap {
    line-height: 140px;
}

.ab-why .int-box .im-wrap i {
    font-size: 3.5rem;
    color: #00a500;
}

.contct-pg .m-form {
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.contct-pg .m-form p {
    margin-bottom: 2rem;
    color: #00a500;
    line-height: 1.5;
}

.contct-pg .m-form h4 {
    margin-bottom: 10px;
    color: #0028A1;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2rem;
}

.m-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #142e5d;
    background-color: #fff;
    border: 1px solid #142e5d4f;
    border-radius: 0;
}

.m-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 165, 0, 0.28);
}

.m-form .m-textarea {
    height: 140px;
}

.cont-box {
    padding: 30px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    width: 100%;
}

.cont-box i {
    font-size: 50px;
    color: #00a500;
    margin-bottom: 1rem;
    display: block;
}

.cont-box p {
    margin-left: 20px;
}

.cont-box hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cont-box h5 {
    font-size: 22px;
    color: #0028A1;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.cont-box strong {
    font-size: 13px;
    padding-right: 6px;
}

.s-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.s-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 0.5rem;
    font-size: 15px;
}

.s-list li:before {
    position: absolute;
    content: "\f00d";
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    color: #00a500;
    left: 0;
}

.check1 {
    background-image: url(../../assets/img/check1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.check2 {
    background-image: url(../../assets/img/check2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-position: bottom;
}

.check2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
    background: linear-gradient(-225deg, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.22) 70%);
}

.bg-green {
    background: #0028A1;
    padding: 80px 0px;
}

.bg-text {
    max-width: 250px;
    margin: 0px auto;
    padding-left: 0px;
}

.bg-text .media span i {
    font-size: 23px;
    display: inline-block;
    margin-left: -1px;
    margin-right: 19px;
    margin-top: 5px;
    color: #fff;
}

.bg-text .media-body h3 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.bg-text .media-body p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}

.bg-text .media {
    margin-bottom: 40px;
}

.frombg {
    background-position: top;
    padding: 75px 30px;
}

/* ==========================================================================
   15. CAROUSEL ISOLATED ANIMATED STYLES
   ========================================================================== */
#re-carousel {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding: 40px 0 !important;
    display: block !important;
}

#re-carousel .re-track-wrap {
    display: flex !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

#re-carousel .re-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    gap: 3rem !important;
    animation: scrollLogos 25s linear infinite !important;
}

#re-carousel .re-item {
    width: 180px !important;
    min-width: 180px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

@keyframes scrollLogos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   16. MEDIA QUERIES & RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #00a500 !important;
    }

    .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: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0);
    }

    .dropdown-large {
        min-width: 440px;
    }
}

@media only screen and (max-width: 991.5px) {
    .featured-slider .owl-nav {
        top: 97%;
    }

    .wizard-container {
        margin-top: 3rem;
    }

    .star-box {
        margin-top: 40px;
    }

    .md-m-15px-tb {
        margin-bottom: 30px;
    }

    .main-menu .btn-menu {
        margin-bottom: 20px;
    }

    .navbar-collapse {
        background-color: #0028A1;
        padding: 1rem;
        margin-top: 0.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-action-btns,
    .header-cta-group {
        flex-direction: column;
        align-items: stretch !important;
        gap: 8px;
        margin-top: 10px;
    }

    .header-btn,
    .btn-orange,
    .btn-call-header {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 767.5px) {
    .int-box h5 {
        margin-top: 2.4rem !important;
    }

    .int-box {
        display: block;
    }

    .home-banner h1 {
        font-size: 2rem;
        margin-top: 2rem;
    }

    .banner-con p {
        margin-bottom: 20px !important;
    }

    .banner-con a {
        margin-bottom: 20px;
    }

    .top-box .inner {
        font-size: 19px !important;
    }

    .wizard-card {
        padding: 30px 10px !important;
    }

    .m-heading {
        font-size: 2rem;
    }

    .section-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .city-list li {
        width: 46%;
    }

    .bd-right {
        border: 0 solid #000;
        text-align: center;
    }

    .bd-right p {
        margin-bottom: 15px;
    }

    .call-3 {
        text-align: center;
    }
}

/* ==========================================================================
   17. FIXED MOBILE DUAL ACTION DOCK BAR (MOBILE ONLY)
   ========================================================================== */
.mobile-dual-action-container {
    display: none;
}

@media screen and (max-width: 575px) {
    .mobile-dual-action-container {
        display: flex !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: #ffffff !important;
        padding: 12px 15px 15px !important;
        gap: 12px !important;
        box-sizing: border-box !important;
        z-index: 999999999 !important;
        border-top: 1px solid #e5e5e5 !important;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.12) !important;
        pointer-events: auto !important;
    }

    .mobile-action-btn {
        flex: 1 !important;
        height: 48px !important;
        color: #ffffff !important;
        text-decoration: none !important;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
        transition: background-color 0.2s ease-in-out;
        pointer-events: auto !important;
    }

    .mobile-quote-btn {
        background: #00a500 !important;
    }

    .mobile-quote-btn:active {
        background: #008a00 !important;
    }

    .mobile-call-btn {
        background: #0027a1 !important;
    }

    .mobile-call-btn:active {
        background: #001f80 !important;
    }

    .mobile-svg-icon {
        width: 16px !important;
        height: 16px !important;
        margin-right: 8px !important;
        fill: #ffffff !important;
        display: inline-block !important;
        vertical-align: middle !important;
        flex-shrink: 0 !important;
    }

    body {
        padding-bottom: 85px !important;
    }

    .navbar-collapse,
    .main-nav-wrapper,
    .mobile-menu-container,
    #main-nav,
    .navigation-monitor {
        z-index: 1000000000 !important;
    }
}

/* footer csss */
.footer.footer-e {
    background-color: #082820 !important;
    color: #ffffff !important;
    font-weight: 500 !important; /* Slightly bold for general body text */
}

.footer .footer-middle {
    padding: 55px 0 45px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.footer .footer-middle h6 {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important; /* Bold headings */
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 22px !important;
    position: relative !important;
    padding-bottom: 8px !important;
}

.footer .footer-middle h6::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 35px !important;
    height: 2px !important;
    background-color: #00a500 !important;
}

.footer .footer-logo h6::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.footer .footer-middle .nav a {
    color: #ffffff !important; /* Pure white text */
    font-size: 14px !important;
    font-weight: 600 !important; /* Bold links */
    transition: all 0.25s ease-in-out !important;
}

.footer .footer-middle .nav a:hover {
    color: #00a500 !important;
    padding-left: 5px !important;
}

/* Contact Info Icons */
.footer .footer-middle .nav p i,
.footer .footer-middle .contact-list i,
.footer .footer-middle .nav-item i {
    color: #00a500 !important;
    font-size: 18px !important;
    margin-right: 8px !important;
    display: inline-block !important;
}

/* Fix Google Map Iframe Styling */
.footer-logo iframe {
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* STRICT FIX FOR SOCIAL ICONS & BULLETS */
.footer .social-icons,
.footer-social-wrapper .social-icons {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.footer .social-icons li,
.footer-social-wrapper .social-icons li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer .social-icons li::before,
.footer-social-wrapper .social-icons li::before {
    content: none !important;
    display: none !important;
}

.footer .social-icons li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    background-color: #001f80 !important; /* Slightly darker blue circle for contrast against footer blue */
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.footer .social-icons li a:hover {
    background-color: #00a500 !important;
    transform: translateY(-3px) !important;
}

/* Social Media Icon Symbols */
.footer .social-icons li a i {
    color: #ffffff !important; /* Pure white social icons */
    font-size: 16px !important;
    line-height: 1 !important;
    display: inline-block !important;
    visibility: visible !important;
}

/* Copyright & Designer Credit Bar */
.footer .footer-bottom {
   
    padding: 16px 0 !important;
}

.footer .footer-bottom p {
    color: #ffffff !important; /* Pure white text */
    font-size: 13.5px !important;
    font-weight: 600 !important; /* Bold bottom bar text */
}

.footer .footer-bottom .copyright-credit a {
    color: #00a500 !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.footer .footer-bottom .copyright-credit a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}