/**
 * BAUS Personal Webpage Styles
 * Exact match from legacy bestagents-us/website design
 */

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.dropdown-menu {
    right: 0;
    left: auto !important;
}

.container {
    max-width: 1400px;
}

.btn-dark {
    background: white;
    border-radius: 0;
    font-size: 16px;
    padding: 8px 20px;
    border: 1px solid;
    color: black;
    transition: all 0.3s ease-in-out;
}

.btn-dark:hover {
    background: #000;
    border-color: #000;
    color: white;
}

/* ============================================
   Navbar
   ============================================ */
nav .navbar-brand img {
    width: 250px;
}

.personal-webpage-nav {
    position: absolute;
    width: 100%;
    background: none;
    z-index: 2;
}

.contact-nav {
    position: inherit;
}

.personal-webpage-nav .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
}

.personal-webpage-nav button.navbar-toggler {
    background: white;
    border-radius: 0;
}

.dropdown-item {
    padding: 10px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background: black !important;
    color: white;
    padding: 10px;
}

.personal-webpage-nav span.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-webpage-nav span.navbar-toggler-icon i {
    font-size: 26px;
    color: black !important;
}

.personal-webpage-nav .navbar-nav .nav-link {
    color: white;
    padding: 0 !important;
    margin: 0 20px;
}

.contact-nav .nav-link {
    color: black !important;
}

.personal-webpage-nav .nav-item.active .nav-link,
.personal-webpage-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid white;
}

/* Dropdown toggle caret color for personal webpage nav */
.personal-webpage-nav .dropdown-toggle::after {
    border-top-color: white;
}

.contact-nav .dropdown-toggle::after {
    border-top-color: black;
}

.contact-nav .nav-item.active .nav-link,
.contact-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid black;
}

.logo-container {
    display: flex;
    align-items: center;
}

.circlelog {
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.initials {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: bold;
    color: #131313;
    margin: 0;
    text-transform: uppercase;
}

.fullname {
    font-size: 24px;
    color: #E9E9E9;
    margin: 0;
    text-transform: uppercase;
}

.round {
    border: solid 5px #FFFFFF;
    border-radius: 60px;
}

.roundish {
    border: solid 5px #FFFFFF;
    border-radius: 8px;
    margin-right: 20px;
    background: white;
}

/* ============================================
   Main Header/Hero Section
   ============================================ */
.main-header {
    background: url("../images/personal-webpage/header-default-MrutYh0.webp") no-repeat center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.main-header .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
    color: white;
}

.main-header h3 {
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 5px;
    font-size: 2vw;
    margin-top: 5px;
}

.main-header h1 {
    font-family: auto !important;
    font-weight: 500;
    font-size: 3.7vw;
    margin: 0 auto;
}

.main-header h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3vw;
}

.main-header .round {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 5px #FFFFFF;
}

.main-header .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    background: transparent;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.main-header .btn:hover {
    background: white;
    color: black;
}

/* ============================================
   Signature Name (Oooh Baby font)
   ============================================ */
.signature-name {
    font-family: 'Oooh Baby', cursive;
    margin-top: 22px;
    font-size: 26px;
    display: block;
    color: white;
}

.signature-name.large {
    font-size: 40px;
    color: inherit;
}

/* ============================================
   Sell Header / About-P Header (for insights page)
   ============================================ */
.main-header.sell-header {
    background: url("../images/personal-webpage/header-default-MrutYh0.webp") no-repeat center center;
    background-size: cover;
    height: auto !important;
    width: 100%;
}

.main-header.sell-header.buy-header {
    background: url("../images/personal-webpage/buy-bg-JHjK6NR.webp") no-repeat center center;
    background-size: cover;
    height: auto !important;
    width: 100%;
}

.main-header.sell-header .overlay {
    padding: 180px 0 87px;
}

.main-header.sell-header h1 {
    font-size: 3.7vw !important;
    margin-top: 20px;
    font-weight: 500;
}

.main-header.sell-header p {
    font-size: 21px;
    max-width: 850px;
    margin: 15px auto 0;
}

.about-p h1 {
    text-align: left;
}

.about-p p {
    text-align: left;
    margin: 0 !important;
}

.about-p .content {
    background: #000;
    padding: 20px 80px;
    max-width: 1100px;
    margin: 0 auto;
}

.about-p .btn {
    float: left;
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    background: transparent;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.about-p .btn:hover {
    background: white;
    color: black;
}

/* ============================================
   About/Meet Section (for insights page)
   ============================================ */
.about-meet h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.about-meet p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
}

.about-meet img {
    max-width: 100%;
}

/* ============================================
   Meet Craig Section
   ============================================ */
.meet-craig {
    /* padding: 50px 0 */
}

.meet-craig .left-bg {
    background: url("../images/personal-webpage/left-bg-ukC3KEf.webp") no-repeat left;
    background-size: cover;
    padding: 0;
}

.meet-craig .left-bg .overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    padding: 5vw 0;
    display: flex;
    justify-content: flex-end;
}

.meet-craig .left-bg img {
    float: right;
    position: relative;
    left: 8vw;
    max-width: 290px;
}

.meet-craig .right-content {
    padding: 3vw 17% 3vw 18%;
}

.meet-craig .right-content h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.meet-craig .right-content p {
    font-size: 16px;
}

.meet-craig .row {
    align-items: center;
}

/* ============================================
   History/Stats Bar
   ============================================ */
.history {
    padding: 30px 0;
    background: black;
    text-align: center;
}

.history .row {
    align-items: center;
}

.history h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 40px;
    color: white;
}

.history p {
    font-weight: 300;
    font-size: 22px;
    color: #f2f2f2;
}

.history img {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ============================================
   Insights Section
   ============================================ */
.insights {
    padding: 70px 0;
}

.insights .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
}

.insights h1 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 400;
    color: black;
    letter-spacing: 5px;
}

.insights p {
    font-size: 18px;
    max-width: 770px;
    color: black;
    margin: 10px auto 50px;
}

.insights h4 {
    font-size: 22px;
    color: black;
    max-width: 90%;
    margin-bottom: 40px;
}

.insights .frame-bottom-vh-270 {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.insights a {
    color: black;
    text-decoration: none;
}

.insights img {
    width: 100%;
    margin: 0px auto 20px;
    display: block;
    height: 235px;
    object-fit: cover;
    margin-top: 18px;
}

.insights img.baus-fit {
    object-fit: contain!important;
}

.insights iframe {
    width: 100%;
    margin: 0px auto 5px;
    display: block;
}

.insights .btn-dark {
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: fit-content;
}

/* ============================================
   Explore Insights (used for videos section header)
   ============================================ */
.explore-insights .video-block {
    position: relative;
}

.explore-insights .play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.explore-insights .play img {
    transition: all 0.3s ease-in-out;
}

.explore-insights .play:hover img {
    transform: scale(0.9);
}

.explore-insights .main-img {
    width: 100%;
    filter: brightness(50%);
}

.explore-insights h1 {
    text-align: center;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
}

.explore-insights .desc {
    color: #575757;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
}

.explore-insights p {
    color: black;
    font-size: 23px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 25px;
}

.explore-insights .btn-dark {
    text-align: center;
    margin: 20px auto 10px;
    display: block;
    width: fit-content;
}

/* ============================================
   Work With Us CTA Section
   ============================================ */
.work-with-us {
    background: url("../images/personal-webpage/work-with-us-jzgHs4W.webp") no-repeat center center;
    background-size: cover;
}

.work-with-us .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 200px 0;
}

.work-with-us h4 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
}

.work-with-us h2 {
    color: white;
    font-size: 50px;
    font-weight: 400;
}

.work-with-us p {
    color: white;
    font-size: 18px;
    max-width: 500px;
    font-weight: 400;
}

.work-with-us .btn {
    border: 1px solid white;
    font-weight: 400;
    border-radius: 0px;
    color: white;
    background: transparent;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    padding: 8px 20px;
}

.work-with-us .btn:hover {
    background: white;
    color: black;
}

/* ============================================
   Share Button and Modal
   ============================================ */
.share-button {
    background: #242422;
    color: #FFF;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 106px;
    height: 32px;
    word-wrap: break-word;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    float: right;
    border: none;
    cursor: pointer;
}

.share-input-field {
    background: url("../images/personal-webpage/Link-grj4VpJ.svg") no-repeat scroll 15px;
    padding-left: 40px;
    opacity: 0.30;
    border-radius: 5px;
    border: 0.50px black solid;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
}

.social-icon {
    width: 42px !important;
    height: 42px !important;
    float: left;
    margin-right: 10px !important;
}

.share-embed {
    overflow-y: scroll;
    resize: none;
    opacity: 0.30;
    border-radius: 5px;
    border: 0.50px black solid;
    width: 100%;
    cursor: pointer;
}

.clipboard-message {
    display: none;
    color: red;
}

/* ============================================
   Footer
   ============================================ */
footer {
    background: black;
    padding: 50px 0;
}

footer.white-footer {
    background: white;
    color: black;
}

footer .col-lg-3 {
    margin-bottom: 30px;
}

footer h5 {
    color: white;
}

footer.white-footer h5 {
    color: black;
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

footer a {
    text-decoration: none !important;
    color: white !important;
}

footer.white-footer a {
    color: black !important;
}

footer hr {
    width: 100%;
    border-top: 1px solid #CCC;
}

footer.white-footer hr {
    border-top: 1px solid #555;
}

footer .footer-links {
    float: right;
    color: white;
}

footer .footer-links li {
    margin-left: 15px;
}

footer .footer-links li a {
    font-size: 15px;
}

footer .list-unstyled li {
    margin-bottom: 5px;
}

/* ============================================
   Popup Icon
   ============================================ */
.icon-click {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99 !important;
    cursor: pointer;
}

#hiddenDiv {
    position: fixed;
    bottom: 30px;
    right: 20px;
    margin-left: 20px;
    display: none;
    z-index: 99 !important;
    box-shadow: 0 0 2px 1px #DDD;
    border-radius: 20px;
}

.pop-content {
    background: white;
    padding: 20px 15px;
    max-width: 400px;
}

button.cta-close.close {
    background: white;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: -41px;
    right: 0;
    cursor: pointer;
}

.cta-profile__button {
    color: #1A7E7B;
    border-top: 1px solid #DDD;
    display: block;
    padding-top: 20px;
    transition: all 0.3s ease-in-out;
}

.cta-profile__button:hover {
    color: #000;
    text-decoration: none;
}

/* ============================================
   Contact Page
   ============================================ */
.contact {
    padding: 100px 0 50px;
    z-index: 9;
    position: relative;
}

.contact .title {
    font-weight: 600;
    font-size: 3.5vw;
}

.contact .img-left {
    width: 100%;
    margin-top: 15px;
}

.contact .content {
    margin-top: 30px;
}

.contact .content h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.contact .content h6 {
    font-size: 20px;
    font-weight: 600;
}

.contact .content p {
    font-weight: 400;
    font-size: 18px;
    color: #4E4E4E;
}

.contact .right-side {
    border: 1px solid #BDBDBD;
    padding: 20px;
    background: #F6FFFF;
}

.contact .right-side .media {
    align-items: center;
}

.contact .right-side .media img {
    max-width: 120px;
    margin-right: 15px;
}

.contact .right-side .media h5 {
    font-size: 18px;
    font-weight: 400;
}

.contact .right-side .media h3 {
    font-weight: 600;
    font-size: 25px;
}

.contact .right-side .profile-img {
    display: block;
    margin: -110px auto 30px;
    text-align: center;
}

.contact .right-side .side-content h4 {
    text-align: center;
}

.contact .right-side .side-content ul {
    text-align: center;
}

.contact .right-side .side-content ul li {
    color: #0C0C0C;
    font-weight: 500 !important;
    font-size: 16px;
}

.contact .right-side input {
    background: #FFF;
    font-size: 16px;
    height: 50px;
}

.contact .right-side textarea {
    background: #FFF;
    resize: none;
    font-size: 16px;
    height: 110px;
}

.contact .right-side button {
    background: #1A7E7B;
    color: white;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
    text-transform: uppercase;
}

.contact .right-side button:hover {
    background: #156562;
}

/* Contact About Header */
.main-header.about-header {
    background: url("../images/personal-webpage/header-default-MrutYh0.webp") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto !important;
}

.main-header.about-header .overlay {
    padding: 120px 0 0;
}

.about-header .about-img {
    width: 100%;
    position: relative;
    right: 10vw;
}

.about-header .about-img.square {
    border: solid 30px #FFFFFF;
}

.about-header .row {
    align-items: center;
    padding: 0;
}

.about-header .container,
.about-header .row {
    height: 100%;
}

.about-header .container {
    max-width: 100%;
}

.about-header .container .col-lg-9,
.about-header .container .col-lg-3 {
    padding: 0;
}

.about-header .content {
    position: relative;
    top: 42%;
    left: -65px;
    background: rgb(221 209 209 / 50%);
    padding: 20px;
}

.main-header.about-header h1 {
    font-family: auto !important;
    font-weight: 500;
    font-size: 4vw;
    margin: 0 auto;
}

.about-header h5 {
    font-size: 1.8vw;
    margin: 0;
}

.about h5 {
    font-family: 'Playfair Display', serif;
    font-size: 40px !important;
    margin-bottom: 25px;
}

.about p {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    color: #545369;
    max-width: 610px;
}

.contact.about .right-side {
    border: 1px solid #DDD;
    padding: 45px 20px !important;
    background: #E5F0F0;
}

.contact.about .right-side input,
.contact.about .right-side textarea {
    background: white !important;
}

.contact.about .right-side .side-content ul {
    margin-bottom: 10px;
}

.contact.about {
    padding-top: 50px;
}

/* Error message styling */
.error {
    color: red;
    font-size: 0.8em;
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 767px) {
    .about-meet {
        text-align: center;
    }

    .about-meet h1 {
        margin-top: 25px;
    }

    .about-meet img {
        display: block;
        margin: auto;
    }

    .about-p .content {
        padding: 20px;
    }

    .about-p .btn {
        font-size: 16px !important;
        float: none;
        margin-bottom: 30px;
    }

    .about-p .row {
        flex-direction: column-reverse;
    }

    .about-p h1,
    .about-p p {
        text-align: center;
    }

    .main-header.sell-header h1 {
        font-size: 40px !important;
        margin-top: 20px;
    }

    .main-header.sell-header p {
        font-size: 18px !important;
        max-width: 100%;
        margin: 15px auto 0;
    }

    .main-header.sell-header .overlay {
        padding: 120px 0 50px;
    }

    .signature-name {
        text-align: center;
    }

    .contact .title {
        font-size: 35px !important;
    }

    .contact .right-side .media {
        display: block;
        text-align: center;
    }

    .contact .right-side ul {
        text-align: center;
    }

    .about-header .content {
        position: relative;
        top: 0;
        left: 0;
    }

    .about-header .about-img {
        right: 0;
    }

    .contact .right-side ul {
        text-align: center;
    }

    .home-buy .bg {
        padding: 30px 20px !important;
        border-radius: 20px;
    }

    .guide-right {
        margin-top: 30px;
    }

    .about h5 {
        font-size: 33px !important;
    }

    .main-header.about-header h1 {
        font-size: 8vw;
    }

    .about-header h5 {
        font-size: 3.8vw;
    }

    .contact .title {
        font-size: 35px !important;
    }

    .main-header h3 {
        font-size: 5vw;
    }

    .main-header h1 {
        font-size: 8vw;
    }

    .main-header h4 {
        font-size: 6vw;
    }

    .main-header .btn {
        font-size: 4.3vw;
    }

    .about-p .content {
        padding: 20px;
    }

    .about-p .btn {
        font-size: 16px !important;
        float: none;
        margin-bottom: 30px;
    }

    .about-p .row {
        flex-direction: column-reverse;
    }

    .about-p h1,
    .about-p p {
        text-align: center;
    }

    footer .row {
        text-align: center;
    }

    .work-with-us {
        text-align: center;
    }

    .work-with-us .overlay {
        padding: 100px 0;
    }

    .work-with-us p {
        margin: 0 auto;
    }

    .main-header.sell-header h1 {
        font-size: 40px !important;
        margin-top: 20px;
    }

    .main-header.sell-header p {
        font-size: 18px !important;
        max-width: 100%;
        margin: 15px auto 0;
    }

    .main-header.sell-header .overlay {
        padding: 120px 0 50px;
    }
}

@media (max-width: 991px) {
    .main-header.home-buy {
        height: auto !important;
    }

    .main-header.home-buy .overlay {
        padding: 80px 0;
    }

    .navbar-nav .dropdown-menu {
        background: black;
    }

    .navbar-nav .dropdown-menu a {
        color: white;
    }

    .selling-service .row .col-lg-4 {
        border-bottom: 1px solid #CCC;
        border-right: none !important;
        padding: 30px 0;
        margin: 0 30px;
    }

    .sell-black-bg {
        text-align: center;
    }

    .sell-black-bg h1 {
        margin: 0 auto 20px;
    }

    .sell-black-bg img {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-header .container .col-lg-9,
    .about-header .container .col-lg-3 {
        padding: 15px;
    }

    .about-header .content {
        position: relative;
        top: 0;
        left: 0;
    }

    .about-header .about-img {
        right: 0;
    }

    .contact .title {
        font-size: 50px;
    }

    .contact .right-side {
        margin-top: 85px;
    }

    .services h5 {
        text-align: center;
    }

    .personal-webpage-nav .navbar-nav {
        background: black;
        padding: 20px 10px 0;
        z-index: 9999999 !important;
        position: relative;
    }

    .personal-webpage-nav .nav-item.active .nav-link,
    .personal-webpage-nav .nav-item .nav-link:hover {
        border-bottom: none !important;
        color: #1A7E7B;
    }

    .contact-nav .nav-item.active .nav-link,
    .contact-nav .nav-item .nav-link:hover {
        border-bottom: none !important;
        color: #1A7E7B !important;
    }

    .dropdown-item.active,
    .dropdown-item:active {
        border-bottom: none !important;
        color: #1A7E7B !important;
        background: none;
    }

    .contact-nav .nav-link {
        color: white !important;
    }

    .contact-nav button.navbar-toggler {
        border: 1px solid black;
    }

    .personal-webpage-nav .navbar-nav li {
        margin: 6px 0;
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
    }

    footer .footer-links {
        float: none;
        text-align: center;
    }

    .personal-webpage-nav .navbar-nav li:last-of-type {
        border: none;
    }

    footer .row {
        text-align: center;
    }

    .footer-logo {
        width: 100px;
    }

    .meet-craig .left-bg .overlay {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .meet-craig .left-bg img {
        float: none;
        position: relative;
        left: 0;
        top: 90px;
        width: 100% !important;
        padding: 20px;
        max-width: 100%;
    }

    .meet-craig .right-content {
        padding: 150px 0 50px;
        text-align: center;
    }

    .services .img-service {
        margin-bottom: 30px;
    }

    .services .img-service .overlay .content {
        top: 0 !important;
    }

    .services h4,
    .services h2,
    .services p {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .meet-craig .right-content {
        padding: 3vw 0% 3vw 18%;
    }

    .meet-craig .left-bg .overlay {
        padding: 10vw 0;
    }

    .main-header.sell-header h1 {
        font-size: 4.5vw !important;
    }

    .about-p .content {
        padding: 20px 40px;
    }
}

@media (min-width: 1024px) {
    .personal-webpage-nav {
        padding: 20px 0;
    }

    .cursor-dot,
    .cursor-dot-outline {
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
        z-index: 9999;
    }

    .cursor-dot {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }

    .cursor-dot-outline {
        width: 40px;
        height: 40px;
        background-color: rgba(32, 212, 137, 0.308);
    }
}

@media (max-width: 1400px) {
    .contact .right-side .side-content ul li {
        font-size: 14px !important;
    }
}

@media (max-width: 992px) and (min-width: 1600px) {
    .about-header .about-img {
        right: 28%;
    }
}

@media (max-width: 400px) {
    nav .navbar-brand img {
        width: 61vw;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin: 10px 0;
        padding: 10px 0;
    }
}

/* ========================================
   Blog/Article Page Styles
======================================== */

.critical-header {
    position: relative;
    padding: 80px 0;
    color: white;
}

.critical-header p {
    text-align: center;
    color: white;
    max-width: 750px;
    font-size: 20px;
    margin: 0 auto 20px;
}

.critical-header .media {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.65);
    padding: 20px;
}

.critical-header .media img {
    margin-right: 15px;
    max-width: 100px;
    height: auto;
}

.critical-header .media img.round {
    border-radius: 50%;
}

.critical-header .media img.roundish {
    border-radius: 10px;
}

.critical-header .media h5 {
    font-size: 25px;
    padding-left: 15px;
    text-align: left;
    color: white;
    font-family: 'Playfair Display', serif;
    margin-bottom: 5px;
}

.critical-header .media p {
    font-size: 20px;
    padding-left: 15px;
    margin: 0;
    text-align: left;
    color: #ccc;
    font-family: 'Poppins', sans-serif;
}

.critical-header h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 55px;
    max-width: 800px;
    margin: 20px auto 0;
    color: white;
    font-family: 'Playfair Display', serif;
}

.critical-header-2 {
    padding: 40px 0 0 0;
}

.critical-header-2 .content-d {
    padding: 20px;
    margin: 20px -15px 0;
    background: rgba(0, 0, 0, 0.60);
}

.critical-header-2 h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 0px;
    color: white;
}

.critical-header-2 h1 {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 1000px;
    margin: 0 auto 5px;
}

.critical-header-2 p {
    font-size: 24px;
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: center;
}

.critical-header .share-links {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.critical-header .share-links a .fa {
    color: #99afff;
    font-size: 18px;
}

.critical-header .share-links a:hover .fa {
    color: #fff;
}

/* Article Content Section */
#article-sections {
    padding-top: 40px;
}

.article-section {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    width: 100%;
}

.article-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.article-section h2,
.article-section h3 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #2E2A2A;
}

.article-section h3 {
    text-align: center;
}

.article-section ul {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.article-section li {
    margin-bottom: 0.5em;
}

.article-section p {
    margin-bottom: 1.5em;
    font-size: large;
    padding-top: 20px;
    line-height: 30px;
    width: 100%;
}

.article-section h1 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-section h2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-section h3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-section h4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Article Feature Grid */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    transition: transform 0.2s ease;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-4px);
}

.feature-icon {
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
    color: rgb(49, 60, 66);
}

.feature-icon h4 {
    font-size: 20px !important;
}

/* CTA Section - Understanding/Follow Me */
.understanding.follow-me {
    padding: 60px 0;
}

.understanding.follow-me-dark {
    background: #303C42;
    color: white;
}

.understanding.follow-me-dark h1 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-bottom: 20px;
}

.understanding.follow-me-dark p {
    color: #ccc;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}

.understanding .btn {
    background: none;
    border: 1px solid black;
    border-radius: 0;
    padding: 10px 13px;
    font-weight: 500;
}

.understanding.follow-me-dark .btn {
    color: white;
    border-color: white;
}

.understanding.follow-me-dark .btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Blog Page Responsive */
@media (max-width: 991px) {
    .critical-header .content-d h1 {
        font-size: 35px;
    }

    .critical-header .content-d p {
        font-size: 16px;
    }

    .understanding.follow-me-dark h1 {
        font-size: 30px;
    }

    .understanding.follow-me-dark .col-lg-4 {
        margin-top: 30px;
        text-align: center;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .critical-header .content-d h1 {
        font-size: 28px;
    }

    .critical-header .media {
        flex-direction: column;
        text-align: center;
    }

    .critical-header .media img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .article-section p,
    .article-section li {
        font-size: 16px;
    }

    .understanding.follow-me {
        padding: 40px 0;
        text-align: center;
    }

    .understanding.follow-me-dark h1 {
        font-size: 26px;
    }
}
