    .homep{
        background-size: 74%;
        background-position: bottom;
        background-repeat: no-repeat;
        height: 91vh;
        background-color: #afc3de;  
    }

    .banhero{
    padding: 20px;
    padding-bottom: 0px;
    background-color: #afc3de;
    }
    .shifts-section {
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    }

    .shifts-box {
    background: #fff;
    border: 2px solid #cc0202;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    max-width: 850px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .shifts-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    }

    .shifts-box .icon {
    font-size: 3rem;
    margin-bottom: 15px;
    animation: pulse 1.5s infinite;
    color: #ce2e1c;
    }

    /* Title */
    .shifts-box h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ce2e1c;
    }

    /* Text */
    .shifts-box p {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
    }

    /* Pulse animation */
    @keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
    }

    .custom-multi-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    }

    .select-box {
    padding: 15px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    border-radius: 7px;
    }

    .checkboxes {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
    padding: 5px;
    }

    .checkboxes label {
    display: block;
    padding: 5px;
    text-align:left;
    font-size: 18px;
    }


    .wlreg{
    box-shadow: 
    0 -4px 8px rgba(0, 0, 0, 0.2), 
    0 4px 8px rgba(0, 0, 0, 0.2); 
    margin-top: 150px; 
    background-color: #fffffff7;
    }

    .secdev{
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 300px;
    box-shadow: 32px 82px 42px rgba(0, 0, 0, 0.1); 
    margin-top: 110px;
    background-color: #ffffffe0;
    }

    .devtx{
    font-size: 53px;
    margin-top: 50px;
    display: inline-block;
    color: rgb(175, 195, 222);
    text-align: left;
    }
    .devys{
    width: 100%;
    border-radius: 90px;
    border-left: 4px solid rgb(175, 195, 222);
    border-right: 4px solid rgb(175, 195, 222);
    border-top: 1px dashed rgb(175, 195, 222);
    border-bottom: 1px dashed rgb(175, 195, 222);
    padding: 5px;
    }

    .findshift{
        background-color: #2b2b2b;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 200px;
        padding: 50px;
    }

    .homepr{
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: rgb(175, 195, 222);
    font-kerning: none;
    text-align: center;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    line-height: 1.5;
    tab-size: 4;
    text-transform: uppercase;
    }
 
    .reg-option{
    padding: 24px;
    text-decoration: none;
    color: #cc0202;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
    background-color: #fff;
    min-height: 50px;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    font-size: 32px;
    }

    .reg-option:hover{
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.3));
    border: 1px solid red;
    }

    .log-btn{
        color: #090909bf;
        font-weight: 600;
    }

    .flag-img {
        height: 25px;
        margin-right:20px;
        margin-top: -5px;
    }

    .exmtop{
        margin-top: 63px !important;
    }

   .required{
        width: 20px;
        display: inline-block;
        margin-top: 1px;
        position: absolute;
    }

    .required i{
        color: red !important;
        font-size: 10px !important;
        margin-top:-5px !important;
        display:inline-block !important;
    }

    .icon-container {
        position: relative;
        display: inline-block;
        margin: 5px;
    }

.icon {
    font-size: 16px;
    color: #333; 
    cursor: pointer;
    display: inline-block;
    
}

.tooltip {
    visibility: hidden; /* Initially hidden */
    position: absolute;
    bottom: 100%; /* Position it above the icon */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75); /* Dark background */
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0; /* Set opacity to 0 for transition */
    transition: opacity 0.3s;
    z-index: 10;
    color: #fff !important;
}

.tooltip p{
    color: #fff !important;
    font-size:14px;
    
}

.icon-container:hover .tooltip {
    visibility: visible;
    opacity: 1; 
}

.fa-euro-sign{
    color:#4CAF50;
    font-size: 16px;
}

.fa-circle-check{
    color: green;
}

.review-list{
position: absolute;
  top: -22px;
  left: -49px;
  font-size: 23px;
  background-color: #72bf76;
  color: white;
  font-weight: 700;
  border-radius: 50%;
  width: 83px;
  height: 83px;
  padding: 4px 24px;
}

.review-list i{
    margin-left: 5px;
}

.wimg-list{
    width: 150px;
    border-radius: 50%;
    height: 150px;
}

.expup{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #2a972a;
}

.special_select{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid gray;
    width: 100%;
}

.pages{
    width: 50px;
    height: 50px;
    color: white;
    background-color: green;
    border-radius: 50px;
    font-size: 30px;
    padding: 0px 14px;
    font-weight: 700;
}

.pageseparator{
min-width: 150px;
  min-height: 50px;
  width: 40px;
  color: green;
  border-bottom: 1px solid green;
  vertical-align: sub;
  margin-top: -25px;
  display: inline-block;
  position: absolute;
  margin-left: 62px;
}

.next-page{
    width: 50px;
    height: 50px;
    color: green;
    border: 1px solid green;
    background-color: white;
    border-radius: 50px;
    font-size: 30px;
    padding: 0px 14px;
    font-weight: 700;
}

    .al-divider{
        margin-top:180px;
        min-height:100vh;
    }

    .cta-bl{
        background-color: #2b2b2b;
        color: rgb(240, 255, 138);
        border-radius: 15px;
        text-align: center;
        padding: 12px;
        min-width: 180px;
        display: inline-block;
    }
    .cta-bl:hover{
        background-color: rgb(240, 255, 138);
        color: rgb(32, 32, 32);
        border-radius: 15px;
        text-align: center;
        padding: 12px;
        min-width: 180px;
        font-weight: 700;
        border: 1px solid rgb(32,32,32);
    }

.cta{
        background-color: #c03424;
        color: #fff;
        padding: 12px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1.2em;
        width:100%;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
}
.cta-gray{
        background-color: #d3d3d3;
        color: black;
        padding: 12px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1.2em;
        width:100%;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
}

.ticket-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ticket Form */
.ticket-form {
    margin-bottom: 30px;
}

.ticket-form h2 {
    margin-bottom: 20px;
    color: #333;
}

.ticket-form label {
    font-weight: bold;
}

.ticket-form input,
.ticket-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0 20px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ticket-form button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ticket-form button:hover {
    background-color: #45a049;
}

.chat-log {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.chat-log h2 {
    margin-bottom: 20px;
    color: #333;
}

.ticket-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ticket-navigation button {
    padding: 8px 15px;
    background-color: #2196F3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


.ticket-navigation button:hover {
    background-color: #1976D2;
}

.messages {
    margin-bottom: 20px;
}

.message {
    background-color: #e2f7e2;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.message strong {
    color: #333;
    margin-bottom: 5px;
}

.reply-section {
    margin-top: 20px;
}

.reply-section textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.reply-section button {
    background-color: #2196F3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.reply-section button:hover {
    background-color: #1976D2;
}


.popup-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 53px;
    border-radius: 8px;
    width: 40%;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}


    .background-w{
    background-color: white;
    border-radius: 30px;
    }

    .text{
    font-size:14px;
    color: #1d1c1cad;
    font-weight: 600;
    }


#bottomBar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    color: black;
    border-top: 1px solid black;
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out; /* Smooth transition */
    left: 1px;
    z-index: 999999999;
    text-align: center;
}


    .exp{
    font-size:15px;
    color: #a89e9e;
    font-weight: 400;
    }
    .exp-small{
    font-size:11px;
    color: #a89e9e;
    font-weight: 400;
    }

    .custom-select{
    background-color: transparent;
    border: none;
    width: 60%;
    padding: 8px;
    cursor: pointer;
    }
    .custom-select-qu{
    background-color: transparent;
    border: none;
    width: 26%;
    padding: 8px;
    cursor: pointer;
    }

.menu-wrapper {
    z-index: 9999999;
    width: 100%;
}


#notification-block{
    min-height: 200px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 59px;
    width: 400px;
    right: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    scrollbar-color: #d9d9d9 #f1f1f1;
    overflow-y: scroll;
}

.form-control{
    font-size: 15px;
    color: #313131;
    min-height: 42px;
    }


    .background-container {
    position: relative;
    width: 100%;
    height: 78vh;
    background-size: contain;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    }

    .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; 
    }

    .header-container {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 10; 
    
    }

    .header-container h1 {
    font-size: 13rem; 
    color: #CB2929;
    margin: 0;
    font-weight: 800;
    font-family: 'Fredoka', sans-serif;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 1));
    }

    .header-container p {
    font-size: 1.5rem;
    margin-top: 10px;
    color: #FFF8ED;
    text-align: center;
    }

    .nomlog{
    background-color: #2b2b2b;
    border-bottom-right-radius: 10px;
    color: white;
    font-size: 40px;
    display: inline-block;
    }

    .nolgt{
        font-family: 'Fredoka', sans-serif;
        float: right;
         margin-right: 15px;
         color: red;
         font-weight: 600;
    }

#open-menu-btn {
  background-color: transparent;
  color: #404040;
  border: none;
  cursor: pointer;
  width: 100%;  
  text-align: center;
  border-left: 1px solid black;  
  float:right;

}

    .tabs {
      padding: 10px;
      cursor: pointer;
      border: none;
      border-radius: 15px;
    }

    .tab {
      display: inline-block;
      padding: 10px;
      text-align: center;
      border-radius: 5px 5px 0 0;
      margin-right: 5px;
      width: 100px;
    
    }

    .tab:hover {
      background-color: #bbb;
    }

    .tab.active {
        background-color: transparent;
        color: black;
        font-weight: 600;
        text-decoration: underline;
        color: green;
    }

    .tab-content {
      display: none;
      padding: 20px;
      border-top: none;
    }

    .tab-content.active {
      display: block;
      color: green;
    }

.content-box .box-content {
    color: white;
    text-align: center;
}

.content-box h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.content-box p {
    font-size: 1.1rem;
}

    .options{
    background-color:rgb(240, 240, 240);
    width: 106px;
    border-radius: 30px;
    text-align: center;
    color: black;
    padding: 8px;
    font-size: 13px;
    margin-left: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    }



    .sidebar-i{
        border-radius: 50%;
        padding: 10px;
        box-shadow: 0 0 0 3px rgba(194, 95, 36, 0.5), 0 0 0 9px rgba(211, 19, 19, 0.3), 0 0 0 9px rgba(185, 24, 24, 0.1);
        margin-right: 40px;
        vertical-align: bottom;
        font-size: 21px;
        color: #4f3b3b;
        float: left;
        height: 45px;
        width: 45px;

    }

    .hombox{
        cursor: pointer;
        border-radius: 20px;
        width: 400px;
        margin-left: 1%;
        text-align: left;
        border: 2px solid #514f4fc4;
        border-radius: 75px;
        min-height: 490px;
    }

    .hombox h3{
        font-size: 42px;
        font-weight: 900;
        color: rgb(206, 46, 28);
        font-kerning: normal;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-thickness: auto;
        font-weight: 800;
    }

    .homboxbold{
        font-size: 22px;
        color: rgb(75, 77, 80);
        font-weight: 500;
    }
    .hombox p {
        font-size: 25px;
        font-family: "Fredoka", sans-serif;
        color: #575757;
    }

    .hombox:hover{
        filter: drop-shadow(0px 0px 0.4px rgba(206, 9, 9, 0.5));
        box-shadow: rgba(0, 0, 0, 0.5);
    }

    .wehs{
        font-size: 52px;
        font-weight: 900;
        color: rgb(66, 68, 70);
        font-kerning: normal;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-thickness: auto;
    }

    .nwlg{
    width: 80px;
    margin-left: 60px;
    float: left;
    position: absolute;
    border-radius: 30px;
    margin-top: 5px;
    }

    .custh1{
        margin-top: 180px;
        font-weight: 700;
        font-size: 54px;
        text-transform: uppercase;
    }

    .workeroption {
        width: 30%;
        margin-left: 50px;
        box-shadow: 0px 0px 0px 3px #79b39114;
        padding: 20px;
        cursor: pointer;
        margin-top: 15px;
        display: inline-block;
    }
    .hovershadow:hover {
    filter: drop-shadow(1px 2px 6px rgb(133, 54, 30));
    background-color: white;
    }

    .options:hover{
        background-color:green;
        color: white;
    }
    .options-selected{
        background-color: green;
        width: 106px;
        border-radius: 30px;
        text-align: center;
        color: white;
        padding: 8px;
        font-size: 12px;
        margin-left:15px;
        margin-bottom: 10px;

    }

    .offrimg:hover{
        filter: drop-shadow(1px 2px 6px green);
    }

.logbtn {
  font-family: "Fredoka", sans-serif;
  margin-right: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 18px;
  color: white;
  display: inline-block;
  background-image: linear-gradient(to right, #ce2e1c 0%, #ce2e1c 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.6s ease;
}

.logbtn:hover {
  background-position: left bottom;
}
.registrationbutton {
  font-family: "Fredoka", sans-serif;
  background: linear-gradient(to right, #ce2e1c 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: #fff;
  width: 115px;
  padding: 8px;
  text-align: center;
  border-radius: 20px;
  border: 0.5px solid #ce2e1c;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1.5px;
  transition: all 0.6s ease;
}

.registrationbutton:hover {
  background-position: right bottom; /* animate background from left to right */
  color: #ce2e1c;                    /* text turns red smoothly */
  border: 0.5px solid #ce2e1c;
}


    .center-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 10; 
        background-color: #1c1c1c3d;
        padding: 50px;
    }

    .background-app-t{
        margin-top: -310px;
        z-index: 9
    }

.center-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: white;
}

.center-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: white;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.buttons .btn {
    padding: 12px 25px;
    font-size: 1rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.buttons .btn:hover {
    background-color: red;
}

    .notificationbl{
        font-size: 23px;
        vertical-align: middle;
        margin-right: 10px;
        cursor: pointer;
        margin-top: 20px; 
    }

    .dropdown-menu {
        display: none; 
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        top: 70px;
        right: 5px;
        width: 250px;;
        overflow-y: scroll;
        height: 650px;
        scrollbar-width: thin;
        scrollbar-color: #d9d9d9 #f1f1f1;
    }

    .dropdown-item {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
    }


    .dropdown-item:hover {
        background-color: #f0f0f0;
    }

    .dashboard-tables {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .cap{
        text-transform: capitalize;
    }

    .app-footer{
        position: inherit;
        background-color: #292121;
        width: 100%;
        min-height: 60px;
        padding: 15px;
        text-align:center;
        margin-top: 140px;
    }

    .footer-links{
        display: inline-block;
        color: white;
        margin-left: 50px;
    }

    .footer-select{
    background-color: black;
    border: none;
    color: white;
    float:right;
    }

    .table-container {
        flex: 1;
        width: 100%;
        border: none;
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
    }

    .table-container h2 {
        background-color: #f2f2f2;
        padding: 15px;
        margin: 0;
        text-align: left;
        font-size: 17px;
    }

    .table-container thead {
        font-weight: 700;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th, td {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.082);
        text-transform: capitalize;
        font-size: 15px;
    }

    th {
        background-color: #fff;
    }

    tbody tr:hover {
        background-color: #f9f9f9;
    }

    tbody tr:last-child td {
        border-bottom: none;
    }

    .hidesmall{
    display:block;
    }

    .mobilemenu{
    display:block;
    color: white !important;
    display: inline-block;
    width: 100%;
    }

    .mainp{
    margin-top: 86px;
    min-height: 100vh;
    border-radius: 30px;
    }

    .companypanel{
    font-size: 14px;
    margin-bottom: -21px;
    text-transform: uppercase;
    font-weight: 700;
    color: green;
    }

    .bordernumber {
    float: left;
    border: 4px solid maroon;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    font-size: 25px;
    font-weight: 700;
    color: maroon;
    box-shadow: 13px 9px 22px rgba(255, 123, 7, 0.38);
    margin-top: -20px;
    }

    .back-w-sh{
        box-shadow: 1px 2px 40px #994e463d !important;
    }

    .back-w{
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .back-gr{
    background-color: #cecece;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .back-red{
    background-color: #572a2a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
   .back-g{
        background-color: rgba(244, 244, 244, 0.8);
        border-radius: 10px;
        box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
    }
    .logocustom{
        width: 113px;
        margin-top: -11px;
        margin-left: 75px;
        border-radius: 5px;
        margin-right: 50px;
    }

    .menubuttons{
        padding: 10px;
        background-color: red;
        border-radius: 10px;
        color: white;
        border: none;
    }

    .chooseregistration :hover{
        filter: drop-shadow(20px 24px 20px rgba(129, 202, 41, 0.5));
    }

.logorow{
    display: flex;
    justify-content: center;
    align-items: center; 
}


    .logo-slider {
        overflow: hidden;
        white-space: nowrap;
        width: 80%;
        position: relative;
    }

    .logo-wrapper {
        display: inline-block; 
        animation: slide 14s linear infinite; 
    }

    .logo-wrapper img {
        width: 180px;
        height: 50px;
        margin: 0 15px; 
    }

    @keyframes slide {
        0% {
            transform: translateX(100%); 
        }
        100% {
            transform: translateX(-100%);
        }
    }

            @keyframes fadeOut {
            0% {
                opacity: 1;
                visibility: visible;
            }
            100% {
                opacity: 0;
                visibility: hidden;
            }
            }

            .errormessage{
            position: absolute;
            border: 1px solid black;
            padding: 15px;
            top: 15%;
            left: 43%;
            background-color: black;
            color: white;
            font-weight: 700;
            border-radius: 10px;
            z-index: 999;
            animation: fadeOut 2.5s forwards;
            }


            .experience {
                width: 100%;
                max-width: 1000px;
                margin: 0 auto;
                background-color: #fff;
                padding: 20px;
                border-radius: 8px;
            }

            .job {
                margin-bottom: 30px;
            }

            .job h3 {
                font-size: 1.5em;
                color: #2C3E50;
                margin-bottom: 5px;
                text-transform: capitalize;
            }

            .company {
                font-weight: bold;
                color: #7F8C8D;
                 text-transform: capitalize;
            }

            .date {
                color: #BDC3C7;
                font-size: 0.9em;
            }

            .description {
                font-size: 1em;
                line-height: 1.6;
                color: #34495E;
                margin-top: 10px;
            }

            /* Responsive Design */
            @media (max-width: 768px) {
                .experience {
                    width: 90%;
                }

                h2 {
                    font-size: 1.8em;
                }
            }

button{
    border: none;
}

.autoline{
    display: inline-block;
    width: auto;
}

.table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: inherit;
}

.table th, .table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.table thead {
    background-color: #fff;
    color: black;
    font-weight: 700;
}

.table tbody tr:hover {
    background-color: #f1f1f1;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a {
    color: #007bff;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #007bff;
    margin: 0 5px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.pagination a:hover {
    background-color: #007bff;
    color: white;
}

.pagination .active {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

    .connprt{
        padding: 40px;
        background-color: #ffffff7d;
         width: 37%;
         margin-top:115px;
    }

    .ellprt{
    background-color: #ffffffbf;
    padding:20px;
    width: 40%;
    border-radius:40px;
    margin-left: 28%;
    }

    .blog-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .hero-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100vh;
        background: linear-gradient(to right, #2b2b2b, #5e423f);
        color: white;
        padding: 20px;
        position: relative;
    }

    .hero-content {
        flex: 1;
        padding: 60px;
        z-index: 1;
    }

    .hero-title {
        font-size: 4em;
        margin-bottom: 51px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        color: white;
        margin-top: 120px;
    }

       .upload-container {
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            width: 100%;
        }

        h2 {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
        }

        .file-input-wrapper {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 12px 20px;
            background-color: #C82121;
            color: white;
            font-size: 16px;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .file-input-wrapper:hover {
            background-color: #C82121;
        }

        .file-input-wrapper input[type="file"] {
            display: none;
        }

        #imagePreview {
            margin-top: 20px;
            width: 100%;
            max-width: 300px;
            height: auto;
            border-radius: 8px;
            display: none; 
            border: 2px solid #ddd;
            padding: 10px;
            background-color: #fafafa;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            object-fit: cover;
        }

        .remove-btn {
            display: inline-block;
            background-color: #ff4d4d;
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 10px;
            font-size: 14px;
            text-decoration: none;
        }

        .remove-btn:hover {
            background-color: #e60000;
        }

        .formrequired{
        color:red;
        font-size:12px;
         }

        .toggle-button {
            display: inline-block;
            width: 60px;
            height: 30px;
            background-color: gray;
            border-radius: 15px;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .toggle-button.on {
            background-color: green;
        }
        .toggle-button .toggle-circle {
            width: 28px;
            height: 28px;
            background-color: white;
            border-radius: 50%;
            position: absolute;
            top: 1px;
            transition: left 0.3s;
        }
        .toggle-button.on .toggle-circle {
            left: 32px;
        }

    .exca-comp-pan{
        position: absolute;
        margin-left: -12px;
        margin-top: -14px;
        color: #d7c252;
        font-size: 30px;
    }    

    .gradient-box {
        background-color: #2b2b2b;
        color: white;
        padding: 50px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
        min-height: 400px;
        margin-top: -70px;
    }

    .margin-notf{
        margin-top: 0px;
    }

    .gradient-box-7 {
        background-color: #2b2b2b;
        color: white;
        padding: 50px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 100%;
        margin-bottom: 25px;
        position: inherit;
        left: 1px;
        top: 70px;
        min-height: 367px;
        margin-left: -450px;
        margin-top: -100px;
        width: 100vw;
        border-bottom-left-radius: 250px;
    }

    .fa-star{
        color: yellow;
    }

    .hro{
        margin-top: -300px;
    }

    .hro-bot{
        margin-top: 100px;
    }

    .green-bar{
    min-height: 9px;
    background-color: rgb(22, 122, 22);
    width: 100%;
    border-radius: 10px;
    }
    .yellow-bar{
    min-height: 9px;
    background: linear-gradient(to right, yellow 0%, #d9d9d9 70% );
    width: 100%;
    border-radius: 10px;
    }
    .red-bar{
    min-height: 9px;
   background: linear-gradient(to right, red 0%, #d9d9d9 50% );
    width: 100%;
    border-radius: 10px;
    }

    .new-user-bar{
    min-height: 9px;
   background: linear-gradient(to right, rgb(74, 165, 130) 0%, #d9d9d9 50% );
    width: 100%;
    border-radius: 10px;
    }


    .sideborders{
    padding: 15px;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
    }

    .bord{
    border-radius: 10px;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.02), inset 0 0 12px rgba(189, 189, 189, 0.04), inset 0 0 40px rgba(58, 57, 57, 0.03);
    background-color: #fff;
    }

    .borders{
        padding: 15px;
        border-radius: 10px;
        cursor: pointer;
        background-color: #fff;
    }

    .bordersshadow{
    box-shadow: inset 0px 34px 55px 22px rgb(255, 255, 255);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    }


    .borders div{
    color: #2f2e2e;
    display: inline-block;
    }

    .borders span{
    font-size: 14px;;
    margin-left: 14px;
    color: gray;
    }

    .round-15{
        border-radius:15px;
    }

    .profileimage{
        width: 75%;
        border-radius: 50%;
    }

    .hero-subtitle {
        font-size: 2em;
        margin-bottom: 15px;
        color: white;
    }

    .hero-description {
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .tags{
    background-color: #a2a2a2;
    width: auto;
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
    text-align: center;
    min-width: 146px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 15px;
    color: white;
    margin-left:10px;
        }

    .shfi{
    color: #4faa41;
    font-size: 20px;
    padding: 8px;
    vertical-align: middle;
    }

    .tags:hover{
        background-color:rgb(255, 255, 255);
        color:black;
    }



    .ctasmall {
        background-color: #c03424;
        color: #fff !important;
        padding: 8px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1.2em;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
        max-width: 80px;;
        margin-left: 8px;
    }

    .ctasmall:hover {
        background-color: #c03424;
        transform: scale(1.05);
        color: #fff;
        opacity: 0.8;
    }

    .cborder{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Subtle gray shadow */
    }

    .cta-green-full {
        background-color: #149f14;
        color: #fff !important;
        padding: 15px 8px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
        font-weight:700;
    }

    .cta-green {
        background-color: green;
        color: #fff !important;
        padding: 8px 8px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
        width: 150px;;
    }

    .cta-cancel {
        background-color: rgb(237, 237, 237);
        color: #000000 !important;
        padding: 8px 8px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
        width: 150px;;
    }
    .cta-border-green {
        background-color: white;
        color: black !important;
        padding: 8px 8px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
        border: 1px solid green;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
        width: 150px;;
    }
    .cta-yellow {
        background-color: rgb(180, 199, 56);
        color: black !important;
        font-weight: 700;
        padding: 8px 8px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
    }

    .cta-border-red {
        background-color: transparent;
        color: black !important;
        padding: 6px;
        border: 1px solid #c03424;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        min-width: 128px;;
    }

    .cta-border-red:hover {
        background-color: #c03424;
        transform: scale(1.05);
        color: #fff !important;
    }


    .cta-button {
        background-color: #c03424;
        color: #fff !important;
        padding:6px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        text-decoration: none;
        transition: background-color 0.3s, transform 0.3s;
        display: inline-block;
        text-align: center;
        min-width: 128px;;
    }

    .cta-button:hover {
        background-color: #c03424;
        transform: scale(1.05);
        color: #fff;
        opacity: 0.8;
    }

    .conta-table{
    width: 100%;
    overflow: auto;
    }

    .hero-image {
        flex: 1;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        min-height: 800px;
    }

    .hide{
        display:none;
    }

    .headtop{
        margin-top: 70px;
    }

    .count-section {
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }

    .count {
        font-size: 3em;
        color: #c03424;
        margin: 0;
    }

    .count-label {
        font-size: 1.5em;
        color: #333;
    }

    .post-section {
        margin: 40px 0;
        background-color: rgb(253, 240, 219);
        border-radius: 8px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .post-wrapper {
        padding: 20px;
        width: 50%; /* Adjusted width for two columns */
    }

    .post-title {
        font-size: 2.5em;
        margin-bottom: 10px;
        border-bottom: 2px solid #c03424;
        padding-bottom: 10px;
    }

    .post-intro {
        font-size: 1.5em;
        color: #c03424;
        margin-bottom: 15px;
    }

    .post-content {
        margin-top: 15px;;
        margin-bottom: 40px;
    }

    .link-button {
        background-color: #c03424;
        color: white;
        padding: 10px 15px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-size: 1em;
        text-decoration: none;
        transition: background-color 0.3s;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-top: 100px;
    }

    .link-button:hover {
        background-color: c03424;
        color: white;
        opacity: 0.8;
    }

    .post-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-top: 1px solid #eee;
    }

    .read-more-button {
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 12px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1em;
        transition: background-color 0.3s, transform 0.3s;
    }

    .read-more-button:hover {
        background-color: #388E3C;
        transform: scale(1.05);
    }

    .social-share {
        font-size: 1em;
    }

    .social-share span {
        margin-right: 5px;
    }

    .social-share a {
        margin-left: 10px;
        color: #4CAF50;
        text-decoration: none;
        transition: color 0.3s;
    }

    .social-share a:hover {
        color: #333;
    }



    .section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 50px 10%;
      text-align: center;
      gap: 50px;
    }

    .section-left {
      flex: 1;
      text-align: left;
    }

    .section-right {
      flex: 1;
      position: relative;
    }

    .image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }

    .center-header {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 3rem;
      font-weight: bold;
      color: white;
      background-color: black;
      padding: 12px;
      border-radius: 15px;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    /* Section 2 - Reversed Content */
    .section-two {
      background-color: #ffffff;
      margin-top: 50px;
      border-radius: 15px;
    }

    .section-two .section-left {
      order: 2; 
    }

    .stats {
      font-size: 2rem;
      color: #1b5e20;
      font-weight: bold;
      margin-top: 30px;
      text-align: center;
    }

    .shift-line{
    background-color: #02b66b21;
    padding: 13px;
    min-height: 50px;
    font-size: 15px;
    border-radius: 16px;
    width: 248px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    }

    .boxforselection{
        max-width: 230px;
        min-height: 200px;
        border: 1px dashed black;
        display: inline-block;
        vertical-align: top;
    }

    #applicants-form{
    width: 50%;
    background-color: #c9e4c5;
    padding: 20px;
    position: fixed;
    bottom: 50px;
    left: 25%;
    z-index: 999999;
    border-radius: 20px;
    height: 60px;
    }

    .boxselectiontext{
            margin: 0%;
                margin-top: 0%;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            color: gray;
            font-size: 20px;
            font-weight: 600;
            width: 230px;
            margin-top: 34%;
    }

    .hidelarge{
    display: none;
    }

        .star-rating {
            direction: rtl; /* Right-to-left so the stars are filled from right to left */
            font-size: 30px;
            display: inline-block;
            cursor: pointer;
        }
        .star-rating .fa-star {
            color: #ccc; /* Default unfilled color */
        }
        .star-rating .fa-star.checked {
            color: gold; /* Filled star color */
        }


    .log-btn-hm{
    padding: 12px;
    background-color: #cc1d1d;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 4px;
    max-height: 44px;
    width: 132px;
    text-align: center;
    margin-top: 13px;
    font-size: 17px;
    }

    .recommended{
    background-color: #6ac46a;
    color: white !important;
    font-weight: 700;
    padding: 8px;
    border-radius: 12px;
    letter-spacing: 1.2px;
    font-size: 12px !important;
    }

    .grad-co-h{
    padding: 10px;
    /* background: linear-gradient(135deg, #421212 77%, #46151503 20%); */
    color: white !important;
    }

    .shift-line-applicants{
    background-color: #2fa65e;
    color: white;
    font-size: 17px;
    padding: 3px;
    border-radius: 5px;
    min-width: 112px;
    display: inline-block;
    }

    .verified-user{
        font-size: 32px;
        display: inline-block;
        margin-right: 5px;
        color: #076807;
        cursor: pointer;
        vertical-align: top;
    }


    .language-btn {
        background: transparent;
        border: none;
        cursor: pointer;
        margin-right: 5px;
        display: inline-block;
    }

.header {
    font-size: 100px;
    color: red;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    margin-top: 90px;
    font-family: 'Fredoka', sans-serif;
    
}

.slide p {
    position: absolute;
    bottom: 130px; 
    left: 50%;
    transform: translateX(-50%);  
    color: white;
    font-size: 1.5em;  
    padding: 10px;
    max-width: 20%;  
    z-index: 1;
}

    .catlf{
        width: 150px;
        display: inline-block;
        text-transform: capitalize;
        margin-top: 2px;
        font-size: 14px;
        color: rgb(74, 74, 74);
    }
    .catlr{
        display: inline-block;
        text-transform: capitalize;
        margin-top: 2px;
        font-size: 15px;
    }

    .shiftappi{
        display: inline-block;
        margin-left: 50px;
        margin-top: 20px;
    }
