/* Card Container   HF102 --> */
.employer-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.employer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Cover Image Adjustment */
.cover_photos_on_grid {
    height: 120px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.employer-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

/* Profile Image positioning */
.freelance-img {
    margin: -45px auto 15px;
    position: relative;
    z-index: 3;
    width: 90px;
    height: 90px;
}

.freelance-img img {
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Truncation for consistent height */
.freelance-info h3 {
    font-size: 18px;
    font-weight: 700;
    height: 25px;
    overflow: hidden;
}

.freelance-specific {
    font-size: 14px;
    min-height: 20px;
}

.freelance-meta {
    font-size: 12px;
    color: #777;
}

/* Button Styling */
.btn-cart {
    border-radius: 0 0 15px 15px !important;
    padding: 12px;
    font-weight: 600;
}

.social-pill {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8f9fa;
    color: #6c757d;
    transition: all 0.3s;
    border: 1px solid #eee;
}
.social-pill:hover {
    background: #E65425;
    color: #fff;
    transform: translateY(-2px);
}


/* Extra Large Social Buttons */
.social-btn-xl {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9; /* Subtle light blue-grey */
    color: #475569;
    font-size: 1.5rem; /* Large icon size */
    border-radius: 16px; /* Smooth rounded corners */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.05);
}

/* Hover State: The Teal Identity */
.social-btn-xl:hover {
    background-color: #E65425; /* Your Teal */
    color: #ffffff !important;
    transform: scale(1.1) rotate(-5deg); /* Pop and slight tilt */
    box-shadow: 0 15px 25px rgba(0, 128, 128, 0.25);
    border-color: #E65425;
}

/* Optional: Subtle pulse animation on hover */
.social-btn-xl:active {
    transform: scale(0.95);
}

/* Icon specific alignment tweaks */
.social-btn-xl i {
    line-height: 0;
}

/* Styling for the small labels */
.small-text {
    font-size: 0.75rem;
    font-weight: 500;
    margin-bottom: 2px;
}

/* Icon Wrapper - using your signature teal */
.v-icon-wrapper {
    width: 38px;
    height: 38px;
    background: rgba(0, 128, 128, 0.1); /* Light Teal background */
    color: #E65425; /* Solid Teal icon */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Teal Link */
.text-teal {
    color: #E65425;
    transition: color 0.2s;
}
.text-teal:hover {
    color: #E65425;
}

/* Modern Button Styling */
.btn-teal-outline {
    border: 2px solid #E65425;
    color: #E65425;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s;
}

.btn-teal-outline:hover {
    background: #E65425;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 128, 128, 0.2);
}

/* Remove default list padding/styles */
.verification-list {
    margin-top: 10px;
}

.company-header-wrapper {
    padding: 10px 0;
}

/* Prevents the image from shrinking on smaller screens */
.company-detail-image {
    flex-shrink: 0;
}

.company-title h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

/* Mobile Tweak: slightly smaller image on very small phones */
@media (max-width: 576px) {
    .company-detail-image img {
        width: 50px !important;
        height: 50px !important;
    }
    .company-title h4 {
        font-size: 1rem;
    }
}


/* Section Background */
.section.projects {
    background-color: #fcfcfc;
    padding: 60px 0;
}


/*01012026*/
/* Unified Category Card */
section.section.projects{
    background: #FFF5F3;
}
.category-card {
    background: #ffffff;
    /* Formal Border */
    border: 1px solid #edf2f7; 
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    
    /* Premium Soft Shadow */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

/* Icon Styling - Using a consistent brand color */
.category-icon {
    font-size: 2rem;
    color: #E65425; /* Professional Royal Blue */
    background: #f0f7ff; /* Very light tint of the same color */
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* Title Styling */
.category-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a202c;
    letter-spacing: -0.2px;
}

/* Hover State - "Lift & Glow" */
.category-card:hover {
    transform: translateY(-8px);
    border-color: #E65425;
    
    /* Stronger shadow on hover to simulate depth */
    box-shadow: 0 20px 40px rgba(0, 86, 179, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.category-card:hover .category-icon {
    background: #E65425;
    color: #ffffff;
    transform: scale(1.1);
}

/* Container Spacing */
.hero-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 20px;
}

/* Formal Heading Style */
.hero-content-wrapper h1 {
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
    font-size: 2.75rem; /* Larger, authoritative size */
    font-weight: 800; /* Extra bold for impact */
    color: #1a202c; /* Deep Charcoal/Navy instead of pure black */
    letter-spacing: -0.02em; /* Tighten for a premium look */
    line-height: 1.2;
    margin-bottom: 24px;
}

/* Formal Description Style */
.hero-content-wrapper p {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-size: 1.125rem; /* Slightly larger than standard body text */
    font-weight: 400;
    color: #4a5568; /* Slate gray for readability and softness */
    line-height: 1.7; /* Increased line-height for "breathable" text */
    max-width: 750px;
    margin: 0 auto;
}

/* Optional: Gradient Accent on Heading */
.hero-content-wrapper h1 span.accent {
    background: linear-gradient(90deg, #E65425 0%, #e78262 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-top-right-radius, .img-top-left-radius {
     border-top-right-radius: 100px; 
    border-bottom-left-radius: 115px;
    border-radius: 115px;
}

/*tick start*/
.demand-post-job {
    position: relative;
    padding-left: 45px; /* Increased padding to accommodate the larger icon */
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 1.2rem; /* Works best with slightly larger text */
    font-weight: 600;
    cursor: pointer;
}

.demand-post-job::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 45%;
    
    /* 1. Scaled Dimensions */
    width: 15px;  /* Your requested width */
    height: 28px; /* Proportional height for a sleek look */
    
    /* 2. Thicker Borders for the larger size */
    border-bottom: 6px solid #E65425;
    border-right: 6px solid #E65425;
    
    /* 3. Smoother, more pronounced rounded corners */
    border-radius: 4px; 
    
    /* 4. The Rotation */
    transform: translateY(-50%) rotate(42deg);
    
    /* 5. Enhanced Glow for a larger surface area */
    box-shadow: 
        3px 3px 0px rgba(230, 84, 37, 0.15),
        0 0 15px rgba(230, 84, 37, 0.25);

    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- Fancy Hover State --- */
.demand-post-job:hover::before {
    /* Subtle lift and slight rotation shift */
    transform: translateY(-55%) rotate(45deg) scale(1.05);
    
    /* Brightening the color */
    border-color: #ff7043;
    
    /* Stronger neon glow on hover */
    box-shadow: 
        0 0 20px rgba(255, 112, 67, 0.5),
        inset -2px -2px 0px rgba(255, 255, 255, 0.3);
}
/*tick end*/
   
/* Container for the 'Professional' height */
.image-frame-delicate {
    position: relative;
    width: 100%;
    height: 240px; /* Precise, delicate height */
    overflow: hidden;
    border-radius: 12px;
    /* Softest shadow for a 'floating' feel */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

.image-frame-delicate img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures no distortion */
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.image-frame-delicate:hover img {
    transform: scale(1.05);
}

/* A very subtle 'glass' shine over the image */
.glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%);
    pointer-events: none;
}

/* Typography Details */
.section-heading {
    font-size: 2.30rem;
    letter-spacing: -0.01em;
    color: #111;
}

.text-orange-gradient {
    background: linear-gradient(90deg, #E65425, #e78262);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.delicate-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #00b4d8; /* Teal accent */
    font-weight: 700;
    display: flex;
    align-items: center;
}

.delicate-label .dot {
    height: 6px;
    width: 6px;
    background-color: #00b4d8;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.delicate-text {
    font-size: 1.30rem;
    line-height: 1.6;
}


.projects .btn-custom-card {
        background-color: #ffffff;
        color: #212529;
        border: 1px solid #e0e0e0;
        padding: 1.25rem 1rem;
        font-weight: 600;
        font-size: 0.95rem;
        border-radius: 12px;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    }

    .projects .btn-custom-card:hover {
        background-color: #f8f9fa;
        border-color: #0d6efd; /* Brand color highlight */
        color: #0d6efd;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    }

    .projects .btn-custom-card:active {
        transform: translateY(-1px);
    }

    /* Optional: Adding a small arrow icon via CSS to guide the eye */
    .projects .btn-custom-card::after {
        content: '→';
        margin-left: 10px;
        opacity: 0.5;
        transition: transform 0.3s ease;
    }

    .projects .btn-custom-card:hover::after {
        transform: translateX(4px);
        opacity: 1;
    }

    .text-muted-custom {
        color: #6c757d;
        max-width: 700px;
        line-height: 1.6;
    }

     .projects {
        background: #fff7f0;
    }

    .projects h2 {
        color: #ff6a00;
    }

    .pill-btn {
        display: inline-block;
        padding: 8px 16px;
        font-size: 20px;
        font-weight: 500;
        border-radius: 50px;
        background: #03AED2;
        color: #FEFDDF;
        border: 1px solid #03AED2;
        transition: all 0.25s ease;
        text-decoration: none;
        font-weight: bold;
    }

    .pill-btn:hover {
        background: #03AED2;
        color: #FEFDDF;
        transform: translateY(-2px);
    }

    .pill-wrapper {
        text-align: center;
    }



    /* Section Background & Spacing */
.section.review {
    padding: 20px 0;
    background: #ffffff;
    font-family: 'Inter', sans-serif; /* Modern clean font */
}

.demand-professional h2 {
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 24px;
    color: #111;
}

/* Container for the list to create a vertical 'connector' line */
.col-lg-6.d-flex > .aos {
    position: relative;
    padding-left: 20px;
}

/* The Vertical Connector Line */
.col-lg-6.d-flex > .aos::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 180px; /* Adjust based on where your text starts */
    bottom: 40px;
    width: 2px;
    background: linear-gradient(to bottom, #E65425 0%, #eee 100%);
    z-index: 1;
    display: none;
}

/* The Bullet Point Container */
.demand-post-job {
    position: relative;
    padding: 15px 20px 15px 55px;
    margin-bottom: 0px;
    border-radius: 12px;
    transition: all 0.3s ease;
    z-index: 2;
}

/* --- THE FANCY BULLET POINT --- */
.demand-post-job::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 22px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 3px solid #E65425;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0 0 0 4px rgba(230, 84, 37, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* The Inner Core of the Bullet (The Pulse) */
.demand-post-job::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 29px;
    width: 10px;
    height: 10px;
    background: #E65425;
    border-radius: 50%;
    z-index: 4;
    transition: all 0.3s ease;
}

/* --- HOVER EFFECTS --- */
.demand-post-job:hover {
    background: rgba(194, 62, 22, 0.12); 
    transform: translateX(10px);
    
    /* Optional: add a very thin border to 'contain' the darkness */
    border-left: 3px solid #c23e16;
}

.demand-post-job:hover::before {
    background: #E65425;
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(230, 84, 37, 0.4);
}

.demand-post-job:hover::after {
    background: #fff;
    transform: scale(0.8);
}

/* Text Content Styling */
.demand-content strong {
    font-size: 1.2rem;
    color: #111;
    display: block;
    margin-bottom: 4px;
}

.demand-content p {
    font-size: 1.0rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Image Polish */
.recent-pro-img img {
    border-radius: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border: 8px solid #fff;
}

/* Clean up existing icons */
.demand-post-job i.fa-solid {
    display: none;
}

.demand-professional p {
    font-size: 1.4rem;
    color: #515151;
    font-weight: 500;
    margin-bottom: 10px;
}


header {
    position: sticky; /* or fixed, depending on your layout */
    top: 0;
    width: 100%;
    z-index: 9999 !important; /* Forces header to the very top layer */
    background-color: #fff;  /* Ensure it has a solid background so the map doesn't show through */
}



.info-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 10px;
}

/* Each item */
.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

/* Divider */
.info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
    background: #e5e5e5;
}

/* Icon */
.info-icon {
    font-size: 16px;
    color: #E65425;
}

/* Label */
.info-label {
    font-size: 12px;
    color: #888;
    margin-right: 4px;
}

/* Value */
.info-value {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

/* Suffix */
.info-suffix {
    font-weight: 400;
    color: #777;
    margin-left: 4px;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
    .info-bar {
        gap: 15px;
    }

    .info-item:not(:last-child)::after {
        display: none;
    }
}