:root {
    --black: #000000;
    --light-black: #0d0d0d;
    --light-white: #F0F0F0;
    --white: #ffffff;
    --sky: #059FFF;
    --gray: #2a2a2a;
    --light-gray: #A8ACB7;
    --purple: #6A57C9;
    --muted: #adb5bd;
    --heading: #00FCDB;
    --light-greeen: #96DD7C;
    --font-family-1: "Inter-Bold";
    --font-family-2: "Inter-Semi-Bold";
    --font-family-3: "Inter-Medium";
    --font-family-4: "Inter-Regular";
    --heading-size: 48px;
    --paga-size: 18px;
    --standard-size: 24px;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fontawesome/webfonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Semi-Bold";
    src: url("../fontawesome/webfonts/Inter/static/Inter_18pt-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fontawesome/webfonts/Inter/static/Inter_18pt-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fontawesome/webfonts/Inter/static/Inter_18pt-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: var(--font-family-4);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

.truncate {
  width: 350px;              /* set a width */
  white-space: nowrap;       /* prevent text wrapping */
  overflow: hidden;          /* hide extra text */
  text-overflow: ellipsis;   /* show ... */
}

a,
a:hover {
    text-decoration: none;
}

/*
####################### Navbar #######################
*/
.main-menu .navbar-brand {
    font-size: 25px;
    font-weight: bold;
    color: var(--black);
}

.main-menu .nav-link {
    font-size: 25px;
    color: var(--black);
    margin-left: 24px;
}

.main-menu .nav-link-a {
    font-size: 18px !important;
}

.main-menu .sign-up {
    position: relative;
    border: 2px solid transparent;
    border-radius: 6px;
    background-clip: padding-box;
    font-size: 16px;
    min-width: 107px;
    text-align: center;
    min-height: 35px;
}

.main-menu .sign-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    padding: 2px;
    background: linear-gradient(80.1deg, #6A57C9 15.03%, #51C5F2 90.23%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/*
####################### Content #######################
*/
.background-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.background-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/banner.gif') center center / cover no-repeat;
    filter: blur(20px);
    z-index: 1;
    opacity: 0.8;
}

.hero-banner {
    position: relative;
    z-index: 3;
    color: var(--white);
    padding-top: 145px;
    font-family: sans-serif;
    padding-bottom: 24px;
}

.hero-banner .title {
    font-size: var(--heading-size);
    font-weight: bold;
    font-family: var(--font-family-2);
    color: var(--black);
}

.hero-banner .title span {
    color: var(--sky);
}

.hero-banner .desc {
    font-size: var(--paga-size);
    margin: 24px 0;
    color: var(--black);
}

.file-upload-container {
    background-color: var(--gray);
    border: 2px dashed var(--purple);
    border-radius: 0.5rem;
    padding: 10px;
    text-align: center;
    color: var(--white);
    position: relative;
    margin-top: var(--heading-size);
    cursor: pointer;
}

.upload-title {
    font-size: 16px;
    font-family: var(--font-family-1);
}

.file-upload-container.highlight {
    background-color: #3b3b3b;
    /* Slightly lighter on drag over */
    border-color: #8c67c7;
    /* Lighter purple on drag over */
}

.file-upload-icon {
    font-size: 3rem;
    color: var(--sky);
}

.file-upload-text {
    font-size: 12px;
    margin: 0.5rem 2rem;
}

.file-drag-text {
    font-size: 14px;
    margin: 0.5rem 2rem;
}

.browse-link {
    color: #0d6efd;
    /* Bootstrap primary blue */
    cursor: pointer;
    text-decoration: none;
}

.browse-link:hover {
    text-decoration: underline;
}

.file-info {
    color: var(--muted);
    font-size: 14px;
}

.hidden-file-input {
    display: none;
}

.search-img {
    margin-top: 46px;
}

.btn-search,
.btn-search:focus-within,
.btn-search:focus,
.btn-search:hover {
    background-color: var(--sky);
    color: var(--white);
    border: 1px solid var(--sky);
    width: 100%;
    font-size: var(--paga-size);
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
}

.section-space {
    padding: 96px 0;
}

.section-heading {
    text-align: center;
}

.section-heading .title {
    color: var(--sky);
    font-size: var(--heading-size);
    font-family: var(--font-family-1);
    margin-bottom: 24px;
}

.section-heading .sub-title {
    color: var(--black);
    font-size: var(--paga-size);
    font-family: var(--font-family-1);
    margin-bottom: 48px;
}

.similar {
    background: linear-gradient(to right, rgba(5, 159, 255, 0.1), rgba(5, 159, 255, 0.05), rgba(255, 255, 255, 0.1));
}

.posts {
    margin-top: 36px;
}

.post-card {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.post-card .card-body {
    padding: 24px 0 0;
}

.post-card .post-img {
    max-width: 100%;
    object-fit: cover;
    object-position: 0 0;
    border-radius: 10px;
}

.post-card .post-title {
    font-size: 20px;
    color: var(--black);
    font-family: var(--font-family-1);
}

.post-card .post-desc {
    font-size: 14px;
    color: var(--black);
    font-family: var(--font-family-4);
    margin-top: 12px;
}

.benefits {
    background-color: var(--light-black);
}

.key-features .sub-title {
    margin-bottom: 24px;
}

.benefits .sub-title {
    color: var(--white);
    margin-bottom: 24px;
}

.benefits .icno-box {
    background-color: var(--black);
    text-align: center;
    height: 100%;
}

.benefits .icno-box .icon {
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.space-between {
    margin-top: 24px;
}

.benefits .icno-box .icon .icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits .icno-box .icon-desc .icon-title {
    color: var(--white);
    /* font-size: var(--standard-size); */
    font-size: 20px;
    margin: 24px 0;
}

.benefits .icno-box .icon-desc .icon-desc {
    color: var(--white);
    font-size: 14px;
    margin: 24px 0;
}

.features-card {
    padding: 36px;
    border-color: transparent;
    height: 100%;
}

.features-card .card-body {
    padding: 0 24px;
}

.features-card .feature-img-box {
    width: 50px;
    height: 50px;
    margin-left: auto;
}

.features-card .feature-img-box .feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-card .feature-title {
    color: var(--sky);
    font-size: 20px;
    font-family: var(--font-family-2);
    margin-bottom: 24px;
}

.features-card .feature-text {
    color: var(--black);
    font-size: 14px;
}


.bg-radial {
    background: linear-gradient(to right, #25303c, #13212f, #141b22, #0d151c);
}

.bg-radial .section-heading .title {
    font-size: 48px;
    color: var(--white);
    text-align: left;
    font-family: var(--font-family-1);
    text-transform: uppercase;
}

.bg-radial .section-heading span {
    color: var(--sky);
}

.bg-radial .accordion {
    counter-reset: section;
    border: 0;
    color: var(--white);
}

.bg-radial .accordion-button:not(.collapsed)::after {
    transform: none;
}

.bg-radial .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: var(--white);
    font-size: 20px;
}

.bg-radial .accordion-item {
    background-color: transparent;
    margin-bottom: 24px;
    border: 1px solid var(--gray);
    border-radius: 10px;
}

.bg-radial .accordion-button::before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero) " ";
    font-weight: bold;
    margin-right: 36px;
    color: var(--white);
}

.bg-radial .accordion-button::after {
    content: "+";
    color: var(--white);
    display: flex;
    /* Use flexbox to center content */
    align-items: center;
    /* Vertical centering */
    justify-content: center;
    /* Horizontal centering */
    transition: transform .2s ease-in-out;
    font-size: 24px;
    background-color: var(--sky);
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 8px;
    /* Adjust the radius as needed */
    border-bottom-right-radius: 8px;
}

/* When expanded: show "−" */
.bg-radial .accordion-button:not(.collapsed)::after {
    content: "−";
}

.bg-radial .accordion-button::after {
    background-image: none !important;
}

.bg-radial .accordion-body {
    color: var(--white);
    font-size: 14px;
    padding-left: 80px;
}

.faq-img {
    min-height: 520px;
    width: 100%;
    object-fit: cover;
}

.benefits .sub-title {
    margin-bottom: 24px;
}

.benefits .plan-boxes .icno-box {
    border: 2px solid var(--sky);
}

.benefits .plan-boxes .icno-box .card-body {
    padding: 36px 0;
}

.benefits .plan-boxes .icon-desc .icon-title {
    font-size: 36px;
    font-family: var(--font-family-2);
    margin-bottom: 24px;
}

.benefits .plan-boxes .icon-desc .icon-text {
    color: var(--light-gray);
    margin-bottom: 48px;
}

.benefits .plan-boxes .icon-desc .icon-sub-title {
    color: var(--heading);
    font-size: 54px;
    position: relative;
    display: inline-block;
}

.benefits .plan-boxes .icon-desc .icon-sub-title sup {
    font-size: 24px;
    position: absolute;
    top: 20px;
    left: -20px;
}

.benefits .plan-boxes .icon-desc .icon-sub-title span {
    font-size: 24px;
    position: absolute;
    top: 25px;
    left: 35px;
}

.benefits .plan-boxes .icon-desc .icon-sub-title span.premimum {
    left: 55px;
}

.benefits .plan-boxes .icon-desc .plan-details {
    display: inline-block;
    text-align: start;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

.benefits .plan-boxes .icon-desc .plan-details li {
    font-size: 16px;
    color: var(--light-gray);
}

.benefits .plan-boxes .icon-desc .plan-details li i {
    color: var(--heading);
}

.mt-mb-20 {
    margin: 20px 0;
}

.btn-plan,
.btn-plan:hover {
    background-color: var(--sky);
    color: var(--white);
    min-width: 180px;
    padding: 15px 0;
}

.testimonial-card {
    min-height: 250px;
    background-color: var(--light-white);
    border: 0;
    border-radius: 0;
    position: relative;
    margin: 20px 15px 10px 15px;
    padding: 72px;
}

.testimonial-card .card-body {
    display: flex;
    flex-direction: column;
}

.testimonial-card .top-icon {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -10px);
    width: 47px !important;
}

.testimonial-card .card-text {
    color: #444444;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 36px;
    line-height: 1.75em;
}

.testimonial-card .circle-img {
    width: 67px !important;
    height: 67px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-card .center-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: auto;
}

.testimonial-card .author-name {
    font-size: 24px;
    color: var(--black);
    margin: 15px 0 0;
}

.testimonial-card .company {
    font-size: 16px;
    color: var(--light-gray);
}

/* Make all cards same height in carousel */
.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
}

.testimonial-carousel .card {
    flex: 1;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;

}

.navbar-brand img, .footer-img img{
    object-fit: contain;
}

.testimonial-carousel .owl-nav button {
    /* Background color */
    /* Icon color */
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    pointer-events: auto;
    /* Enable click on button */
}

.testimonial-carousel .owl-nav img {
    width: 30px;
}

.owl-dot.active {
    background: var(--sky) !important;
}

.owl-dots {
    position: relative;
    left: 50%;
    top: 20px;
    transform: translate(0%, 0);
}

.owl-dot {
    background: var(--light-gray) !important;
    padding: 10px !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 5px;
}

.news-card {
    background-color: var(--black);
    border: 0;
}

.news-card .card-body {
    padding: 24px;
    color: var(--white);
}

.news-card .card-body .card-title {
    font-size: 24px;
    margin-bottom: 0;
    font-family: var(--font-family-2);
}

.news-card .card-body .author {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.news-card .card-body .author .author-img {
    height: 24px;
    width: 24px;
}

.news-card .card-body .author .author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.news-card .card-body .author .author-name {
    color: var(--sky);
    font-size: 14px;
    margin-left: 24px;
}

.news-card .card-body .date-comment {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
}

.news-card .card-body .date-comment i {
    color: var(--sky);
    margin-right: 12px;
}

/*
####################### Search Page #######################
*/
.search-results .search-card {
    border: 0;
}

.search-results .card-body {
    padding: 24px;
}

.search-results .result-img img {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--black);
}

.search-results .file-upload-container {
    margin-top: 24px;
}

.search-results .search-img {
    margin-top: 24px;
}

.results-nav {
    padding: 10px;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

.results-nav .nav-link {
    color: var(--light-gray);
    width: 100%;
    font-size: 18px;
}

.results-nav .nav-link.active {
    background-color: var(--black);
    color: var(--white);
    font-family: var(--font-family-1);
    border-radius: 10px;
}

.results-nav .nav-link:focus {
    box-shadow: none;
}

.result-content {
    margin-top: 48px;
}

.result-content .result-card {
    border: 1px solid var(--light-gray);
    background-color: transparent;
    border-radius: 20px;
    height: 100%;
}

.result-content .result-card .result-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.result-content .result-card .result-img.blur {
    filter: blur(5px);
}

.result-content .result-card .result-details .title {
    color: var(--black);
    font-size: 18px;
    font-family: var(--font-family-2);
    margin-top: 24px;
    text-align: left;
}

.result-content .result-card .result-details .text {
    color: var(--black);
    font-size: 18px;
    font-family: var(--font-family-4);
    margin-top: 24px;
    text-align: left;
}

.result-content .result-card .result-details .link-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.result-content .result-card .result-details .link-info .link {
    color: var(--sky);
    font-size: 18px;
    font-family: var(--font-family-2);
}

.result-content .result-card .result-details .link-info .link .icon {
    color: var(--black);
    margin-left: 24px;
}

.result-content .result-card .result-details .link-info .crown-img {
    width: 41px;
    height: 41px;
    object-fit: contain;
}

/*
####################### Sidebar #######################
*/
.sidebar {
    min-height: 100vh;
    background-color: var(--gray);
}

.w-max-content {
    width: max-content;
}

.profile {
    width: 100%;
    background-color: var(--white);
    padding: 12px 24px;
    border-radius: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.profile .heading {
    font-size: 22px;
    font-family: var(--font-family-2);
    color: var(--gray);
    margin-right: auto;
}

.profile .profile-img {
    height: 42px;
    width: 42px;
}

.profile .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile .name {
    font-size: 16px;
    color: var(--black);
    font-family: var(--font-family-2);
}

.profile .role {
    color: var(--light-greeen);
    font-size: 16px;
    font-family: var(--font-family-4);
}

.login-content .hero-banner {
    padding-top: 48px;
    text-align: center;
}

.login-content .hero-banner .title {
    font-size: 36px;
}

.login-content .hero-banner .desc {
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
}

.login-content .hero-banner .search-img {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}

.login-content .search-results {
    margin-top: 24px;
}

.login-content .results-nav {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.login-content .search-results .hero-banner {
    padding-top: 24px;
}

.login-content .colection {
    margin-top: 24px;
}

.search-bar-container {
    display: flex;
    margin-top: 24px;
    max-width: 50%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.custom-search-input-group {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white);
    padding: 12px;

}

.search-icon-wrapper {
    background-color: transparent;
    /* No background for the icon wrapper */
    border: none;
    /* No border */
    padding-left: 20px;
    /* Padding for the icon */
    border-top-left-radius: 50px;
    /* Match the outer border radius */
    border-bottom-left-radius: 50px;
    /* Match the outer border radius */
    display: flex;
    align-items: center;
}

.search-icon {
    color: #ced4da;
    /* Light grey color for the search icon */
    font-size: 1.2rem;
}

.custom-search-input {
    border: none;
    /* No border for the input field */
    box-shadow: none;
    /* No shadow on focus */
    padding-left: 10px;
    font-size: 16px;
    color: #495057;
    font-family: var(--font-family-4);
    font-weight: 400;
    /* Darker text color */
}

.custom-search-input::placeholder {
    color: #adb5bd;
    /* Placeholder text color */
}

.custom-search-input:focus {
    box-shadow: none;
    /* Ensure no blue glow on focus from Bootstrap */
}

.custom-filter-button {
    background-color: var(--sky);
    border-color: var(--sky);
    border-radius: 10px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: 12px;
}

.custom-filter-button:hover {
    background-color: var(--sky);
    border-color: var(--sky);
}

.history-section {
    margin-top: 24px;
}

.history-section .history-details .history {
    background-color: #EBEBEB;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 12px 24px;
    margin-bottom: 24px;
}

.history-section .history-details .history .title {
    color: var(--gray);
    font-size: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.history-section .history-details .hitory-link {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.history-section .history-details .hitory-link .link {
    background-color: var(--sky);
    color: var(--white);
    padding: 10px 24px;
    border-radius: 20px;
}

.history-section .history-details .hitory-link .trash {
    font-size: 32px;
    color: #EA0808;
    margin-left: 24px;
}

.setting-from {
    margin-top: 24px;
}

.setting-from .info-card {
    border: 0;
    margin-top: 24px;
}

.setting-from .info-card .card-body {
    padding: 24px;
}

.setting-from .info-card .card-body .card-heading {
    display: flex;
    align-items: center;
}

.setting-from .info-card .card-body .card-heading .title {
    font-size: 28px;
    color: var(--black);
    font-family: var(--font-family-2);
}

.setting-from .info-card .btn-edit {
    margin-left: auto;
    background: #056DFF;
    color: var(--white);
    padding: 8px 22px;
    border-radius: 5px;
}

.setting-from .info-card .btn-edit i {
    margin-right: 6px;
}

.setting-from .card-submit {
    background: #056DFF;
    color: var(--white);
    padding: 8px 22px;
    border-radius: 5px;
}

.info-card .sub-title {
    margin-top: 48px;
    color: var(--black);
    font-size: 20px;
    font-family: var(--font-family-2);
}

.info-card .sub-title span {
    font-family: var(--font-family-4);
}

.setting-from .plan-btn,
.setting-from .cancel-btn {
    min-width: 200px;
}

.setting-from .cancel-btn {
    background-color: #EBEBEB;
    color: var(--black);
    margin-left: 24px;
}

.mb-24 {
    margin-top: 24px;
}

.search-card .visa-cards img {
    width: 24px;
}

.setting-from .card-input {
    padding: 12px 24px;
    background-color: #EBEBEB;
    border: 0;
    box-shadow: none;
}

@media (min-width: 768px) {
    .sidebar {
        width: 310px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        padding: 24px 24px 0 24px;
    }

    .sidebar .sidebar-logo {
        width: 139px;
        margin-bottom: 48px;
    }

    .sidebar .sidebar-link {
        width: 100%;
        margin-bottom: 24px;
        padding: 12px 24px;
        color: var(--white);
    }

    .sidebar .sidebar-link.active {
        background-color: var(--white);
        color: var(--sky);
    }

    .sidebar .sidebar-link i {
        margin-right: 12px;
    }

    .login-content {
        margin-left: 310px;
        padding: 24px;
    }
}

/*
####################### Footer #######################
*/
.footer {
    background-color: var(--black);
}

.footer .footer-img {
    max-width: 140px;

}

.footer .footer-img img {
    width: 100%;
}

.footer .footer-desc {
    margin: 48px 0;
    color: var(--light-gray);
}

.footer .social {
    color: var(--light-gray);
}

.footer .social-icons {
    margin-top: 24px;
}

.footer .social-icons .icon {
    margin-right: 24px;
    color: var(--light-gray);
}

.footer .title {
    color: var(--white);
    font-size: 24px;
    font-family: var(--font-family-2);
    margin-bottom: 48px;
}

.footer .footer-menu {
    --bs-nav-link-padding-x: 0;
}

.footer .footer-menu .nav-link {
    margin-bottom: 24px;
    padding: 0;
    color: var(--light-gray);
}

.footer .address {
    display: flex;
    margin-bottom: 24px;
}

.footer .address .icon {
    margin-right: 24px;
    color: var(--sky);
}

.footer .text {
    color: var(--light-gray);
}

@media screen and (max-width:768px) {
    .accordion-button>p{
        margin-right: 44px;
    }
    .hero-banner .row {
        justify-content: center;
    }

    .hero-banner .title {
        font-size: 32px;
        text-align: center;
    }

    .hero-banner .desc {
        text-align: center;
        font-size: 14px;
    }

    .hero-banner .upload-title,
    .hero-banner .file-upload-text {
        display: none;
    }

    .search-img {
        text-align: center;
        margin-bottom: 96px;
    }

    .search-img .btn-search {
        width: 200px;
    }

    .section-heading .title {
        font-size: 24px;
    }

    .section-heading .sub-title {
        font-size: 14px;
        font-family: var(--font-family-3);
    }

    .posts .mobile-card:last-of-type .post-card {
        margin-bottom: 0;
    }

    .post-card {
        margin-bottom: 24px;
    }

    .post-card .post-title {
        font-size: 18px;
    }

    .post-card .post-desc {
        font-size: 10px;
    }

    .benefits .icno-box .card-body {
        padding: 24px;
    }

    .benefits .icno-box .icon-desc .icon-title {
        font-size: 16px;
        font-family: var(--font-family-3);
    }

    .benefits .icno-box .icon-desc .icon-desc {
        font-size: 12px;
        color: var(--light-gray);
    }

    .features-card {
        padding: 24px;
    }

    .features-card .feature-img-box {
        margin-left: 0;
        height: 78px;
        width: 78px;
        margin-bottom: 24px;
    }

    .bg-radial .section-heading .title {
        font-size: 24px;
    }

    .bg-radial .accordion-button {
        font-size: 18px;
    }

    .bg-radial .accordion-button::before {
        font-size: 24px;
    }

    .bg-radial .accordion-body {
        font-family: var(--font-family-4);
    }

    .plans .plan-boxes {
        margin-top: 48px;
    }

    .benefits .plan-boxes .icno-box .icon-desc .icon-title {
        font-size: 24px;
        font-family: var(--font-family-2);
    }

    .benefits .plan-boxes .icon-desc .icon-text {
        font-size: 13px;
    }

    .benefits .plan-boxes .icon-desc .plan-details li {
        font-size: 12px;
    }

    .benefits .plan-boxes .mobile-plan:not(:last-of-type) {
        margin-bottom: 48px;
    }

    .testimonial-card {
        padding: 24px;
        margin: 20px 0 0 0;
    }

    .testimonial-card .card-text {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .testimonial-carousel .owl-item {
        margin-left: 0;
        margin-right: 0;
    }

    .testimonial-card .author-name {
        font-size: 20px;
    }

    .testimonial-card .company {
        font-size: 14px;
    }

    .owl-dots {
        position: absolute;
        left: 50%;
        top: auto;
        transform: translate(-50%, 0);
        bottom: -30px;
    }

    .news-card .card-body .author .author-name {
        font-size: 12px;
    }

    .news-card .card-body .card-title {
        font-size: 16px;
    }

    .news-card .card-body .date-comment {
        font-size: 12px;
    }

    .results-nav {
        margin-top: 48px;
    }

    .search-results .search-img {
        margin-bottom: 0;
    }

    .profile {
        width: auto;
        background-color: transparent;
    }

    .login-content .results-nav {
        max-width: 100%;
    }

    .history-section .history-details .history {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .setting-from .card-submit {
        width: 100%;
    }

    .setting-from .cancel-btn {
        margin-left: 0;
        margin-top: 24px;
    }

    .result-content .result-card .result-details .title {
        font-size: 14px;
    }

    .result-content .result-card .result-details .text {
        font-size: 12px;
    }

    .result-content .result-card .result-details .link-info .link {
        background-color: var(--sky);
        color: var(--white);
        font-size: 12px;
        border-radius: 20px;
        padding: 10px 15px;
    }

    .result-content .result-card .result-details .link-info .crown-img {
        height: 25px;
        width: 25px;
    }

    .result-content .result-card .result-details .link-info .link .icon {
        color: var(--white);
        margin-left: 12px;
    }

    .search-results .card-body {
        padding: 12px;
    }

    .footer .footer-desc {
        display: flex;
        font-size: 14px;
    }

    .footer .social {
        font-size: 14px;
    }

    .footer .mobile-footer:not(:last-of-type) {
        margin-bottom: 48px;
    }

    .footer .address:not(:last-of-type),
    .footer .footer-menu .nav-item:not(:last-of-type) .nav-link {
        margin-bottom: 24px;
    }

    .footer .address:last-of-type,
    .footer .footer-menu .nav-item:last-of-type .nav-link {
        margin-bottom: 0;
    }
}
