    @font-face {
        font-family: 'Cj-Text';
        src: url('/fonts/CJ_ONLYONE_Bold.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: "Noto Sans";
        src: url('/fonts/NotoSans-SemiBold.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Cj-Text", sans-serif;
    }

    p,
    li,
    a,
    span,
    h4 strong,
    .branch-buttons {
        font-family: "Noto Sans", sans-serif;
    }


    /* Categories and Tags Start */

    .categories-tags-section {
        /* padding: 60px 20px; */
        /* padding: 30px 10px; */
        background: #ffffff;
    }

    .categories-tags-section .inner-wrapper {
        background: #f0f8ff;
        border-radius: 16px;
        padding: 40px 30px;
    }

    .section-heading {
        font-weight: 700;
        margin-bottom: 20px;
        color: #111;
        font-size: 18px;
    }

    .tag-list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .tag {
        background-color: #ffffff;
        padding: 6px 14px;
        border-radius: 10px;
        font-size: 14px;
        color: #333;
        transition: all 0.3s ease;
        line-height: 1.4;
        display: inline-block;
        white-space: nowrap;
    }

    .tag.active {
        background-color: #a2d4f7;
        color: #004a72;
        font-weight: 600;
    }

    .border-start-md {
        border-left: 1px solid #d9d9d9;
        padding-left: 40px;
    }

    @media (max-width: 768px) {
        .border-start-md {
            border-left: none;
            padding-left: 0;
            margin-top: 30px;
        }
    }

    /* Categories and Tags End */

    /* Nearby CJ Darcl Logistics Branches Start  */


    .branches-section {
        /* padding: 60px 20px; */
        padding: 30px 10px;
        background-color: #fff;
    }

    .section-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 40px;
    }


    .branch-card {
        background: #fff;
        border-radius: 0;
        /* Remove rounded corners for clean edge */
        display: flex;
        align-items: flex-start;
        gap: 20px;
        min-height: 200px;
        margin: 0;
        /* Remove outer margin */
        padding: 0;
        /* Remove inner padding */
        box-shadow: none;
        /* Optional: remove any shadow */
    }

    .branch-image {
        width: 200px;
        height: 170px;
        border-radius: 12px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .branch-info {
        margin-top: 20px;
        flex: 1;
    }

    .branch-info a {
        font-size: 22px;
        text-decoration: none;
    }

    .branch-info a:hover {
        color: #f7931e !important;
    }

    .address {
        font-size: 15px;
        margin-bottom: 8px;
        color: #333;
    }

    .location-link {
        font-size: 15px;
        color: #1a73e8;
        text-decoration: none;
        margin-bottom: 10px;
        display: inline-block;
    }

    .stars {
        font-size: 18px;
        color: #f39c12;
    }

    @media (max-width: 768px) {
        .branch-card {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .branch-image {
            width: 100%;
            height: auto;
        }

        .column-bordered {
            border-right: none;
        }
    }

    /* Nearby CJ Darcl Logistics Branches End  */

    /* social Timeline Start */
    .social-timeline-section {
        /* padding: 60px 0 80px; */
        padding: 30px 10px;

        background: #fff;
        position: relative;
    }

    .social-text h5 {
        font-weight: bold;
        margin-bottom: 15px;
    }

    .social-text p {
        margin-bottom: 20px;
    }

    .hashtags span {
        display: inline-block;
        background: #f5e9de;
        padding: 6px 14px;
        border-radius: 12px;
        margin-right: 10px;
        font-size: 14px;
        color: #333;
    }

    .hashtag-link {
        background-color: #f0f0f0;
        padding: 4px 8px;
        border-radius: 20px;
        font-size: 14px;
        color: #007bff;
        transition: background 0.3s;
    }

    .hashtag-link:hover {
        background-color: #d0eaff;
        text-decoration: none;
    }

    .swiper {
        margin-top: 20px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
    }

    .swiper-pagination {
        position: relative;
        /* FIXED: changed from absolute */
        margin-top: 20px;
        text-align: center;
    }

    .slide-img-wrapper img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 12px;
    }


    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #ccc;
        opacity: 0.6;
        margin: 0 6px;
        border-radius: 50%;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

    .swiper-pagination-bullet-active {
        background: #4a63e7;
        opacity: 1;
        border-color: #4a63e7;
        transform: scale(1.2);
    }

    /* Responsive tweak */
    @media (max-width: 768px) {
        .swiper-slide .row {
            flex-direction: column-reverse;
        }

        .slide-img-wrapper img {
            height: 220px;
        }
    }



    /* map start */


    .map-section {
        background: linear-gradient(rgba(148, 158, 168, 0.85), rgba(0, 78, 162, 0.85)),
            url('featured_image_1742016292.jpg') no-repeat center center;
        background-size: cover;
        padding: 30px 10px;
        color: #fff;
    }

    .section-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #fff;
    }

    .map-embed-wrapper {
        max-width: 100%;
        margin: 0 auto;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        background: #fff;
    }


    /* Map End */


    /* info Section Start */
    .info-section {
        background-color: #eaf6ff;
    }

    .info-box {
        background-color: #fff;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
    }

    .info-col {
        padding: 0 20px;
    }

    .border-col {
        border-left: 1px solid #cce6f8;
        padding-left: 50px;
        /* Ensure same padding as .info-col */
        margin-left: -1px;
        /* Corrects border spacing offset */
    }

    .info-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #222;
    }

    ul.list-unstyled {
        padding: 0;
        margin: 0;
    }

    ul li {
        font-size: 14px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .day {
        color: #007bff;
        font-weight: 600;
        width: 40px;
        display: inline-block;
    }

    .arrow {
        margin: 0 5px;
        color: #ccc;
    }

    .time {
        background-color: #f5f5f5;
        padding: 2px 8px;
        border-radius: 8px;
        font-weight: 500;
    }

    .closed {
        background-color: #ff9900;
        color: #fff;
        padding: 3px 10px;
        border-radius: 12px;
        font-weight: bold;
        font-size: 13px;
    }

    .blue-icon {
        color: #007bff;
        font-weight: bold;
        margin-right: 6px;
    }

    .blue-text {
        color: #007bff;
        font-weight: 500;
    }

    @media (max-width: 767.98px) {
        .info-box {
            flex-direction: column;
            border-radius: 0;
        }

        .border-col {
            border-left: none;
            padding-left: 0;
        }

        .info-col {
            padding: 0;
        }


    }

    /* info Section End */


    /* featured services start */
    .featured-services {
        padding: 30px 10px;
        background: #ffffff;
        text-align: center;
    }

    .section-title {
        font-size: 28px;
        font-weight: 800;
        color: #000000;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    /* Card Box */
    .service-card {
        /* background: linear-gradient(to left, #e9f4ff 0%, #e9f4ff 87%, #ffffff 50%, #ffffff 100%); */
        /* background: linear-gradient(to right, #ffffff 0%, #ffffff 100%, #e9f4ff 100%, #e9f4ff 100%); */
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }


    .service-card-body {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    /* Image Area */
    .service-img {
        width: 200px;
        height: 180px;
        border-radius: 16px;
        overflow: hidden;
        flex-shrink: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Text Content */
    .service-info {
        text-align: left;
        flex: 1;
    }

    .service-info h3 {
        color: #0071ba;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .service-info p {
        font-size: 14px;
        color: #444;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .btn-book {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: 600;
        color: #0071ba;
        text-decoration: none;
    }

    .btn-book:hover {
        color: #004f88;
    }

    /* featured services end */

    /* contact formsection start  */
    .contact-section {
        /* padding: 60px 20px; */
        padding: 30px 10px;
        background: url('/assets/images/footer_bg-1536x457.png') no-repeat center center !important;
        background-size: cover;
        /* position: relative; */
        z-index: 1;
    }

    .contact-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.92);
        z-index: -1;
    }

    .contact-info-box {
        display: flex;
        flex: 1;
        border-radius: 16px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .info-image {
        width: 250px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .info-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .info-text {
        padding: 16px;
        /* reduced from 24px */
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
        /* add spacing control between elements */
    }

    .info-text h4 {
        font-size: 18px;
        margin-bottom: 6px;
        /* reduced */
    }

    .info-text p {
        font-size: 16px;
        margin-bottom: 4px;
        /* reduced */
        color: #333;
        display: flex;
        align-items: center;
    }

    .info-text i {
        margin-right: 8px;
        color: #0071ba;
    }

    .info-links i {
        margin-right: 8px;
        color: #ffffff;
    }

    .info-links {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .btn-map {
        background: #0071ba;
        color: #fff;
        padding: 8px 16px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .visit-site {
        color: #0071ba;
        text-decoration: none;
        font-weight: 500;
        padding-top: 8px;
    }

    /* Form Styling */
    .contact-form {
        background: #f9f9f9;
        padding: 24px;
        border-radius: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

    .form-heading {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #333;
    }

    .form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 20px;
    }

    .form-grid input,
    .form-grid select {
        padding: 12px 14px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 100%;
        background-color: #fff;
    }

    .submit-btn {
        width: 100%;
        padding: 12px;
        background: #0071ba;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s;
    }

    .submit-btn:hover {
        background: #004f88;
    }

    /* Responsive Fixes */
    @media (max-width: 768px) {
        .contact-info-box {
            flex-direction: column;
        }

        .info-image {
            width: 100%;
            height: auto;
        }

        .info-image img {
            width: 100%;
            height: auto;
        }

        .info-text {
            text-align: center;
            padding: 16px;
        }

        .info-links {
            justify-content: center;
        }

        .form-grid {
            grid-template-columns: 1fr;
        }
    }


    /* contact page section end  */

    .media-card {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        background: #fff;
        transition: transform 0.3s ease;
        height: 200px;
    }

    .media-card:hover {
        transform: scale(1.02);
    }

    .media-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

    .media-overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 8px 12px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 0.875rem;
        text-align: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 0 0 12px 12px;
    }

    .media-card:hover .media-overlay {
        opacity: 1;
    }

    .more-box {
        background: #f8f9fa;
        border: 2px dashed #ccc;
        color: #007bff;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
        transition: all 0.3s ease;
    }

    .more-box:hover {
        background: #e2e6ea;
        border-color: #007bff;
        color: #0056b3;
    }

    .more-text {
        padding: 10px;
    }

    .card {
        border-radius: 12px;
        overflow: hidden;
        transition: transform 0.3s ease;
    }

    .card:hover {
        transform: scale(1.02);
    }

    .card img,
    .card video {
        object-fit: cover;
        height: 100%;
    }


    /* .contact-details-section {
        padding-top: 20px !important;
        padding-bottom: .20px !important;
    } */