.breadcrumb-container {
    width: 900px;
}

.breadcrum {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1%;
    align-items: center;
}

.blog-image-wrapper {
    border-radius: 16px;
    margin: auto;
    overflow: hidden;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}

.blog-detail-container {
    padding-bottom: 40px;
    margin: 0 auto;
}

.blog-detail-header {
    background: hsl(0, 2%, 90%);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.blog-detail-title-container {
    flex: 1;
    min-width: 0;
}

.blog-detail-section {
    font-size: 1.1rem;
    color: #e60000;
    font-weight: 600;
    margin-bottom: 0.2rem;
    letter-spacing: 0.5px;
}

.blog-detail-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #014bad;
    margin-bottom: 0.5rem;
    word-break: break-word;
}

.blog-meta {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 1.2rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.blog-meta i {
    margin-right: 4px;
}


.component-block {
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    padding: 1.5rem 1.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.component-block h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #002347;
    margin-bottom: 0.7rem;
}

.blog-main-image {
    flex: 0 0 auto;
    max-width: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.2rem;
}

.sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    top: 20px;
    transition: bottom 0.3s ease;
}

.sidebar.fixed-bottom {
    position: fixed;
    bottom: 20px;
    top: auto;
    width: 100%;
    max-width: 350px;
}

.sidebar h5 {
    font-weight: 700;
    font-size: 20px;
    color: #111;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.sidebar ul li a {
    color: inherit;
    text-decoration: none;
}

.sidebar ul li span {
    float: right;
    color: #888;
}

.sidebar .blog-item {
    margin-bottom: 15px;
}

.sidebar .blog-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.sidebar .blog-item a {
    font-weight: 700;
    font-size: 16px;
    color: #111;
    text-decoration: none;
}

.faq-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f4f2f2;
    margin-bottom: 1.5rem;
    text-align: center;
}

.wehelp {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #002347;
    padding: 40px 0;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .blog-main-image {
        max-width: 200px;
    }

    .blog-detail-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-detail-title {
        font-size: 1.5rem;
    }

    .faq-title {
        font-size: 1.5rem;
    }

    .sidebar {
        position: static;
    }
}

.component-description,
.blog-detail-description {
    margin: 0 0 10px;
    font-size: 15px;
    color: #000;
    font-weight: normal !important;
    line-height: 25px;

}

@media (max-width: 767.98px) {
    .blog-detail-header {
        flex-direction: column;
        text-align: center;
    }

    .blog-main-image {
        max-width: 100%;
    }

    .blog-main-image img {
        height: 150px;
    }

    .blog-detail-title {
        font-size: 1.2rem;
    }

    .blog-detail-section {
        font-size: 1rem;
    }

    .component-block {
        padding: 1rem 0.7rem;
    }

    .sidebar {
        padding: 15px;
    }

    .faq-title {
        font-size: 1.3rem;
    }

    .wehelp {
        padding: 20px 0;
    }

    .breadcrumb-container {
        width: 100%;
    }

    .breadcrum {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .breadcrumb-item {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

    .breadcrumb-item:nth-child(2)::after {
        display: block;
        width: 100%;
    }

    .breadcrumb-item:last-child {
        flex-basis: 100%;
        margin-top: 6px;
        padding-left: 0;
    }

}


html {
    overflow-x: hidden;
}

.ckeditorData [style*="white-space:pre"],
.ckeditorData [style*="white-space: pre"] {
    white-space: normal !important;
}

.ckeditorData body,
.ckeditorData p,
.ckeditorData li,
.ckeditorData td,
.ckeditorData th,
.ckeditorData a {
    /* font-family: Roboto, sans-serif !important; */
    font-size: 14px !important;
    color: #000;
}

.ckeditorData h2 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #014bad !important;


}

.ckeditorData h3 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #014bad !important;


}

.ckeditorData h4 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #014bad !important;

}

.ckeditorData h5 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #014bad !important;


}

.ckeditorData h5 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #014bad !important;

}

.ckeditorData h5 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: justify;
    color: #014bad !important;

}

.ckeditorData p,
.ckeditorData span,
.ckeditorData li {
    text-align: justify;
    font-size: 14px;
}

.ckeditorData a {
    color: inherit;
    /* This will ensure links inherit the font color from the parent */
}

/* Optional: if you want links to have a different style, like underlined or with a specific color */
.ckeditorData a:hover {
    color: #007bff;
    /* example color for hover state */
    text-decoration: underline;
}


/* Hide empty / useless paragraphs generated by editors */
p:empty,
p:has(span:empty),
p[style*="padding: 0pt 0pt 2pt"]:has(span:empty),
p[style*="margin-bottom: 0pt;"]:has(span:empty),
p[style*="padding: 0pt 0pt 12pt"]:has(span:empty),
p[style*="margin-top: 12pt"]:has(br:empty),
p[style="line-height: 1.32"] {
    display: none !important;
}

/* ==========================================================================
   2. HEADINGS
   ========================================================================== */

.ckeditorData h1 {
    font-size: 2.25rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #014bad !important;
}

.ckeditorData h2,
.ckeditorData h3 {
    font-size: 25px !important;
    font-weight: 600;
    color: #014bad !important;
}





.ckeditorData h4 {
    font-size: 22px !important;
    color: #04837c;
}

.ckeditorData h5 {
    font-size: 1.25rem !important;
    color: #04837c;
}

.ckeditorData h6 {
    font-size: 1rem !important;
    color: #04837c;
}

h5 {
    font-size: 18px !important;
    color: #04837c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ckeditorData h1 span,
.ckeditorData h2 span,
.ckeditorData h3 span,
.ckeditorData h4 span,
.ckeditorData h5 span,
.ckeditorData h6 span {
    font-size: inherit;
}

.ckeditorData h2 span,
.ckeditorData h3 span,
.ckeditorData h4 span,
.ckeditorData h5 span {
    color: #014bad !important;
}

.ckeditorData h3 p span {
    color: #000;
}

/* ==========================================================================
   3. BUTTONS & INTERACTIVE ELEMENTS
   ========================================================================== */

/* WhatsApp-style connect button */
.connect-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #25d366;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.connect-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    background-color: #128c7e;
    transition: width 0.7s ease;
    z-index: -1;
}

.connect-btn:hover::before {
    width: 100%;
}

.connect-btn:hover {
    color: #fff;
}

/* Facebook-style button */
.btn92 {
    background: #1877f2;
    border: none;
    color: #fff;
    height: 32px;
}

/* ==========================================================================
   4. CARDS & BOXES
   ========================================================================== */

.Admission {
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}

.card76 {
    margin: 10px;
}

.sideNews {
    border-bottom: 1px solid #efefef;
    margin: 5px 0;
    background: #e5e5e5;
    transition: border-color 0.2s;
}

.sideNews:hover {
    border: 1px solid #0066ff;
}

.sideNews h5 {
    margin: 5px;
}

/* ==========================================================================
   5. TABLES
   ========================================================================== */

table {
    width: 100% !important;
    min-width: 300px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

tr:first-child {
    background: rgb(51, 73, 136);
    color: #fff;
}

tr:first-child td span {
    color: #fff;
}

tr:first-child:has(a) {
    background: #f2f2f2;
}

tr:nth-child(n+2):nth-child(odd) {
    background: #f2f2f2;
}

/* Responsive tables */
@media (max-width: 767px) {
    .ckeditor-content table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .ckeditor-content table td,
    .ckeditor-content table th {
        white-space: nowrap;
    }
}

figure.table {
    margin: 0;
    padding: 0;
    display: contents;
}

/* ==========================================================================
   6. LAYOUT & MISC
   ========================================================================== */

#inner-headline {
    padding-top: 90px;
}

.bg-blue {
    background: #01386c;
    margin: -6px;
    padding: 20px;
    border: 1px solid #000;
    color: #fff;
}

ul.meta-post li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    list-style: none;
    border-right: 1px dotted #d1d1d1;
}

ul.menu_top a {
    font-size: 18px !important;
}

.faq-container {
    margin-top: 0px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f5f7fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    clear: both;
}

.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.faq-question {
    font-weight: bold;
    color: #0056b3;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 5px;
    color: #333;
    padding-left: 10px;
}

.arrow {
    font-size: 20px;
    line-height: 1;
    color: #0056b3;
}

/* Card styles for consultation card */
.consultation-card {
    width: 100%;
    padding: 35px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin: 20px 0;
}

.consultation-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    background: linear-gradient(rgb(51, 73, 136), #ff6f61, rgb(51, 73, 136));
    animation: animate 4s linear infinite;
}

.consultation-card::after {
    content: "";
    position: absolute;
    inset: 5px;
    background: #ffffff;
    border-radius: 15px;
}

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.consultation-card:hover {
    transform: translateY(-8px);
}

.consultation-card-content {
    position: relative;
    z-index: 1;
}

.consultation-card h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.consultation-card p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
}

.consultation-card .btn {
    display: inline-block;
    padding: 12px 35px;
    background: #ff6f61;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.consultation-card .btn:hover {
    background: #ff6f61;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.consultation-card .note {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    line-height: 1.5;
}

.toc-container {
    border: 1px solid #e3e3e3;
    background: #f8f9fa;
    padding: 15px;
    margin: 25px 0;
    border-radius: 6px;
    font-size: 15px;
}

.toc-title {
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toc-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    display: none;
}

.toc-list.toc-open {
    display: block;
}

.toc-list li {
    margin: 6px 0;
}

.toc-list a {
    text-decoration: none;
    color: #333;
    transition: 0.2s;
}

.toc-list a:hover {
    color: #0073e6;
}

.toc-h2 {
    margin-left: 0;
}

.toc-h3 {
    margin-left: 18px;
}

.toc-h4 {
    margin-left: 35px;
}

@media(max-width:768px) {

    .toc-container {
        padding: 12px;
        font-size: 14px;
    }

    .toc-list li {
        margin: 5px 0;
    }

}

/* Mobile adjustments */
@media only screen and (max-width: 767px) {
    .lead-form-p {
        margin-top: 27px;
    }
}


.blog-card-side {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.blog-side-image {
    width: 90px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}

.blog-side-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
}

.blog-date {
    font-size: 12px;
    color: #666;
}

.side-blog-main-head {
    font-weight: 700;
    font-size: 20px;
}

.blog-title-wrapper {
    font-size: 34px !important;
    color: #014bad !important;
    line-height: 1.4;
    font-weight: 700;
}

.blog-detail-header {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.blog-image-wrapper {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}

.blog-details-image {
    width: 100%;
    height: 100%;
    object-fit: contains;
    image-rendering: auto;
}

.mt-40 {
    margin-top: 40px;
}

.hrm {
    margin: 8px 0 15px 0;
}

.main-link {
    text-decoration: none;
    color: #000;
    display: block;
}

.py-20 {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media screen and (min-width:767px) {
    .sticky-div {
        position: sticky;
        top: -95px;
        height: fit-content;
    }

}

@media screen and (max-width:767px) {
    .py-20 {
        padding-top: 0px;
    }
}