.bgDCon {
    margin: 4rem 0;
}
.hero-banner {
    background: url("../images/blog/HeaderBackground.webp") no-repeat center
        center;
    width: 100%;
    background-size: cover;
}
.hero-desktop-img {
    width: 100%;
    /* height: 350px; */
    border-radius: 12px;
    border: 1px solid #fff;
    object-fit: cover;
}
.topBlgBox {
    padding-right: 20rem;
}
.hero-mobile-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-sizing: border-box;
}
.tagUl {
    margin: 2rem 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.tagUl li a {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.2);
}
.tagUl li a:hover {
    color: #fff;
    background-color: #021c47;
    transition: 0.3s;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0071bc, #021e48);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #005fa3, #011832);
}
.blogDetaisContainer {
    margin: 5rem 0;
    align-items: flex-start !important;
    gap: 50px;
}
.stickyNav {
    width: 350px;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    position: sticky;
}
.sticky-box {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-shadow: 0px 0px 2px 1px #00000026;
}
.line-1,
.line {
    border-bottom: 3px solid #a41a1f;
    width: 100%;
    max-width: 110px;
}
.new-p {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.hero-img-wrapper {
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif !important;
}
.text-content {
    width: calc(100% - 350px - 50px);
    height: 100%;
}
.sticky-contact-1 {
    display: none;
    flex-direction: column;
    padding: 2rem;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #021e48;
    background: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
}
.accordion-box {
    display: none;
}
.sticky-btn {
    color: #555555;
}
.sticky-btn:hover,
.sticky-btn.active {
    color: #a41a1f;
}
.social-icons {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 10px;
}
.social-icons .soIcon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
}
.social-icons a:hover {
    background: #fff;
    color: #000;
    transition: 0.3s;
}
.benefits-image {
    width: auto;
    height: auto;
    background: url("../images/blog/benefit.webp") lightgray 50% / cover
        no-repeat;
    aspect-ratio: 410/209;
    margin-top: 2rem;
}
.arrIcon {
    filter: brightness(0) saturate(100%) invert(39%) sepia(77%) saturate(418%)
        hue-rotate(105deg) brightness(90%) contrast(92%);
}

.blog-nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}
.nav-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.nav-btn:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}
.nav-btn img {
    width: 28px;
    height: 28px;
}
.prev img {
    transform: rotate(0deg);
}
.next img {
    transform: rotate(0deg);
}
.quote-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 1rem; */
}
.quote-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    border-radius: 12px;
    background: linear-gradient(
        0deg,
        rgba(2, 30, 72, 0.06) -29.35%,
        rgba(0, 113, 188, 0.06) 99.68%
    );
    max-width: 100%;
    width: fit-content;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.quote-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 2;
}
.top-left {
    top: 0;
    left: 0;
}
.bottom-right {
    bottom: 0;
    right: 0;
}
.back-to-top {
    position: fixed;
    bottom: 60px;
    width: 180px;
    gap: 10px;
    right: 15px;
    padding: 8px;
    border-radius: 35px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 999;
}
.arrow-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    stroke-width: 1px;
    stroke: url(#blueGradient);
    fill: none;
}
.social-icons-1 a {
    display: inline-block;
}
.scroll-progress-bar {
    position: fixed;
    top: 85px;
    left: 0;
    height: 4px;
    width: 0%;
    background: #a41a1f;
    z-index: 9999;
    opacity: 0;
    transition: width 0.15s ease, opacity 0.3s ease;
}
.text-content p {
    margin-bottom: 10px !important;
}
.text-content ul li {
    margin-bottom: 5px !important;
}
.text-content h2 {
    margin-bottom: 20px !important;
}
.text-content section {
    margin-bottom: 20px;
}
.text-content table {
    margin-bottom: 20px;
}
/* =============== */
.text-content p {
    font-size: 18px !important;
    font-family: "Inter", sans-serif !important;
}
.text-content p span{
    font-size: 18px !important;
    font-family: "Inter", sans-serif !important;
}
.text-content ul li,
.text-content ol li {
    font-size: 18px !important;
    font-family: "Inter", sans-serif !important;
}
.text-content h2 {
    font-size: 24px !important;
    font-family: "Inter", sans-serif !important;
}
.text-content h2 span {
    font-size: 24px !important;
    font-family: "Inter", sans-serif !important;
}
.text-content section ol li,
.text-content section ul li {
    font-size: 18px !important;
    font-family: "Inter", sans-serif !important;
    margin-bottom: 0.7rem !important;
}
/* .text-content ul{
    padding: 0 !important;
}
.text-content ul li{
    list-style: none !important;
} */
/* =============== */

@media screen and (max-width: 1660px) {
    .topBlgBox {
        padding-right: 13rem;
    }
}
@media screen and (max-width: 1440px) {
    .topBlgBox {
        padding-right: 8rem;
    }
    .blogDetaisContainer {
        gap: 30px;
    }
    .stickyNav {
        width: 320px;
    }
    .text-content {
        width: calc(100% - 320px - 30px);
    }
}
@media screen and (max-width: 1280px) {
    .topBlgBox {
        padding-right: 0rem;
    }
}
@media screen and (max-width: 1080px) {
    .stickyNav {
        width: 280px;
    }
    .text-content {
        width: calc(100% - 280px - 30px);
    }
    .sticky-box {
        padding: 1.5rem;
    }
    .blogDetaisContainer .titel32 {
        font-size: 28px;
    }
    .blogDetaisContainer .titel28 {
        font-size: 24px;
    }
    .quote-box {
        padding: 2rem;
    }
}
@media screen and (max-width: 990px) {
    .blogDetaisContainer {
        margin: 2rem;
        flex-direction: column;
    }
    /* .hero-desktop-img {
        height: 300px;
    } */
    .text-content {
        width: 100%;
    }
    .stickyNav {
        top: 70px;
        width: 100%;
    }
    .sticky-box {
        display: none;
    }
    .sticky-contact-1 {
        display: flex;
        width: 100%;
    }
    .accordion-box {
        display: block;
        width: 100%;
    }
    .blogDetaisContainer .titel32 {
        font-size: 24px;
    }
    .blogDetaisContainer .titel28 {
        font-size: 22px;
    }
    .accordion-item {
        border-color: #23915a !important;
    }
    .accordion-button {
        font-size: 16px;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        color: #23915a !important;
    }
    .accordion-button:focus {
        outline: none !important;
        box-shadow: none !important;
        background: none !important;
        border-bottom: 1px solid #23915a !important;
    }
    .actBtn {
        width: 49%;
        border-radius: 4px;
        border: 1px solid #23915a !important;
        background: linear-gradient(
            180deg,
            #23915a 0%,
            #054b28 100%
        ) !important;
        color: #fff !important;
    }
    .nav-btn {
        font-size: 18px !important;
    }
    .nav-btn img {
        width: 24px;
        height: 24px;
    }
    .bgDCon {
        margin: 2rem 0;
    }
    .tagUl {
        margin: 0;
        margin-bottom: 1rem;
        gap: 1rem;
    }
    .bgDCon h1 br {
        display: none;
    }
    .bgDCon .mt-4 {
        margin-top: 0.5rem !important;
    }
}
@media screen and (max-width: 768px) {
    .hero-mobile-img {
        margin-top: 1rem;
    }
    .quote-box {
        padding: 1rem;
    }
    .blogDetaisContainer .titel28 {
        font-size: 18px;
    }
    .hero-mobile-img {
        /* height: 300px; */
    }
    .sticky-contact-1 {
        padding: 1rem;
    }
    .new-p2 {
        margin-bottom: 0;
    }
    .line-1 {
        margin-bottom: 10px;
    }
    .actBtn {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .scroll-progress-bar {
        top:135px;
    }
}
@media screen and (max-width: 500px) {
    .blog-nav-buttons {
        margin: 0;
    }
    .blogDetaisContainer {
        margin: 1.5rem 0;
    }
    .stickyNav {
        display: none;
    }
    .blogcatSlider {
        margin-top: 0.5rem;
    }
}

@media screen and (min-width: 2100px) and (max-width: 2700px) {
    p {
        font-size: 22px !important;
    }

    .text-content ul li,
    .text-content ol li {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3500px) {
    h2.titel32 {
        font-size: 38px !important;
    }
    p {
        font-size: 28px !important;
    }
    h3.titel28 {
        font-size: 48px;
    }
    .stickyNav {
        width: 500px;
    }
    .sticky-box h3.titel32 {
        font-size: 38px;
    }
    .social-icons .soIcon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .text-content ul li,
    .text-content ol li {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 3501px) {
    .topBlgBox h1.titel48 {
        font-size: 124px;
    }
    .topBlgBox h4.titel18 {
        font-size: 32px;
    }
    .topBlgBox h5.titel16 i {
        font-size: 42px;
        margin-top: 4px;
    }
    .topBlgBox h5.titel16 {
        font-size: 38px !important;
    }
    .hero-desktop-img {
        /* height: 600px; */
    }

    h2.titel32 {
        font-size: 54px !important;
    }
    p {
        font-size: 38px !important;
    }
    h3.titel28 {
        font-size: 54px;
    }
    .stickyNav {
        width: 600px;
    }
    .nav-btn img {
        width: 44px;
        height: 60px;
    }
    .sticky-box h6.titel18 {
        font-size: 38px;
    }
    .social-icons .soIcon {
        width: 60px;
        height: 60px;
        font-size: 32px;
    }

    .text-content ul li,
    .text-content ol li {
        font-size: 30px !important;
    }
}
