* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "SF Pro Rounded";
    src: url("fonts/SF-Pro-Rounded-Regular.woff2") format("woff2"),
        url("fonts/SF-Pro-Rounded-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
    font-family: "SF Pro Rounded", sans-serif;
    background-color: #f9f9f9;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1420px;
    }
}

ul li a.nav-link {
    padding: 7px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
}

ul li.nav-item {
    margin: 0px 20px;
}

.nav-arrow {
    border: 0px;
    background: transparent;
}
.get-btn {
    background: #7daad7;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.get-btn:hover {
    background: linear-gradient(142.1deg, #ffc3d7 6.7%, #7daad7 92.37%);
    color: #fff;
    border-color: #ffc3d7;
}

.icon-container {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 50%;
    margin-bottom: 20px;
}

.icon-container img {
    width: 40px;
}

.card {
    padding: 30px;
    border: none;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 338px;
}

.card h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.card p {
    color: #272831;
    font-size: 16px;
    line-height: 26px;
}

.how-it-works-section {
    margin-top: 30px;
    text-align: center;
}

.app-text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin: auto;
}

.footer-container {
    background-color: #fbfbfb;
    margin-top: 150px;
}

.footer-spacing {
    padding: 45px 0;
}

.footer-heading {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.71px;
    color: #000000a1;
}

.footer-text {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.head-logo {
    height: 50px;
}

/* blog css */

.blog-card {
    margin: 20px 0;
    border-radius: 0 0 20px 20px;
}

.blog-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #fff;
}

.blog-description {
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.profile-image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.content {
    margin-top: 20px;
}

.profile-info {
    margin-left: 10px;
}

.user-name {
    font-size: 18px;
    font-weight: 500;
}
.user-location {
    font-size: 14px;
}

.divider {
    border: 1px solid #eaeaeaad;
}

.related-blog-img {
    border-radius: 10px;
    width: 100%;
    height: 345px;
    object-fit: cover;
}

.related-blogs {
    box-shadow: 0px 14px 44px 0px #4b4b4b0f;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.category-here {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
}

.related-head {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}

.related-blog-content p {
    font-size: 15px;
    color: #555;
    line-height: 25px;
}

.related-blog-content {
    padding-top: 15px;
}

.time-border-left {
    border-left: 1px solid #777777ad;
    padding: 0 7px;
}

.view-date {
    color: #777777ad;
}

.pagination .active {
    background-color: #7daad7;
    --bs-pagination-active-bg: #7daad7;
    --bs-pagination-active-border-color: #7daad7;
    --bs-pagination-focus-box-shadow: none !important;
}

.page-link:focus {
    background-color: #7daad7;
    box-shadow: none;
}
.page-link {
    color: #7daad7;
}

.top-section-spacing {
    padding-top: 60px;
}
