.intl-tel-input {
    position: relative;
    display: block !important;
}

.navbar {
    background-color: #000;
}

@media screen and (max-width: 480px) {
    .hero-section {
        padding-top: 0px;
    }
}

/* Hero Section (empty but keeps spacing if needed) */
.hero-section {
    height: 80px;
    /* enough for spacing under navbar */
    background: transparent;
    border-bottom: none
}

/* Blog Content */
.blog-content img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.blog-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-family: 'Chronicle Display Roman';
}

.blog-text-box h2 {
    color: #d9534f;
    /* Red shade */
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Gotham-book',
        sans-serif;
    text-align: left;
}

.blog-text-box h3 {
    color: #d9534f;
    /* Red shade */
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Gotham-book',
        sans-serif;
    text-align: left;
}

.blog-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
    font-family: 'Gotham-Light';
    text-align: justify;
}

.blog-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
    font-family: 'Gotham-Light';
    text-align: justify;
}

.blog-content ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
    font-family: 'Gotham-Light';
}

/* Sidebar common box */
.sidebar-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

.sidebar-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eee;
    font-family: 'Gotham-book',
        sans-serif;
}

/* Categories */
.categories-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.categories-box ul li {
    margin-bottom: 10px;
}

.categories-box ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
    padding: 6px 0;
}

.categories-box ul li a:hover {
    color: #0d6efd;
}


/* Recent Blogs */
.recent-box {
    margin-top: 80px;
}

.recent-box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.recent-box ul li {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.recent-box ul li:last-child {
    border-bottom: none;
}

.recent-box ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    transition: 0.3s;
}

.recent-box ul li a:hover span {
    color: #0d6efd;
}

.recent-box ul li img {
    width: 100%;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-box ul li span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    font-family: 'Gotham-book',
        sans-seriff;
}

/* Breadcrumb */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    font-family: 'Gotham-book',
        sans-seriff;
}

.breadcrumb-item a:hover {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 800;
}

.breadcrumb-item.active {
    color: #ed1c24;
    font-weight: 800;
    font-family: 'Gotham-Light';

}





/* Responsive Adjustments */
@media (max-width: 991px) {

    .breadcrumb {
        /* white-space: nowrap; */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
        /* hide scrollbar for clean look */
    }

    .blog-content {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .blog-content h2 {
        font-size: 22px;
    }

    .blog-content h1 {
        font-size: 30px;
    }

    /* .sidebar {
        padding: 15px;
    } */


}




.help-section {
    border: 1px solid #e6e6e6;
}


.help-section {
    background-color: #fff0ea;
    font-family: 'Gotham-book', sans-serif;
    padding: 10px 0;
    border-radius: 8px;
}

.help-section .form-box h4 {
    font-size: 20px;
}

.form-box {
    background-color: #fff0ea;
    padding: 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.blog-text-box {
    background: #fff0ea;
    /* white background */
    border: 1px solid #eee;
    /* light border */
    border-radius: 8px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.blog-text-box a {
    color: #d9534f;
    display: inline;
}

.blog-text-box h4 {
    font-weight: bold;
    font-size: 18px;

}


/* <!--comment--> */

.comment-section {
    background: #fff0ea;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 25px;
    margin-top: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.comment-section h4 {
    font-size: 18px;
    font-weight: 600;
    /* border-bottom: 1px solid #000; */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.comment-form .form-control {
    border-radius: 6px;
    font-size: 15px;
    padding: 12px;
}

.comment-form textarea {
    resize: none;
}

.comment-button {
    background-color: #ed1c24;
    color: #fff;
}



/* <!--blog-index--> */

.blog-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.blog-card img {
    border-radius: 6px;
    margin-bottom: 12px;
}

.blog-card h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-card h5 a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Gotham-Book';
}

.blog-card h5 a:hover {
    color: #ed1c24;
}

.blog-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: auto;
    font-family: 'Gotham-light';
}

.blog-card .read-more {
    font-size: 14px;
    font-weight: 500;
    color: #ed1c24;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}

.blog-card:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}


.blog-section h2 {
    color: #ed1c24;
    font-family: 'Gotham-Book';
}


/* ===============================
   RELATED BLOGS – EDITORIAL STYLE
================================ */
/* ==================================================
   RELATED BLOGS SECTION
================================================== */

/* Read More Button */
.editorial-content .read-more {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #c41e3a;
    /* match your theme */
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s;
}

.editorial-content .read-more img {
    width: 35px;
    height: 35px;
    margin-left: 6px;
    /* transition: transform 0.3s; */
    box-shadow: none;
}

.editorial-content .read-more:hover {
    color: #c41e3a;
}

/* .editorial-content .read-more:hover img {
    transform: translateX(4px);
} */

.related-blogs-section {
    position: relative;
}

.related-title {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
}

/* ==================================================
   OUTER WRAPPER (for outside arrows)
================================================== */

.related-outer-wrapper {
    position: relative;
}

/* ==================================================
   OUTSIDE ARROWS
================================================== */

.outside-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
}

/* Position arrows OUTSIDE container */
.related-prev {
    left: -60px;
}

.related-next {
    right: -60px;
}

/* ==================================================
   SWIPER
================================================== */

.relatedBlogsSwiper {
    width: 100%;
}

/* ==================================================
   BLOG CARD – EDITORIAL STYLE
================================================== */

.related-blog-card.editorial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    text-decoration: none;
}

/* Content */
.editorial-content {
    padding: 18px;
}

/* ==================================================
   IMAGE
================================================== */

.editorial-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

/* ==================================================
   RESPONSIVE
================================================== */



/* Tablets */
@media (max-width: 991px) {
    .outside-arrow {
        width: 48px;
        height: 48px;
    }

    .outside-arrow img {
        width: 40px;
        height: 40px;
    }

    .related-prev {
        left: 35% !important;
    }

    .related-next {
        right: 35% !important;
    }

    .editorial-image img {
        height: 180px;
    }
}

/* ==================================================
   MOBILE – ARROWS CENTER BOTTOM (ADDED ONLY)
================================================== */

@media (max-width: 767px) {

    /* Move arrows below slider */
    .outside-arrow {
        /* position: relative; */
        top: 100%;
        left: auto;
        right: auto;
        transform: none;
        margin: 0 12px;
    }

    /* Center arrows */
    .related-outer-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Arrow row */
    .related-prev,
    .related-next {
        display: inline-flex;
    }

    /* Optional spacing from swiper */
    .related-outer-wrapper {
        padding-bottom: 10px;
    }

    /* Card content tweaks */
    .editorial-content {
        padding: 14px;
    }

    .editorial-content h5 {
        font-size: 15px;
    }

    .editorial-content p {
        font-size: 13px;
    }

    .editorial-image img {
        height: 170px;
    }
}

/* ==================================================
   BLOG CARD – SAME HEIGHT FIX
================================================== */

.related-blog-card.editorial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    text-decoration: none;
}

/* Content area grows equally */
.editorial-content {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}

/* ===============================
   TITLE – 2 LINE CLAMP
================================ */

.editorial-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #c41e3a;
    line-height: 1.45;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===============================
   PARAGRAPH – 3 LINE CLAMP
================================ */

.editorial-content p {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===============================
   IMAGE – FIXED HEIGHT
================================ */

.editorial-image {
    margin-top: auto;
}

.editorial-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

/* Extra small mobile */
@media (max-width: 575px) {
    .editorial-content {
        padding: 14px;
    }

    .editorial-content h5 {
        font-size: 15px;
    }

    .editorial-content p {
        font-size: 13px;
    }

    .editorial-image img {
        height: 170px;
    }
}


.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;

    border-radius: 8px;
    overflow: hidden;
}

.comparison-table thead {

    text-transform: uppercase;
}

.comparison-table th,
.comparison-table td {
    padding: 14px 18px;
    text-align: left;
    border: 1px solid #ddd;
}

.comparison-table tbody tr:nth-child(even) {}

.comparison-table tbody tr:hover {}

.comparison-table th {
    font-size: 16px;
    font-weight: 600;
}

.comparison-table td {
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive Table */
@media (max-width: 768px) {
    /* .comparison-table thead {
        display: none;
    } */

    /* .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table td {
        display: block;
        width: 100%;
    } */

    /* .comparison-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;

    } */

    /* .comparison-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    } */

    /* .comparison-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        font-weight: 600;
        text-align: left;
        color: #333;
    } */
}




/* <!--Accordiaon--> */



.blog-accordion {
    background: #fff0ea;
    /* white background */
    border: 1px solid #eee;
    /* light border */
    border-radius: 8px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.blog-accordion h2 {
    color: #d9534f;
    /* Red shade */
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Gotham-book',
        sans-serif;
    text-align: left;
}

/* FAQ CARD */
.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* QUESTION */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #d9534f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

/* ICON */
.faq-question .icon {
    font-size: 26px;
    font-weight: bold;
}

/* ANSWER – NO LAYOUT SHIFT */
.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.faq-answer p {
    padding: 0 20px 20px;
    margin: 0;
    color: #000;
    line-height: 1.6;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
    }
}



.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    min-width: 600px;
    /* important for mobile scroll */
}

/* Optional scrollbar styling */
.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}