.fs-46 {
    font-size: 46px;
}

.color-icon-app {
    color: #018F01 !important;
}

.text-white {
    color: white !important;
}
/* HERO HEADER HEIGHT CONTROL */
.header-hero {
    height: 100vh !important;
    min-height: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Ensure background image fills properly */
.header-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Keep content above background */
.header-hero > * {
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .header-hero {
        height: 600px !important;
    }
}

@media (max-width: 576px) {
    .header-hero {
        height: 450px !important;
    }
}
/* FORCE FLEXSLIDER DOTS TO HORIZONTAL */
.flexslider .flex-control-nav,
.flexslider.outer-navs .flex-control-nav {
    display: block !important;
    text-align: center !important;
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    bottom: -25px !important;
}

.flexslider .flex-control-nav li,
.flexslider.outer-navs .flex-control-nav li {
    display: inline-block !important;
    float: none !important;
    margin: 0 6px !important;
}

.flexslider .flex-control-nav li a {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #ccc !important;
}

.flexslider .flex-control-nav li a.flex-active {
    background: #2B2B2B !important;
}
.collapse-box {
    overflow: visible !important;
    height: auto !important;
}
/* APPLY MODAL UI */
.apply-modal {
    border-radius: 10px;
    overflow: hidden;
}

.apply-modal .modal-header {
    background: #0a3d62;
    color: #fff;
    text-align: center;
    border-bottom: none;
}

.apply-modal .modal-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.apply-modal .modal-subtitle {
    font-size: 13px;
    opacity: 0.85;
    margin-top: 5px;
}

.apply-modal .modal-body {
    padding: 25px;
}

.apply-modal label {
    font-weight: 600;
    font-size: 14px;
}

.apply-modal .form-control {
    height: 45px;
    border-radius: 6px;
}

.resume-upload span {
    font-size: 12px;
    color: #777;
}

.apply-modal .btn-primary {
    background: #0a3d62;
    border: none;
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
}

.apply-modal .btn-primary:hover {
    background: #07507c;
}
/* Blog Editor Page */
.blog-editor-section {
    background: #f7f9fc;
    padding: 60px 0;
}

.blog-editor-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.editor-title {
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;

}

.form-control-lg {
    height: 55px;
    font-size: 16px;
}

/* CKEditor Height */
.ck-editor__editable {
    min-height: 320px;
}

/* CKEditor Toolbar */
.ck-toolbar {
    border-radius: 12px 12px 0 0;
}

.ck-editor__main {
    border-radius: 0 0 8px 8px;
}
.image-upload-box {
    position: relative;
    width: 100%;
    height: 260px;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.image-upload-box:hover {
    border-color: #111;
    background: #fff;
}

.image-upload-box input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-align: center;
}

.upload-placeholder i {
    font-size: 48px;
    margin-bottom: 10px;
}

.upload-placeholder p {
    font-weight: 500;
    margin-bottom: 4px;
}

.upload-placeholder span {
    font-size: 13px;
}

.image-upload-box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.form-control {
    border-radius: 9px;
    border: 1px solid #cbcbcb !important;
}
/* CKEditor full rounded box */
.ck.ck-editor {
    border-radius: 12px;
    overflow: hidden;
}

/* Toolbar rounded top */
.ck.ck-toolbar {
    border-radius: 12px 12px 0 0;
}

/* Editor content rounded bottom */
.ck.ck-editor__main > .ck-editor__editable {
    border-radius: 0 0 12px 12px;
}
.copy-text{
    position: relative;
    cursor: pointer;
}

/* Tooltip */
.copy-text::after{
    content: "DOUBLE CLICK TO COPY";
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.copy-text:hover::after{
    opacity: 1;
}
.custom-toast{
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 12px 18px;
    color: #fff;
    border-radius: 6px;
    z-index: 99999;
}
.custom-toast.success{ background:#28a745; }
.custom-toast.error{ background:#dc3545; }

.star-after{
    color: red !important;
    font-weight: bold;
}
.circle-wrapper{
    position: relative;
    width: 200px;
    height: 200px;
    margin: 40px auto;
}

.circle-bg{
    fill: none;
    stroke: #eee;
    stroke-width: 10;
}

.circle-progress{
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 565;
    stroke-dashoffset: 565;
    transition: stroke-dashoffset 1.5s ease;
}

.circle-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.stat-title{
    margin-top: 10px;
    color: #777;
}
.upload-box {
    border: 2px dashed #008080;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    background: #f9fefe;
    transition: 0.3s;
}

.upload-box:hover {
    background: #eefafa;
}

.upload-placeholder i {
    font-size: 40px;
    color: #008080;
}

.upload-placeholder p {
    font-weight: 600;
    margin: 10px 0 5px;
}

.upload-placeholder span {
    font-size: 13px;
    color: #666;
}

.file-preview iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

#fileName {
    font-weight: 600;
    color: #008080;
}
.job-heading{
    font-weight:600;
    color:#008080;
    margin-bottom:10px;
}
/* Professional heading font */
#jobDescriptionBox p b,
#jobDescriptionBox h1,
#jobDescriptionBox h2,
#jobDescriptionBox h3,
#jobDescriptionBox h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.center-row{
    display: flex;
    justify-content: center;
}

.center-col{
    margin: auto;
}

.fs-64 {
    font-size: 64px;
}

.upload-box {
    border: 2px dashed #bbb;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.upload-box.drag-active {
    border-color: #05b688;
    background: rgba(5, 182, 136, 0.08);
}
/* FORM LOADER */
.form-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-box {
    text-align: center;
}

.spinner {
    width: 45px;
    height: 45px;
    border: 4px solid #ddd;
    border-top: 4px solid #05b688;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 12px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.upload-box.drag-active {
    border-color: #05b688;
    background: rgba(5, 182, 136, 0.08);
}
.remove-file {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #dc3545;
    cursor: pointer;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.remove-file:hover {
    background: #dc3545;
    color: #fff;
}
html {
    scroll-behavior: smooth;
}
