html {
    scroll-behavior: smooth;
    margin: 0px !important;
}

body{
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: "Nunito-Regular", sans-serif;
    color:#454545;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.625;
    background-color: transparent;
}

h1, h2{
    font-family: "Nunito-SemiBold", sans-serif;
    font-weight: normal;
}

h3, h4{
    font-family: "Nunito-SemiBold", sans-serif;
    font-weight: normal;
}

h5{
    font-family: "Nunito-Regular", sans-serif;
    font-weight: normal;
}

p{
    font-family: "Nunito-Regular", sans-serif;
    font-weight: normal;
}

:root {
    --font-color: #454545;
    --font-white: #fff;
    --font-blue: #0092FF;
    --font-heading: #1D2C38;

    --btn-bg-default: #23509d;
    --btn-bg-secondary: #f31e2f;
    --btn-bg-footer: #0092FF;

    --icon-color-blue: #104CBA;
    --icon-color-grey: #1D2C38;
    --icon-color-red: #f31e2f;
    --icon-bg-blue: #23509d;

    --header-bg-white: #fff;
    --header-bg-scroll: #222f5a;
    --footer-bg1: #091D3E;
    --footer-bg2: #061837;

    --top-header-bg: #E5EEF6;
    --section-bg1: #EEF2FA;
    --section-bg2: #032e76;
    --section-bg3: #23509d;
}

.heading-ExtraLarge{
    font-size: 30px;
}

.heading-large{
    font-size: 30px;
}

.heading-medium{
    font-size: 28px;
}

.heading-small{
    font-size: 24px;
}

/* // header styles */
.main-header-main {
    position: absolute;
    width: 100%;
    display: inline-block;
}

.fixed-position{
    position: fixed;
}

.navbar.main-header.sticky .container.fixed-position{
    position: relative;
}

.navbar.main-header{
    position: relative;
    width: 100%;
    z-index: 99;
    min-height: 80px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--font-white);
}

.navbar.main-header.sticky {
    position: fixed;
    background-color: #0a1d3d;
    padding: 2px 0;
    min-height: 80px;
    border: none;
    z-index: 99999;
    top: 0;
}

.navbar.main-header .navbar-brand .black{
    display: block;
}

.navbar.main-header.sticky .navbar-brand .black{
    display: none;
}

.navbar.main-header .navbar-brand .white{
    display: none;
}

.navbar.main-header.sticky .navbar-brand .white{
    display: block;
}

.navbar-nav{
    margin-right: 1rem;
}

.navbar-expand-md .navbar-collapse .navbar-nav:last-child{
    margin-right: 0;
}

.navbar-brand{
    min-width: 150px;
    text-align: center;
    margin: 0;
    padding: 0px;
    color: #ffffff;
    margin-right: 2rem;
}

.main-logo{
    max-width: 200px;
}

.site-heading{
    color: #ffffff;
    margin: 0;
}

.navbar-nav .nav-item{
    margin-right: 15px;
}

.navbar-nav .nav-link{
    /* color: #ffffff; */
    font-family: 'Nunito-Medium', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-item.dropdown .nav-link::after{
    font-family: "Fontawesome", sans-serif;
    content: "\f107";
    position: relative;
    display: inline-block;
    margin-left: 10px;
    /* color: #ffffff; */
    margin-top: 6px;
    border: none;
}

.sticky .navbar-nav .nav-link{
    color: var(--font-white);
}

.sticky .navbar-nav .nav-item.dropdown .nav-link::after{
    color: var(--font-white);
}

.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {
    color: #b0c2d7;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #b0c2d7;
}

.navbar .nav-item .dropdown-menu{
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px) scale(0.95);
    transform: translateY(15px) scale(0.95);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 50px;
    border-radius: 6px;
    box-shadow: 0 50px 100px -20px rgb(41 50 66 / 25%), 0 30px 60px -30px rgba(0,0,0,0.3);
}

.navbar .nav-item:hover .dropdown-menu{ 
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) scale(1);
    transform: scaleY(1) scale(1);
}

.navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    padding: 18px 0 23px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(40 40 40 / 10%);
    box-shadow: 0px 2px 6px 0px rgb(40 40 40 / 10%);
    border: none;
    margin: 0;
    background-color: #ffffff;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0 30px;
    margin-right: 0;
    position: relative;
    line-height: 36px !important;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    font-family: 'Nunito-Medium', sans-serif;
}

.dropdown-item.active, .dropdown-item:active{
    color: var(--font-blue);
    background-color: var(--header-bg-white);
}

.navbar .dropdown-menu .dropdown-item:hover{
    color: var(--btn-bg-secondary);
}

.navbar .dropdown-menu.wide-dropdown-menu {
    padding: 0;
    min-width: 570px;
    overflow: hidden;
    left: -205px;
}

.navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 27px 0 27px;
}

.navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
    position: relative;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon.grey {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sticky.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-menu .navbar-toggler-icon.grey{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 40px;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler{
    height: 40px;
    width: 55px;
    transition: none;
}

.navbar-toggler-icon.grey.collapsed span{
    display: none;
}

.navbar-toggler-icon.grey span{
    display: none;
}

.mobile-menu .navbar-toggler-icon.grey span{
    display: block;
}

.wide-dropdown-menu .dropdown-menu-col ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.wide-dropdown-menu .dropdown-menu-col ul li {
    padding: 0 40px;
    margin-right: 0;
}

.wide-dropdown-menu .dropdown-menu-col ul li a{
    color: var(--font-heading);
    line-height: 36px;
    font-size: 15px;
    font-family: 'Nunito-Medium', sans-serif;
    text-decoration: none;
}

.wide-dropdown-menu .dropdown-menu-col ul li a:hover{
    color: var(--btn-bg-secondary);
    text-decoration: none;
}

.wide-drop-head{
    font-size: 15px;
    font-weight: normal;
    padding: 0px 40px;
    line-height: 36px;
}

.services-divider{
    display: flex;
}

.btn{
    min-width: 145px;
    padding: 8px 12px;
    font-family: "Nunito-Regular", sans-serif;
    margin: 0;
    border: 0;
    text-align: center;
    min-height: 40px;
}

.btn-header{
    background-color: var(--btn-bg-secondary);
    color: var(--font-white) !important;
    font-size: 15px;
    line-height: 25px;
    margin: 0 !important;
}

.learn-btn-aws{
    background-color: var(--btn-bg-secondary);
    color: var(--font-white) !important;
    font-size: 15px;
    line-height: 25px;
    border: 1px solid var(--btn-bg-default);
    margin: 0 !important;
    font-family: "Nunito-Regular", sans-serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.learn-btn-aws span {
    font-size: 12px;
    margin-left: 5px;
}

.learn-btn-aws:hover{
    color: var(--font-white);
    background-color: #bd4d58;
    border-color: #bd4d58;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}

.btn-header:hover{
    color: var(--font-white);
    background-color: #bd4d58;
    border-color: #bd4d58;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}

button:hover{
    transition: 0.5s ease-in-out !important;
}

.btn-red{
    background-color: var(--btn-bg-secondary);
    font-size: 15px;
    font-family: 'Nunito-Regular', sans-serif;
    font-weight: normal;
    border-radius: 6px;
    border: 1px solid var(--btn-bg-secondary);
    color: var(--font-white);
    width: fit-content;
}

.btn-red:hover{
    color: var(--font-white);
    background-color: #bd4d58;
    border-color: #bd4d58;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}

.btn-blue{
    background-color: var(--btn-bg-default);
    font-size: 15px;
    font-family: 'Nunito-Regular', sans-serif;
    font-weight: normal;
    border-radius: 6px;
    border: 1px solid var(--btn-bg-default);
    color: var(--font-white);
    width: fit-content;
}

.btn-blue:hover{
    color: var(--font-white);
    background-color: #346fdc;
    border-color: #346fdc;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}

/* // footer styles */
.footer-section-top{
    padding: 35px 0px 15px 0px;
    background-color: var(--footer-bg1);
}

.site-footer{
    background-color: var(--footer-bg1);
}

.footer-logo-wrapper a {
    text-decoration: none;
    width: 170px;
    display: inline-block; 
}

.footer-logo-wrapper .footer-logo{
    color: var(--font-white);
    font-family: 'Nunito-SemiBold', sans-serif;
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 0;
}

.footer-signup-text{
    font-family: 'Nunito-SemiBold', sans-serif;
    font-weight: normal;
    color: var(--font-white);
    font-size: 15px;
    line-height: 20px;
}

.footer-subscribe-wrapper .footer-input{
    background-color: #063464;
    height: 40px;
    padding: 5px 15px;
    color: var(--font-white);
    border: 1px solid #063464;
    margin-right: 20px;
    min-width: 245px;
}

.footer-subscribe-wrapper .footer-input::placeholder{
    color: #848E9F;
    font-size: 14px;
}

.btn-submit{
    background-color: var(--btn-bg-footer);
    font-size: 15px;
    font-family: 'Nunito-Regular', sans-serif;
    font-weight: normal;
    color: var(--font-white);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    min-width: 135px;
    padding: 8px 12px;
}

.btn-submit:hover{
    color: var(--font-white);
    background-color: #398ece;
    transition: 0.5s ease-in-out;
}

.btn-submit span{
    font-size: 15px;
    margin-left: 5px;
}

.footer-subscribe-wrapper form{
    display: flex;
}

.footer-section-center{
    background-color: var(--footer-bg1);
}

.footer-section-divider{
    border-top: 2px solid #053362;
    width: 100%;
    display: inline-block;
}

.footer-wrapper{
    padding: 30px 0px 25px 0px;
}

.footer-wrapper h3{
    font-family: 'Nunito-SemiBold', sans-serif;
    font-weight: normal;
    color: var(--font-white);
    font-size: 18px;
    margin-bottom: 25px;
}

.footer-wrapper p{
    color: var(--font-white);
    margin-bottom: 30px;
    opacity: 0.8;
    font-size: 15px;
}

.footer-socials{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-socials li{
    display: inline-block;
    margin-right: 10px;
}

.footer-socials li a{
    color: var(--font-white);
    width: 35px;
    height: 35px;
    background-color: var(--icon-bg-blue);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-socials li a:hover{
    transition: 0.3s ease-in-out;
    background-color: var(--icon-color-red);
}

.footer-links-block{
    display: flex;
    justify-content: space-between;
}

.footer-links-block ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links-block ul li{
    padding: 5px 0px;
}

.footer-links-block ul li a{
    font-family: 'Rubik-Light', sans-serif;
    font-weight: normal;
    color: var(--font-white);
    display: flex;
    text-decoration: none;
    align-items: center;
    opacity: 0.8;
    font-size: 15px;
}

.footer-links-block ul li a span{
    color: var(--icon-color-red);
    margin-right: 10px;
    font-size: 12px;
}

.footer-contact-number a{
    display: flex;
    text-decoration: none;
}

.footer-contact-number a span{
    color: var(--font-blue);
    font-size: 18px;
    margin-right: 15px;
}

.footer-contact-number a h3{
    color: var(--font-blue);
    font-size: 18px;
}

.footer-contact-address p{
    color: #848E9F;
}

.footer-contact-email a{
    display: flex;
    text-decoration: none;
}

.footer-contact-email a span{
    color: var(--font-blue);
    font-size: 18px;
    margin-right: 15px;
}

.footer-contact-email a h3{
    color: var(--font-blue);
    font-size: 18px;
}

.footer-section-reviews{
    background-color: var(--footer-bg2);
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-wrapper.contact p, .footer-wrapper.contact a h3{
    margin-bottom: 20px;
}

.footer-bottom-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.footer-section-copyright{
    background-color: var(--footer-bg2);
    padding: 25px 0px;
}

.footer-bottom-wrapper a{
    color: var(--font-blue);
    text-decoration: underline;
    text-decoration-style: dashed;
    width: auto;
    display: inline-block;
    font-size: 14px;
}

.footer-bottom-wrapper p{
    color: var(--font-white);
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    opacity: 0.8;
    width: auto;
    display: inline-block;
}

.bottom-check-icon img{
    width: 15px;
}

/* home styles */
.pageHeading{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.pageHeading h1{
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 600;
}

.main-container{
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 80px;
}

.categories-list{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px 0px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.ti-category-list{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 0;
    justify-content: center;
}

.ti-category-list li a{
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    transition: ease-in-out 0.3s;
    color: var(--font-blue);
}

.ti-category-list li a:hover{
    transition: ease-in-out 0.3s;
    background-color: var(--btn-bg-default);
    color: var(--font-white);
}

.top-posts{
    background-color: #f6f6f6;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
}

.top-post-full{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tpostImage{
    width: 100%;
    height: 400px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
}

.tpostImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.tpostImage:hover img{
    transform: scale(1.5);
    transition: ease-in-out 0.3s;
}

.tpost-head{
    width: 100%;
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: ease-in-out 0.3s;
}

.tpost-head:hover{
    text-decoration: underline;
    transition: ease-in-out 0.3s;
    color: var(--btn-bg-secondary);
}

.tpost-head h2{
    font-size: 32px;
    color: #151c22;
    transition: ease-in-out 0.3s;
    font-weight: 600;
}

.tpost-head:hover h2{
    color: var(--btn-bg-secondary);
    transition: ease-in-out 0.3s;
}

.tpost-description{
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toppost-author-block{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.tpost-author{
    display: flex;
    align-items: center;
    gap: 15px;
}

.tpost-author-image{
    width: 35px;
    height: 35px;
    min-width: 35px;
    object-fit: cover;
    border-radius: 6px;
}

.tpost-author-name{
    font-size: 15px;
    margin-bottom: 0px;
    color: #151c22;
    font-weight: 600;
}

.tpost-author-position{
    margin-bottom: 0px;
    color: #151c22;
    opacity: 0.6;
}

.tpost-author-date{
    margin-bottom: 0px;
    color: #151c22;
    opacity: 0.6;
}

.top-trending-posts{
    position: relative;
    display: inline-block;
    width: 100%;
}

.trending-heading{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px;
    min-height: 150px;
    background-image: url('../images/trending-block-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.trending-heading h2{
    font-size: 28px;
    margin-bottom: 0px;
    color: var(--font-white);
    font-weight: 700;
}

.trending-lists{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.trending-item{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ti-image{
    width: 150px;
    height: 110px;
    min-width: 150px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
}

.ti-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.ti-image:hover img{
    transform: scale(1.5);
    transition: ease-in-out 0.3s;
}

.ti-info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ti-heading{
    color: #151c22;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease-in-out 0.3s;
  text-decoration: none;
}

.ti-heading h3{
    font-size: 18px;
    margin-bottom: 0px;
    transition: ease-in-out 0.3s;
    font-weight: 600;
}

.ti-heading:hover{
    transition: ease-in-out 0.3s;
    color: var(--btn-bg-secondary);
    text-decoration: underline;
}

.ti-date{
    margin-bottom: 0px;
    color: #151c22;
    opacity: 0.6;
    font-size: 12px;
    margin-bottom: 6px;
}

.ti-category{
    color: #9671ff;
    background-color: #ad98fa33;
    border-radius: 2px;
    padding: 8px 9px;
    font-size: 12px;
    line-height: 9px;
    transition: all .3s;
    display: block;
    width: fit-content;
    text-decoration: none;
}

.ti-category a{
    text-decoration: none;
}

.slide-container{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
    background-color: var(--font-white);
    overflow: hidden;
}

.trending-lists .slick-slide {
  margin: 0 15px; /* 15px gap on left and right */
}

/* Optional: prevent slider overflow from side margins */
.trending-lists .slick-list {
  margin: 0 -15px; /* equal negative margin to balance the layout */
}

/* category sections */
.section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
}

.sections-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.section-caregory-name{
    font-size: 24px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #151c22;
    font-family: 'Nunito-ExtraBold', sans-serif;
    font-weight: 600;
}

.section.category{
    padding-top: 0px;
}

.section-category-post-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.spost-image{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 300px;
    overflow: hidden;
    border-radius: 6px;
}

.spost-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    object-position: top;
    transition: ease-in-out 0.3s;
}

.spost-image:hover img{
    transform: scale(1.5);
    transition: ease-in-out 0.3s;
}

.spost-info{
    width: 90%;
    position: relative;
    display: inline-block;
    padding: 30px;
    background-color: var(--font-white);
    margin: auto;
    margin-top: -30px;
    box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 8%);
    border-radius: 12px;
}

.spost-heading{
    color: #151c22;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease-in-out 0.3s;
  text-decoration: none;
  margin-bottom: 8px;
  margin-top: 8px;
}

.spost-heading h3{
    font-size: 18px;
    margin-bottom: 0px;
    transition: ease-in-out 0.3s;
    font-weight: 600;
}

.spost-heading:hover{
    transition: ease-in-out 0.3s;
    color: var(--btn-bg-secondary);
    text-decoration: underline;
}

.spost-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.spost-date{
    margin-bottom: 0px;
    color: #151c22;
    opacity: 0.6;
}

.category-heading-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0rem;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    background-color: #f3f3f3;
}

.category-heading-wrapper .section-caregory-name{
    text-align: center;
    align-items: center;
    justify-content: center;
}

.post-heading{
    font-size: 32px;
    color: #151c22;
    font-family: 'Nunito-ExtraBold', sans-serif;
}

.single-post-image{
    width: 100%;
    height: 500px;
    display: inline-block;
    position: relative;
}

.single-post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
}

.single-post-content h1{
    font-size: 36px;
    color: #151c22;
    font-family: 'Nunito-ExtraBold', sans-serif;
}

.single-post-content h2{
    font-size: 32px;
    color: #151c22;
    font-family: 'Nunito-ExtraBold', sans-serif;
}

.single-post-content h3{
    font-size: 24px;
    color: #151c22;
    font-family: 'Nunito-ExtraBold', sans-serif;
}

.related-post-card{
    width: 100%;
    position: relative;
    display: inline-block;
}

.related-post-card a{
    text-decoration: none;
    color: inherit;
    transition: ease-in 0.3s;
}

.related-post-card a:hover{
    transition: ease-in 0.3s;
    text-decoration: underline;
    color: var(--btn-bg-secondary);
}

.related-post-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
}

.rpost-heading{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment-form .form-control{
    border: 1px solid #dddddd !important;
}

.comments-count{
    font-size: 24px;
}

.leave-comment-text{
    font-size: 18px;
}

.department-title-wrapper{
	width: 100%;
    position: relative;
    display: inline-block;
}

.department-title-text{
	font-size: 20px;
    color: #151c22;
    margin-bottom: 0px;
    font-weight: 600;
}

.position-card{
	width: 100%;
    position: relative;
    display: inline-block;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #dddddd;
    height: 100%;
}

.job-title-text{
	width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #151c22;
}

.job-description-text{
	margin-bottom: 10px;
}

.job-meta-info{
	width: 100%;
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.job-action-btns{
    position: relative;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 10px;
}

.btn-view{
	padding: 3px 12px;
    font-family: "Nunito-Regular", sans-serif;
    margin: 0;
    border: 0;
    min-height: 35px;
    min-width: 85px;
    text-decoration: none;
    border-radius: .25rem;
    background-color: #0092ff24;
    color: #0092ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in 0.3s;
}

.btn-view:hover{
	transition: ease-in 0.3s;
    background-color: #0092ffcc;
    color: #ffffff;
}

.btn-apply{
	padding: 3px 12px;
    font-family: "Nunito-Regular", sans-serif;
    margin: 0;
    border: 0;
    min-height: 35px;
    min-width: 85px;
    text-decoration: none;
    border-radius: .25rem;
    background-color: #ad98fa33;
    color: #9671ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in 0.3s;
}

.btn-apply:hover{
	transition: ease-in 0.3s;
    background-color: #ad98fa;
    color: #ffffff;
}

.job-content ul {
    padding-left: 1.2rem;
}

.job-content li {
    margin-bottom: .5rem;
}

.badge {
    font-size: 0.85rem;
}

.main-job-title{
	font-size: 32px;
    font-weight: 600;
    color: #151c22;
    margin-bottom: 20px;
}

.job-info-heading{
	font-size: 24px;
    font-weight: 600;
    color: #151c22;
    margin-bottom: 20px;
}

.job-content ul li p{
	margin-bottom: 0px;
}

.btn-apply-lg{
	min-width: 145px;
    padding: 8px 12px;
    font-family: Nunito-Regular, sans-serif;
    margin: 0;
    border: 0;
    text-align: center;
    min-height: 40px;
    background-color: #23509d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in 0.3s;
    text-decoration: none;
    border-radius: .25rem;
}

.btn-apply-lg:hover{
	transition: ease-in 0.3s;
    background-color: #2263d3;
    color: #ffffff;
}

.position-card-body{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}