.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
}

li{
    select{
        background-color: white;
    }

    option{
        background-color: white;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px !important;

}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 0px !important;
    /* padding: 6px 12px; */
    font-size: 18px !important;
    line-height: 1.42
  }
  
.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #0fc2be;
    text-decoration: none;
}

.nav-links .active {
    color: #0fc2be;
    /* Highlight active link with red color */
    font-weight: bold;
    /* Optional: Make the active link bold */
}

.menu-icon {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.logo {
    .navbar-brand {
        img {
            width: 100px;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            margin-top: -29px;
        }
    }

}

.call-button {
    display: inline-flex;
    align-items: center;
    background-color: #e91e63;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        z-index: 1;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 10px 0;
        text-align: center;
    }



}

.card-category {
    display: inline-flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
}


.feature-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    max-height: 400px;
}

.header-container .header-image {
    height: 100%;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
}

.editor-styles-wrapper,
.entry-content {
    counter-reset: footnotes;
}

.entry-header,
.card-category {
    margin-left: -17px;
    color: #0fc2be;

}

h2.entry-title {
    margin-top: 1rem;
    border: none;
    position: relative;
    margin: 2rem 0 3rem 0;
}

article {
    display: block;
    unicode-bidi: isolate;
}

.header-container .card-padding {
    padding: 20px 30px;
}

.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.header-container .card-title {
    margin: 0;
}

.card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
    font-size: 0.875rem;
    color: #666666;
    grid-gap: 2vmin;
    line-height: 1.375rem;
}


.readingtime img {
    width: 25px;
    height: 10px;
    vertical-align: unset;
}

#content p {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

.card-padding {
    margin-left: 5px;
}

.post-exerpt {
    margin-bottom: 0 !important;
}

.card {
    min-height: 500px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

#content a {
    color: var(--red);
    text-decoration: none;
}

.card-category {
    display: inline-flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 3.5rem;
}

.card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    margin: 0;
    color: #222222;
}

.card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
    font-size: 14px;
    color: #666666;
    grid-gap: 2vmin;
    line-height: 1.375rem;
}

img {
    width: 100%;
}

.show-more {
    margin: 1rem 0 2rem 0;
    font-weight: 600;
    font-size: 1.185rem;
    line-height: 1.5rem;
}

.headingg {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px !important;
}

.category-feature {
    display: flex;
}

@media (min-width: 1200px) {
    #content a {
        color: var(--red);
        text-decoration: none;
    }
}


.heading{
    font-size: 24px;
    font-weight: 700;
}

.content{
    font-size: 18px;
}

ul{
    list-style: auto;
    li{
        font-size: 16px;
    }
}
/* Footer section */

footer {
    background-color: #f8f9fa;
    padding: 40px 0;



    .first img {
        width: 23%;
    }

    .second {
        .nav-links {
            list-style: none;
            display: flex;
            flex-direction: column;
        }

        .nav-links .active {
            color: #0fc2be;
            
        }

        .nav-links a {
            color: #222222 ;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s;

        }

        .nav-links a:hover {
            color: #0fc2be;
            text-decoration: none;
        }

        .nav-links li {
            margin: 5px 15px;
        }

    }
}

.container {
    max-width: 100%;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.first,
.second,
.third {
    margin-top: 30px;
    text-align: center;
}

/* First Section (Logo and Social Icons) */
.first img {
    width: 25%;
    height: auto;
}

.first p {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.first .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.first .social-icons img {
    width: 30px;
    height: auto;
    margin: 0 10px;
    transition: opacity 0.3s ease;
}

.first .social-icons img:hover {
    opacity: 0.8;
}

/* Second Section (Blog Post) */
.second h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.blog-post img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.blog-post-content {
    text-align: left;
}

.blog-post-content b {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.blog-post-content small {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 5px;
}

/* Third Section (Newsletter) */
.third h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.third small {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    display: block;
}

.third .form-control {
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

.third .subscri {
    border-radius: 20px;
    font-weight: 600;
    background-color: #515760;
    color: white;
    padding: 10px 0;
    border: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

.third .subscri:hover {
    background-color: #3c3f45;
}

/* Footer Bottom Section */
.footer-bottom {
    background-color: #fae4fb;
    height: 60px;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    color: #333;
    font-size: 14px;
    padding-top: 15px;
    margin: 0;
}

/* Media Queries for smaller screens */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .second,
    .third {
        margin-top: 20px;
    }

    .blog-post {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .blog-post img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

.footer-bottom {
    width: 100%;
    background-color: #fae4fb;
    padding: 10px 0;
    /* Adjusted padding for better spacing */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-bottom p {
    color: #515760;
    /* Darker color for better readability */
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

/* Footer section */