@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/dm-sans-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/dm-sans-v15-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'dm-sans';
  src: url('../fonts/dm-sans-v15-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-color-emoji-v34-emoji-regular.woff2') format('woff2');
}
/* Base CSS Start */
:root {
    --primary: #fff;
    --secondary: #000;
    --text: #343a40;
    --accent: #f4822b;
}
/* Body Start */
body:after {
    display: none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    content: " ";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    color: var(--text);
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}
th, td {
    padding: 0 0.3em;
    vertical-align: top;
}
label {
    display: inline-block;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
    -webkit-border-radius: 0;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
input, textarea {
    border: none;
    -webkit-border-radius: 0;
}
main, img {
    height: auto;
    display: block;
    max-width: 100%;
}
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    min-width: 0;
}
iframe {
    border: 0;
}
:after, :before {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
a {
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
    color: var(--accent);
}

a:focus {
    outline: none;
}
ul, ol {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
strong, b {
    font-weight: 800;
}
sub, sup {
    font-size: 50%;
}
.row {
    --bs-gutter-x:30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
p{
    margin-top: 0;
}
/* Base CSS End */

html, body{
    font-size: 20px;
    line-height: 30px;
    font-family: 'dm-sans';
    line-height: 30px;
    height: 100%;
    color: var(--text);
}
h1{
    font-size: 50px;
    line-height: 54px;
    color: var(--primary);
    padding-bottom: 20px;
}
h2{
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    padding-bottom: 20px;
}
h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    padding-bottom: 20px;
}
.wrapper {
    min-height: 100vh;
}
.container {
    max-width: 1390px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.list-unstyled {
    list-style: none;
    padding-left: 0 !important;
}
.list-unstyled li {
    padding-left: 0;
}
.position-relative {
    position: relative;
}
.position-fixed {
    position: fixed;
}
.position-absolute {
    position: absolute;
}
.d-inline-block{
    display: inline-block;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.text-uppercase {
    text-transform: uppercase;
}
.table {
    margin-left: 0;
    margin-right: 0;
}
table, td, th {
    border: 1px solid;
}
.cursor-pointer {
    cursor: pointer;
}
.border-0 {
    border: none;
}
.overflow-hid {
    overflow: hidden;
}
.mb-0, .elementor-kit-15 .mb-0 {
    margin-bottom: 0;
}
.pb-0{
    padding-bottom: 0;
}
.mt-auto{
    margin-top: auto;
}
.pt-10{
    padding-top: 10px;
}
.pb-10{
    padding-bottom: 10px;
}

/* Flex Properties & Column Width */
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.align-items-start {
    align-items: flex-start;
}
.align-items-center {
    align-items: center;
}
.align-items-end {
    align-items: flex-end;
}
.justify-content-start {
    justify-content: flex-start;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-between {
    justify-content: space-between;
}
.text-center {
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-underline{
    text-decoration: underline;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.elementor .rounded-50, .rounded-50{
    border-radius: 50%;
}
.btn-primary{
    color: var(--primary);
    padding: 0.75rem 2rem;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: linear-gradient(145deg, #eb0d29 0%, #f26200 100%);
}
.btn-primary:hover{
    color: var(--primary);
    border-color: #eb0d29;
    background: linear-gradient(145deg, #eb0d29 0%, #f26200 100%)
}
body.nav-open {
  overflow: hidden;
}
.border-bottom{
    border-bottom: 1px solid #f2f2f2;
}
/* Column Width */
.col-25{
    width: 25%;
}
.col-33 {
  width: 33.33%;
  margin-bottom: 35px;
}
.col-35{
    width: 35%;
}
.col-65{
    width: 65%;
}
.col-40{
    width: 40%;
}
.col-60{
    width: 60%;
}
.col-75{
    width: 75%;
}
/**
*   Header and Navigation
**/
.header {
    left: 0;
    top: 0;
    padding: 40px 0;
}
.header .logo {
    width: 150px;
}
.header, .header .logo, .navbar-toggler {
    z-index: 9999;
}
.navbar-toggler {
    overflow: visible;
    transition-duration: .15s;
    transition-timing-function: linear;
    transition-property: opacity, filter;
}
.hamburger-box {
    width: 40px;
    height: 30px;
}
.hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.navbar-toggler.is-active .hamburger-inner {
    transition-delay: 0.22s;
    transform: rotate(45deg);
    transition-delay: .22s;
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 40px;
    height: 5px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: var(--primary);
    transition: transform 0.3s ease, opacity 0.2s ease;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s;
}
.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
}
.navbar-toggler .hamburger-inner::after {
    top: -24px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
}
.navbar-toggler.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
}
.navbar-toggler .hamburger-inner::before {
    top: -12px;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
}
.navbar-toggler.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
   
}
.navbar-toggler.is-active .hamburger-inner, .navbar-toggler.is-active .hamburger-inner::after, .navbar-toggler.is-active .hamburger-inner::before{
    border-radius: 10px;
}
.main-navigation {
    top: 0;
    right: 0;
    z-index: 9998;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 150px 0 50px 0;
    transition: opacity .3s cubic-bezier(.5, 0, 0, 1);
    -webkit-transition: opacity .3s cubic-bezier(.5, 0, 0, 1);
    background-image: linear-gradient(to right, rgba(239, 58, 80, 0.9) 0%, rgb(248, 123, 39) 100%);
}
.navigation-enter {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all .3s cubic-bezier(.5, 0, 0, 1);
    -webkit-transition: all .3s cubic-bezier(.5, 0, 0, 1);
}
.navigation-exit {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease .35s;
    -webkit-transition: all 1s ease .35s;
}
.menu-container {
    padding: 0 20px;
    overflow-y: auto;
}
.main-navigation, .main-navigation a, .main-navigation a:hover {
    color: var(--primary);
}
.main-navigation .primary-menu-list a {
    font-size: 32px;
    font-weight: 800;
    position: relative;
}
.main-navigation .primary-menu-list a .category-icon{
    position: absolute;
    left: -44px;
    margin-right: 0;
}
.main-navigation .primary-menu-list li {
    margin-bottom: 60px;
}
.main-navigation .secondary-menu-list{
    padding-top: 10px;
}
.main-navigation .secondary-menu-list li {
    padding-left: 0;
    margin-bottom: 10px;
}
.main-navigation .secondary-menu-list li:not(:first-child)::before {
    content: '|';
    padding: 0 12px;
}
.elementor-kit-15 .main-navigation h2{
    font-size: 50px;
    line-height: 54px;
    color: var(--primary);
    margin-bottom: 20px;
}
.menu-main-menu-container{
    padding-top: 20px;
}

/**
* Page Banner
**/
.overlay-bg{
    position: relative;
    z-index: 1;
}
.overlay-bg .e-con-inner{
    position: relative;
    z-index: 1;
}
.overlay-bg::after, .post-content .overlay-bg figure::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: -webkit-linear-gradient(-90deg, #7fc5ff 0%, #f49f88 20%, #ff9d2b 100%);
}
.post-item .overlay-bg::after{
    mix-blend-mode: unset;
    background: linear-gradient(2deg,rgba(240, 75, 10, 0.6) 0%, rgba(253, 181, 128, 0.2) 50%, rgba(89, 173, 247, 0.1) 100%); 
}
.bg-color{
    background: linear-gradient(145deg, #f4374f 0%, #ff7e26 100%);
}
.bg-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/**
* Latest Blog 
**/
.latest-blog{
    padding-top: 4rem;
}
.featured-blogs-container {
    z-index: 3;
    margin-bottom: -4rem;
    border-radius: 10px;
    background-color: var(--primary);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.featured-blogs-container .card-body{
    padding-top: 30px;
    padding-bottom: 30px;
}
.featured-blogs-container .card-body-top{
    margin-bottom: 10px;
}
.elementor .featured-blogs-container .card-img img{
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.author-info .author-details h3{
    font-size: 16px;
    line-height: 20px;
}
.author-info .author-details{
    padding-top: 15px;
}
.author-info .author-details p{
    font-size: 12px;
    margin-top: 0;
    font-weight: 500;
}
.featured-blogs-container .published-date{
    font-size: 20px;
}
.arrow-icon{
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: 5px;
    position: relative;
    transition: all 0.5s ease;
}
.featured-blogs-container .btn-primary .arrow-icon{
    margin-left: 40px;
}
.btn-primary:hover .arrow-icon, .readmore-link a:hover .arrow-icon{
    left: 5px;
}
/**
* Blog Search
**/
.blog-search{
    width: 50%;
    padding-bottom: 10px;
}
.blog-search .search-field {
    padding: 12px;
    outline: none;
    font-size: 24px;
    color: var(--text);
    border-radius: 35px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(var(--primary), var(--primary)), linear-gradient(to right, rgb(239, 58, 80), rgb(248, 123, 39));
}
.search-field input{
  
}
.hero-container{
    height: 600px;
    display: flex;
    align-items: center;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* Custom placeholder */
.custom-placeholder {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    pointer-events: none;
    color: var(--text);
    display: flex;
    justify-content: center;
    gap: 0.4em;
}

.search-field:focus + .custom-placeholder,
.search-field:not(:placeholder-shown) + .custom-placeholder {
    display: none;
}

/**
* breadcrumb 
**/
.elementor-kit-15 .breadcrumb a, .breadcrumb, .breadcrumb a{
    font-size: 16px;
}
.breadcrumb{
    padding-top: 25px;
    padding-bottom: 80px;

}

/* Emoji icon */
.category-icon, .search-icon{
    font-family: 'Noto Color Emoji', sans-serif;
}
.category-icon {
    margin-right: 4px;
}
/**
*  Nav Tab
**/
.nav-tabs{
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.tab-pane{
    display: none;
}
.tab-pane.show{
    display: block;
}
.nav-tabs a {
    display: flex;
}
.nav-tabs li::before{
    content: '|';
    padding: 0 30px;
}
.nav-tabs li:first-child:before{
    display: none;
}
.nav-tabs li.active a{
    color: var(--accent);
}
/** 
* archive  
**/
.page-title{
    padding-bottom: 40px;
}
.category-info h3{
    padding-bottom: 0;
}
.post-categories .category-title{
    margin-top: 0;
    margin-bottom: 0;
}
.post-categories .category-link{
    color: var(--primary);
    font-weight: 800;
}
.post-categories {
    bottom: 20px;
    left: 30px;
    right: 30px;
    z-index: 1;
    width: fit-content;
}
.category-info img {
    margin-right: 5px;
}
.category-info-title{
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.card, .detail-card-section, .other-categories {
    border-radius: 10px;
}
.card .card-top{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card, .detail-card-section, .other-categories, .video-card, .post-content .overlay-bg figure {
  box-shadow: 0 15px 15px 0px rgba(0,0,0,0.1);
}

.card-top .category-info:has(.category-title)::after {
    display: none;
    margin-bottom: 0;
}
.card-right-content .author-info{
    border-left: 1px solid #d6d5d5;
}
.post-item .card-body{
    flex: 1;
    padding: 30px;
}
.readmore-link a, .back-link a{
    font-weight: 800;
    color: var(--accent);
    display: inline-flex;
    align-items: center;
}
.card .description{
    font-size: 16px;
    margin-bottom: 40px;
}

/* Pagiantion */
.custom-pagination{
    padding: 40px 0;
}
.pagination-wrapper .nav-item span{
    font-weight: 800;
    padding: 10px 16px;
    transition: all 0.3s ease;
    border: 1px solid var(--accent);
}
.pagination-wrapper .page-btn, .pagination-wrapper .nav-item span{
    color: var(--accent);
} 
.pagination-wrapper .nav-item.current span, .pagination-wrapper .nav-item span:hover{
    color: var(--primary);
    background-color: var(--accent); 
}
.pagination-wrapper .nav-item, .pagination-wrapper .page-btn{
    margin: 5px;
}
.pagination-wrapper .page-btn {
    font-weight: 800;
    letter-spacing: 0.2px;
}

/***
* Post Detail Page
**/
.single-post{
    overflow-y: auto;
    overflow-x: hidden;
}
.single-post .hero-container.bg-img{
    background-position: top center;
}
.post-content .overlay-bg figure::after{
    mix-blend-mode: unset;
    background: linear-gradient(2deg,rgba(240, 75, 10, 0.5) 0%, rgba(253, 181, 128, 0.4) 50%, rgba(89, 173, 247, 0.5) 100%);
}
.single-post h1{
    padding-bottom: 0;
}
.single-post h1 a{
    color: var(--primary);
}
.post-text h3{
    padding-bottom: 10px;
}
.single-post .hero-container h2{
    color: var(--primary);
    padding-top: 10px;
}
.published-date, .category-list .category-link {
    font-size: 16px;
}
.page-header {
    z-index: 1;
}
.other-categories{
    padding: 30px 20px;
}
.category-list .category-link p{
    margin-top: 0;
    margin-bottom: 0;
}
.category-list .category-item{
    margin-bottom: 30px;
}
.other-categories .category-item:last-child{
    margin-bottom: 0;
}
.author-img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px; 
}
.author-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0; 
    background-image: linear-gradient(to right, rgb(239, 58, 80) 0%, rgb(248, 123, 39) 100% );
} 
.author-img img {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    width: 120px;
}
.related-posts-section{
    margin-top: 80px;
}
.related-posts-section h2{
    padding-bottom: 32px;
}
.post-content .post-meta{
    padding-bottom: 70px;
}
.post-meta .author-detail{
    font-size: 16px;
}
.post-detail .sticky-col{
  position: sticky;
  top: 10px;
}
.section-list a{
    font-size: 16px;
    transition: all 0.5s ease;
}
.section-list a:hover, .section-list .active a{
    color: var(--accent);
}
.section-list li{
    position: relative;
    padding-left: 20px;  
}
.section-list li::after{
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent);
    opacity: 0;
    visibility: hidden;
    transition: color 0.5s ease;
}
.section-list li.active::after{
    opacity: 1;
    visibility: visible;
}
.section-list .active a{
    font-size: 20px;
}
.post-text section{
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.post-text section:last-child{
    padding-bottom: 0;
}
.post-text .list-select li {
    padding-left: 50px; 
}
.post-text ul {
  padding-left: 20px;
}
.post-text ul li{
    padding-left: 0;
    margin-bottom: 8px;
    list-style-position: outside;
}
.post-text h3{
    font-weight: 800;
}
.category-list .category-link{
    display: flex;
}
.list-select li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url('../icons/checkbox.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.video-wrapper .readmore-link a{
    display: inline-flex;
    color: var(--accent);
}
.video-card{
    width: 520px;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 30px;
}
.video-card .card-top, .video-card .card-body{
    padding-bottom: 40px;
}
.video-card .card-body img{
    margin-left: auto;
    margin-right: auto;
}
.post-content .overlay-bg{
    width: 90%;
}
.post-content .overlay-bg figure{
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.post-content .overlay-bg::after{
    content: none;
}
.post-content .overlay-bg .post-categories{
    color: var(--primary);
}
.back-link{
    padding-top: 50px;
}
.back-link .arrow-icon{
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 5px;
}
.back-link a:hover .arrow-icon{
    right: 5px;
}
.detail-card-section{
    padding: 30px 20px;
    margin-bottom: 30px;
}
.section-wrapper{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
}
/**
* Footer 
**/
.footer {
    font-size: 16px;
    padding: 80px 0 20px 0;
}
.menu-footer-menu-container ul li{
    margin-bottom: 0;
}
.footer-left{
    font-weight: 500;
}
.footer-menu-list li:not(:first-child)::before {
    content: '|';
    padding: 0 4px;
}
/**
* Animation
**/
.animated-zoom{
   overflow: hidden;
}
.animated-zoom img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s
}
.animated-zoom:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
