﻿
 .card {
            width: 750px;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid #d2d2dc;
            border-radius: 6px;
            -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
            -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
            box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
        }

        .cookies a {
            text-decoration: none;
            color: #000;
            margin-top: 8px;
        }

            .cookies a:hover {
                text-decoration: none;
                color: blue;
                margin-top: 8px;
            }


        /* Style added for new componant */
        .contact-section {
            padding: 50px 0;
            background: #ffffff;
        }

        .contact-title {
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
        }

        .contact-card {
            background: #fff;
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.07);
        }

            .contact-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            }

            .contact-card h5 {
                font-weight: 650;
                margin-bottom: 15px;
            }

            .contact-card p {
                margin: 6px 0;
                color: #444;
            }

            .contact-card a {
                color: #007bff;
                font-weight: 600;
                text-decoration: none;
            }

                .contact-card a:hover {
                    text-decoration: underline;
                }
                .product-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.product-img {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.product-category {
    font-size: 13px;
    color: #6b7280;
}
.no-job-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}

/* Header */
.no-job-header {
    background: #45a3ff;
    color: #fff;
    padding: 14px 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.no-job-header i {
    font-size: 18px;
}

/* Body */
.no-job-body {
    padding: 60px 20px;
}

.no-job-body h5 {
    font-weight: 600;
    margin-top: 20px;
    color: #1f2937;
}

.no-job-body p {
    font-size: 14px;
    color: #6b7280;
    margin-top: 6px;
}
/* Icon */
.no-job-icon {
    width: 70px;
    height: 70px;
    background: #f0f6fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.no-job-icon i {
    font-size: 26px;
    color:#45a3ff;
}


.services {
    display: flex;
}

.services-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Push content nicely */
.services-wrap > * {
    flex-shrink: 0;
}

/* For right side job card */
.sidebar-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-wrap .media-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-wrap .media-body p:last-child {
    margin-top: auto;
}


.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card .mt-3:last-child {
    margin-top: auto;
}
