body {
    color: #23262F;
}

.container {
    max-width: 1200px !important;
}

.header-wrap {
    padding-left: 20px;
}

.blog-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-wrap {
    max-width: 1550px;
}

.blog-view {
    max-width: 1000px !important;
}

img {
    border-radius: 8px;
}

.secondary-color {
    color: #777E90 !important;
}

.navbar {
    border-bottom: #EFF3F9 solid 1px;
}

.navbar-brand {
    font-weight: 700;
}

.banner {
    background-image: url("/Users/canhnguyen/Documents/My Projects/landing-page/static/images/abstract-banner.jpg");
}

/* 
.cta {
    height: 248px;
    background-image: url("/Users/canhnguyen/Documents/My Projects/landing-page/static/images/abstract.png");
}

.cta-btn {
    border: white;
    background-color: white;
    font-weight: 650px;
} */

.planning-card:hover {
    background: #EFF2F7;
}


.btn-move {
    animation-name: move;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  
  @keyframes move {
    0%   {left:0px; top:0px;}
    25%  {left:200px; top:0px;}
    50%  {left:200px; top:0px;}
    75%  {left:0px; top:0px;}
    100% {left:0px; top:0px;}
  }

.content-wrap {
    padding-right: unset;
}

.content-block {
    width: 100%;
    max-width: 430px;
    background-color: #EFF2F7;
    border-radius: 8px;
    padding: 24px;
};



.service {
    padding: 24px;
    background-color: #EFF2F7;
}

.service-img {
    width: 400px;
}

.service-content {
    width: 650px;
}

.service-title {
    /* border-bottom: #d9d9d9 solid 2px; */
    padding: 10px 0px;
}

.planning-content {
    width: 700px;
}

.collapse-card {
    border: none;
}

.collapse-title {
    border: none;
    background: none;
    padding-left: 0px;
}

.collapse-text {
    margin-left: 8px;
}

.dot {
    font-size: 8px;
    margin-bottom: 2px;
}

.btn-collapse {
    text-decoration: none;
    color: #23262F;
    font-weight: 600;
}

.btn-collapse.active {
    color: #0d6efd;
    border: hidden;
}

.collapse-card {
    padding-left: 16px;
}


.collapse-card.active {
    background-color: #F6F9FF;
}

.card-body {
    color: #777E90;
}

.blog-header {
    border-bottom: #F0F0F0 solid 1px;
}

.header-right {
    gap: 16px;
    max-width: 500px !important;
}

.search-input {
    min-width: 350px;
}

.service-btn {
    min-width: 160px;
}

.service-btn-url {
    margin-right: 4px;
    text-decoration: none;
    color: inherit;
}


.card {
    border: none;
}

.card-img img{
    border-radius: 10px;
}

.card-text {
    text-align:justify;
    margin-bottom: 5px;
}

.card-wrap {
    padding: 8px;
}

.card-description {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
}

.card-small {
    height: 40px !important;
    margin-bottom: 10px !important;
}

.card-body h5 {
    height: 50px;
}

.description, .card-body h5 {
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category {
    padding: 0px 8px 16px 0px;
}

.view-all {
    text-decoration: none;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 99px;
}

.post-wrap {
    /* padding: 8px; */
    border-radius: 10px;
    text-decoration: none;
}

.post-wrap:hover {
    background: #EFF2F7;
}

.post-img img {
    width: 100%;
    height:100%;
}

.post-list {
    padding-left: unset;
    padding-right: unset;
}

.post-item {
    text-decoration: none;
    padding-bottom: 16px;
}

.post-img {
    width: 100%;
    height: 220px;
}

.featured-img {
    min-width: 200px;
}


.pagination-btn {
    border: none;
    width: 50px;
    height: 40px;
    text-align: center;
}

.page-url {
    text-decoration: none;
    color: inherit;
}

.page-name {
    padding: 20px 0 0;
}

.back-btn {
    padding: 20px 8px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.btn-left {
    text-align: left !important;
}

.blog-cta {
    background: #EFF2F7;
    padding: 20px;
    gap: 20px;
}

.blog-cta-wrap {
    padding: 0px 8px !important;
    width: 100%;
}

.blog-cta div {
    margin: auto 0px;
}

.blog-cta button {
    width: 150px;
    border-radius: 20px;
}
.text-dark-red {
    color: #58151c;
}

.info {
    padding: 20px 0px;
}

.page-content {
    padding: 30px 0px;
}

.blog-breadcum {
    gap: 8px;
    width: 100%;
}

.blog-breadcum svg {
    margin: auto 0;
}

.blog-breadcum a {
    text-decoration: none;
    color: inherit;
}

.blog-breadcum a:hover {
    text-decoration: underline;
}

.right-sidebar {
    padding: 30px 0px 30px 30px;
    width: 275px;
}

.category-item {
    text-decoration: none;
    color: inherit;
}

.category-item:hover {
    color:#0d6efd;
}

.category-title {
    width: 100%;
    padding: 30px 30px 0px 30px;
}

.cta-content {
    padding-top: 10px;

}

.email-form {
    width: 500px;
    margin: auto;
}

.email-input {
    width: 100%;
    padding-right: 12px;
}

.email-submit {
    min-width: 60px;
}

.creator {
    padding-bottom: 10px;
}

.share-post {
    padding: 10px 0px;
}

.share-group {
    gap: 8px;
}

.m-service-btn {
    min-width: 110px;
}

.m-search-input {
    width: 100%;
}

/* strong {
    color: #d35400;
} */

/* h3 {
    color: #3498db;
} */

.example-box {
    background: #e3f2fd;
    border-left: 6px solid #2196f3;
    padding: 15px 25px;
    margin: 20px 0;
    border-radius: 8px;
}
.example-box h4 {
    color: #1976d2;
    margin-top: 0;
}
.quote {
    font-style: italic;
    color: #616161;
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 4px solid #9e9e9e;
    background-color: #f5f5f5;
}
.citation {
    font-size: 0.85em;
    color: #757575;
    font-style: normal;
}

blockquote {
    background-color: #eef5fb; /* Light blue for quotes */
    padding: 15px 20px;
    border-left: 5px solid #3498db; /* Blue border */
    margin: 15px 0;
    font-style: italic;
    color: #3a5c7f;
    border-radius: 5px;
}
.section-intro {
    font-style: italic;
    margin-bottom: 20px;
    color: #555;
}
.highlight-box {
    background-color: #e8f6f3;
    border-left: 5px solid #1abc9c;
    padding: 15px 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.highlight {
    background-color: #e6f7ff;
    padding: 10px 15px;
    border-left: 4px solid #007bff;
    margin: 20px 0;
    border-radius: 5px;
}
.footer-note {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 30px;
    text-align: center;
}

.cta,
.cta * {
    box-sizing: border-box;
}

.cta-wrap {
    padding: 0px 0px 12px 0px;
}

.cta {
    background: #fff7e6;
    border-style: solid;
    border-color: #fa8c16;
    border-width: 0px 0px 0px 5px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.cta-title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.cta-title h3 {
    margin-bottom: 0px;
}

.cta-des {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.cta-checklist {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.cta-checklist-left {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.text2 ul {
    margin-bottom: 0px !important;
}

.check-circle-filled {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.cta-checklist-right {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}
.cta-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.button {
    background: #fa8c16;
    border-radius: var(--var-sds-size-radius-200, 8px);
    border-style: solid;
    border-color: #fa8c16;
    border-width: 1px;
    padding: var(--var-sds-size-space-300, 12px);
    display: flex;
    flex-direction: row;
    gap: var(--var-sds-size-space-200, 8px);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.button2 {
    color: #f5f5f5;
    text-align: left;
    font-size: var(--var-sds-typography-body-size-medium, 16px);
    line-height: 100%;
    font-weight: 400;
    position: relative;
}

.button3 {
    border-radius: var(--var-sds-size-radius-200, 8px);
    padding: var(--var-sds-size-space-300, 12px);
    display: flex;
    flex-direction: row;
    gap: var(--var-sds-size-space-200, 8px);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.button4 {
    color: #fa8c16;
    text-align: left;
    line-height: 100%;
    font-weight: 400;
    position: relative;
}

.text-primary {
    color: #5848c9;
}

.space {
    height: 12px;
}

.img-404 {
    display: flex;
    margin: auto;
}

.confirmation {
    padding: 100px 0px !important;
    display: flex;
    flex-direction: column;
}

.confirmation img {
    margin: auto;
}

.confirmation p {
    text-align: center;
    margin: 0px;
    font-size: 18px;
}

.noti-text {
    color: #5848c9;
}

.signup-form {
    background: #EFF2F7;
    padding: 50px;
    gap: 30px;
}

.signup-wrap {
    background: #EFF2F7;
}

.signup-form .description {
    max-width: 600px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.signup-form .description div {
    max-width: 370px;
}

.step {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.step-name-wrap {
    padding-top: 8px;
}

.step-name {
    width: 30px;
    height: 30px;
    border-radius: 99px;
    color: #1E1E1E;
    text-align: center;
    border:#1E1E1E solid 2px;
    font-weight: 600;
}

.gray {
    color: #777E90;
}

.signup-form .content {
    padding: 30px 0px;
}

.form-content .r {
    gap: 20px;
    padding-bottom: 20px;
}

.form-label {
    margin-bottom: 8px;
}

.message {
    height: 120px;
}

.submit-form {
    background: #1E1E1E;
    border-color: #1E1E1E;
}
.submit-form:hover {
    background: #000;
}

/* RESPONSIVE */

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

@media (max-width: 650px) {
    .signup-form{
        flex-direction: column;
    }

    .signup-form .content {
        padding: 30px;
    }
}

@media (max-width: 1100px) {
    .img-wrap {
        display: none;
    }

    .service-img-m {
        display: block;
        width: 150px;
    }

    br {
        display: none;
    }

    ul {
        padding-left: 10px;
        padding-right: 20px;
    }
    
  }

@media (min-width: 1101px) {
    .img-wrap {
        display: block;
    }

    .service-img-m {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .right-sidebar {
      display: none;
    }

    .header-right {
        display: none !important;
    }

    .mobile-menu {
        padding: 12px 12px 8px;
        width: 100%;
        gap: 12px;
    }

    .blog-header {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .m-header {
        display: none;
    }

    .mobile-menu {
        display:none !important;
    }

    
}

@media only screen and (max-width: 960px) {
    .blog-header{
      max-width: 960px;
    }
}

@media only screen and (min-width: 910px) {
    .banner-content div {
        width: 700px;
        margin: auto;
    }
}
