body {
    font-family: "Poppins", sans-serif;
}

.mybanner {
    background-color: #171717;
    text-align: center;
    padding: 90px 20px 60px 20px;
    border-radius: 0 0 40px 40px;
}

.mybanner h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;
}

.mybreadcrumb {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.mybreadcrumb li {
    font-size: 18px;
    color: #fff;
}

.mybreadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.mybreadcrumb li a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .mybanner {
        background-color: #171717;
        text-align: center;
        padding: 40px 10px 30px 10px;
        border-radius: 0 0 40px 40px;
    }

    .mybanner h1 {
        font-size: 23px;
        color: #fff;
        margin-bottom: 15px;
    }

    .mybreadcrumb li {
        font-size: 14px;
        color: #fff;
    }
}

.car-card-3 {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0px 0px;
    text-align: center;
    border: 2px solid #eee;
    margin: 0 auto 20px;
    font-family: "Segoe UI", sans-serif;
    height: 420px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    border: none;
}

.car-card-3 img {
    width: 350px;
    height: 200px;
    display: block;
    object-fit: cover;
}

.car-card-3 h3 {
    text-align: center;
    font-size: 18px;
    margin: 10px 5px;
    padding: 20px 0px;
    color: #585858;
    height: 80px;
}

.car-card-3-price-stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: 5px 0 15px;
}

.car-card-3-price {
    color: #b40007 !important;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.car-card-3-stars {
    font-size: 18px;
    color: #f5b400;
    margin: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.car-card-3-button-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 15px 15px;
    flex-wrap: nowrap;
}

.car-card-3-whatsapp-btn {
    background-color: #3f9b46;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
    flex-shrink: 0;
}

.car-card-3-book-btn {
    background-color: #b80000;
    color: white;
    flex-grow: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    min-width: 0;
}

.car-card-2-card {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto 20px auto;
    border: 1px solid #b4001b;
}

.car-card-2-card .car-card-2-header {
    background: linear-gradient(to bottom, #f30004, #ff072b, #ff1342);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    /* Ensure header stretches to full width of card */
    box-sizing: border-box;
    /* Include padding in width calculation */
}

.car-card-2-card img {
    width: 100%;
    height: 200px;
    display: block;
}

.car-card-2-card .car-card-2-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #de1f26;
}

.car-card-2-card h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px;
    color: #333;
}

.car-card-2-price-row {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    font-weight: bold;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.car-card-2-price-row span {
    color: #333;
}

.car-card-2-info-row {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    font-size: 14px;
}

.car-card-2-info-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 8px 0;
    color: #444;
}

.car-card-2-info-item i {
    margin-right: 8px;
    color: #de1f26;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
}

.car-card-2-button-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px;
}

.car-card-2-call-btn,
.car-card-2-whatsapp-btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.car-card-2-call-btn {
    background: #de1f26;
}

.car-card-2-whatsapp-btn {
    background: #429749;
}

.car-card-2-book-btn {
    flex: 1;
    background: #de1f26;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 400px) {
    .car-card-2-card {
        margin: 10px auto 20px auto;
    }

    .car-card-2-info-item {
        width: 50%;
    }

    .car-card-2-button-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .car-card-2-call-btn,
    .car-card-2-whatsapp-btn {
        margin-bottom: 10px;
    }

    .car-card-2-book-btn {
        width: 100%;
    }
}

.car-card-1 {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px 20px 15px;
    text-align: center;
    border: 2px solid #eee;
    margin: 0 auto 20px;
    font-family: "Segoe UI", sans-serif;
    border: 1px solid #b40007;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.car-card-1-car-image {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.car-card-1-car-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    color: #000;
}

.car-card-1-car-specs {
    background: #f1f1f1;
    color: #555;
    border-radius: 12px;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 12px;
}

.car-card-1-car-specs span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.car-card-1-price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.car-card-1-price-section strong {
    color: #000;
    font-size: 18px;
}

.car-card-1-divider {
    width: 1px;
    height: 28px;
    background: #ccc;
}

.car-card-1-button-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.car-card-1-action-button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
}

.car-card-1-call {
    background-color: #b40007;
}

.car-card-1-whatsapp {
    background-color: #3f9b46;
}

.car-card-1-book-now {
    background-color: #b40007;
    color: #fff;
    padding: 10px 40px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.my-bg {
    background: linear-gradient(to left bottom, #721318, black);
}

/* counter area */
.counter-area {
    background: linear-gradient(135deg, #f0f4ff 0%, #dbe9f4 50%, #f7faff 100%);
    color: #333;
}

.counter-another-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: 0.3s ease;
}

.counter-another-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.counter-another-content i {
    font-size: 36px;
    color: #4e73df;
    margin-bottom: 15px;
}

.counter-another-content h3 {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 700;
}

.counter-another-content span {
    font-size: 15px;
    color: #777;
}

/* Newsletter Section */
.newsletter-area {
    background: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.newsletter-area .section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.newsletter-area .section-title p {
    max-width: 600px;
    margin: 0 auto 20px;
    color: #555;
}

.newsletter {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.newsletter input[type="email"] {
    flex: 1;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.newsletter button {
    padding: 12px 20px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.newsletter button:hover {
    background: #0056b3;
}

@media (max-width: 768px) {
    .car-card-1-book-now {
        padding: 10px;
    }

    .car-card-3-book-btn {
        padding: 10px 4px;
        font-size: 12px;
    }

    .car-card-1-car-image {
        width: 100%;
        height: 155px;
        border-radius: 12px;
        margin-bottom: 12px;
    }
}

@media (max-width: 576px) {
    .newsletter {
        flex-direction: column;
    }

    .newsletter button {
        width: 100%;
    }
}

.customer-reviews-area {
    background: linear-gradient(135deg, #f0f4ff 0%, #dbe9f4 50%, #f7faff 100%);
    color: #333;
}

/*========================================== INDEX ==================================================*/

.inner-title h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}

.inner-title p {
    color: #ddd;
    font-size: 18px;
}

.center-line {
    display: flex;
    align-items: center;
    text-align: center;
    color: #333 !important;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.center-line::before,
.center-line::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #999;
    margin: 0 10px;
}

.center--line {
    display: flex;
    align-items: center;
    text-align: center;
    color: #333 !important;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
}

.center--line::before,
.center--line::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #ffffff;
    margin: 0 10px;
}

.card-custom {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 10px;
}

.card-custom.left {
    background: url("/assets/images/hire-a-car.webp") no-repeat center
        center/cover;
    height: 250px;
    line-height: 1.1;
    padding-left: 20px;
}

.card-custom.right {
    background-color: #bfbfbf;
    height: 250px;
    line-height: 1.1;
    padding-left: 20px;
}

.card-img {
    max-width: 310px;
    height: 180px;
    float: right;
    position: relative;
}

.card-text {
    float: left;
    margin: 0px;
    color: white;
    font-size: 36px;
}

.how-to-book {
    background: #711318;
    background: linear-gradient(
        150deg,
        rgba(113, 19, 24, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    color: white;
    text-align: center;
    padding-bottom: 30px;
}

.how-to-book h1,
.how-to-book h3,
.how-to-book p {
    color: #fff !important;
}

.contain {
    margin: 50px;
}

.step {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    box-sizing: border-box;
    height: 370px !important;
}

.step h3 {
    color: #b40007 !important;
}

.step p {
    color: #333 !important;
}

.accordion-images-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 500px;
    /* spacing between images */
}

.accordion-img {
    width: 25%;
    /* desktop width */
}

@media (max-width: 768px) {
    .card-text {
        float: left;
        padding-top: -30px !important;
        padding-left: 10px;
        color: white;
        text-shadow: 1px 1px 2px #000;
        font-size: 30px;
        position: absolute;
        z-index: 999;
    }

    .card-img {
        max-width: 310px;
        height: 120px;
        float: right;
        position: relative;
    }

    .how-to-book p {
        text-align: justify;
    }

    .step {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        height: 600px;
        width: 400px !important;
    }

    .accordion-images-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 40px;
        /* spacing between images */
    }

    .accordion-img {
        width: 100%;
    }

    .img-hide {
        display: none;
    }

    .center-line {
        display: none !important;
    }

    .contain {
        margin: 10px;
    }
}

/*  ======================= ACCORDION ========================  */
.sidebar div {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px;
    background-color: #ffffffff;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.sidebar div:hover {
    background-color: #f0f0f0;
}

.sidebar .selected {
    color: #de1f26;
}

.content {
    flex-grow: 1;
}

.accordion {
    margin-bottom: 10px;
    border-radius: 5px;
}

.accordion-header {
    padding: 10px;
    background-color: #f4f4f4;
}

.accordion-content {
    padding: 10px;
    display: none;
}

.active .accordion-content {
    display: block;
}

/*  ============================ TESTIMONIAL ================================  */
.carousel-inner {
    padding: 10px 200px;
}

@media (max-width: 767px) {
    .carousel-inner {
        padding: 10px 10px;
    }
}

/*  ========================= FAQs ===========================  */
.faqs {
    margin-top: 30px;
}

.faqs h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-color: #e5e5e5;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
}

.faq-question::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #a1201e;
    transition: transform 0.3s, color 0.3s;
}

.faq-answer {
    padding: 0 15px 15px;
    margin-top: 17px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    display: none;
}

.faq-toggle:checked + .faq-question::after {
    transform: rotate(180deg);
    color: #fff;
}

.faq-toggle:checked + .faq-question + .faq-answer {
    display: block;
}

.faq-toggle:checked + .faq-question {
    background-color: #a1201e;
    color: #fff;
}

.faq-toggle {
    display: none;
}

/*  ======================================== END INDEX ===========================================  */
/*  ======================================== TESTIMONIAL =========================================  */
.testimonial-card {
    display: flex;
    flex-direction: column;
    /* stack elements vertically */
    justify-content: space-between;
    /* push .rating to bottom */
    align-items: center;
    /* center items horizontally */
    height: 100%;
    padding: 20px;
    border: 1px solid #000000;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    background: #fff;
    text-align: center;
    /* center text like name/review */
}

.testimonial-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    display: block;
    /* ensure it behaves as a block element */
    margin: 0 auto;
    /* extra centering safety */
}

.name {
    font-size: 20px;
    font-weight: bold;
    color: #e53935;
    margin-top: 10px;
}

.review {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0 20px;
}

.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.rating i {
    color: gold;
}

.rating img {
    width: 30px;
    height: 30px;
}

.google-logo {
    width: 18px;
    margin-right: 5px;
}

.testimonial {
    background-color: #e6f0fa;
    padding: 20px;
    border-radius: 8px;
}

.testimonial h3 {
    margin: 0;
    color: #005a87;
}

.testimonial p {
    margin: 10px 0;
}

/*  =====================================END TESTIMONIAL ================================  */

/*  ===================================== FAQ ================================  */
.crfaqs {
    margin-top: 30px;
}

.crfaqs h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.crfaq-item {
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #343434;
}

.crfaq-question {
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
}

.crfaq-question::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #343434;
    transition: transform 0.3s, color 0.3s;
}

.crfaq-answer {
    padding: 0 15px 15px;
    margin-top: 17px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    display: none;
}

.crfaq-toggle:checked + .crfaq-question::after {
    transform: rotate(180deg);
    color: #343434;
}

.crfaq-toggle:checked + .crfaq-question + .crfaq-answer {
    display: block;
}

.crfaq-toggle:checked + .crfaq-question {
    background-color: #fff;
    color: #343434;
}

.crfaq-toggle {
    display: none;
}

.support {
    color: #666;
}

.phone {
    color: #b40007;
    margin-right: 10px;
}

.email {
    color: #b40007;
}

.faq-input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid gray;
}

.snd-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

/*  ===================================END FAQ =======================================  */
/*  ===================================RENTAL POLICY =======================================  */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table,
th,
td {
    border: 1px solid #ddd;
}

th,
td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #e6f0fa;
}

/*  =================================== END RENTAL POLICY =======================================  */

/*  =================================== BLOG =======================================  */

/* === Top Layout Container === */
.top-two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.left-column {
    flex: 0 0 calc(60% - 15px);
    max-width: calc(60% - 15px);
}

.right-column {
    flex: 0 0 calc(40% - 15px);
    max-width: calc(40% - 15px);
}

.heading-blog {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 20px 100px;
}

/* === blog Card === */
.blog-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-date {
    color: red;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 13px;
    margin-bottom: 10px;
    color: #222;
}

.blog-desc {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

/* === Right Column: Flex Cards === */
.flex-card-blog-container-blog {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex-card-blog {
    display: flex;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 150px;
    overflow: hidden;
}

.flex-card-blog-image {
    width: 180px;
    flex-shrink: 0;
}

.flex-card-blog-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.flex-card-blog-content {
    padding: 20px;
    flex: 1;
}

.flex-card-blog-title {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #111;
}

.flex-card-blog-date {
    color: #d92332;
    font-weight: bold;
    font-size: 14px;
}

/* === Bottom Section: Grid Cards === */
.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0px auto 60px;
    padding: 0 20px;
}

.blog-grid-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.blog-grid-card img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.blog-grid-card-content {
    padding: 15px 20px 20px;
}

.blog-grid-card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #111;
    text-transform: uppercase;
    line-height: 1.5rem;

    /* Add truncation */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5rem * 2);
    /* line-height * 2 */
}

.blog-grid-card-date {
    color: #d92332;
    font-size: 14px;
    font-weight: bold;
}

/* === Responsive === */
@media (max-width: 992px) {
    .left-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .right-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-two-columns {
        flex-direction: column;
    }

    .blog-title {
        font-size: 13px;
    }

    .related-blogs {
        display: none;
    }
}

@media (max-width: 768px) {
    .flex-card-blog {
        flex-direction: row;
    }

    .flex-card-blog-image {
        width: 50%;
        height: 200px;
    }

    .flex-card-blog-title {
        font-size: 11px;
        font-weight: bold;
        flex-wrap: wrap;
        color: #111;
    }

    .flex-card-blog-date {
        font-size: 13px;
    }

    .blog-title {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .blog-desc {
        font-size: 13px;
    }

    .blog-grid-card-title {
        font-size: 15px;
    }

    .blog-grid-card-date {
        font-size: 13px;
    }

    .heading-blog {
        padding: 20px;
    }
}

/*  =================================== END BLOG =======================================  */

/*  =================================== BLOG DETAIL =======================================  */

/* Table of Contents */
.toc-toggle {
    display: none;
}

.toc-question {
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #d92332;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
    border: 1px solid #ececec;
    border-radius: 8px;
}

.toc-question::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    transition: transform 0.3s, color 0.3s;
}

.toc-toggle:checked + .toc-question::after {
    transform: rotate(180deg);
    color: #fff;
}

.toc-toggle:checked + .toc-question {
    background-color: #d92332;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

.toc-content {
    display: none;
    padding: 10px 15px;
    border: 1px solid #ececec;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.toc-toggle:checked + .toc-question + .toc-content {
    display: block;
}

.toc-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-content ul li {
    margin-bottom: 10px;
}

.toc-content ul li a {
    font-size: 14px;
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

.toc-content ul li a:hover {
    color: #d92332;
}

.blog-article-img img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.blog-article-date {
    color: #d92332;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px !important;
}

.blog-article-title h2 {
    font-size: 15px;
    margin-bottom: 15px;
    color: #222;
}

.article-content p {
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}

.keywords {
    margin-top: 20px;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 0.875em;
    font-weight: 500;
    color: #fff;
    background-color: #007bff;
    border-radius: 0.25rem;
    margin: 0.2em 0.2em 0 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.side-bar-area {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
}

.side-bar-widget {
    margin-bottom: 20px;
}

.side-bar-widget .title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.social-share {
    float: right;
}

.social-icons {
    display: flex;
    gap: 6px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}

.facebook {
    background-color: #0c55b6;
}

.instagram {
    background-color: #6a3e82;
}

.youtube {
    background-color: #ac2422;
}

.pinterest {
    background-color: #902c16;
}

.twitter {
    background-color: #33aaf3;
}

.linkedin {
    background-color: #415b9e;
}

.tiktok {
    background-color: #3f558d;
}

/* Hover effect */
.social-icons a:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.search-box {
    position: relative;
    width: 100%;
    background: #fff;
    border: 2px solid #e01b24;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.search-box input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    /* Adjusted padding to make room for the icon on the right */
    border: none;
    font-size: 16px;
    outline: none;
    color: #333;
    background: transparent;
    /* Ensure input background is transparent */
}

.search-box input::placeholder {
    color: #bbb;
}

.search-box button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e01b24;
    border: none;
    padding: 0 20px;
    /* Adjusted padding for button */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-box button i {
    color: white;
    font-size: 18px;
}

.search-box button:hover {
    background-color: #c8101e;
}

@media (max-width: 768px) {
    .search-box input {
        padding: 10px 35px 10px 10px;
        /* Adjusted for smaller screens */
        font-size: 14px;
    }

    .search-box button {
        padding: 0 15px;
    }

    .search-box button i {
        font-size: 16px;
    }

    .social-share {
        float: none;
    }

    .social-icons {
        display: flex;
        gap: 6px;
        margin-top: 20px;
    }

    .side-bar-widget {
        display: none;
    }
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping on small screens */
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    /* Space between items */
}

.breadcrumb-list li a {
    color: #555 !important;
    text-decoration: none;
}

/*  =================================== END BLOG DETAIL ====================================  */
