* {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0;
}

.checked {
    color: gold;
}

.w-30 {
    width: 30%;
}

.nav-link.active {
    border: 1px solid #fc6f5f;
    border-radius: 50px 10px 20px 50px;
    padding: 5px 20px 5px 10px;
}

.theme-light-bg {
    background: #e0ecfb !important;
}

.bg-red {
    background-color: #fc6f5f;
}

.text-red {
    color: #fc6f5f !important;
}

.btn-red {
    color: #fc6f5f;
}

.bg-blue {
    background: #0c3064;
}

.text-blue {
    color: #0c3064;
}

.btn-blue {
    background: #0c3064;
}

.btn-blue:hover {
    background: #051f44;
}

.bg-light-grey {
    background-color: #f5f7fa;
}

.fw-600 {
    font-weight: 600;
}

.bg-shade {
    background-color: #e0ecfb;
}

/* slider */

.slider img {
    height: auto;
    border-radius: 10px;
}

.slider a {
    display: block;
    text-decoration: none;
}

/* slider--end */
.slider-container {
    width: 90vw;
    margin: auto;
}

.service-card-red {
    background-image: url("../assets/card/red-card.png");
    width: 100%;
    /* height: 300px; */
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 48px;
    padding-right: 20px;
}

.service-card-blue {
    background-image: url("../assets/card/blue-card.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 48px;
    padding-right: 20px;
}

.rounded-curve {
    border-radius: 20px 20px 20px 0;
}


.blog-content {
    position: absolute;
    bottom: -106px;
    width: 78%;
    margin: auto !important;
    border-radius: 10px !important;
    text-align: center;
    height: 169px;
}

.insight-card {
    position: relative;
}

.review-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* why--beecare */

.icon-circle {
    background-color: #002b5c;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}

.vertical-line {
    border-left: 2px solid #002b5c;
    height: 90px;

    margin-left: 25px;
}

.feature-box {
    padding-bottom: 10px;
}

.feature-heading {
    font-weight: 700;
    font-size: 1.25rem;
}

.feature-text {
    color: #757474;
    font-size: 20px;
    font-weight: 500;
}

.image-placeholder {
    width: 85%;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    color: #888;
    font-size: 24px;
}

/* cta-section */

.cta-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

.cta-highlight {
    position: relative;
    display: inline-block;
}



.cta-subtext {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #e0e0e0;
}

.cta-button {
    background-color: #ff6f61;
    border: none;
    color: white;
    padding: 14px 28px;
    font-size: 1rem;
    border-radius: 8px;
    margin-top: 30px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e65549;
}

/* footer */

.footer {
    padding: 60px 0 10px;
    color: #0d2a5e;
}

.footer .footer-title {
    font-weight: 700;
    color: #ff6f61;
    margin-bottom: 20px;
}

.footer a {
    color: #0d2a5e;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer .icon-text i {
    margin-right: 10px;
    color: #ff6f61;
}

.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 8px 20px 0 0;
    text-align: center;
    line-height: 50px;
    background-color: #d1dce9;
    border-radius: 50%;
    color: #0d2a5e;
    font-size: 18px;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: #ff6f61;
    color: white;
}

.footer-bottom {
    /* border-top: 2px solid #d8bfd8; */
    /* padding-top: 15px; */
    /* margin-top: 30px; */
    text-align: center;
    font-size: 14px;
}

.bg-dark-gray {
    background-color: #c7d7e6;
}

.subscribe-input {
    background-color: #c7d7e6;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
}

.subscribe-input::placeholder {
    color: #0d2a5e;
}

@media screen and (max-width: 480px) {


    .blog-content {
        bottom: -40px !important;
    }

    .vertical-line {
        height: 208px !important;
    }

    .slider-container {
        width: 95vw !important;
    }

    .service-card-red,
    .service-card-blue {
        height: 257px !important;
    }
}

.header {
    background: #0c3064;
    color: white;
    padding: 3rem 0;
    text-align: center;
}

.header h1 {
    font-size: 2rem;
    font-weight: bold;
}

.section-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 2rem;
}

.pb-50 {
    padding-bottom: 50px;
}

.scroll-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scroll-content {
    display: flex;
    gap: 2rem;
    animation: scroll-left 20s linear infinite;
}

.scroll-item {
    min-width: 150px;
    height: 200px;
    /* background-color: #ccc; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-item img {
    width: 60%;
    opacity: 0.7;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

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

/* Duplicate items to make smooth looping */
.scroll-content-wrapper {
    display: flex;
    gap: 0.5rem;
    width: max-content;
}

.nav-link-wrapper {
    position: relative;
    display: inline-block;
}

.nav-link.active {
    padding-bottom: 4px;
}

.nav-link-wrapper .active-icon {
    position: absolute;
    top: 3px;
    right: 0px;
    transform: translate(50%, -50%);
    font-size: 0.75rem;
    display: none;
}

.nav-link.active+.active-icon {
    display: inline;
}

.icn-box {
    position: relative;
}

.up-icon {
    position: absolute;
    left: 50px;
    top: -50px;
}

.up-icon-2 {
    position: absolute;
    right: 0px;
    top: -80px;
}

.arrow {
    /* position:absolute; */
    margin-left: -15px !important;
    margin-top: 0px;
}

.arrow-btn {
    position: relative;
}

.tilt-arrow {
    position: absolute;
}

.gradient-line {
    height: 2px;
    margin: 20px auto;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(to right, transparent, #ff6f61, transparent);
    border: none;
}

/* ================================== */
.fw-500 {
    font-weight: 500;
    font-size: 17px;
}


.social-icons a i::before {
    font-size: 20px;
}

@media (min-width: 500px) {
    .fs-70 {
        font-size: 70px;
    }

    .fs-60 {
        font-size: 60px;
    }

    .p-md-6 {
        padding-left: 7rem !important;
    }
}

@media (max-width: 500px) {
    .fs-70 {
        font-size: 33px;
    }

    .fs-70 {
        font-size: 35px;
    }
}

.sub-title {
    color: #333232;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
}

.title {
    margin-top: 50px;
}
