/* Template Name: Mediumish 
Copyright: Sal, WowThemes.net, https://www.wowthemes.net 
License: https://www.wowthemes.net/freebies-license/ 
*/

@media screen and (min-width:1500px) {
    html { font-size:18px; } /* Increase the font size on higher resolutions */
    .container {max-width:80%;}
}

/* Global typography */
.mainheading { padding: 1rem 0rem; }
a { color: #00ab6b; transition: all 0.2s; }
a:hover { color: #038252; text-decoration: none; }

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: #E3EDF3 1px solid;
    width: 100%;
    padding: 7px;
    font-family: monospace, sans-serif;
    font-size: .9rem;
    white-space: pre;
    overflow: auto;
    background: #fff;
    border-radius: 0;
    line-height: 1.7;
    color: #333;
    margin-bottom: -rem;
}

.mediumnavigation {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .15);
    transition: top 0.2s ease-in-out;
}

.main-content { min-height: 300px; }
.site-content {
    min-height: 60vh;
    padding-top: 1.5rem;
    margin-top: 57px;
    transition: all 0.4s;
}

/* Section defaults */
section { margin-bottom: 20px; }
section.recent-posts { margin-bottom: 0; }

.section-title h2 {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 27px;
}
.section-title span {
    border-bottom: 1px solid rgba(0, 0, 0, .44);
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: -1px;
}

.article-post ol,
.article-post ul { margin-bottom: 1.5rem; }
.article-post ol ol,
.article-post ul ul { list-style: disc; margin-bottom: 0rem; }

/* Card layouts */
@media (min-width:576px) {
    .card-columns.listfeaturedtag {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.8rem;
    }
}

.listfeaturedtag {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.listfeaturedtag .wrapthumbnail {
    height: 290px;
    flex: 0 0 auto;
}

.maxthumb {
    max-height: 300px;
    overflow: hidden;
}

.listfeaturedtag .card,
.card-footer {
    border: 0;
}

.listfeaturedtag .thumbnail {
    background-size: cover;
    height: 100%;
    display: block;
    background-position: 38% 22% !important;
    background-origin: border-box !important;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.listfeaturedtag .card-block { padding-left: 0; }
.listfeaturedtag h2.card-title,
.listrecent h2.card-title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
}
.listfeaturedtag h4.card-text,
.listrecent h4.card-text {
    color: rgba(0, 0, 0, .44);
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 400;
}

/* Featured image behavior */
.featured-box-img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

@media (max-width:991px) { .featured-box-img-cover { height:auto; width: 100%; } }

.wrapfooter {
    font-size: .8rem;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.author-thumb {
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 100%;
}

.post-top-meta {
    margin-bottom: 2rem;
}

.post-top-meta .author-thumb {
    width: 72px;
    height: 72px;
}

.post-top-meta.authorpage .author-thumb {
    margin-top: 40px;
}

.post-top-meta span {
    font-size: 0.9rem;
    color: rgba(0, 0, 0, .44);
    display: inline-block;
}

.post-top-meta .author-description {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 0.95rem;
}

.toc ul {
    list-style: decimal;
    font-weight: 400;
}

.author-meta {
    flex: 1 1 auto;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

span.post-name,
span.post-date,
span.author-meta {
    display: inline-block;
}

span.post-date,
span.post-read {
    color: rgba(0, 0, 0, .44);
}

span.post-read-more {
    align-items: center;
    display: inline-block;
    float: right;
    margin-top: 8px;
}

span.post-read-more a {
    color: rgba(0, 0, 0, .44);
}

span.post-name a,
span.post-read-more a:hover {
    color: rgba(0, 0, 0, .8);
}

.dot:after {
    content: "·";
    margin-left: 3px;
    margin-right: 3px;
}

.mediumnavigation .form-control {
    font-size: 0.8rem;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.09);
    min-width: 180px;
}

.mediumnavigation .form-inline {
    margin-left: 15px;
}

.mediumnavigation .form-inline .btn {
    margin-left: -50px;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}

.mediumnavigation .form-inline .btn:hover,
.mediumnavigation .form-inline .btn:active {
    background: transparent;
    color: green;
}

.mediumnavigation .navbar-brand {
    font-weight: 500;
}

.mediumnavigation .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: .5rem 0 0;
}

.mediumnavigation .nav-item,
.dropdown-menu {
    font-size: 0.9rem;
}

.mediumnavigation .search-icon {
    margin-left: -40px;
    display: inline-block;
    margin-top: 3px;
    cursor: pointer;
}

.mediumnavigation .navbar-brand img {
    max-height: 30px;
    margin-right: 5px;
}

.mainheading h1.sitetitle {
    font-family: Righteous;
}

.mainheading h1.posttitle {
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, .44);
    margin-top: 50px;
    margin-bottom: 62px;
    position: relative;
    background: #fff;
}

.link-dark {
    color: rgba(0, 0, 0, .8);
}

.article-post {
    font-family: Helvetica, sans-serif !important;
    font-size: 1.1rem;
    line-height: 1.84;
    color: rgba(0, 0, 0, .8);
}

blockquote {
    border-left: 4px solid #00ab6b;
    padding: 0 20px;
    font-style: italic;
    color: rgba(0, 0, 0, .5);
}

.article-post p,
.article-post blockquote {
    margin: 0 0 1.5rem 0;
}

.featured-image {
    display: block;
    margin-bottom: 1.5rem;
}

.share {
    text-align: center;
}

.share p {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.share ul li {
    display: inline-block;
    margin-bottom: 9px;
}

.share ul {
    padding-left: 0;
    margin-left: 0;
}

.share ul li i.fa {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.svgIcon {
    vertical-align: middle;
}

.sticky-top-offset {
    top: 100px;
}

@media (min-width:1024px) {
    .share ul li {
        display: block;
    }
}

@media (max-width:999px) {
    .featured-box-img-cover {
        height: 359px;
    }

    .alertbar {
        position: relative !Important;
        margin-bottom: 20px;
        margin-top: 20px;
        box-shadow: none !Important;
        padding-right: 14px !Important;
    }

    #comments {
        margin-right: 15px;
    }

    .jumbotron.fortags {
        margin-bottom: 0 !Important;
    }

    .alertbar form {
        margin-top: 20px;
    }

    .alertbar span,
    .alertbar form {
        display: block;
    }

    .alertbar input[type="submit"] {
        border-radius: 3px !Important;
    }

    .alertbar input[type="email"] {
        margin-right: 0px !Important;
        display: block;
        border-right: 1px solid #ddd !Important;
        margin-bottom: 10px;
    }

    .jumbotron {
        margin-bottom: 0;
        border-radius: 0;
    }

    .listfeaturedtag .card {
        height: auto;
    }

    .listfeaturedtag .wrapfooter {
        position: relative;
        margin-top: 30px;
    }

    .listfeaturedtag .card-block {
        padding: 20px;
    }

    .footer {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width:1024px) {
    .post-top-meta .col-md-10 {
        text-align: center;
    }
}

@media (max-width:767px) {
    .post-top-meta.authorpage {
        text-align: center;
    }
}

.share,
.share a {
    color: rgba(0, 0, 0, .44);
    fill: rgba(0, 0, 0, .44);
}

.graybg {
    background-color: #fafafa;
    padding: 40px 0 46px;
    position: relative;
}

.listrelated .card {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    border: 0;
}

ul.tags {
    list-style: none;
    padding-left: 0;
    margin: 0 0 3rem 0;
}

ul.tags li {
    display: inline-block;
    font-size: 0.9rem;
}

ul.tags li a {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6);
    border-radius: 3px;
    padding: 5px 10px;
}

ul.tags li a:hover {
    background: rgba(0, 0, 0, .07);
    text-decoration: none;
}

.margtop3rem {
    margin-top: 3rem;
}

.sep {
    height: 1px;
    width: 20px;
    background: #999;
    margin: 0px auto;
    margin-bottom: 1.2rem;
}

.btn.follow {
    border-color: #02B875;
    color: #1C9963;
    padding: 3px 10px;
    text-align: center;
    border-radius: 999em;
    font-size: 0.85rem;
    display: inline-block;
}

.btn.subscribe {
    background-color: #1C9963;
    border-color: #1C9963;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-size: 0.85rem;
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-top-meta .btn.follow {
    margin-left: 5px;
    margin-top: -4px;
}

.alertbar {
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .0785);
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 14px 0;
    z-index: 1;
    display: none;
}

.alertbar form {
    display: inline-block;
}

.alertbar input[type="email"] {
    font-size: 0.85rem;
    padding: 3px 5px 3px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #ddd;
    border-right: 0;
    margin-right: -10px;
    height: 34px;
    letter-spacing: 0.5px;
    margin-left: 5px;
}

.alertbar input[type="submit"] {
    background-color: #1C9963;
    border: 1px solid #1C9963;
    color: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1);
    font-size: 0.85rem;
    border-radius: 0;
    padding: 4px 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: 600;
    height: 34px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
}

.authorpage h1 {
    font-weight: 700;
    font-size: 30px;
}

.post-top-meta.authorpage .author-thumb {
    float: none;
}

.authorpage .author-description {
    font-size: 1rem;
    color: rgba(0, 0, 0, .6);
}

.post-top-meta.authorpage .btn.follow {
    padding: 7px 20px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 0.9rem;
}

.graybg.authorpage {
    border-top: 1px solid #f0f0f0;
}

.authorpostbox {
    width: 760px;
    margin: 0px auto;
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.authorpostbox .img-thumb {
    width: 100%;
}

.sociallinks {
    margin: 1rem 0;
}

.sociallinks a {
    background: #666;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 12px;
}

#comments {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.article-post .h1,
.article-post .h2,
.article-post .h3,
.article-post .h4,
.article-post .h5,
.article-post .h6,
.article-post h1,
.article-post h2,
.article-post h3,
.article-post h4,
.article-post h5,
.article-post h6 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.article-post img.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

.layout-page .article-post {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
}

.layout-page .article-post p {
    margin-bottom: 1rem;
    font-size: 17.25px;
}

img {
    max-width: 100%;
}

.bottompagination span.navigation {
    display: block;
    font-size: 0.93rem;
    padding: 15px 0 0 0;
    text-align: center;
    margin-bottom: 0rem;
    color: #999;
    border-top: 1px solid #ddd;
}

.pointerup {
    margin-bottom: -17px;
    margin-left: 49%;
    font-size: 30px;
}

.pointerup i.fa {
    color: #eaeaea;
}

.bottompagination span.navigation i {
    display: inline-block;
}

span.navigation {
    display: inline-block;
    font-size: 0.93rem;
    font-weight: 700;
    text-align: center;
}

.pagination {
    display: block;
}

iframe {
    max-width: 100%;
}

.transpdark {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}

@media (min-width:768px) {
    .jumbotron.fortags {
        margin-bottom: -50px;
        margin-top: 3rem;
        padding: 0;
        height: 350px;
        border-radius: 0;
        background-image: url(../images/jumbotron.jpg);
        background-size: cover;
    }

    .jumbotron.fortags .col-md-4 {
        background: rgba(0, 0, 0, 0.75);
        color: #fff;
    }

    .jumbotron.fortags .row {
        margin: 0;
    }
}

.jumbotron.fortags {
    margin-top: 3rem;
    padding: 0;
    border-radius: 0;
    background-image: url(../images/jumbotron.jpg);
    background-size: cover;
}

.jumbotron.fortags a {
    padding: 5px 10px 7px;
    background: #222;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 0.8rem;
    display: inline-block;
}

.layout-page .jumbotron.fortags {
    display: none;
}

.mb-30px {
    margin-bottom: 30px;
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width: 768px) {
    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 768px) {
    .share {
        margin-top: 30px;
    }
}

.card .img-fluid {
    width: 100%;
}

.sticky-top-80 {
    top: 80px;
}

.spoiler {
    color: transparent;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all .4s;
    cursor: pointer;
    position: relative;
}

.spoiler:after {
    position: absolute;
    opacity: 0;
    content: 'Click to reveal spoiler';
    top: 45%;
    left: calc(50% - 100px);
    text-shadow: none;
    background: #222;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 2px 3px;
    width: 150px;
    font-family: Arial;
    text-align: center;
    border-radius: 3px;
    transition: all .4s;
}

.spoiler:hover:after {
    opacity: 1;
}

/** Lazy img **/
.lazyimg {
    display: block;
    border: 0 none;
    opacity: 1;
    transition: opacity .25s;
    background: #f2f2f2;
    outline: 0 none;
}

.lazyimg[data-src],
.lazyimg[data-srcset] {
    opacity: 0;
    transition: opacity .25s;
}

/*-------------- Portfolio ----------------*/
.Portfolio{
  width: 120%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  
}

h1{
  font-size: 50px;
  font-weight: 600; 
  
}
.title::after{
  content:'';
  background: #FFF;
  height: 5px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(60px);
}
p{
  color:#FFF;
  font-size: 15.25px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
  
}
.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.portfolio-col{
  flex-basis: 31%;
  background: hsl(0, 0%, 100%);
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s;
  border: 1px solid #FFF;
  
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.portfolio-col img{
  width: 50%;
}
.portfolio-col li{
  text-align: left;
  color:#373833;
  font-size: .9rem;
  font-weight: 300;
  line-height: 22px;
  
}
.info li{
  text-align: left;
  color:#373833;
  font-size: 14.25px;
  font-weight: 300;
  line-height: 22px;
  font-family: Ink Free;
}
h3{
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}
.portfolio-col:hover{
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.portfolio-left{
  text-align: left;
}
.portfolio-right{
  transform: translateY(-100%);
  text-align: right;
}

@media(max-width: 700px){
  .row{
       flex-direction:column;
  }
}

/*----------------Activities ----------------*/

.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.col-md-4{
  flex-basis: 31%;
  background: hsl(0, 0%, 100%);
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s;
  border: 1px solid #0b6;
}
.col-md-4 .info{
  padding: 5px;
  background-color:#f9f9f3;
  color: #373833;
}
.plot .activity-img {
  width: 100%;
  border-radius: 20px;
}
.plot .activity-img:hover{
  box-shadow: 0 0 40px 0 #d1d1d0;
}
.activities{
  padding: 20px;
}
.activities h4{
  padding: 5px;
  margin-top: 25px;
  text-transform: none;
}
.title::after{
  content:'';
  background: #FAC400;
  height: 3px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: block;
  transform: translateY(10px);
}

#activities .btn-primary{
  box-shadow: none;
  padding: 8px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right,#233743,#233743);
}

/*----------------- campus -------------------*/
.campus{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  margin: 0 -15px;
  font-weight: 600;
}
.campus-col{
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #b1b194; /* green outline */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.campus-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.campus-col img{
  width: 70%;
  height: 100px;
  object-fit:cover;
  display: block;
}
.layer{
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
   opacity: 0;
  transition: opacity 0.3s ease;
}
.campus-col:hover .layer{
  background-image: linear-gradient(to right,#00E2AF,#046952);
  opacity: 1;
}
.layer h3{
  width: 100%;
  font-weight: 500;
  color: #FFF;
  font-size: 20px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  margin-top: 40px;
}
.layer:hover h3{
  bottom: 49%;
  opacity: 1;
}
.layer .red-btn{
  width: 35%;
  font-weight: 400;
  color: #FA2742;
  font-size: 16px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  margin-top: 40px;
}
.layer:hover .red-btn{
  bottom: 20%;
  border-radius: 1%;
  opacity: 1;
}
/*----------facilities---------------*/

.facilities{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  
}
.facilities-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 10%;
  text-align: center;
  box-shadow: 0px 0 5px 0 #cac9ca;
}
.facilities-col img{
  width: 100%;
  transition: 0.5s;
  box-sizing: border-box;
}
.facilities-col p{
  padding: 0;
  text-align: center;
}
.facilities-col h3{
  margin-top: 12px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  color: #f4c524;
}

/*--------------resume -----------------*/
@media(max-width:700px){
  .testimonial-col img{
    margin-left: 0px;
    margin-right: 15px;
  }
}

/*------------------Call to Action-----------------*/
.cta{
  margin: 100px auto;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(images/g.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
  
}
.cta h1{
  color: #FFF;
  margin-bottom: 40px;
  padding: 0;
}
@media(max-width:700px){
  .cta h1{
   
  }
}

/*------------------Footer--------------------------*/
.red-btn{
  border: 1px solid #FFF transparent;
  color: #940417;
}
.red-btn:hover{
  color: #FFF;
}

/*------------------Learning & Carreer path---------------------*/
.portfolio-img
{
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0,0,0,0.5);
  padding: 5px 5px 5px 5px;
}
.portfolio-img:hover
{
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3);
}
/*-------------- writing ----------------*/
.writing{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  
}

h2{
  font-size: 30px;
  font-weight: 500;
  
}
h8{
  font-size: 14px;
  font-style: normal;
}
p{
  color: #373833;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
  
}
.row{
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
}
.writing-col{
  flex-basis: 31%;
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.5s;
}
h3{
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
  
}
.writing-col:hover{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.writing-col .info ul li a {
  text-decoration: ;
  color: #333;
}

.writing-col .info ul li a:hover {
  color: #5ae61d; /* Bootstrap red or your preferred hover color */
}

/*----------------- projects -------------------*/
.projects{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}
.projects-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  box-sizing: border-box;
}
.projects-col img{
  width: 100%;
  border: 1px solid transparent;
  border-radius: 20px;
}
.projects-col p{
  padding: 0;
}
.projects-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
}
.projects-left .btn-primary{
  text-align: left;
  box-shadow: none;
  padding: 10px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right #FA2742,#43050d);
  
}
.projects-col .projects-right{
  transform: translateX(-100%);
  transform: translateY(10%);
  text-align: right;
  width: 10%;
}
.blue-btn{
  border: 1px solid #FA2742;
  background: transparent;
  color: #940417;
}

.blue-btn:hover{
  color: #FFF;
}
/*--------------------button-------------------*/
.hero-btn{
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #373833;
  padding: 12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
}
.hero-btn:hover{
  border: 1px solid #FFF;
  background-image: linear-gradient(to right, #0b6,rgb(4, 151, 85));
  transition: 1s;
}
.red-btn{
  border: 1px solid #FFF transparent;
  color: #940417;
}
.red-btn:hover{
  color: #FFF;
}
.index-btn
{
  margin: 10px 0 10px 0;
  background-color: #373833;
  color: #FA2742;
  padding: 5px 0 5px 0;
}
.index-btn:hover
{
  background-color: rgba(18, 70, 56, 0.5);
  color: #000000;
  text-decoration: none;
}
.blue-btn{
  border: 1px solid #FA2742;
  background: transparent;
  color: #940417;
}
.blue-btn{
  color: #FFF;
}


/*------change ------- */
body,
html,
p,
span,
li,
h5, h6,
.article-post,
.article-post p,
.article-post blockquote,
.article-post ol,
.article-post ul,
.main-content,
.site-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6em;
    font-style: normal;
    font-weight: 300;
}

/* ----------------------2025-08-12-----------------------*/
/*------------------blog-content---------------------*/

.blog-content{
  width: 80%;
  margin: auto;
  padding: 60px 0;
  font-family: "Century Gothic", sans-serif;
}
.blog-left{
  flex-basis: 65%;
}
.blog-left img{
  width: 100%;
}
.blog-left h2{
  color:#373833;
  font-weight: 600;
  margin: 30px 0;
}
.blog-left p{
  color: #999;
  padding: 0%;
  vertical-align: baseline;
}
.blog-left .projects-left .btn-primary{
  text-align: left;
  box-shadow: none;
  padding: 10px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #FA2742,#6c0412); 
}

.blog-left .projects-col .projects-right{
  transform: translateX(-100%);
  transform: translateY(10%);
  text-align: right;
  width: 10%;
}

.blog-right{
  flex-basis: 32%;
  background: #373833;
  box-sizing: border-box;
  display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 2.5em;
	padding: 2em;
	padding-bottom: 2.5em;
	padding-top: 2.5em;
	border-top: 5px solid transparent;
}

.blog-right h3{
  background:#FA2742;
  color: #FFF;
  padding: 7px 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-right div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #555;
  padding: 8px;
  box-sizing: border-box;
}

.comment-box{
  border: 1px solid #ccc;
  margin: 50px 0;
  padding: 10px 20px;
}

.comment-box{
  text-align: left;

}

.comment-form input, .comment-form textarea{
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: #f8f4f4;
}

.comment-form button{
  margin: 10px 0;
}

@media(max-width:700px){
  .sub-header h1{
    font-size: 24px;
  }
}
.article-name{
  text-align: left;
  font-family: "Century Gothic", sans-serif;
  font-size: 17px;
}
.btn-outline-success:hover{
  background: #FA2742;
}
.btn{
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 17px;
  color: #FA2742;
  text-align: center;
  text-decoration: #940417;
  white-space:#FFF;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #FFF;
  border: 2px solid #FA2742;
  @include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-border-radius);
  @include transition($btn-transition);

  &:hover {
    color: #FFF;
  }
}
#blogging{
  padding-top: 10px 0;
  font-family: "Century Gothic", sans-serif;
  font-weight: 600;
}
.col-md-5{
  flex-basis: 31%;
  background: hsl(0, 0%, 100%);
  border-radius: 5px;
  margin-bottom: 5%;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s;
  border: 5px solid #FFF;
}
.col-md-5 .info{
  padding: 5px;
  background-color:;
}
.plot-blog .blogging-img {
  width: 100%;
  border-radius: 20px;
}
.plot-blog .blogging-img:hover{
  box-shadow: 0 0 40px 0 #373833;
}
.info{
  text-align: left;
}
.info h6{
  text-align: center;
}

/*------------ contact us page ----------------*/

.location{
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
.location iframe{
  width: 100%;
}
.contact-us{
  width: 80%;
  margin: auto;
}
.contact-col{
  flex-basis: 48%;
  margin-bottom: 30px;
}
.contact-col div{
  display:flex;
  align-items: center;
  margin-bottom: 40px;
}
.contact-col div .fa{
  font-size: 28px;
  color: #FA2742;
  margin: 10px;
  margin-right: 30px;
}
.contact-col div p{
  padding: 0;
}
.contact-col div h5{
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  font-weight: 400;
}
.contact-col input, .contact-col textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  outline: none;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/*--------------- button block -------------*/
.button .button-3d{
  border-radius: 3px;
  border-bottom: 3px solid;
  -o-transition: none;
}
.button .button-mini{
  padding: 0 14px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
}
.button {
  display: inline-block;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  background-color: #940417;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
  .features{
    width: 80%;
    margin: auto;
    padding-top: 70px;
    text-align: center;
    font-family: "Century Gothic", sans-serif;
    font-weight: 600;
  }


/*----------------- projects -------------------*/
.projects{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}
.projects-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  box-sizing: border-box;
}
.projects-col img{
  width: 100%;
  border: 1px solid transparent;
  border-radius: 20px;
}
.projects-col p{
  padding: 0;
}
.projects-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
}
.projects-left .btn-primary{
  text-align: left;
  box-shadow: none;
  padding: 10px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right #FA2742,#43050d);
  
}
.projects-col .projects-right{
  transform: translateX(-100%);
  transform: translateY(10%);
  text-align: right;
  width: 10%;
}

.blue-btn{
  border: 1px solid #046952;
  background: transparent;
  color: #FFF;
}
.blue-btn{
  color: #FFF;
}

/*-------------------technical----------------*/

.technical {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 10px;
}

.technical-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
}

.technical-col img{
  width: 100%;
  border: 1px solid transparent;
}

.technical-col p{
  padding: 0;
}

.technical-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.blue-btn{
  border: 1px solid #046952;
  background: transparent;
  color: #790212;
}

.blue-btn:hover{
  color: #FFF;
}

/* === General Blog Content Styles === */
.blog-content {
  margin-top: 2rem;
}

.blog-left {
  flex: 1;
}

.blogging {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 1rem;
  margin-bottom: 2rem;
  transition: transform 0.2s ease;
}

.blogging:hover {
  transform: translateY(-5px);
}

.blogging-img {
  width: 100%;
  height: auto;
  border-radius: 0px;
}

/* === Info Section === */
.info {
  text-align: left;
}

.info h6 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}

.info p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}

.info a.hero-btn {
  display: inline-block;
  margin-top: 0.8rem;
}

/* === Hero Buttons === */
.hero-btn {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}

.red-btn {
  background-color: #046952;
  color: #fff;
  transition: background-color 0.3s ease;
}

.red-btn:hover {
  background-color: #046952;
}

/* === Blog Right Sidebar === */
.blog-right {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  padding: 1.5rem;
  margin-top: 1rem;
}

.blog-right h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-right ul {
  list-style: none;
  padding-left: 0;
}

.blog-right ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 0.4rem 0;
}

.blog-right ul li a {
  color: #333;
  text-decoration: none;
}

.blog-right ul li a:hover {
  text-decoration: underline;
}

/* === Comment Box === */
.comment-box {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 2rem;
}

.comment-box h3 {
  margin-bottom: 1rem;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.comment-form button {
  background: #046952;
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
}

.comment-form button:hover {
  background: #e63946;
}

/* === Footer Icons === */
.footer {
  margin-top: 3rem;
  text-align: center;
}

.footer .icons a {
  color: #555;
  font-size: 1.4rem;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.footer .icons a:hover {
  color: #e63946;
}

/* -------style--------------*/

.filter-badge {
  transition: all 0.2s ease;
  font-size: 0.9rem;
}
.filter-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.filter-badge.active {
  font-weight: 500;
}
.search-results-container {
  max-height: 500px;
  overflow-y: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.list-group-item {
  transition: all 0.2s ease;
}
.list-group-item:hover {
  background-color: #f8f9fa;
}

/* -------New Footer ------------ */
/* Footer Styles */
.footer {
  background: #f8f9fa; /* light gray background */
  border-top: 1px solid #ddd;
  padding: 2rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer .icons {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}

.footer .icons a {
  color: #555;
  font-size: 1.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.footer .icons a:hover {
  color: #00d9ff; /* Bootstrap primary blue or pick your accent color */
  transform: translateY(-3px) scale(1.1);
}

.footer .icons a i {
  display: inline-block;
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .footer {
    text-align: center;
    padding: 1.5rem 0;
  }
  .footer .icons {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .footer .icons a {
    font-size: 1.3rem;
  }
}

/* List Layout Styling */
.featured-posts-list, .posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-post-item, .post-item {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.featured-post-item a, .post-item a {
    text-decoration: none;
    color: inherit;
}

.post-date {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin: 0.3rem 0;
}

.post-excerpt {
    margin: 0.5rem 0 0;
    color: #555;
}

/* ---------------------------------------2025-------------------------------------------------- */

/* Container and layout spacing */
.container {
  max-width: ;
  margin: auto;
  padding: 0 15px;
}

/* Author Box */
.author-thumb {
  width: 90px;
  height: 90px;
  border-radius: 0%;
  object-fit: cover;
  border: 2px solid #f0f0f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.author-thumb:hover {
  transform: scale(1.05);
}
.post-top-meta a.link-dark {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
}
.post-top-meta a.link-dark:hover {
  color: #000;
}
.btn.follow {
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 0.9rem;
  background: #00ff73;
  color: #fff;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.btn.follow:hover {
  background: #02cc67;
}

/* Post Title */
.posttitle {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.3;
}

/* Featured Image */
.featured-image {
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Article content */
.article-post {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}
.article-post h2, 
.article-post h3 {
  margin-top: 1.5rem;
  font-weight: 600;
}
.article-post p {
  margin-bottom: 1rem;
}

/* TOC styling */
.toc {
  background: #ffff;
  border-left: 4px solid #00ab56;
  padding: 15px 20px;
  border-radius: 0px;
}
.toc h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}


/* Post meta (date) */
.post-date {
  color: #777;
}

/* Categories and tags */
.tags {
  padding-left: 0;
  list-style: none;
}
.tags li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.tags li a {
  padding: 5px 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.tags li a:hover {
  background: #00ab56;
  color: #fff;
}

/* Prev/Next navigation */
.PageNavigation a {
  padding:12px;
  background: #f8f9fa;
  border-radius: 5px;
  color: #00ab56;
  text-decoration: none;
  transition: background 0.3s ease;
}
.PageNavigation a:hover {
  background: #00ab56;
  color: #fff;
}

/* Comments container */
#comments {
  padding: 20px;
  background: #fdfdfd;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

@media screen and (min-width: 1024px) {
  .navbar-nav.ml-auto .nav-link {
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .navbar-nav.ml-auto .nav-link:hover {
    background-color: #00ab56; /* bootstrap primary blue */
    color: #fff !important;
    text-decoration: none;
  }
}

/* Article post styling */

.article-post img {
  border-radius:10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

/* Comments section */
#comments {
  max-width: 850px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* --------------------- Ai Store Grid Fix ------------------ */
.row {
  display: flex;
  flex-wrap: wrap; /* ensure wrapping to next line */
  margin: 0 -15px;
}

.aistore-col {
  flex: 0 0 32%;       /* three items per row with small spacing */
  max-width: 32%;
  margin-right: 2%;    /* spacing between columns */
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #b1b194; /* green outline */
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aistore-col .layer:hover {
  background-image: linear-gradient(to right, #ccc, #ccc);
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.aistore-col:nth-child(3n) {
  margin-right: 0; /* remove right margin on every 3rd item */
}

.aistore-col:hover .layer {
  opacity: 1;
}

.aistore-col img {
  width: 65%;
  height: 100px;
  object-fit: cover;
  display: block;
}
/* Responsive adjustments */
@media (max-width: 992px) {
  .aistore-col {
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 4%;
  }
  .aistore-col:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .aistore-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

/* -------------------Time button ------------------ */
.time-btn {
  background: rgba(27,32,74,1);
  color: rgba(148,162,209,1);
  border: none;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  cursor: default;
}

/* -------------------------------social media icon ------------------------- */

/* Responsive Adjustments */
@media (max-width: 576px) {
  .share ul {
    flex-direction: row;
    gap: 8px;
  }
  .share ul li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding: 10px;
  }
}

.share {
    text-align: center;
    position: sticky;
    top: 100px;
}

.share p {
    margin-bottom: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.share ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.share ul li {
    display: block;
    margin-bottom: 12px;
}

.share ul li:last-child {
    margin-bottom: 0;
}

.share-link {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.share-link .fa {
    border: 1px solid #e9ecef;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #6c757d;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Twitter Hover */
.share-link:hover .fa-twitter {
    background: #1DA1F2;
    color: white;
    border-color: #1DA1F2;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(29, 161, 242, 0.3);
}

/* Facebook Hover */
.share-link:hover .fa-facebook {
    background: #4267B2;
    color: white;
    border-color: #4267B2;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(66, 103, 178, 0.3);
}

/* LinkedIn Hover */
.share-link:hover .fa-linkedin {
    background: #0077B5;
    color: white;
    border-color: #0077B5;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 119, 181, 0.3);
}

/* Link Copy Hover */
.share-link:hover .fa-link {
    background: #6c757d;
    color: white;
    border-color: #6c757d;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.3);
}

/* General hover effects */
.share-link:hover {
    transform: translateY(-2px);
}

.share-link:hover .fa {
    transform: translateY(-3px) scale(1.1);
}

/* Active state */
.share-link:active .fa {
    transform: translateY(-1px) scale(1.05);
}

/* Focus accessibility */
.share-link:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
    border-radius: 50%;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .share {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    
    .share ul {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    
    .share ul li {
        display: inline-block;
        margin-bottom: 0;
    }
    
    .share-link .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .share-link .fa {
        border-color: #495057;
        background: #2d3748;
        color: #e2e8f0;
    }
    
    .share p {
        color: #a0aec0;
    }
}

/* Animation for social icons */
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40%, 43% {
        transform: translateY(-8px) scale(1.1);
    }
    70% {
        transform: translateY(-4px) scale(1.05);
    }
    90% {
        transform: translateY(-2px) scale(1.02);
    }
}

.share-link .fa:hover {
    animation: bounce 0.6s ease;
}

/* Tooltip on hover */
.share-link {
    position: relative;
}

.share-link::after {
    content: attr(data-platform);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.share-link:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: -25px;
}

/* ----------------------Tags ------------------------------ */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* space between buttons */
}

.tags .tag {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tags .tag:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Individual colors per tag */
.tag.android { background: #3ddc84; }
.tag.css { background: #264de4; }
.tag.devtools { background: #444; }
.tag.git { background: #f34f29; }
.tag.html { background: #e44d26; }
.tag.java { background: #5382a1; }
.tag.javascript { background: #f0db4f; color: #000; }
.tag.kotlin { background: #a97bff; }
.tag.mysql { background: #00758f; }
.tag.nodejs { background: #3c873a; }
.tag.npm { background: #cb3837; }
.tag.php { background: #8892bf; }
.tag.python { background: #3776ab; }
.tag.react { background: #61dbfb; color: #000; }
.tag.sequelize { background: #2f406a; }
.tag.statistics { background: #ff9800; }

/* ------------------prevent page from slippping------------------- */
.Portfolio { width: 100%; }
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media (max-width: 700px) {
    .row { flex-direction: column; }
    .portfolio-col, .col-md-4 { width: 100%; }
}

/* -------------------------------New post------------------ */
.badge-python {
    background-color: #3776AB;
    color: white;
}

.badge-mysql {
    background-color: #4479A1;
    color: white;
}

.badge-javascript {
    background-color: #F7DF1E;
    color: black;
}

.card-title a {
    color: #333;
    text-decoration: none;
    
    &:hover {
        color: #007bff;
        text-decoration: none;
    }
}

/* Social share buttons */
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #666;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-decoration: none;
}

/* Facebook specific styles */
.facebook-share:hover {
    background: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

/* Icon styles */
.share-btn i {
    font-size: 16px;
}

/* For multiple share buttons in a row */
.social-share {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .share-btn {
        width: 36px;
        height: 36px;
    }
    
    .share-btn i {
        font-size: 14px;
    }
}
/* Twitter specific styles */
.twitter-share:hover {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}

/* LinkedIn specific styles */
.linkedin-share:hover {
    background: #0077b5;
    border-color: #0077b5;
    color: #fff;
}

/* Optional: Add tooltips */
.share-btn {
    position: relative;
}

.share-btn::after {
    content: attr(data-platform);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.share-btn:hover::after {
    opacity: 1;
}

/* --------------------------Number Styling ---------------------------------- */
.numbered-list {
  /* This resets the counter for each <ol> with this class */
  counter-reset: list-counter;
  list-style-type: none; /* Hides the default browser numbers */
  padding-left: 0; /* Removes default padding */
}

.numbered-list li {
  counter-increment: list-counter; /* Increases the counter for each li */
  margin-bottom: 0.5rem; /* Adds some space between items */
}

.numbered-list li::before {
  content: counter(list-counter) ". "; /* Displays the counter value followed by a dot and space */
  font-weight: bold;
  margin-right: 0.5rem;
}
.numbered-list li::before {
  content: "(" counter(list-counter) ") "; /* Result: (1) Link Name */
}

/* --------------------AI -heading words ------------------- */
.section-heading {
  color: #233743;
  /* You can easily add more styles later */
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 1rem;
}

.code-container {
            background-color: #f5f5f5;
            border-radius: 10px;
            padding: 15px;
            font-family: 'Courier New', monospace;
            display: inline-block;
            margin: 10px 0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ---------------About Resume --------------------------- */
.resume{
  width: 80%;
  margin: auto;
  padding-top: 70px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.resume-col{
  flex-basis: 45%;
  border-radius: 15px;
  margin-bottom: 5%;
  text-align: left;
  background-color: #FFF;
  padding: 25px;
  cursor: pointer;
  display: flex;
  border: 2px solid #233743;
}
.resume-col img{
  height: 45px;
  margin-left: 5px;
  margin-right: 20px;
  border-radius: 50%;
}
.resume-col p{
  padding: 0;
}
.resume-col h3{
  text-align: left;
  font-weight: 600;
}
.resume-col .fa{
  color: #233743;
}
@media(max-width:700px){
  .testimonial-col img{
    margin-left: 0px;
    margin-right: 15px;
  }
}
/*---------------------About Us page----------------*/
.img-text-wrapper h2{
  font-family: 'Poppins', sans-serif;
  color: #233743;
}
.about-me{
  width: 80%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: left;
}
.about-col p {
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}
.about-col{
  flex-basis: 48%;
  padding: 30px 2px;
  text-align: left;
}
.about-col img{
  width: 100%;
}
.about-col h1{
  padding-top: 0;
}
.about-col{
  padding: 15px 0 25px;
}
.red-btn{
  border: 1px solid #FFF transparent;
  color: #233743;
}
.red-btn:hover{
  color: #FFF;
}

/*------------------Learning & Carreer path---------------------*/
.home-content{
  margin: 20px 0 40px 0;
  font-family: "Montserrat", sans-serif;
}
.index-header
{
  color: #233743;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
}
.index-btn
{
  margin: 10px 0 10px 0;
  background-color: #373833;
  color: #233743;
  padding: 5px 0 5px 0;
}
.index-btn:hover
{
  background-color: rgba(18, 70, 56, 0.5);
  color: #000000;
  text-decoration: none;
}
.index-img
{
  min-height: 60px;
}
.image
{
  padding: 15px;
}
.index-bottom
{
  margin-bottom: 30px;
}
.portfolio-row
{
  margin: 30px 0 30px 0;
}
.portfolio-text
{
    min-height: 150px;
}
.title-link
{
  color: #233743;
}
.title-link:hover
{
  text-decoration: none;
  color: #233743;
}
.col-md-8
{
  padding: 20px 30px 20px 30px;
}
.project-des
{
  font-size: 14px;
}
.skills
{
  font-size: 12px;
}
.button-row
{
  margin-bottom: 80px;
}
.bold
{
  font-weight: bold;
  color: #233743;
}
.portfolio-img
{
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0,0,0,0.5);
  padding: 5px 5px 5px 5px;
}
.portfolio-img:hover
{
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3);
}

@media (min-width: 1200px) {
    .navbar-collapse
    {
      font-size: 18px;
    }
    .title-text
    {
      font-size: 28px;
    }
    .title-description
    {
      font-size: 18px;
    }
    .project-des
    {
      font-size: 16px;
    }
    .skills
    {
      font-size: 14px;
    }
    .portfolio-row
    {
      margin: 30px 60px 30px 60px;
    }
}
.about-header
{
  color: #233743;
  font-weight: bold;
}

/* What follows now is the styling for the timeline on the About page
    The code was taken from https://www.w3schools.com/howto/howto_css_timeline.asp */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    background-color: #233743;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 1px;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #233743;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 5;
  right: 30px;
  border: medium solid #233743;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #233743;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 5;
  left: 30px;
  border: medium solid #233743;
  border-width: 10px 10px 10px 0;
  border-color: transparent #233743 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -8px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border: 2px solid #233743;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
    margin-left: -5px;
  }

/* Full-width containers */
  .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
.container-timeline::before {
  left: 60px;
  border: medium solid #233743;
  border-width: 10px 10px 10px 0;
  border-color: transparent #233743 transparent transparent;
}

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/* This was the end of the code taken from w3schools */

.about-link:hover
{
    text-decoration: none;
}

/* This is taken from https://stackoverflow.com/questions/14821087/horizontal-line-and-right-way-to-code-it-in-html-css*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #373833;
    margin-top: 50px;
}

h2.about-header
{
    color: #940417;
}

.about-row
{
    margin: 30px 70px 30px 70px;
}

@media screen and (max-width: 900px) {
    .about-row{
        margin: 30px 20px 30px 20px;
    }
}

.row-legend
{
    margin: 20px 20px 0 20px;
}

.about-legend
{
  display: inline-block;
  width: 20px;
}

/* --------------------Footer -New-Website -------------------- */
/* Black footer styling for talkcodetome */
.footer {
    background-color: #000 !important;
    color: #e0e0e0;
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
}

.footer a {
    color: #4dabf7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #a5d8ff;
    text-decoration: underline;
}

.footer .nav-link {
    padding: 0.25rem 0;
    color: #b2b1b1;
}

.footer .nav-link:hover {
    color: #ffffff;
    background-color: transparent;
}

.footer strong {
    color: #ffffff;
    font-weight: 600;
}

.footer .icon {
    fill: #b2b1b1;
    transition: fill 0.3s ease;
}

.footer .nav-link:hover .icon {
    fill: #ffffff;
}

.footer .text-center {
    color: #b2b1b1;
    margin-top: 1.5rem;
}

/* Adjust breadcrumb for dark theme */
.bread-crumb {
    background-color: #1a1a1a;
    padding: 1rem 0;
}

.bread-crumb .breadcrumb {
    margin-bottom: 0;
}

.bread-crumb .breadcrumb-item a {
    color: #053f6e;
}

.bread-crumb .breadcrumb-item.active {
    color: #b2b1b1;
}

.bread-crumb .breadcrumb-item + .breadcrumb-item::before {
    color: #666;
}

/* ----- AI - Business Application Problem ----- */
.highlight-link {
    text-decoration: underline;
    text-decoration-color: #FFF; /* underline color */
    color: inherit; /* inherits parent text color */
    font-weight: bold;
}

  .highlight-link:hover {
    color: #28A745; /* change text color on hover */
}

/* -------Altering complete CSS style --------- */
/* Complete override for code blocks */
pre.highlight, .highlight pre {
    background-color: #E4E4EA !important;
    border: none;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    overflow-x: auto;
    color: #2c3e50 !important; /* Dark text for light background */
    font-family: 'Fira Code', 'Monaco', 'Consolas', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
}

.highlight {
    background: #E4E4EA !important;
}

/* Remove line numbers */
.highlight .lineno { 
    display: none !important; 
}

.highlight table {
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
}

.highlight table td {
    border: none !important;
    padding: 0 !important;
}

.highlight table td pre {
    margin: 0 !important;
    background: transparent !important;
}

/* Syntax highlighting colors - Optimized for light background */
.highlight .hll { background-color: #FA2742 !important; } /* Highlight line */
.highlight .c { color: #0c7721 !important; } /* Comment - gray */
.highlight .err { color: #d73a49 !important; } /* Error - red */
.highlight .k { color: #029b2e !important; } /* Keyword - magenta */
.highlight .l { color: #e36209 !important; } /* Literal - orange */
.highlight .n { color: #24292e !important; } /* Name - dark gray */
.highlight .o { color: #005cc5 !important; } /* Operator - blue */
.highlight .p { color: #24292e !important; } /* Punctuation - dark gray */
.highlight .cm { color: #0c7b11 !important; } /* Comment.Multiline */
.highlight .cp { color: #0c7b11 !important; } /* Comment.Preproc */
.highlight .c1 { color: #0c7b11 !important; } /* Comment.Single */
.highlight .cs { color: #0c7b11 !important; } /* Comment.Special */
.highlight .gd { color: #d73a49 !important; background-color: #ffeef0 !important; } /* Deleted - red with bg */
.highlight .ge { font-style: italic !important; } /* Generic.Emph */
.highlight .gr { color: #d73a49 !important; } /* Generic.Error - red */
.highlight .gh { color: #005cc5 !important; } /* Generic.Heading - blue */
.highlight .gi { color: #22863a !important; background-color: #f0fff4 !important; } /* Inserted - green with bg */
.highlight .go { color: #6a737d !important; } /* Generic.Output - gray */
.highlight .gp { color: #005cc5 !important; } /* Generic.Prompt - blue */
.highlight .gs { font-weight: bold !important; } /* Generic.Strong */
.highlight .gu { color: #6f42c1 !important; } /* Generic.Subheading - purple */
.highlight .gt { color: #d73a49 !important; } /* Generic.Traceback - red */
.highlight .kc { color: #147723 !important; } /* Keyword.Constant - magenta */
.highlight .kd { color: #147723 !important; } /* Keyword.Declaration - magenta */
.highlight .kn { color: #147723 !important; } /* Keyword.Namespace - magenta */
.highlight .kp { color: #147723 !important; } /* Keyword.Pseudo - magenta */
.highlight .kr { color: #147723 !important; } /* Keyword.Reserved - magenta */
.highlight .kt { color: #e36209 !important; } /* Keyword.Type - orange */
.highlight .ld { color: #032f62 !important; } /* Literal.Date - dark blue */
.highlight .m { color: #005cc5 !important; } /* Literal.Number - blue */
.highlight .s { color: #032f62 !important; } /* Literal.String - dark blue */
.highlight .na { color: #6f42c1 !important; } /* Name.Attribute - purple */
.highlight .nb { color: #005cc5 !important; } /* Name.Builtin - blue */
.highlight .nc { color: #6f42c1 !important; } /* Name.Class - purple */
.highlight .no { color: #005cc5 !important; } /* Name.Constant - blue */
.highlight .nd { color: #6f42c1 !important; } /* Name.Decorator - purple */
.highlight .ni { color: #24292e !important; } /* Name.Entity - dark gray */
.highlight .ne { color: #d73a49 !important; } /* Name.Exception - red */
.highlight .nf { color: #6f42c1 !important; } /* Name.Function - purple */
.highlight .nl { color: #24292e !important; } /* Name.Label - dark gray */
.highlight .nn { color: #6f42c1 !important; } /* Name.Namespace - purple */
.highlight .nx { color: #6f42c1 !important; } /* Name.Other - purple */
.highlight .py { color: #24292e !important; } /* Name.Property - dark gray */
.highlight .nt { color: #22863a !important; } /* Name.Tag - green */
.highlight .nv { color: #e36209 !important; } /* Name.Variable - orange */
.highlight .ow { color: #005cc5 !important; } /* Operator.Word - blue */
.highlight .w { color: #24292e !important; } /* Text.Whitespace - dark gray */
.highlight .mf { color: #005cc5 !important; } /* Literal.Number.Float - blue */
.highlight .mh { color: #005cc5 !important; } /* Literal.Number.Hex - blue */
.highlight .mi { color: #005cc5 !important; } /* Literal.Number.Integer - blue */
.highlight .mo { color: #005cc5 !important; } /* Literal.Number.Oct - blue */
.highlight .sb { color: #032f62 !important; } /* Literal.String.Backtick - dark blue */
.highlight .sc { color: #032f62 !important; } /* Literal.String.Char - dark blue */
.highlight .sd { color: #6a737d !important; } /* Literal.String.Doc - gray */
.highlight .s2 { color: #032f62 !important; } /* Literal.String.Double - dark blue */
.highlight .se { color: #032f62 !important; } /* Literal.String.Escape - dark blue */
.highlight .sh { color: #032f62 !important; } /* Literal.String.Heredoc - dark blue */
.highlight .si { color: #032f62 !important; } /* Literal.String.Interpol - dark blue */
.highlight .sx { color: #032f62 !important; } /* Literal.String.Other - dark blue */
.highlight .sr { color: #032f62 !important; } /* Literal.String.Regex - dark blue */
.highlight .s1 { color: #032f62 !important; } /* Literal.String.Single - dark blue */
.highlight .ss { color: #032f62 !important; } /* Literal.String.Symbol - dark blue */
.highlight .bp { color: #005cc5 !important; } /* Name.Builtin.Pseudo - blue */
.highlight .vc { color: #e36209 !important; } /* Name.Variable.Class - orange */
.highlight .vg { color: #e36209 !important; } /* Name.Variable.Global - orange */
.highlight .vi { color: #e36209 !important; } /* Name.Variable.Instance - orange */
.highlight .il { color: #005cc5 !important; } /* Literal.Number.Integer.Long - blue */

/* Specific targeting for better visibility on light background */
.highlight .nf { color: #6f42c1 !important; } /* Function names - purple */
.highlight .nc { color: #6f42c1 !important; } /* Class names - purple */
.highlight .k { color: #d03592 !important; } /* Keywords - magenta */

/* Scrollbar styling for code blocks */
pre.highlight::-webkit-scrollbar {
    height: 8px;
}

pre.highlight::-webkit-scrollbar-track {
    background: #d1d1d6;
    border-radius: 4px;
}

pre.highlight::-webkit-scrollbar-thumb {
    background: #a1a1a6;
    border-radius: 4px;
}

pre.highlight::-webkit-scrollbar-thumb:hover {
    background: #818186;
}

/* Border for better definition on light background */
pre.highlight, .highlight pre {
    border: 1px solid #d1d1d6 !important;
}

/* Selection color */
pre.highlight ::selection {
    background-color: #b3d4fc !important;
    color: #24292e !important;
}

pre.highlight ::-moz-selection {
    background-color: #b3d4fc !important;
    color: #24292e !important;
}

/* ---------Underlineing heading h4 --------- */
h5 {
    border-bottom: 2px solid #007acc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* ----------Styling of New Headers---------------- */
/* Dropdown menu styling */
.navbar-nav .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.dropdown-item {
    color: #333;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0056b3;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/* Active state for dropdown items */
.dropdown-item.active, .dropdown-item:active {
    background-color: #007bff;
    color: #fff;
}