/* Techugo New Blog  Page Style start Here */

/*--------------------------------------------------------------
# Font used
--------------------------------------------------------------*/

@font-face {
    font-family: "GoldplayAlt-Medium";
    src: url("../fonts/GoldplayAlt-Medium.woff2") format("woff2"), url("../fonts/GoldplayAlt-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "GoldplayAlt-SemiBold";
    src: url("../fonts/GoldplayAlt-SemiBold.woff2") format("woff2"), url("../fonts/GoldplayAlt-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Medium";
    src: url("../fonts/Goldplay-Medium.woff2") format("woff2"), url("../fonts/Goldplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Goldplay-Bold";
    src: url("../fonts/Goldplay-Bold.woff2") format("woff2"), url("../fonts/Goldplay-Bold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* Techugo Insights Search Hero Section Start */

@font-face {
    font-family: "Inter-400";
    src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter-600";
    src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter-500";
    src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter-700";
    src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-400";
    src: url("../fonts/Outfit-Regular.woff") format("woff"), url("../fonts/Outfit-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-500";
    src: url("../fonts/Outfit-Medium.woff") format("woff"), url("../fonts/Outfit-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-600";
    src: url("../fonts/Outfit-SemiBold.woff") format("woff"), url("../fonts/Outfit-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit-700";
    src: url("../fonts/Outfit-Bold.woff") format("woff"), url("../fonts/Outfit-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope-400";
    src: url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope-500";
    src: url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope-600";
    src: url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope-700";
    src: url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.insights-search-hero {
    position: relative;
    padding: 80px 0 0px 0;
    background-image: url("../img/blog-header-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    background-color: #fafeff;
}

@media (max-width: 1600px) {
    .insights-search-hero {
        padding: 80px 0 0px 0;
    }
}

@media (max-width: 1440px) {
    .insights-search-hero {
        padding: 30px 0 30px 0;
    }
}

@media (max-width: 1200px) {
    .insights-search-hero {
        padding: 20px 0 0px 0;
    }
}

.insights-search-hero .hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.insights-search-hero .hero-bg-shapes .bg-shape {
    position: absolute;
    border-radius: 50%;
    border: 15px solid #eef5ff;
}

.insights-search-hero .hero-bg-shapes .bg-shape-left {
    width: 250px;
    height: 250px;
    top: -50px;
    left: -100px;
}

.insights-search-hero .hero-bg-shapes .bg-shape-right {
    width: 350px;
    height: 350px;
    top: -100px;
    right: -150px;
}

.insights-search-hero .custom-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
}

.insights-search-hero .hero-header {
    position: relative;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 35px;
}

@media (max-width: 1600px) {
    .insights-search-hero .hero-header {
        top: -20px;
    }

    .insights-search-hero .hero-header img {
        width: 50px;
    }
}

@media (max-width: 1440px) {
    .insights-search-hero .hero-header {
        top: 35px;
    }
}

@media (max-width: 1280px) {
    .insights-search-hero .hero-header {
        top: 24px;
    }
}

.insights-search-hero .hero-header .hero-title {
    font-size: 45px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "GoldplayAlt-SemiBold";
}

@media (max-width: 1600px) {
    .insights-search-hero .hero-header .hero-title {
        font-size: 34px;
    }
}

@media (max-width: 1440px) {
    .insights-search-hero .hero-header .hero-title {
        font-size: 32px;
    }
}

.insights-search-hero .hero-header .hero-title .text-dark {
    color: #000000;
}

.insights-search-hero .hero-header .hero-title .text-blue {
    color: #2087F0;
}

.insights-search-hero .hero-header .wreath-icon {
    width: 30px;
    height: auto;
}

.insights-search-hero .hero-search-wrapper {
    position: relative;
    max-width: 65%;
    margin: 0 auto;
    z-index: 99;
    top: 5px;
}

@media (max-width: 1440px) {
    .insights-search-hero .hero-search-wrapper {
        max-width: 72%;
        top: 55px;
    }
}

@media (max-width: 1280px) {
    .insights-search-hero .hero-search-wrapper {
        top: 27px;
    }
}

@media (max-width: 991px) {
    .insights-search-hero .hero-search-wrapper {
        min-width: 100%;
    }
    .blog-content-section .blog-content-layout{
        display: block;
    }
}

.insights-search-hero .hero-search-wrapper .hero-search-form {
    display: flex;
    align-items: center;
    background-color: #2087F0;
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
    height: 74.67px;
}

@media (max-width: 1600px) {
    .insights-search-hero .hero-search-wrapper .hero-search-form {
        padding: 4px 4px 4px 15px;
        height: 60.67px;
    }
}

@media (max-width: 1440px) {
    .insights-search-hero .hero-search-wrapper .hero-search-form {
        padding: 3px 5px 3px 15px;
        height: 49.67px;
    }
}

.insights-search-hero .hero-search-wrapper .hero-search-form .search-icon {
    position: relative;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.insights-search-hero .hero-search-wrapper .hero-search-form .search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 21.33px;
    outline: none;
    font-family: "Outfit-400";
    font-weight: 400;
}

@media (max-width: 1600px) {
    .insights-search-hero .hero-search-wrapper .hero-search-form .search-input {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .insights-search-hero .hero-search-wrapper .hero-search-form .search-input {
        font-size: 16px;
    }
}

.insights-search-hero .hero-search-wrapper .hero-search-form .search-input::placeholder {
    color: #ffffff !important;
}

.insights-search-hero .hero-search-wrapper .hero-search-form .search-btn {
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 21.33px;
    height: 56px;
    width: 190px;
    font-family: "GoldplayAlt-SemiBold";
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 1600px) {
    .insights-search-hero .hero-search-wrapper .hero-search-form .search-btn {
        font-size: 18px;
        width: 180px;
        height: 50px;
    }
}

@media (max-width: 1440px) {
    .insights-search-hero .hero-search-wrapper .hero-search-form .search-btn {
        font-size: 16px;
        height: 40px;
        padding: 8px 30px;
        width: 150px;
    }
}

.insights-search-hero .hero-search-wrapper .hero-search-form .search-btn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Media Queries */
@media (max-width: 767px) {
    .insights-search-hero {
        padding: 40px 0;
    }

    .insights-search-hero .hero-header .hero-title {
        font-size: 2.2rem;
    }

    .insights-search-hero .hero-header .wreath-icon {
        width: 24px;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form {
        padding: 6px 6px 6px 15px;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form .search-icon svg {
        width: 16px;
        height: 16px;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form .search-input {
        font-size: 1rem;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form .search-btn {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .insights-search-hero .hero-header {
        flex-direction: row;
        gap: 10px;
    }

    .insights-search-hero .hero-header .wreath-icon {
        display: none;
    }

    .insights-search-hero .hero-header .hero-title {
        font-size: 30px;
        line-height: 40px;
        flex-direction: column;
        gap: 0;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form {
        flex-direction: column;
        border-radius: 20px;
        padding: 15px;
        gap: 15px;
        margin-bottom: 15px;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form .search-icon {
        display: none;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form .search-input {
        width: 100%;
        text-align: center;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form .search-input::placeholder {
        font-size: 0.9rem;
    }

    .insights-search-hero .hero-search-wrapper .hero-search-form .search-btn {
        width: 100%;
        padding: 12px;
        box-shadow: 0px 4px 114.67px 0px rgba(0, 0, 0, 0.0705882353);
    }
}

/* Techugo Insights Search Hero Section End */
/* Blog Details Hero Section */
.blog-wrapper-new {
    padding-top: 70px !important;
}

.blog-wrapper-new.blog-details-wrapper {
    padding-top: 0px !important;
    background: #FFFFFF !important;
}

.custom-container {
    padding: 0 140px;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 1600px) {
    .custom-container {
        padding: 0 120px;
    }
}

@media (max-width: 1440px) {
    .custom-container {
        padding: 0 90px;
    }
}

@media (max-width: 1366px) {
    .custom-container {
        padding: 0 80px;
    }
}

@media (max-width: 1200px) {
    .custom-container {
        padding: 0 80px;
    }
}

@media (max-width: 1080px) {
    .custom-container {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .custom-container {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .custom-container {
        padding: 0 15px;
    }
}


.blog-details-wrapper {
    margin-top: 70px;
}

.blog-details-hero {
    padding: 30px 0px 50px 0px;
    position: relative;
    background-image: url("../img/blog-detail-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
}

@media (max-width: 1600px) {
    .blog-details-hero {
        padding: 30px 0px 55px 0px;
    }
}

@media (max-width: 1440px) {
    .blog-details-hero {
        padding: 30px 0px 60px 0px;
    }
}

@media (max-width: 767px) {
    .blog-details-hero {
        padding: 40px 15px 40px 15px;
        background-color: #1C78DF;
    }
}

.blog-details-hero .breadcrumb {
    margin-bottom: 40px;
    font-size: 20px;
    font-family: "Manrope-600";
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1440px) {
    .blog-details-hero .breadcrumb {
        margin-bottom: 35px;
        font-size: 18px;
    }
}

.blog-details-hero .breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.blog-details-hero .breadcrumb a:hover {
    opacity: 0.8;
}

.blog-details-hero .breadcrumb .current {
    color: rgba(255, 255, 255, 0.8);
}

.blog-details-hero .hero-content-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 991px) {
    .blog-details-hero .hero-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
}

.blog-details-hero .hero-image-col {
    flex: 0 0 45%;
    max-width: 45%;
}

@media (max-width: 1600px) {
    .blog-details-hero .hero-image-col {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 991px) {
    .blog-details-hero .hero-image-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.blog-details-hero .hero-image-col img {
    width: 100%;
    height: 352px;
    border-radius: 16px;
    border: 3px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    /* object-fit: cover; */
    aspect-ratio: 16/9;
}

@media (max-width: 1600px) {
    .blog-details-hero .hero-image-col img {
        height: 310px;
        aspect-ratio: 16/8;
    }
}

@media (max-width: 1600px) {
    .blog-details-hero .hero-image-col img {
        height: 290px;
    }
}

@media (max-width: 1440px) {
    .blog-details-hero .hero-image-col img {
        height: 260px;
    }
}

@media (max-width: 1280px) {
    .blog-details-hero .hero-image-col img {
        height: 220px;
    }
}

.blog-details-hero .hero-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog-details-hero .hero-text-col .link-more a {
    color: #fff !important;
    font-size: 16px;
    font-family: "Outfit-500";
    text-decoration: none;

}



@media (max-width: 991px) {
    .blog-details-hero .hero-text-col {
        align-items: center;
    }
}

.blog-details-hero .hero-text-col .date-pill {
    background: rgba(255, 255, 255, 0.1294117647);
    backdrop-filter: blur(40px);
    color: #fff;
    padding: 14px 20px;
    border-radius: 13.33px;
    font-size: 19.17px;
    font-family: "Inter-500";
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
}

@media (max-width: 1600px) {
    .blog-details-hero .hero-text-col .date-pill {
        font-size: 16px;
        padding: 14px 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1440px) {
    .blog-details-hero .hero-text-col .date-pill {
        font-size: 14px;
        padding: 14px 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1280px) {
    .blog-details-hero .hero-text-col .date-pill {
        font-size: 14px;
        padding: 12px 16px;
        margin-bottom: 0px;
    }
}

.blog-details-hero .hero-text-col .blog-main-title {
    font-size: 32px;
    font-family: "GoldplayAlt-SemiBold";
    color: #fff;
    line-height: 45.33px;
    margin: 5px 0 10px;
}

@media (max-width: 1600px) {
    .blog-details-hero .hero-text-col .blog-main-title {
        font-size: 28px;
        line-height: 36.33px;
        margin: 12px 0 16px 0;
    }
}

@media (max-width: 1440px) {
    .blog-details-hero .hero-text-col .blog-main-title {
        font-size: 26px;
        line-height: 28.33px;
    }
}

@media (max-width: 1280px) {
    .blog-details-hero .hero-text-col .blog-main-title {
        font-size: 22px;
        margin: 10px 0 12px 0;
    }
}

@media (max-width: 767px) {
    .blog-details-hero .hero-text-col .blog-main-title {
        font-size: 24px;
    }
}

.blog-details-hero .hero-text-col .blog-excerpt {
    font-size: 24px;
    font-family: "GoldplayAlt-Regular";
    color: rgba(255, 255, 255, 0.6117647059);
    line-height: 33.33px;
    margin: 0;
    padding-right: 100px;
}

@media (max-width: 1600px) {
    .blog-details-hero .hero-text-col .blog-excerpt {
        font-size: 20px;
        padding-right: 100px;
        line-height: 30.33px;
    }
}

@media (max-width: 1440px) {
    .blog-details-hero .hero-text-col .blog-excerpt {
        font-size: 18px;
        padding-right: 90px;
        line-height: 28.33px;
    }
}

@media (max-width: 1280px) {
    .blog-details-hero .hero-text-col .blog-excerpt {
        font-size: 16px;
        line-height: 24px;
        padding-right: 20px;
    }
}

.blog-details-hero .social-share-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-left: 20px;
}

@media (max-width: 1600px) {
    .blog-details-hero .social-share-col {
        gap: 20px;
    }
}

@media (max-width: 1440px) {
    .blog-details-hero .social-share-col {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .blog-details-hero .social-share-col {
        flex-direction: row;
        margin-left: 0;
        margin-top: 10px;
    }
}

.blog-details-hero .social-share-col .social-icon {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    margin: 3px 0;
}

.blog-details-hero .social-share-col .social-icon img {
    width: 53.33px;
    height: 53.33px;
}

@media (max-width: 1600px) {
    .blog-details-hero .social-share-col .social-icon img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1440px) {
    .blog-details-hero .social-share-col .social-icon img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1280px) {
    .blog-details-hero .social-share-col .social-icon img {
        width: 35px;
        height: 35px;
    }
}

.blog-details-hero .social-share-col .social-icon:hover {
    background: #fff;
    color: #2D88FF;
    transform: translateY(-2px);
}

.blog-details-hero .social-share-col .social-icon svg {
    width: 18px;
    height: 18px;
}

.blog-section-wrap {
    position: relative;
    top: -24px;
    box-shadow: 0px 4px 114.67px 0px rgba(0, 0, 0, 0.0705882353);
    background-color: #ffffff;
    padding-top: 40px;
}

@media (max-width: 1600px) {
    .blog-section-wrap {
        top: 0x;
    }
}

@media (max-width: 1440px) {
    .blog-section-wrap {
        top: 0;
    }
}

@media (max-width: 991px) {
    .blog-section-wrap {
        box-shadow: none;
        padding-top: 0px;
    }
}

.blog-section-wrap .custom-container {
    padding: 0px 50px 0px 50px;
}

@media (max-width: 1440px) {
    .blog-section-wrap .custom-container {
        padding: 0px 40px 0px 40px;
    }
}

@media (max-width: 991px) {
    .blog-section-wrap .custom-container {
        padding: 0px 15px 0px 15px;
    }
}

.category-navigation-wrapper {
    position: static;
    /* top: 68px;
    z-index: 99; */
}

@media (max-width: 1600px) {
    /* .category-navigation-wrapper {
        top: 57px;
    } */
}



.category-navigation-wrapper .category-nav-section {
    padding: 40px 70px 40px 40px;
}
@media (max-width: 1600px) {
.category-navigation-wrapper .category-nav-section {
    padding: 35px 70px 40px 40px;
}
}
@media (max-width: 1440px) {
.category-navigation-wrapper .category-nav-section {
    padding: 30px 70px 40px 40px;
}
}
@media (max-width: 1280px) {
    .category-navigation-wrapper .category-nav-section {
        padding: 15px 20px;
    }
}

@media (max-width: 991px) {
    .category-navigation-wrapper .category-nav-section {
        padding: 20px 0 25px 0;
    }
}

.category-navigation-wrapper .category-nav-section .custom-container {
    padding: 0;
}

@media (max-width: 991px) {
    .category-navigation-wrapper {
        margin: 0px 15px 0px 15px;
        padding: 20px 0 20px 0;
    }
}

/* Category Navigation Section */
.category-nav-section {
    background-color: #fff;
    padding: 20px 0 40px 0;
    border-bottom: 1.33px solid rgba(21, 52, 65, 0.2);
}

.category-nav-section .category-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.category-nav-section .nav-arrow {
    position: relative;
    top: -2px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    border: 0;
    transition: all 0.3s ease;
    background-color: transparent;
}

.category-nav-section .nav-arrow:focus {
    outline: none;
    background-color: transparent;
}

.category-nav-section .nav-arrow img {
    width: 40px;
}

@media (max-width: 1440px) {
    .category-nav-section .nav-arrow img {
        width: 32px;
    }
}

@media (max-width: 991px) {
    .category-nav-section .nav-arrow img {
        width: 30px;
    }
}

.category-nav-section .nav-arrow svg {
    width: 18px;
    height: 18px;
}

.category-nav-section .category-list-container {
    flex-grow: 1;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.category-nav-section .category-list-container::-webkit-scrollbar {
    display: none;
}

.category-nav-section .category-list {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .category-nav-section .category-list {
        gap: 15px;
    }
}

.category-nav-section .category-list li a {
    text-decoration: none;
    color: #1B1B1B;
    font-size: 22.5px;
    font-family: "Goldplay-Medium";
    padding-bottom: 8px;
    display: inline-block;
    transition: color 0.3s ease;
}

@media (max-width: 1600px) {
    .category-nav-section .category-list li a {
        font-size: 20.5px;
    }
}

@media (max-width: 1440px) {
    .category-nav-section .category-list li a {
        font-size: 17.5px;
    }
}

@media (max-width: 991px) {
    .category-nav-section .category-list li a {
        font-size: 18.5px;
    }
}

.category-nav-section .category-list li.active {
    position: relative;
}

.category-nav-section .category-list li.active a {
    color: #2087F0;
    font-family: "GoldplayAlt-SemiBold";
}

.category-nav-section .category-list li.active::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 4.9px;
    height: 4.9px;
    border-radius: 50%;
    background-color: #2087F0;
}

.category-nav-section .category-list li:hover:not(.active) a {
    color: #111827;
}

/* Blogs & Knowledge Hub Section */
.blog-hub-section {
    padding: 40px 0;
}

@media (max-width: 1600px) {
    .blog-hub-section {
        padding: 30px 0;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section {
        padding: 25px 0;
    }
}

@media (max-width: 1220px) {
    .blog-hub-section {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .blog-hub-section {
        padding: 20px 0;
    }
}

.blog-hub-section .section-heading {
    font-size: 30px;
    font-family: "Outfit-600";
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0px;
}

@media (max-width: 1600px) {
    .blog-hub-section .section-heading {
        font-size: 26px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .section-heading {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {
    .blog-hub-section .section-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .blog-hub-section .section-heading {
        font-size: 22px;
    }
}

.blog-hub-section .blog-hub-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .blog-hub-section .blog-hub-layout {
        flex-direction: column;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .latest-blogs-col {
        width: calc(100% - 380px);
    }
}

@media (max-width: 1200px) {
    .blog-hub-section .latest-blogs-col {
        width: calc(100% - 350px);
    }
}

@media (max-width: 991px) {
    .blog-hub-section .latest-blogs-col {
        width: 100%;
    }
}

.blog-hub-section .knowledge-hubs-col {
    flex: 1;
    position: sticky;
    top: 80px;
}

.blog-hub-section .knowledge-hubs-col .section-heading {
    position: relative;
    top: 5px;
    font-family: "GoldplayAlt-SemiBold";
}

@media (max-width: 991px) {
    .blog-hub-section .knowledge-hubs-col {
        width: 100%;
    }
}

.blog-hub-section .blogs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1440px) {
    .blog-hub-section .blogs-grid {
        gap: 28px;
    }
}

@media (max-width: 1080px) {
    .blog-hub-section .blogs-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 991px) {
    .blog-hub-section .blogs-grid {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .blog-hub-section .blogs-grid {
        grid-template-columns: 1fr;
    }
}

.blog-hub-section .view-more-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

@media (max-width: 1280px) {
    .blog-hub-section .view-more-container {
        margin-top: 40px;
    }
}

.blog-hub-section .view-more-container .view-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2087F0;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    padding: 25px 40px;
    border-radius: 44px;
    font-family: "Inter-600";
    font-size: 25px;
    transition: background-color 0.3s ease;
}

@media (max-width: 1600px) {
    .blog-hub-section .view-more-container .view-more-btn {
        padding: 20px 30px;
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .view-more-container .view-more-btn {
        padding: 15px 25px;
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    .blog-hub-section .view-more-container .view-more-btn {
        padding: 16px 25px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .blog-hub-section .view-more-container .view-more-btn {
        padding: 15px 30px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-hub-section .view-more-container .view-more-btn {
        padding: 12px 24px;
        font-size: 16px;
        border-radius: 30px;
    }
}

.blog-hub-section .view-more-container .view-more-btn img {
    margin-left: 10px;
}

@media (max-width: 1600px) {
    .blog-hub-section .view-more-container .view-more-btn img {
        width: 28px;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .view-more-container .view-more-btn img {
        width: 22px;
    }
}

@media (max-width: 767px) {
    .blog-hub-section .view-more-container .view-more-btn img {
        width: 16px;
        margin-left: 6px;
    }
}

.blog-hub-section .view-more-container .view-more-btn:hover {
    background-color: #1a71c9;
}

.blog-hub-section .view-more-container .view-more-btn svg {
    transition: transform 0.3s ease;
}

.blog-hub-section .view-more-container .view-more-btn:hover svg {
    transform: translateX(4px);
}

.blog-hub-section .knowledge-hub-card {
    background: #F8F8F8;
    border-radius: 28px;
    padding: 30px 65px 28px 33px;
    border: 1px solid #DBDBDB;
    width: 432px;
    box-sizing: border-box;
}

@media (max-width: 1600px) {
    .blog-hub-section .knowledge-hub-card {
        padding: 30px 60px 28px 33px;
        width: 400px;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .knowledge-hub-card {
        padding: 32px 60px 30px 25px;
        width: 360px;
    }
}

@media (max-width: 1280px) {
    .blog-hub-section .knowledge-hub-card {
        padding: 30px 25px 25px 20px;
        width: 320px;
    }
}

@media (max-width: 991px) {
    .blog-hub-section .knowledge-hub-card {
        width: 100%;
        padding: 20px;
    }
}

.blog-hub-section .knowledge-hub-card .hub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1600px) {
    .blog-hub-section .knowledge-hub-card .hub-list {
        gap: 22px;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .knowledge-hub-card .hub-list {
        gap: 20px;
    }
}

.blog-hub-section .knowledge-hub-card .hub-list li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-hub-section .knowledge-hub-card .hub-list li .hub-title {
    font-size: 18px;
    font-family: "GoldplayAlt-SemiBold";
    color: #000000;
    margin: 0;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-hub-section .knowledge-hub-card .hub-list li .hub-title a {
    color: #000000;

}

@media (max-width: 1600px) {
    .blog-hub-section .knowledge-hub-card .hub-list li .hub-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .knowledge-hub-card .hub-list li .hub-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.blog-hub-section .knowledge-hub-card .hub-list li .hub-tags {
    display: flex;
    gap: 10px;
}

.blog-hub-section .knowledge-hub-card .hub-list li .hub-tags .tag {
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-family: "Goldplay-Medium";
    background-color: #2087F0;
    color: #FFFFFF;
    backdrop-filter: blur(39.9999160767px);
}

@media (max-width: 1600px) {
    .blog-hub-section .knowledge-hub-card .hub-list li .hub-tags .tag {
        font-size: 13px;
        padding: 12px 22px;
    }
}

@media (max-width: 1440px) {
    .blog-hub-section .knowledge-hub-card .hub-list li .hub-tags .tag {
        font-size: 12px;
        padding: 10px 20px;
    }
}

.blog-hub-section .knowledge-hub-card .hub-list li .hub-tags .tag.cat-tag {
    background: #2087F0;
}

.blog-hub-section .knowledge-hub-card .hub-list li .hub-tags .tag.time-tag {
    background: #2087F0;
    backdrop-filter: blur(39.9999160767px);
}

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-card .blog-image {
    position: relative;
    border-radius: 26.67px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

@media (max-width: 1440px) {
    .blog-card .blog-image {
        aspect-ratio: 16/8;
    }
}

@media (max-width: 991px) {
    .blog-card .blog-image {
        border-radius: 16px;
    }
}

.blog-card .blog-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.blog-card .blog-image .blog-overlay-text {
    position: absolute;
    top: 15px;
    right: 15px;
}

.blog-card .blog-image .blog-overlay-text .card-logo {
    width: 80px;
    height: auto;
    filter: brightness(0) invert(1);
}

.blog-card .blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
}

@media (max-width: 1440px) {
    .blog-card .blog-meta {
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

@media (max-width: 1280px) {
    .blog-card .blog-meta {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .blog-card .blog-meta {
        margin-bottom: 16px;
        margin-top: 8px;
    }
}

.blog-card .blog-meta .blog-pill {
    background: #E5F2FF;
    color: #2087F0;
    padding: 13px 10px;
    border-radius: 12.33px;
    font-size: 17.17px;
    min-width: 131px;
    height: 50px;
    font-family: "Inter-500";
    backdrop-filter: blur(39.9999160767px);
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 1600px) {
    .blog-card .blog-meta .blog-pill {
        font-size: 18.5px;
        height: 50px;
        padding: 15px 12px;
    }
}

@media (max-width: 1440px) {
    .blog-card .blog-meta .blog-pill {
        font-size: 15.5px;
        min-width: 115px;
        padding: 12px 10px;
        height: 44px;
    }
}

@media (max-width: 1280px) {
    .blog-card .blog-meta .blog-pill {
        min-width: 120px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .blog-card .blog-meta .blog-pill {
        font-size: 12px;
        padding: 10px 7px;
        height: 32px;
        border-radius: 8px;
        min-width: 80px;
    }
}

.blog-card .blog-title {
    font-size: 28px;
    font-family: "GoldplayAlt-SemiBold";
    color: #000000;
    line-height: 36px;
    margin: 0;
}

.blog-card .blog-title:hover {
    text-decoration: none;
    cursor: pointer;
}

.blog-card .blog-title a {
    color: #000000;
}

@media (max-width: 1850px) {
    .blog-card .blog-title {
        min-height: 135px;
    }
}

@media (max-width: 1600px) {
    .blog-card .blog-title {
        font-size: 26px;
        line-height: 34px;
        min-height: 100px;
    }
}

@media (max-width: 1440px) {
    .blog-card .blog-title {
        font-size: 24px;
        min-height: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 1280px) {
    .blog-card .blog-title {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .blog-card .blog-title {
        font-size: 20px;
        line-height: 30px;
        min-height: auto;
    }
}

.blog-card .blog-desc {
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-family: "Outfit-400";
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-right: 110px;
}

@media (max-width: 1860px) {
    .blog-card .blog-desc {
        padding-right: 100px;
    }
}

@media (max-width: 1600px) {
    .blog-card .blog-desc {
        font-size: 20px;
        line-height: 28px;
        padding-right: 80px;
    }
}

@media (max-width: 1440px) {
    .blog-card .blog-desc {
        font-size: 18px;
        padding-right: 40px;
        line-height: 26px;
    }
}

@media (max-width: 1280px) {
    .blog-card .blog-desc {
        font-size: 18px;
        line-height: 27px;
        padding-right: 60px;
    }
}

@media (max-width: 991px) {
    .blog-card .blog-desc {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
        padding-right: 0;
    }
}

.blog-card .blog-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 30px;
    border-top: 1.33px solid rgba(21, 52, 65, 0.2);
}

@media (max-width: 1600px) {
    .blog-card .blog-author {
        padding-top: 20px;
    }
}

.blog-card .blog-author img {
    width: 60.67px;
    height: 60.67px;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .blog-card .blog-author img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1440px) {
    .blog-card .blog-author img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1280px) {
    .blog-card .blog-author img {
        width: 40px;
        height: 40px;
    }
}

.blog-card .blog-author .author-name {
    font-size: 20px;
    font-family: "Outfit-600";
    color: #000000;
}

@media (max-width: 1600px) {
    .blog-card .blog-author .author-name {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .blog-card .blog-author .author-name {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .blog-card .blog-author .author-name {
        font-size: 18px;
    }
}

/* Blog Content Layout Section */
.blog-content-section {
    padding: 20px 0 60px 0;
}

@media (max-width: 1600px) {
    .blog-content-section {
        padding: 15px 0 50px 0;
    }
}

@media (max-width: 1440px) {
    .blog-content-section {
        padding: 5px 0 40px 0;
    }
}

.blog-content-section .scroll-content-section {
    padding: 0 30px;
}

@media (max-width: 991px) {
    .blog-content-section .scroll-content-section {
        font-size: 20px;
    }
}

.blog-content-section .blog-content-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

@media (max-width: 1440px) {
    .blog-content-section .blog-content-layout {
        gap: 30px;
    }
}

@media (max-width: 1080px) {
    .blog-content-section .blog-content-layout {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .blog-content-section .blog-content-layout {
        flex-direction: column;
    }
}

.blog-content-section {
    /* Left column: TOC */
}

.blog-content-section .toc-col {
    flex: 0 0 400px;
    position: sticky;
    top: 75px;
}

@media (max-width: 1440px) {
    .blog-content-section .toc-col {
        flex: 0 0 350px;
    }
}

@media (max-width: 1280px) {
    .blog-content-section .toc-col {
        flex: 0 0 270px;
    }
}

@media (max-width: 991px) {
    .blog-content-section .toc-col {
        flex: none;
        width: 100%;
        position: static;
    }
}

.blog-content-section .toc-col .toc-card {
    background: #F8F9FA;
    border-radius: 31.88px;
    padding: 30px 20px;
    /* overflow-y: auto;
    max-height: 664px; */
    width: 452.55px;
    box-sizing: border-box;
}

@media (max-width: 1600px) {
    .blog-content-section .toc-col .toc-card {
        padding: 25px 20px;
        width: 400px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .toc-col .toc-card {
        width: 350px;
    }
}

@media (max-width: 1280px) {
    .blog-content-section .toc-col .toc-card {
        width: 270px;
    }
}

@media (max-width: 991px) {
    .blog-content-section .toc-col .toc-card {
        width: 100%;
    }
}

.blog-content-section .toc-col .toc-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.blog-content-section .toc-col .toc-card::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.blog-content-section .toc-col .toc-card::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #2087F0;
}

/* .blog-content-section .toc-col .toc-card .toc-title {
    font-size: 23.26px;
    font-family: "GoldplayAlt-SemiBold";
    color: #000000;
    margin: 0 0 25px 0;
} */

.toc-card #my-fixed-toc .ez-toc-title-container {
    padding: 0 !important;
    margin-bottom: 20px;
}

.toc-card #my-fixed-toc .ez-toc-title-container .ez-toc-title {
    font-size: 23.26px;
    font-family: "GoldplayAlt-SemiBold";
    color: #000000;
    margin: 0 0 25px 0 !important;
    text-decoration: none !important;
    border: 0;
}

@media (max-width: 1600px) {
    .toc-card #my-fixed-toc .ez-toc-title-container .ez-toc-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1440px) {
    .toc-card #my-fixed-toc .ez-toc-title-container .ez-toc-title {
        font-size: 21px;
    }
}

.blog-content-section .toc-col .toc-card .toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-content-section .toc-col .toc-card .toc-list>li {
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 1440px) {
    .blog-content-section .toc-col .toc-card .toc-list>li {
        margin-bottom: 15px;
    }
}

.blog-content-section .toc-col .toc-card .toc-list>li>a {
    display: block;
    font-size: 17.44px;
    font-family: "Goldplay-Medium";
    color: rgba(0, 0, 0, 0.8784313725);
    text-decoration: none;
    line-height: 1.5;
    padding-left: 45px;
    position: relative;
}

@media (max-width: 1600px) {
    .blog-content-section .toc-col .toc-card .toc-list>li>a {
        font-size: 16px;
        padding-left: 40px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .toc-col .toc-card .toc-list>li>a {
        font-size: 15px;
        padding-left: 38px;
    }
}

.blog-content-section .toc-col .toc-card .toc-list>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7.75px;
    height: 7.75px;
    border-radius: 50%;
    background: #444;
}

@media (max-width: 1600px) {
    .blog-content-section .toc-col .toc-card .toc-list>li>a::before {
        width: 6.75px;
        height: 6.75px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .toc-col .toc-card .toc-list>li>a::before {
        width: 5.75px;
        height: 5.75px;
    }
}

.blog-content-section .toc-col .toc-card .toc-list>li.active>a {
    color: #2087F0;
}

.blog-content-section .toc-col .toc-card .toc-list>li.active>a::before {
    background: #2087F0;
}

.blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist {
    list-style: none;
    padding: 15px 0 0 25px;
    margin: 0;
}

@media (max-width: 1600px) {
    .blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist {
        padding: 15px 0 0 20px;
    }
}

.blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

@media (max-width: 1600px) {
    .blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li {
        margin-bottom: 10px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li {
        margin-bottom: 8px;
    }
}

.blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li:last-child {
    margin-bottom: 0;
}

.blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li::before {
    content: url("../images/down-arrow-round.svg");
    position: absolute;
    left: -20px;
    top: 5px;
    color: #aaa;
    font-family: monospace;
}

.blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li a {
    display: block;
    font-size: 15.5px;
    font-family: "GoldplayAlt-Regular";
    color: rgba(0, 0, 0, 0.8784313725);
    text-decoration: none;
    line-height: 24.23px;
}

@media (max-width: 1600px) {
    .blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li a {
        font-size: 15px;
    }
}

.blog-content-section .toc-col .toc-card .toc-list>li .toc-sublist li a:hover {
    color: #2087F0;
}

.blog-content-section {
    /* Center column */
}

.blog-content-section .main-content-col {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-size: 16px;
    opacity: 0.9;
}

.blog-content-section .main-content-col .placeholder-text {
    font-size: 32px;
    font-family: "GoldplayAlt-SemiBold";
    color: #191919;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 1600px) {
    .blog-content-section .main-content-col .placeholder-text {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .main-content-col .placeholder-text {
        font-size: 26px;
    }
}

@media (max-width: 1280px) {
    .blog-content-section .main-content-col .placeholder-text {
        font-size: 22px;
        line-height: 32px;
        margin: 10px 0 12px 0;
    }
}

@media (max-width: 767px) {
    .blog-content-section .main-content-col .placeholder-text {
        font-size: 22px;
    }
}

.blog-content-section .placeholder-area .lorem-text {
    text-align: left;
    font-size: 16px;
    font-family: "GoldplayAlt-Regular";
    line-height: 24.23px;
    opacity: 1;
}

@media (max-width: 1600px) {
    .blog-content-section .placeholder-area .lorem-text {
        font-size: 15px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .placeholder-area .lorem-text {
        font-size: 14px;
    }
}

.blog-content-section {
    /* Right column: Contact Form */
}

.blog-content-section .contact-col {
    flex: 0 0 360px;
    position: sticky;
    top: 75px;
}

@media (max-width: 1440px) {
    .blog-content-section .contact-col {
        flex: 0 0 350px;
    }
}

@media (max-width: 1280px) {
    .blog-content-section .contact-col {
        flex: 0 0 270px;
    }
}

@media (max-width: 991px) {
    .blog-content-section .contact-col {
        flex: none;
        width: 100%;
        position: static;
    }
}

.blog-content-section .contact-col .contact-card {
    background: linear-gradient(180deg, #00152B 0%, #004082 100%);
    border-radius: 18.1px;
    padding: 35px 35px;
    box-shadow: 0 15px 40px rgba(9, 31, 60, 0.15);
    width: 436.29px;
}

@media (max-width: 1600px) {
    .blog-content-section .contact-col .contact-card {
        padding: 25px 25px;
        width: 400px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .contact-col .contact-card {
        width: 350px;
        padding: 20px 25px;
    }
}

@media (max-width: 1280px) {
    .blog-content-section .contact-col .contact-card {
        width: 260px;
        padding: 20px 20px;
    }
}

@media (max-width: 991px) {
    .blog-content-section .contact-col .contact-card {
        width: 100%;
    }
}

.blog-content-section .contact-col .contact-card {
    box-sizing: border-box;
}

.blog-content-section .contact-col .contact-card .contact-title {
    font-size: 24.26px;
    font-family: "GoldplayAlt-SemiBold";
    color: #fff;
    line-height: 30.32px;
    margin: 0 0 5px 0;
}

@media (max-width: 1600px) {
    .blog-content-section .contact-col .contact-card .contact-title {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .contact-col .contact-card .contact-title {
        font-size: 21px;
    }
}

.blog-content-section .contact-col .contact-card .contact-subtitle {
    font-size: 12.29px;
    font-family: "GoldplayAlt-Regular";
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.blog-content-section .contact-col .contact-card .contact-form .form-group {
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .blog-content-section .contact-col .contact-card .contact-form .form-group {
        margin-bottom: 10px;
    }
}

.blog-content-section .contact-col .contact-card .contact-form .form-group input,
.blog-content-section .contact-col .contact-card .contact-form .form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 0.81px solid #4B5563;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 14.55px;
    font-family: "GoldplayAlt-Regular";
    transition: border-color 0.3s;
    outline: none;
}

@media (max-width: 1600px) {

    .blog-content-section .contact-col .contact-card .contact-form .form-group input,
    .blog-content-section .contact-col .contact-card .contact-form .form-group textarea {
        font-size: 14px;
    }
}

.blog-content-section .contact-col .contact-card .contact-form .form-group input::placeholder,
.blog-content-section .contact-col .contact-card .contact-form .form-group textarea::placeholder {
    color: #9CA3AF;
}

.blog-content-section .contact-col .contact-card .contact-form .form-group input:focus,
.blog-content-section .contact-col .contact-card .contact-form .form-group textarea:focus {
    border-bottom-color: #2087F0;
}

.blog-content-section .contact-col .contact-card .contact-form .form-group textarea {
    resize: none;
    height: 91px;
}

@media (max-width: 1440px) {
    .blog-content-section .contact-col .contact-card .contact-form .form-group textarea {
        height: 60px;
    }
}

.blog-content-section .contact-col .contact-card .contact-form .form-footer {
    /*  display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;*/
}

.blog-content-section .contact-col .contact-card .contact-form .form-footer .captcha-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "GoldplayAlt-SemiBold";
}

@media (max-width: 1600px) {
    .blog-content-section .contact-col .contact-card .contact-form .form-footer .captcha-wrap {
        font-size: 15px;
    }
}

.blog-content-section .contact-col .contact-card .contact-form .form-footer .captcha-wrap .captcha-input {
    width: 51.75px;
    height: 51.75px;
    border-radius: 50%;
    background: #fff;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #111;
    font-family: "GoldplayAlt-SemiBold";
    outline: none;
}

@media (max-width: 1600px) {
    .blog-content-section .contact-col .contact-card .contact-form .form-footer .captcha-wrap .captcha-input {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1440px) {
    .blog-content-section .contact-col .contact-card .contact-form .form-footer .captcha-wrap .captcha-input {
        width: 45px;
        height: 45px;
    }
}

.blog-content-section .contact-col .contact-card .contact-form .form-footer .submit-btn {
    background: #2563EB;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 14.55px;
    font-family: "GoldplayAlt-SemiBold";
    height: 45px;
    cursor: pointer;
    transition: opacity 0.3s;
}

@media (max-width: 1600px) {
    .blog-content-section .contact-col .contact-card .contact-form .form-footer .submit-btn {
        font-size: 14px;
    }
}

.blog-content-section .contact-col .contact-card .contact-form .form-footer .submit-btn:hover {
    opacity: 0.9;
}

/* Explore More Insights Section */
.explore-insights-section {
    padding: 40px 0 40px 0;
    background-color: #F8F8F8;
}

.explore-insights-section .blog-card .blog-content .blog-meta .blog-pill {
    background: rgba(62, 189, 198, 0.1019607843);
    color: #007179;
    font-size: 14.63px;
    font-family: "Inter-500";
    height: 45px;
    padding: 14px 15px;
    min-width: 120px;
}

@media (max-width: 1440px) {
    .explore-insights-section .blog-card .blog-content .blog-meta .blog-pill {
        font-size: 14px;
        padding: 12px 15px;
        min-width: 110px;
    }
}

.explore-insights-section .blog-card .blog-content .blog-title {
    font-size: 24px;
    font-family: "Outfit-600";
    line-height: 34px;
    color: #414141;
    min-height: 75px;
}

@media (max-width: 1600px) {
    .explore-insights-section .blog-card .blog-content .blog-title {
        font-size: 22px;
        line-height: 30px;
        min-height: 65px;
    }
}

@media (max-width: 1440px) {
    .explore-insights-section .blog-card .blog-content .blog-title {
        font-size: 20px;
        line-height: 28px;
        min-height: 60px;
    }
}

.explore-insights-section .blog-card .blog-content .blog-desc {
    font-size: 18px;
    font-family: "Outfit-400";
    line-height: 25px;
    color: rgba(103, 103, 103, 0.4784313725);
    margin-top: 5px;
}

@media (max-width: 1440px) {
    .explore-insights-section .blog-card .blog-content .blog-desc {
        font-size: 16px;
    }
}

.explore-insights-section .blog-card .blog-content .blog-author {
    border-top: 1px solid rgba(21, 52, 65, 0.2);
}

.explore-insights-section .blog-card .blog-content .blog-author img {
    width: 50px;
    height: 50px;
}

@media (max-width: 1600px) {
    .explore-insights-section .blog-card .blog-content .blog-author img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1440px) {
    .explore-insights-section .blog-card .blog-content .blog-author img {
        width: 40px;
        height: 40px;
    }
}

.explore-insights-section .blog-card .blog-content .blog-author .author-name {
    font-size: 18px;
    font-family: "Outfit-600";
    line-height: 25px;
    color: #414141;
}

@media (max-width: 1600px) {
    .explore-insights-section .blog-card .blog-content .blog-author .author-name {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 1440px) {
    .explore-insights-section .blog-card .blog-content .blog-author .author-name {
        font-size: 16px;
        line-height: 22px;
    }
}

.explore-insights-section .section-heading {
    font-size: 36px;
    font-family: "Outfit-400";
    color: #414141;
    margin-bottom: 50px;
    margin-top: 0px;
}

@media (max-width: 1600px) {
    .explore-insights-section .section-heading {
        font-size: 36px;
        margin-bottom: 45px;
    }
}

@media (max-width: 1440px) {
    .explore-insights-section .section-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1280px) {
    .explore-insights-section .section-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.explore-insights-section .insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .explore-insights-section .insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .explore-insights-section .insights-grid {
        grid-template-columns: 1fr;
    }
}

.explore-insights-section .insight-card {
    display: flex;
    flex-direction: column;
    background: transparent;
}

.explore-insights-section .insight-card .card-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
}

.explore-insights-section .insight-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-insights-section .insight-card .card-image .card-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
}

.explore-insights-section .insight-card .card-image .card-overlay .overlay-logo {
    width: 80px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.explore-insights-section .insight-card .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.explore-insights-section .insight-card .card-content .card-pill {
    display: inline-block;
    background: #e6f7f6;
    color: #27a59c;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 15px;
    align-self: flex-start;
}

.explore-insights-section .insight-card .card-content .card-title {
    font-size: 18px;
    font-family: "Goldplay-Bold";
    color: #111;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.explore-insights-section .insight-card .card-content .card-desc {
    color: #666;
    font-size: 14px;
    font-family: "GoldplayAlt-Regular";
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.explore-insights-section .insight-card .card-content .card-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
}

.explore-insights-section .insight-card .card-content .card-author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.explore-insights-section .insight-card .card-content .card-author .author-name {
    font-size: 14px;
    font-family: "GoldplayAlt-SemiBold";
    color: #333;
}

.contact-col .countrycode select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 0.81px solid #4B5563;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 12px;
    font-family: "GoldplayAlt-Regular";
    transition: border-color 0.3s;
    outline: none;
}


.sbtbtn {
    display: flex;
    align-items: center;
    justify-content: end;
}


.blog-content-section table {
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

.blog-content-section tr td {
    padding: 10px;
    border: 1px solid #ccc;
}

.blog-content-section .main-content-col h1 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 32px !important;
    font-weight: 600;
}

.blog-content-section .main-content-col h2 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 28px !important;
    font-weight: 600;
}

.blog-content-section h3 {
    font-family: "GoldplayAlt-SemiBold";
    font-size: 24px !important;
    padding-top: 20px;
}


/* COUNTRY CODE SELECT FIX */

.contact-col .countrycode {
    position: relative;
    width: 100%;
}

/*.contact-col .countrycode select {
    width: 100%;
    height: 52px;
    padding: 0 40px 0 15px;

    background: #ffffff;
    color: #000000;

    border: 1px solid #dcdcdc;
    border-radius: 8px;

    font-size: 15px;
    font-weight: 500;

    outline: none;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    overflow-y: auto;
}*/

/* OPTION FIX */

.contact-col .countrycode select option {
    background: #ffffff !important;
    color: #000000 !important;

    padding: 10px;
    font-size: 14px;

    min-height: 30px;
}

/* OPTGROUP */

.contact-col .countrycode select optgroup {
    background: #f5f5f5;
    color: #000;
    font-weight: 700;
}

/* CUSTOM ARROW */

/*.contact-col .countrycode::after {
    content: "";

    position: absolute;

    top: 50%;
    right: 15px;

    width: 8px;
    height: 8px;

    border-right: 2px solid #000;
    border-bottom: 2px solid #000;

    transform:
        translateY(-60%)
        rotate(45deg);

    pointer-events: none;
}*/

/* MOBILE FIX */

@media (max-width: 767px) {

    .contact-col .countrycode select {
        font-size: 14px;
        height: 48px;
    }

}

/* Techugo New Blog  Page Style start Here */



/*=======================New Media Css =============================*/


@media (max-width: 1540px) {
    .contact-form.elearingform {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .main-wrapper .mainbanview p {
        font-size: 18px;
        line-height: 30px;
    }

    .blog-content-section .main-content-col h2,
    .blog-content-section .main-content-col h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .blog-content-section .main-content-col h2 {
        font-size: 22px;
    }
}

@media (max-width:1380px) {


    .blog-content-section .main-content-col h1 {
        font-size: 28px !important;
    }

    .blog-content-section .main-content-col h2 {
        font-size: 24px !important;
    }

    .blog-content-section .main-content-col h3 {
        font-size: 21px !important;
    }

}


@media screen and (max-device-height: 540px) and (orientation: landscape) {

    .blog-content-section .main-content-col p,
    .blog-content-section .main-content-col p {
        font-size: 14px;
        line-height: 24px;
    }

    .blog-content-section .main-content-col h2,
    .blog-content-section .main-content-col h1 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 10px !important;
    }

}