@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    color: #333333;
    overflow-x: hidden;
    overflow-y: hidden;
}

.bold-font{
    font-family: "Tilt Warp", sans-serif;
    font-weight: 400;
}


.dash::before{
    content: '';
    display: inline-block;
    border-top: 0.2rem solid black;
    width: 6.6rem;
    margin: 0 0.2rem;
    transform: translateY(-2rem);
}

.dash-small::before{
    content: '';
    display: inline-block;
    border-top: 0.1rem solid black;
    width: 4.6rem;
    margin: 0 0.2rem;
    transform: translateY(-0.4rem);
}


.text-orange{
    color: #F88616;
}
.text-green{
    color: #358C9D;
}

.footer-logo{
    width: 140px;
}

.big-stat{
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
}

.vertical-text{
    writing-mode: sideways-lr;
    text-orientation: sideways;
    font-size: 34px;
}
.get-space-image{
    background-image: url(../images/us2.jpg);
    background-size: cover;
}
.banner-text{
    display: block;
    z-index: 1000;
    position: relative;
    top: 0;
}
.p-small{
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
}
.p-medi{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.bordered-bottom{
    padding-bottom: 12px;
    border-bottom: 6px solid #F88616;
}

.text-muted{
    color: #c5c5c5;
    font-weight: 600;
}

.oval-button{
    background-color: #E2E2E3;
    border-radius: 30px;
    padding: 10px 26px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all 0.4s ease;
}
.oval-button:hover{
    filter: invert();
}

.circle-button{
    background-color: #E2E2E3;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: all 0.4s ease;
}
.circle-button:hover{
    transform: rotate(-21deg) scale(1.1);
    box-shadow: 0 10px 20px #BCC;
}
.circle-button-1{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    /*border: 1px solid #000;*/
    transition: all 0.4s ease;
    animation: ripple 0.9s linear infinite;
}
/* ripple effect */
/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(130, 167, 130, 0.1), 0 0 0 20px rgba(130, 167, 130, 0.1), 0 0 0 40px rgba(130, 167, 130, 0.1), 0 0 0 60px rgba(130, 167, 130, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(130, 167, 130, 0.1), 0 0 0 40px rgba(130, 167, 130, 0.1), 0 0 0 60px rgba(130, 167, 130, 0.1), 0 0 0 80px rgba(130, 167, 130, 0);
  }
}
.circle-button-1:hover{
    transform: rotate(21deg) scale(1.1);
    box-shadow: 0 10px 20px #BCC;
}

/*.dash::before{
    content: url(../images/Line1.png);
}*/

.text-border-dark{
    text-shadow: -1px -1px 0 #000;
}

.heading-1bg{
    /*font-size: 95px;*/
    font-size: 7vw;
    font-weight: 500;
    cursor: default;
}
.heading-2vsm{
    font-size: 30px;
    font-weight: 600;
}

.heading-2sm{
    font-size: 60px;
    font-weight: 400;
}
.heading-2bg{
    font-size: 85px;
    font-weight: 400;
}
.heading-2md{
    font-size: 55px;
    font-weight: 400;
}
.heading-3{
    font-size: 32px;
}
.heading-3md{
    font-size: 60px;
    font-weight: 700;
}
.heading-4{
    font-size: 20px;
    font-weight: 800;
}

.bg-white-1{
    /*background-color: #f6f8fa;*/
    background-color: rgba(40, 40, 40, 0.8);
}

.bordered-top{
    border-top: 2px solid #888;
}

.icon-medium{
    font-size: 46px;
}

.wide-image{
    object-fit: cover;
    width:100%;
    height: 560px;
    object-position: top;
}

.list-style-1{
    list-style: none;
    padding: 0;
}

.list-style-1 .number{
    font-weight: 700;
    font-size: 28px;
}

.list-style-1 li{
    margin-bottom: 20px;
}

.list-footer{
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.list-footer li{
    padding-bottom: 8px;
}
.list-footer li > a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.list-footer li > a:hover{
    color: #358C9D;
}
.link-no-style{
    text-decoration: none;
    font-weight: 500;
    color: #000;
}
.link-no-style:hover{
    color: #358C9D;
}
.rating{
    font-size: 30px;
    font-family: "Tilt Warp", sans-serif;
    font-weight: 400;
    padding-right: 10px;
}

.floating-social{
    position: fixed;
    top: 30vh;
    left: 0px;
    padding: 5px 10px;
    background-color: rgba(5, 1, 1, 0.6);
    border-radius: 16px;
}
.floating-social a{
    display: block;
    clear: both;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}
.floating-social a:hover{
    /*font-size: 28px;
    margin-bottom: 0px;*/
    transform: scale(-1, 1)

}

.writer-image{
    width: 60px;
    border-radius: 50%;
}
.writer-name{
    font-size: 24px;
    font-weight: 500;
}
.main-blog-content img{
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 28px;
}
.main-blog-content blockquote{
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    background-color: #000;
    line-height: 30px;
    padding: 40px 30px 40px 88px;
    font-style: italic;
    background-image: url('../images/quote.png');
    background-position: 2% 10%;
    background-repeat: no-repeat;
}
.main-blog-content ul{
    list-style: circle;
}

.top-logo img{
    width: 100px;
}
@media screen and (max-width: 750px){
    .main-blog-content blockquote{
        padding: 30px;
        background-image: none;
    }
    .top-logo img{
        width: 60px;
    }
}

.top-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-menu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}
.top-menu > li{
    margin: 10px 15px;
}
.top-menu > li > a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    display: block;
    padding-bottom: 18px;
}

.main-menu:hover > a{
    border-bottom: 3px solid #358C9D;
    padding-bottom: 14px;
}


.sub-menu .subpage-link > a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    /*color: #358C9D;*/
    color: #fff;
}
.sub-menu .subpage-link > a:hover{
    /*text-decoration: underline double #6e6;*/
    font-style: italic;
    color: #F88616;
}
.sub-menu .subpage-link > a.btn:hover{
    text-decoration: none;
}

.sub-menu .subpage-link p{
    font-size: 14px;
    color: #ccc;
}

.sub-menu .subpage-link h2{
    font-size: 16px;
    font-weight: 700;
    /*color: #525252;*/
    color: #fff;
}

.main-menu > .sub-menu{
    display: none;
    width: 0;
}

.main-menu:hover > .sub-menu{
    position: absolute;
    display: block;
    left: 0;
    width: 100vw;
    z-index: 2;
}

.quick-menu a{
    font-size: 30px;
    display: block;
    margin-top: 12px;
    margin-right: 16px;
    color: #000;
    display: none;
}

.mobile-menu{
    background-color: #ffffff;
    display: block;
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: calc(100vh - 2px);
    overflow-y: auto;
    z-index: 2000;
    transition: all 0.4s ease;
}
.mobile-menu > a{
    text-decoration: none;
    display: block;
    clear: both;
    width: 100%;
    padding: 13px 40px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.mobile-logo{
    margin-left: 30px;
    margin-top: 26px;
    margin-bottom: 20px;
}
.mobile-close-btn a{
    position: absolute;
    display: block;
    right: 28px;
    top: 25px;
    font-size: 30px;
    color: #000;
}
.mobile-submenu{
    padding: 0 0 0 86px ;
    list-style: circle;
}
.mobile-submenu li a{
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 14px;
    display: block;
}

.image-back{
    background-image: url(../images/strip1.jpg);
    background-size: cover;
    background-position: top;
}

.circle-img-small{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 3px solid #c5c5c5;
    border-radius: 50%;
}
.user-images .circle-img-small:hover{
    transform: scale(1.4);
}
.user-images .circle-img-small{
    margin-left: -15px;
    transition: all 0.2s ease;
}

.service-block{
    margin-bottom: 40px;
}
.service-block > img{
    width: 50px;
    margin-right: 25px;
}

.quote-img{
    width: auto !important;
}

.reviewer{
    margin-top: 60px;
}
.reviewer img{
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #c5c5c5;
    float: left;
    margin-right: 16px;
}
.reviewer-name{
    font-weight: 800;
    font-size: 22px;
    display: block;
    clear: right;
}
.reviewer-desig{
    font-size: 14px;
    font-weight: 300;
}

.big-point{
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}
.big-point > span{
    font-size: 40px;
    border: 2px solid #000;
    border-radius: 50%;
    line-height: normal;
    width: 50px;
    height: 50px;
    margin-top: -16px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
}

.cat-list-vertical a{
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #555555;
    margin: 5px;
    border-radius: 20px;
    color: #000;
    background-color: #ffffff;
    font-weight: 550;
    transition: all 0.3s ease;
}
.cat-list-vertical a:hover{
    filter: invert();
}
.loadmore{
    border: 1px solid #000;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 20px;
}
.loadmore:hover{
    background-color: #000 !important;
    color: #ffffff !important;
}

.big-data big{
    font-size: 26px;
    font-weight: 600;
}
.big-data p{
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
    padding-top: 6px;
}

.big-post-link{
    text-decoration: none;
    color:#454545;
    font-size: 14px;
}
.big-post-link img{
    transition: all 0.3s ease;
}
.big-post-link:hover img{ 
    box-shadow: 10px 10px 25px #a0a0a0; 
}

.blog-link-poster{
    width: 100%;
    height: 544px;
    display: block;
    overflow: hidden !important;
    text-decoration: none;
}
.blog-link-poster img, .blog-link-poster-half img, .blog-link-poster-tall img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.blog-link-poster:hover img, .blog-link-poster-half:hover img, .blog-link-poster-tall:hover img{
    transform: scale(1.03);
    filter: brightness(0.7);   
}
.blog-link-poster .blog-meta, .blog-link-poster-half .blog-meta{
    position: relative;
    top: -90%;
    left: 30px;
    color: #ffffff;
    opacity: 0.6;
    background: transparent;
    container-type: inline-size;
}
.tall-block{
    text-decoration: none;
}
.tall-block .blog-meta{
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.tall-block:hover .blog-meta{
    border-bottom: 2px solid #c9c9c9;
}
.tall-block .blog-meta .blog-title{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.tall-block .blog-meta .number{
    display: block;
    float: left;
    font-size: 18px;
    padding: 2px 20px 10px 10px;
    color: #adacac;
}
.blog-link-poster:hover .blog-meta, .blog-link-poster-half:hover .blog-meta, .blog-link-poster-tall:hover .blog-meta{
    opacity: 1;
}
.blog-link-poster .blog-meta .blog-title, .blog-link-poster-half .blog-meta .blog-title{
    margin-bottom: 0;
    font-size: 4.8cqw;
    font-weight: 400;
    background: transparent;
}
.blog-link-poster .blog-meta .blog-small-data, .blog-link-poster-half .blog-meta .blog-small-data{
    font-size: 2cqw;
    font-weight: 300;
    background: transparent;
}

.blog-link-poster-half{
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden !important;
    text-decoration: none;
}
.blog-link-poster-tall{
    width: 100%;
    height: 60dvh;
    display: block;
    overflow: hidden !important;
}

#clients img{
    filter: grayscale(100%);
}
#clients img:hover{
    filter: none;
}

@media screen and (max-width: 991px){
    .heading-1bg{
        font-size: 10vw;
    }
}
@media screen and (max-width: 600px){
    .heading-1bg{
        font-size: 14vw;
    }
    .heading-2sm{
        font-size: 42px;
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    .heading-2bg{
        font-size: 50px;
    }
}

@media screen and (max-width: 419px){
    .heading-1bg{
        font-size: 60px;
        text-align: center;
    }
    
}

@media screen and (max-width: 700px){
    .main-menu{
        display: none;
    }
    .quick-menu a{
        display: block;
    }
}

@media screen and (max-width: 430px){
    .floating-social{
        display: none;
    }
}

/*--Animation ---*/


/*--Override----*/
.owl-nav{text-align: right}
.owl-prev, .owl-next{font-size: 60px !important;margin-left: 15px;}


#particles-js {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}




.loader-container {
  padding: 80px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}



/* HTML: <div class="loader"></div> */
.loader {
  height: 60px;
  aspect-ratio: 1;
  position: relative;
  border: 3px solid #0000;
  align-self: center;
  transition: all 1s ease;
}
.loader:before {
  content: "";
  position: absolute;
  inset: auto 35% 0;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #CF4647;
  animation: l6-0 .5s cubic-bezier(0,800,1,800) infinite;
}
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  outline: 3px solid #524656;
  animation: l6-1 .5s linear infinite;
}
@keyframes l6-0 {
  0%,2% {bottom: 0%}
  98%,to {bottom:.1%}
}
@keyframes l6-1 {
  0%,30% {rotate:  0deg}
  70%,to {rotate: 90deg}
}


/*-----Cursor follower---*/
#cursorfollower {
  width:40px;
  height:40px;
  background:transparent;
  border:1px solid #333;
  border-radius:50%;
  position:absolute;
  margin:0px;
  transition: all .4s ease-out;
  z-index: 1050;
  pointer-events: none;
}
#cursorfollowerone {
  width:10px;
  height:10px;
  background-color: #555;
  border:none;
  border-radius:50%;
  position:absolute;
  margin:0px;
  transition: all .2s ease-out;
  z-index: 1050;
  pointer-events: none;
}

/*---AOS override----*/
@media screen and (max-width: 991px){
    [data-aos='fade-right'], [data-aos='fade-left'] {
      transform: translate3d(0, 800px, 0);
    }
    [data-aos='slide-right'], [data-aos='slide-left']{
        transform: translate3d(0, 100%, 0);
    }
}

/*---- Scroll parallax section ----*/
.stacking-card{
    position: sticky;
    display: block;
    box-shadow: 5px 0 15px #aaa;
    transition: all 333ms linear;
    margin-left: auto;
    margin-right: auto;
}
#card1{
    top: 120px;
}
#card2{
    top: 135px;
}
#card3{
    top: 150px;
}
#card4{
    top: 165px;
}
#card5{
    top: 180px;
}
#card-details{
    top: 120px;    
    position: sticky;
    display: block;
}
.sticky-block{
    top: 120px;    
    position: sticky;
    display: block;
}
.bordered-box{
    border-right: 1px dashed #555;
}
.scroll-list{
    list-style: none;
    padding: 0%;
}
.scroll-list li{
    margin-bottom: 50px;
}


/*--- Fixed background image section ---*/
.fixed-back-section{
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}


.image-back-big{
    height: 50vw;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.bordered-form .form-control, .bordered-form .form-select{border: 1px solid #555}
.normal-text{text-decoration: none;font-weight: 400; color: #000;}
.normal-link{text-decoration: none;font-weight: 400; color: #000;}
.normal-link:hover{color: #CF4647;}

/*---- Post Navigation Section ----*/
.post-navigation-section {
    margin-top: 60px;
    padding: 40px 0;
    border-top: 2px solid #E2E2E3;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
    min-width: 280px;
}

.post-navigation .nav-link {
    display: block;
    text-decoration: none;
    padding: 25px;
    background-color: #f6f8fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
}

.post-navigation .nav-link:hover {
    background-color: #fff;
    border-color: #358C9D;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.post-navigation .nav-direction {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #358C9D;
}

.post-navigation .nav-direction i {
    font-size: 14px;
}

.post-navigation .nav-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-navigation .nav-next .nav-direction {
    justify-content: flex-end;
}

.post-navigation .nav-content {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.post-navigation .nav-next .nav-content {
    flex-direction: row-reverse;
    text-align: right;
}

.post-navigation .nav-thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
}

.post-navigation .nav-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-navigation .nav-link:hover .nav-thumbnail img {
    transform: scale(1.1);
}

.post-navigation .nav-text {
    flex: 1;
}

.post-navigation .nav-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.post-navigation .nav-link:hover .nav-title {
    color: #358C9D;
}

.post-navigation .nav-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #888;
}

.post-navigation .nav-next .nav-meta {
    justify-content: flex-end;
}

.post-navigation .nav-category {
    font-weight: 600;
    color: #F88616;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-navigation .nav-date {
    color: #888;
}

@media screen and (max-width: 768px) {
    .post-navigation .nav-links {
        flex-direction: column;
    }
    
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        min-width: 100%;
    }
    
    .post-navigation .nav-next .nav-content {
        flex-direction: row;
        text-align: left;
    }
    
    .post-navigation .nav-next .nav-direction {
        justify-content: flex-start;
    }
    
    .post-navigation .nav-next .nav-meta {
        justify-content: flex-start;
    }
}

/*---- Related Posts Section ----*/
.related-posts-section {
    margin-top: 60px;
    padding: 50px 0;
    background-color: #f6f8fa;
}

.related-posts-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333333;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.related-post-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.related-post-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.related-post-thumbnail {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.related-post-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.related-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-post-item:hover .related-post-image {
    transform: scale(1.1);
}

.related-post-content {
    padding: 25px;
}

.related-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
}

.related-post-category {
    display: inline-block;
    padding: 5px 12px;
    background-color: #F88616;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    font-size: 11px;
}

.related-post-date {
    color: #888;
    font-weight: 500;
}

.related-post-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.related-post-title a {
    text-decoration: none;
    color: #333333;
    transition: color 0.3s ease;
}

.related-post-title a:hover {
    color: #358C9D;
}

.related-post-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.related-post-author {
    padding-top: 15px;
    border-top: 1px solid #E2E2E3;
}

.related-post-author .author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-post-author .author-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.related-post-author .author-name {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

@media screen and (max-width: 991px) {
    .related-posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
    
    .related-posts-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .related-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .related-posts-title {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    .related-post-thumbnail {
        height: 200px;
    }
    
    .related-post-content {
        padding: 20px;
    }
}

/*---- Tags Section (Single Post) ----*/
.tags-section {
    padding: 30px 0;
    border-top: 2px solid #E2E2E3;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link {
    display: inline-block;
    padding: 8px 18px;
    background-color: #f6f8fa;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #E2E2E3;
    transition: all 0.3s ease;
}

.tag-link:hover {
    background-color: #358C9D;
    color: #fff;
    border-color: #358C9D;
    transform: translateY(-2px);
}

/*---- Category Link (Single Post) ----*/
.category-link {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

.category-link p {
    font-size: 14px;
    font-weight: 700;
    color: #F88616;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.category-link:hover p {
    color: #358C9D;
}