.page-header {
    background: #00150f;
    color: white;
    height: 260px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  
  .page-header-breadcrumbs {
    font-size: 18px;
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .page-header-breadcrumbs a {
    color: var(--Green-600, #00a676);
    text-decoration: none;
  }
  
  .page-header h2 {
    font-size: 48px;
  }
  
  .page-header svg {
    position: absolute;
    z-index: 10;
    right: 0;
    top: -50%;
  }
.min-h-screen.flex.justify-center.items-center.bg-gray-100 {
    display: inline-flex;
    margin: 130px auto;
}

.grid.grid-cols-3.gap-4 {
    margin: 10px;
}

.bg-white.shadow-md.rounded-lg.p-6 {
    margin-bottom: 20px;
}

.image-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

img.w-full.h-40.object-cover.rounded-md.mb-4 {
    width: 100%;
    background-position: bottom;
}

.blog-card {
    cursor: pointer;
    height: auto;
    box-shadow: rgba(0,21,15, 0.7) 0px 8px 24px;
    border-radius: 10px;
    border: none !important;
    padding: 20px;
    border: 2px solid #0D241F !important;
    margin-bottom: 20px;
}

.blog-card:hover {
    border: 2px solid #00a676 !important;
}

.blog-card:hover .card-title {
    color: #00a676;
}

.card-text {
    font-size: 14px;
    color: #989CA3;
    margin-bottom: 0 !important;
    margin-top: 10px;
}

.card-title {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    color: #FFFFFF;
    min-height: 48px;
}

.blogDate {
    font-size: 11px;
    font-weight: 600;
    text-align-last: left;

}

.card-img-top {
    height: 150px;
    border-radius: 8px;
}
.card-img-top-wrapper {
    height: auto;
    position: relative;
    border-radius: 8px;
    margin-bottom: 10px;
}
.card-img-top-wrapper::after {
    box-shadow: rgba(0,21,15, 0.07) 0px 2px 8px 0px inset;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 8px;
}
.container {
    min-width: 0 !important;
}
.blog-description {
    color: #989CA3;
    font-size: 14px;
    margin-bottom: 10px;
}

.card-body {
    padding: 10px 0 !important;
}
.blog-readmore a {
    font-size: 16px;
    color: #00a676;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .blog-card {
        width: 100%;
    }
}

#blog-header {
    margin-bottom: 50px;
    /* height:500px; */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.4); /* The fourth value is the opacity (0.3) */
}

#content {
    padding: 0px 0px !important;
}

#author-image, #blog-title, .blog-content {
    margin-top: 10px;
    margin-left: 20px;
}

.blog-content {
    margin-bottom: 50px;
}

#author-name, .published-date {
    margin-left: 20px;
}

.published-date {
    margin-right: 20px;
    margin-left: auto;
}

#author-image {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 1px solid #5f5f5f;
}


.blog-details {
    display: flex;
    align-items: center;
    color: #b9b9b9;
    width: 100%;
    border-top: 1px solid #5f5f5f;
    font-size: 0.9rem !important;
    border-bottom: 1px solid #5f5f5f;
    font-weight: 700 !important;
}

.feature-image {
    border-radius: 5px;
    border: 3px solid #5f5f5f;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.comment-head {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
}

.comments {
    padding: 5px 5px;
    margin-top: 20px;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

#blog-title {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 40px;
}

.blog-content li[data-list="bullet"] {
    list-style: disc;
}

.line-height {
    line-height: 1.5;
}

.commentsCountDiv {
    padding-bottom: 10px;
}

#commentForm {
    padding: 15px;
    margin-top: 60px;
    border: 1px solid #5f5f5f;
    border-radius: 5px;
}

#name, #email, #website {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
}

#inputDiv {
    display: flex;
    flex-direction: row;
    grid-gap: 30px;
}

#commentInput {
    width: 100%;
}


@media screen and (max-width: 750px) {
    #content {
        min-width: 100%;
    }

    .blog-card {
        margin-right: 6%;
    }

    #blog-header {
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .content-right {
        margin-right: 20px;
    }

    .blog-details {
        width: 90%;
    }

    #author-image {
        height: 40px;
        width: 40px;
    }

    #author-name {
        font-size: 12px;
    }

    #blog-title {
        font-size: 1.8rem;
    }

    #inputDiv {
        flex-direction: column;
    }

    .comments {
        padding: 5px 5px;
    }

    #comment {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .page-header {
        height: 160px;
    }
    .page-header h2 {
        font-size: 24px;
    }
    .page-header-breadcrumbs {
        font-size: 14px;
    }
}

/* input related css */

/*
=====
HELPERS
=====
*/

.ha-screen-reader {
    width: var(--ha-screen-reader-width, 1px);
    height: var(--ha-screen-reader-height, 1px);
    padding: var(--ha-screen-reader-padding, 0);
    border: var(--ha-screen-reader-border, none);

    position: var(--ha-screen-reader-position, absolute);
    clip: var(--ha-screen-reader-clip, rect(1px, 1px, 1px, 1px));
    overflow: var(--ha-screen-reader-overflow, hidden);
}

/*
=====
RESET STYLES
=====
*/

.field__input {
    --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);

    background-color: transparent;
    border-radius: 0;
    border: none;

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

    font-family: inherit;
    font-size: inherit;
    color: #ffffff;
}

.field__input:focus::-webkit-input-placeholder {
    color: var(--uiFieldPlaceholderColor);
}

.field__input:focus::-moz-placeholder {
    color: var(--uiFieldPlaceholderColor);
}

/*
=====
CORE STYLES
=====
*/

.field {
    --uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
    --uiFieldPaddingRight: var(--fieldPaddingRight, 1rem);
    --uiFieldPaddingLeft: var(--fieldPaddingLeft, 1rem);

    display: var(--fieldDisplay, inline-flex);
    position: relative;
    font-size: var(--fieldFontSize, 1rem);
}

.field__input {
    box-sizing: border-box;
    width: var(--fieldWidth, 100%);
    height: var(--fieldHeight, 3rem);
    padding: var(--fieldPaddingTop, 1.25rem) var(--uiFieldPaddingRight) var(--fieldPaddingBottom, .5rem) var(--uiFieldPaddingLeft);
    border-bottom: var(--uiFieldBorderWidth) solid var(--fieldBorderColor, rgba(255, 255, 255, 0.25));
}

.field__input:focus {
    outline: none;
}

.field__input::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .2s ease-out;
}

.field__input::-moz-placeholder {
    opacity: 0;
    transition: opacity .2s ease-out;
}

.field__input:focus::-webkit-input-placeholder {
    opacity: 1;
    transition-delay: .2s;
}

.field__input:focus::-moz-placeholder {
    opacity: 1;
    transition-delay: .2s;
}

.field__label-wrap {
    box-sizing: border-box;
    pointer-events: none;
    cursor: text;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.field__label-wrap::after {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 0;
    opacity: 0;

    position: absolute;
    bottom: 0;
    left: 0;
}

.field__input:focus ~ .field__label-wrap::after {
    opacity: 1;
}

.field__label {
    position: absolute;
    left: var(--uiFieldPaddingLeft);
    top: calc(50% - .5em);

    line-height: 1;
    font-size: var(--fieldHintFontSize, inherit);

    transition: top .2s cubic-bezier(0.9, -0.15, 0.1, 1.15), opacity .2s ease-out, font-size .2s ease-out;
}

.field__input:focus ~ .field__label-wrap .field__label,
.field__input:not(:placeholder-shown) ~ .field__label-wrap .field__label {
    --fieldHintFontSize: var(--fieldHintFontSizeFocused, .75rem);

    top: var(--fieldHintTopHover, .25rem);
}

/* 
effect 1
*/

.field_v1 .field__label-wrap::after {
    border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
    transition: opacity .2s ease-out;
}

/* 
effect 2
*/

.field_v2 .field__label-wrap {
    overflow: hidden;
}

.field_v2 .field__label-wrap::after {
    border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
    transform: translate3d(-105%, 0, 0);
    transition: transform .285s ease-out .2s, opacity .2s ease-out .2s;
}

.field_v2 .field__input:focus ~ .field__label-wrap::after {
    transform: translate3d(0, 0, 0);
    transition-delay: 0;
}

/*
effect 3
*/

.field_v3 .field__label-wrap::after {
    border: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
    transition: height .2s ease-out, opacity .2s ease-out;
}

.field_v3 .field__input:focus ~ .field__label-wrap::after {
    height: 100%;
}

/*
=====
LEVEL 4. SETTINGS
=====
*/

.field {
    --fieldBorderColor: #ffffff;
    margin-bottom: 20px;
}


.first-div {
    flex: 75%;
}

.second-div {
    flex: 17%;
    margin-top: 126px;
    height: 100vh;
}

.tweet-container {
    box-shadow: rgba(0,21,15, 0.7) 0px 8px 24px;
    padding: 20px;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
    .tweet-container {
        margin: 20px 15px;
    }
}

#twitter-widget-0 {
    height: 1500px !important;
}


@media screen and (max-width: 1024px) {

    #twitter-widget-0 {
        height: 600px !important;
    }

    .second-div {
        margin: 0px 6%;
    }

    .custom-blog {
        margin: 0px 6%;
        width: 88%;
    }

}

#author-image {
    border-radius: 50%;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

#thumbnail-image{
    object-fit: cover;
}
