﻿

/*Dubai_Multi_Commodities page css start here*/

.section-badge {
    font-size: 11px;
    background-color: #ffc10736;
}

.background-color {
    background-color: #ffc10794;
}

.section-badge::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ffc107; /* Bootstrap warning color */
    border-radius: 50%;
    margin-right: 2px;
    vertical-align: middle;
    margin-bottom: 2px;
}





.buttonss {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 8px 30px;
    font-size: 15px;
    border-radius: 5px;
}

    .buttonss:hover {
        cursor: pointer;
    }




.form_holder {
    background: white;
    width: 400px;
}

input::placeholder,
textarea::placeholder {
    color: black !important;
}

.custom-input-option > option {
    color: black !important;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none;
    border-color: inherit; /* Optional: prevents Bootstrap's blue border */
}

.form-select:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ced4da; /* Default Bootstrap border color */
}




/*card css start here*/

.dmcc-card {
    background: #fff;
    border: 1px solid #eceef3;
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: 0.3s ease;
}

    .dmcc-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
    }

.card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #eaf2ff, #f9fbff);
    color: #2563eb;
    border: 1px solid #dbe7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

    .card-icon > i {
        font-size: 15px;
    }

.apply-btn {
    border: none;
    background: #111827;
    color: #fff;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 14px;
}

    .apply-btn:hover {
        background: #000;
    }

.text-list {
    padding-left: 18px;
    margin-bottom: 0;
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

    .text-list li {
        margin-bottom: 8px;
    }
/*Card css end*/


/*Swiper css*/
.licenseSwiper {
    padding-bottom: 45px;
}

    .licenseSwiper .card {
        min-height: 200px;
        transition: .3s;
    }

        .licenseSwiper .card:hover {
            transform: translateY(-5px);
        }



/*Dubai_Multi_Commodities page css end here*/

/*DIFC page css start here*/
.section-badges {
    font-size: 11px;
    background-color: #20bbd059;
    color: #20BBD0;
    border: 1px solid #20BBD0;
}

.background-color {
    background-color: #20BBD0;
}

.difc {
    color: #20BBD0;
}

.section-badges::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #20BBD0; /* Bootstrap warning color */
    border-radius: 50%;
    margin-right: 2px;
    vertical-align: middle;
    margin-bottom: 2px;
}





.butt {
    text-decoration: none;
    padding: 10px 35px;
    font-size: 18px;
    border-radius: 5px;
    background: #20BBD0;
}

.butt :hover {
    cursor: pointer;
}




.license-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 500px;
    cursor: pointer;
}

    .license-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }

    .license-card:hover img {
        transform: scale(1.08);
    }

.license-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3,28,63,.95), rgba(3,28,63,.45), rgba(3,28,63,.10));
}

.license-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    color: #fff;
    z-index: 2;
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #20BBD0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .icon-box i {
        font-size: 28px;
        color: #fff;
    }

.license-content h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.license-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.steps{
    font-size:35px;
    font-weight:500;
    color:#20BBD0;
}



.sticky-content {
    position: sticky;
    top: 158px; 
}
/*DIFC page css end here*/
       


/*DIFC Start here*/


.DIFC-badges {
    font-size: 11px;
    background-color: #32cd3238 !important;
    color: #32CD32 !important;
    border: 1px solid #32CD32 !important;
}

.background-color {
    background-color: #32CD32;
}

.difc {
    color: #32CD32;
}

.DIFC-badges::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #32CD32; /* Bootstrap warning color */
    border-radius: 50%;
    margin-right: 2px;
    vertical-align: middle;
    margin-bottom: 2px;
}
/*DIFC End Here*/










/*Dubai Cars and Automotive css start here*/
.info-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s;
}

    .info-card:hover {
        transform: translateY(-8px);
    }

.icon-wrap {
    width: 51px;
    height: 51px;
    border-radius: 20px;
    background: #edf4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-wrap i {
        font-size: 20px;
        color: #3b82f6;
    }

.green {
    background: #eafaf3;
}

    .green i {
        color: #10b981;
    }

.purple {
    background: #f3ecff;
}

    .purple i {
        color: #8b5cf6;
    }

.priority-badge {
    background: #edf4ff;
    color: #3b82f6;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.green-badge {
    background: #eafaf3;
    color: #10b981;
}

.purple-badge {
    background: #f3ecff;
    color: #8b5cf6;
}

.date-text {
    color: #6b7280;
    font-size: 14px;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.card-desc {
    color: #6b7280;
    line-height: 1.8;
    min-height: 140px;
}

.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .tags span {
        border: 1px solid #e5e7eb;
        padding: 8px 16px;
        border-radius: 12px;
        color: #6b7280;
    }

.user-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #20BBD0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.Dubai_Airport {
    font-size: 11px;
    background-color: #3b82f63b !important;
    color: #3b82f6 !important;
    border: 1px solid #3b82f6 !important;
}

    .Dubai_Airport::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #3b82f6; /* Bootstrap warning color */
        border-radius: 50%;
        margin-right: 2px;
        vertical-align: middle;
        margin-bottom: 2px;
    }

/*Dubai Cars and Automotive css end here*/

/*Dubai_Commerce city page css start here*/
.Dubai_Commerce {
    font-size: 11px;
    background-color: #d5a41966 !important;
    color: #d5a419 !important;
    border: 1px solid #d5a419 !important;
}

    .Dubai_Commerce::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #d5a419; /* Bootstrap warning color */
        border-radius: 50%;
        margin-right: 2px;
        vertical-align: middle;
        margin-bottom: 2px;
    }






.dcc-card {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    min-height: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.dcc-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.dcc-card:hover img {
    transform: scale(1.06);
}

.dcc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(213, 164, 25, 0.88);
    color: #fff;
    opacity: 0;
    transition: opacity .35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.dcc-card:hover .dcc-overlay {
    opacity: 1;
}

.dcc-content {
    transform: translateY(12px);
    transition: transform .35s ease;
}

.dcc-card:hover .dcc-content {
    transform: translateY(0);
}

.dcc-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.dcc-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}


/*Dubai_Commerce city page css end here*/



