/* Custom Font Import */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");
/* Awesome Icons Import */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

body {
    font-family: "Outfit", sans-serif;
    color: #000000;
    overflow-x: hidden;
}

small {
    font-size: 18px !important;
}

/* Transparent Header */

nav .dropdown-item {
    color: #000000;
}

nav .dropdown-item:focus,
.dropdown-item:hover {
    color: #000000;
    background-color: #99c93c;
    border-left: 5px solid #1e2125;
    transition: all 0.3s ease;
}

nav span.navbar-text {
    font-size: 14px;
}

nav .dropdown-item:focus span.navbar-text,
.dropdown-item:hover span.navbar-text {
    color: #000000 !important;
}

@media (min-width: 1200px) {
    nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media (max-width: 575px) {
    nav .dropdown-item {
        font-size: 14px;
    }
    .ewaste-cta-btn {
        padding: 10px !important;
    }
}

.navbar {
    background: rgba(14, 60, 50, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 0;
    transition: background-color 0.3s ease;
}

.navbar.scrolled {
    background-color: #0e3a2d !important;
    padding: 10px 0;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-right: 1rem;
    transition: color 0.2s ease;
}

.nav-link:hover {
    color: #9aca3c !important;
}

.btn-header {
    background-color: #9aca3c;
    color: #0e3a2d;
    border-radius: 50px;
    font-weight: 600;
    padding: 8px 20px;
    border: none;
}

.hero-section {
    background: #0e3a2d url("../images/hero-background.svg") no-repeat left
        center;
    background-size: contain;
    padding-top: 140px;
}

/* Certifications section Start */
section.certifications-section {
    background: linear-gradient(90deg, #9aca3c 35%, #effaf5 0%);
}

@media (max-width: 1199px) {
    section.certifications-section {
        background: linear-gradient(180deg, #9aca3c 45%, #effaf5 0%);
    }
}

@media (max-width: 575px) {
    section.certifications-section {
        background: linear-gradient(180deg, #9aca3c 30%, #effaf5 0%);
    }
}

/* Certifications section End */

.cta-section {
    background: #9aca3c url("../images/bird.svg") no-repeat left center;
    background-size: contain;
}
.svg-frame {
    padding: 8px;
    border-radius: 6px 90px 0px 0px;
    background: linear-gradient(180deg, #9aca3c 0, #00000020 100%);
    display: inline-block;
}
.svg-frame .form-border {
    border: 8px transparent solid;
    background-color: #0e3a2d;
    border-radius: 6px 90px 0px 0px;
}
.svg-frame .form-card {
    display: block;
    border-radius: 6px 85px 0px 0px;
    background: #fff;
    padding: 10px 20px;
}
.hb-svg-frame {
    padding: 6px;
    border-radius: 6px 90px 6px 90px;
    background: linear-gradient(180deg, #9aca3c 0, #ffffff1c 100%);
    display: inline-block;
}
.hb-svg-frame img {
    display: block;
    border-radius: 6px 90px 6px 90px;
    background: #fff;
    padding: 6px;
}
/* .hb-svg-frame .cert-card{display:block;border-radius:6px 90px 6px 90px;background:#fff;padding:6px} */
.hb-svg-frame-cert {
    padding: 6px;
    border-radius: 6px 40px 6px 20px;
    background: linear-gradient(180deg, #9aca3c 0, #ffffff1c 100%);
    display: inline-block;
}
.hb-svg-frame-testimonial {
    padding: 6px;
    border-radius: 6px 40px 6px 20px;
    background: linear-gradient(180deg, #9aca3c 0, #ffffff1c 100%);
    display: inline-block;
}

.cta-btn {
    color: #000000;
    border: 1px solid #000000;
    padding: 10px 30px;
    border-radius: 35px;
}

.cta-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
.evidence-card {
    border-radius: 6px 40px 6px 20px;
    overflow: hidden;
    background: #fff;
    border: none;
}

.evidence-card-header {
    background: #0a472e;
    color: #fff;
    padding: 18px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}

.evidence-list {
    padding-left: 5px;
    margin: 0;
    list-style: none;
}

.evidence-list li {
    margin-bottom: 10px;
    color: #333;
}

.evidence-btn {
    background: #9aca3c;
    color: #000;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.evidence-btn:hover {
    background: #86b734;
    color: #000;
}
.disposition-background-section {
    background: #0e3a2d;
    color: #fff;
}
.fwe-semibold {
    font-weight: 600;
}

.btn-primary-custom {
    background-color: #9aca3c;
    border: 2px solid #9aca3c;
    color: #0e3a2d;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 24px;
}

.btn-primary-custom:hover {
    background-color: transparent;
    color: #ffffff;
}
.ewaste-icon-circle {
    width: 80px;
    height: 80px;
    background-color: #0e3a2d;
}
.home-icon-circle {
    width: 80px;
    height: 80px;
    background-color: #9aca3c;
}

.btn-primary-custom-green {
    background-color: #9aca3c;
    border: 2px solid #9aca3c;
    color: #0e3a2d;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 24px;
}

.btn-primary-custom-green:hover {
    background-color: transparent;
    color: #9aca3c;
}

.btn-outline-custom {
    border: 2px solid #9aca3c;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 24px;
}
.btn-outline-custom-home {
    border: 2px solid #0e3a2d;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 24px;
    background: #0e3a2d;
}
.btn-outline-custom-home:hover {
    background-color: #9aca3c;
    border: 2px solid #9aca3c;
    color: #0e3a2d;
}
.btn-outline-nav-custom {
    border: 2px solid #9aca3c;
    color: #fff;
    font-weight: 600;
    border-radius: 50rem; /* ensures full pill shape */
    padding: 0.6rem 1.6rem; /* balanced vertical + horizontal spacing */
    display: inline-block; /* prevents nav-link override */
    line-height: 1.2;
    background: transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.btn-outline-nav-custom:hover {
    background-color: #9aca3c;
    color: #0e3a2d;
}

.btn-outline-custom:hover {
    background-color: #9aca3c;
    color: #0e3a2d;
}

.form-card {
    color: #000;
    padding: 40px;

    margin-left: auto;
}

.form-card .form-control {
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    font-size: 12px;
    padding: 15px 15px;
}
.mb-3 .form-control {
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    font-size: 12px;
    padding: 15px 15px;
}
.e-waste-img {
    height: 100px;
}
.ewate-cta-section {
    position: relative;
    background-color: #0e3a2d;
    color: #fff;
    overflow: hidden;
}

.ewate-cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bird.svg") no-repeat left;
    background-size: contain;
    opacity: 0.1; /* adjust the opacity here */
    pointer-events: none;
}
.ewaste-py-5 {
    padding-top: 1.75rem;
}
.ewaste-py-4 {
    padding-top: 2.2rem;
}
.ewaste-cta-section > * {
    position: relative;
    z-index: 1; /* keep content above the image */
}

.ewaste-cta-btn-variant {
    color: #000000;
    padding: 10px 28px;
    border-radius: 35px;
    background: #9aca3c;
    font-weight: 600;
}
.ewaste-cta-btn {
    color: #000000;
    padding: 10px 28px;
    border-radius: 35px;
    background: #9aca3c;
    font-weight: 600;
}
.ewaste-cta-button {
    color: #fff;
    padding: 10px 28px;
    border-radius: 35px;
    background: #000;
    font-weight: 600;
}
.ewaste-cta-button:hover {
    color: #fff;
    background: #0e3a2d;
}
.about-us-cta-button {
    color: #000;
    padding: 10px 30px;
    border-radius: 35px;
    background: #9aca3c;
    font-weight: 600;
}
.about-us-cta-button:hover {
    color: #fff;
    background: #9aca3c;
}
.ewaste-industries-section {
    background-color: #9aca3c;
}
.image-form-control {
    border: 0 !important;
}
.form-card-custom {
    background-color: #fff;
    border-radius: 20px;
}

.form-card label.form-check-label {
    font-size: 12px;
}

.form-card-footer {
    background: url("../images/hero-form-bg.png") no-repeat center center;
    background-size: 100% 100%;
    color: #000;
    padding: 40px;
    max-width: 500px;
}
/* reCAPTCHA wrapper overflow fix */
.g-recaptcha {
    max-width: 100% !important;
    overflow: hidden !important;
}

/* Tawk to floating widget fix */
iframe[src*="tawk.to"] {
    max-width: 100% !important;
    right: 0 !important;
    overflow: hidden !important;
}
@media (max-width: 991px) {
    .form-card {
        background: unset;
        background-color: #ffffff;
        border-radius: 0px 40px 0px 0px;
    }
}

.service-highlight-section .btn-primary-custom {
    background: #0e3a2d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border-color: #fff;
    padding: 10px 10px;
}
.ewaste-subheading {
    color: #000;
    font-family: "Outfit";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.ewaste-small-bold-text {
    font-family: "Outfit";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-highlight-section .btn-primary-custom:hover {
    background: #9aca3c;
    color: #0e3a2d;
}

.service-highlight-section .btn-outline-custom {
    background: #9aca3c;
    border: 2px solid #9aca3c;
    color: #0e3a2d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border-color: #fff;
    padding: 10px 10px;
}

.service-highlight-section .btn-outline-custom:hover {
    background-color: #0e3a2d;
    color: #ffffff;
}

.why-hummingbird-section .btn-outline-custom {
    background: #9aca3c;
    color: #0e3a2d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 10px;
}

.why-hummingbird-section .btn-outline-custom:hover {
    background-color: #0e3a2d;
    color: #ffffff;
}

footer h4 {
    font-size: 20px;
    font-weight: 600;
}

footer p {
    font-size: 18px;
}

footer li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px !important;
}

footer li a:hover {
    color: #9aca3c !important;
}

.social-icons i.fab,
.social-icons i.fas {
    background-color: #9aca3c;
    color: #000000;
    padding: 10px;
    border-radius: 2px 8px 2px 8px;
}

.social-icons i {
    background-color: #9aca3c;
    color: #000000;
    padding: 10px;
    border-radius: 2px 8px 2px 8px;
}

.social-icons i:hover {
    background-color: #ffffff;
    color: #9aca3c;
}

/* Ensure equal height and alignment for carousel items */
#serviceCarousel .row {
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
}

/* Service card layout */
.service-card {
    background: url("../images/service-card-bg.png") no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 286px;
    padding: 30px 15px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

/* Hover state */
.service-card:hover {
    background: url("../images/service-card-hover-bg.png") no-repeat center
        center;
    background-size: 100% 100%;
    color: #fff;
}

.service-card:hover p {
    color: #ffffff !important;
}

/* Icon section — fixed height and consistent bottom alignment */
.service-card .icon {
    flex: 0 0 60px; /* same icon area for all cards */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}

.service-card .icon img {
    transition: filter 0.3s ease-in-out;
    height: 40px;
    width: auto;
}

.service-card:hover .icon img {
    filter: brightness(0) invert(1);
}

/* Heading */
.service-card h4 {
    flex: 0 0 50px; /* consistent heading height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

/* Paragraph */
.service-card p {
    flex: 1; /* fills remaining space evenly */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #6c757d;
    margin-bottom: 0;
}

/* Service card layout */
.disp-service-card {
    border: none;
    background: url("../images/ewaste-industry-card-bg.png") no-repeat center
        center;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 286px;
    padding: 30px 15px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

/* Icon section — fixed height and consistent bottom alignment */
.disp-service-card .icon {
    flex: 0 0 60px; /* same icon area for all cards */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}

.disp-service-card .icon img {
    transition: filter 0.3s ease-in-out;
    height: 40px;
    width: auto;
}

.disp-service-card:hover .icon img {
    filter: brightness(0) invert(1);
}

/* Heading */
.disp-service-card h4 {
    flex: 0 0 50px; /* consistent heading height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

/* Paragraph */
.disp-service-card p {
    flex: 1; /* fills remaining space evenly */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    color: #6c757d;
    margin-bottom: 0;
}

/* Navigation */
.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #9aca3c;
    color: #0e3a2d;
    border: none;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background-color: #0e3a2d;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    #carouselItemsRow .col-lg-3 {
        flex: 0 0 50%;
        /* 2 cards per slide on tablet */
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    #carouselItemsRow .col-lg-3 {
        flex: 0 0 100%;
        /* 1 card per slide on mobile */
        max-width: 100%;
    }
}

/* 3-Steps Section Start */

.pickup-steps .bird-img-right {
    width: 400px;
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    z-index: 2;
    animation: birdUpDown 6s ease-in-out infinite;
    transform-origin: 50% 50%;
}
.bird-img-right-dd {
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transform-origin: 50% 50%;
}
.pickup-steps {
    background-color: #0e3a2d;
    color: #fff;
    overflow: hidden;
    position: relative;
}

/* Step Box */
.step-box {
    background: url("../images/steps-bg.png") no-repeat center center;
    background-size: 100% 100%;
    color: #000;
    padding: 1rem 1.5rem;
    width: 586px;
    /* max-width: 586px;
  height: 142px; */
}

.step-box .step-num {
    font-size: 56px;
    font-weight: 700;
    color: #ddeacd;
}

.pickup-steps .btn-primary-custom {
    background-color: #9aca3c;
    border: 2px solid #9aca3c;
    color: #0e3a2d;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 24px;
}

.pickup-steps .btn-primary-custom:hover {
    background-color: transparent;
    color: #9aca3c;
}
/* Background gradient */
.itad-ewaste-section {
    background: #9aca3c;
}

/* Wrapper */
.itad-table-wrapper {
    background: #fff;
    border-radius: 30px 30px 10px 10px;
    padding: 0;
    overflow: hidden;
    border: 4px solid #0e3a2d;
    max-width: 900px;
    width: 100%;
}

/* Table container - scroll on mobile */
.itad-table-wrapper table {
    width: 100%;
    display: table;
}

.itad-table {
    width: 100%;
    border-collapse: collapse;
}

/* Table Head */
.itad-table thead {
    background-color: #9aca3c;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.itad-table th,
.itad-table td {
    padding: 18px 20px;
    vertical-align: middle;
    text-align: center;
    word-break: break-word;
}

.itad-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

/* Button row */
.itad-table .button-row td {
    background: #fff !important;
    padding: 25px;
}

/* Buttons */
.itad-btn {
    background-color: #9aca3c;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 28px;
    font-size: 14px;
    border: none;
    white-space: nowrap;
}

.itad-btn:hover {
    background-color: #7eb82c;
    color: #000;
}

/* First column border */
.itad-table th:nth-child(1),
.itad-table td:nth-child(1) {
    border-right: 3px solid #0e3a2d;
}

/* ------------------------ */
/* RESPONSIVE BREAKPOINTS   */
/* ------------------------ */

/* Medium devices (tablets) */
@media (max-width: 768px) {
    .itad-table th,
    .itad-table td {
        padding: 14px 12px;
        font-size: 14px;
    }

    .itad-btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    div#navbarNav {
        background-color: #0e3a2d;
    }
    .navbar {
        position: absolute !important;
    }
}

/* Small screens — enable horizontal scroll */
@media (max-width: 576px) {
    .itad-table-wrapper {
        overflow-x: auto;
        border-radius: 20px;
    }

    .itad-table {
        min-width: 500px; /* ensures scroll instead of broken layout */
    }
    div#navbarNav {
        background-color: #0e3a2d;
    }
    .navbar {
        position: absolute !important;
    }
}

/* Extra small screens — stack layout like cards */
@media (max-width: 430px) {
    div#navbarNav {
        background-color: #0e3a2d;
    }
    .navbar {
        position: absolute !important;
    }
    .itad-table th:nth-child(1),
    .itad-table td:nth-child(1) {
        border-right: none;
    }

    .itad-table {
        min-width: 100%;
    }

    /* Stack each row */
    .itad-table tbody tr {
        display: block;
        margin-bottom: 20px;
        background: #fff;
        border: 2px solid #0e3a2d;
        border-radius: 15px;
        padding: 10px;
    }

    .itad-table tbody tr:nth-child(even) {
        background: #fff;
    }

    .itad-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px !important;
        border: none;
    }

    .itad-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #0e3a2d;
        margin-right: 10px;
    }

    /* Buttons in block layout */
    .button-row td {
        display: block !important;
        text-align: center !important;
        border: none !important;
    }

    .itad-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Responsive */
/* @media (max-width: 767.98px) {
  .step-box {
    margin-left: 0 !important;
  }
  .step-num {
    font-size: 40px;
  }
} */

/* 3-Steps Section End */

/* Why Hunningbird Section Start */

.why-hummingbird-section {
    background: #0e3a2d;
    color: #fff;
    padding: 60px 0;
}

.why-hb-col {
    display: flex;
    flex-direction: column;
}

.why-hb-item {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin-bottom: 1.5rem; */
    text-align: right;
}

.why-hb-item:last-child {
    margin-bottom: 0;
}

.why-hb-icon {
    margin-left: 1rem;
    margin-right: 0;
    order: 2;
}

.why-hb-text {
    order: 1;
    flex: 1;
}

@media (max-width: 991.98px) {
    .why-hb-col {
        min-height: unset;
    }

    .why-hb-item {
        justify-content: flex-start;
        text-align: left;
    }

    .why-hb-icon {
        transform: rotateY(180deg);
        margin-left: 0;
        margin-right: 1rem;
        order: 1;
    }

    .why-hb-text {
        order: 2;
    }

    .col-lg-4.order-3.why-hb-col > div {
        height: auto !important;
        margin-bottom: 20px;
    }

    .col-lg-4.order-lg-1.order-2.why-hb-col > div {
        height: auto !important;
        margin-top: 20px;
    }
}

/* Why Hunningbird Section End */

/* Industry Section Start */

.industry-card {
    background: url("../images/service-card-bg.png") no-repeat center center;
    background-size: 100% 100%;
    min-height: 205px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.home-method-card {
    background: url("../images/method-chooser-background.png") no-repeat center
        center;
    background-size: 100% 100%;
    min-height: 90px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.btn-primary-custom-yes {
    background: #0e3a2d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border-color: #fff;
    padding: 10px 24px;
}
.btn-outline-custom-no {
    background: #9aca3c;
    border: 2px solid #9aca3c;
    color: #0e3a2d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border-color: #fff;
    padding: 10px 24px;
}
.btn-primary-custom-yes:hover {
    background: #9aca3c;
    color: #0e3a2d;
}
.section-custom-green {
    background: #9aca3c;
    color: #000;
}
.btn-outline-custom-no:hover {
    background-color: #0e3a2d;
    color: #ffffff;
}

.ewaste-industry-card {
    background: url("../images/ewaste-industry-card-bg.png") no-repeat center
        center;
    background-size: 100% 100%;
    min-height: 205px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.about-industry-card {
    background: url("../images/service-card-bg.png") no-repeat center center;
    background-size: 100% 100%;
    min-height: 205px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.about-services-section {
    background: #0e3a2d;
}
.about-services-section .section-title {
    color: #fff;
}
.about-subheading {
    font-size: 20px;
    font-weight: 600;
}
.about-card-paragraph {
    color: #58595b;
}
.ewaste-industry-card .card-body {
    height: 100%;
}
.about-service-industry-card {
    background: url("../images/service-card-bg.png") no-repeat center center;
    background-size: 100% 100%;
    min-height: 275px;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.about-service-subheading {
    font-size: 32px;
    font-weight: 600;
}
.about-padding {
    padding: 3rem;
}
.ewaste-industry-card img {
    display: block;
}

.industry-card .card-body {
    height: 100%;
}

.industry-card img {
    display: block;
}

.industries-section {
    background-color: #f3fbf7;
}

.industries-section .container {
    max-width: 1200px;
}

.industry-card h4 {
    font-size: 20px;
}

.industries-section .section-subtitle {
    color: #0e3a2d;
}

.industries-section .industry-desc {
    max-width: 800px;
    margin: 0 auto;
}

.industry-card .card-body {
    padding: 32px;
}

/* Industry Section End */

/* FAQ Section Start */
.faq-section .btn-outline-custom {
    background: #9aca3c;
    border: 2px solid #9aca3c;
    color: #0e3a2d;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border-color: #fff;
    padding: 10px 10px;
}

.faq-section .btn-outline-custom:hover {
    background-color: #0e3a2d;
    color: #ffffff;
}

/* FAQ Accordion Custom Styles */
.faq-accordion .accordion-item {
    border: none;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #000000;
}

.faq-accordion .accordion-header {
    margin-bottom: 0;
}

.faq-accordion .accordion-button {
    background: #fff;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0px;
    border: none;
    box-shadow: none;
    position: relative;
    transition: background 0.2s;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff;
}

.faq-accordion .accordion-body {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    color: #58595b;
}

/* Accordion + and - icon */
.faq-accordion .accordion-button::after {
    content: "+";
    font-size: 1.5rem;
    background-image: none;
    width: auto;
    height: auto;
    margin-left: auto;
    transition: transform 0.2s;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: none;
}

/* FAQ Section End */

/* Footer CTA Section Start */

.footer-cta-section {
    background: #9aca3c url("../images/bird-light.svg") no-repeat left center;
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.footer-cta-section .bird-img-right {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    animation: birdUpDown 6s ease-in-out infinite;
    transform-origin: 50% 50%;
}

.footer-cta-section .container {
    position: relative;
    z-index: 3;
}

.footer-cta-section .btn-outline-dark {
    border-color: #0e3a2d;
    color: #0e3a2d;
    background: transparent;
}

.footer-cta-section .btn-outline-dark:hover {
    background: #0e3a2d;
    color: #fff;
}

.footer-cta-section .btn-dark {
    background: #000000;
    border: none;
}

.footer-cta-section .btn-dark i {
    background: #9aca3c;
    color: #ffffff;
    padding: 10px;
    border-radius: 20px;
}

.footer-cta-section .btn-dark:hover {
    background: #222;
}
.image-upload-box {
    border: 0 !important;
    border-radius: 0 !important;
}

@keyframes birdUpDown {
    0% {
        transform: translateY(-50%);
    }

    20% {
        transform: translateY(-60%);
    }

    50% {
        transform: translateY(-40%);
    }

    80% {
        transform: translateY(-60%);
    }

    100% {
        transform: translateY(-50%);
    }
}

/* Footer CTA Section End */

/* Responsive */
@media (max-width: 767px) {
    .bird-img {
        display: none !important;
    }
    .home-img {
        display: none !important;
    }

    .steps-wrapper::before {
        display: none;
    }
    .svg-frame {
        display: block !important;
        border-radius: 0 !important;
        background: none;
    }
    .svg-frame .form-card {
        border-radius: 0 !important;
    }
}

@media (max-width: 991px) {
    .hero-section {
        text-align: center;
        background-position: center bottom;
    }
}
