/*--------------------------*/
 .header-style-light .is-fixed .main-bar {
        background: transparent !important;
    }
    @media (max-width: 575px) {
        .twm-home3-banner-section .twm-home3-inner-section .twm-bnr-mid-section .twm-bnr-title-large {
            margin-top: -10%;
            font-size: 39px;
            font-weight: 700;
            line-height: 43px;
        }
        .twm-home3-banner-section {
            background-position: bottom !important;
        }
    }
    .side-line {
        border-right: 2px solid #c3bfbf;
        height: 30px;
    }
    .side-line1 {
        border-right: 2px solid white;
        height: 30px;
    }
    .apply-btn {
        align-items: end;
        display: flex;
        justify-content: end;
    }
    @media (max-width: 767px) {
        .twm-jobs-grid-style1 {
            text-align: left !important;
        }
        .side-line, .side-line1 {
            border-right: 2px solid #ffffff !important;
            height: 30px;
        }
    }
    
/*----------------------------------*/

 .vertical-divider {
        border-left: 1px solid #ddd;
        height: 300px;
    }
    .google-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        color: #555;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        width: 100%;
    }
    .google-button:hover {
        background-color: #f5f5f5;
        border-color: #ccc;
    }
    .google-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    @media (max-width: 767px) {
        .vertical-divider {
            display: none;
        }
        .modal-content {
            padding: 0px !important;
        }
        .modal-dialog {
            max-width: 977px !important;
            margin: -1.25rem auto !important;
            padding: 6px;
        }
    }
    @media (min-width: 768px) {
        .ptop {
            margin-top: 80px;
        }
        .modal-dialog {
            max-width: 732px;
            margin: 1.75rem auto;
        }
    }
    @media (max-width: 1024px) {
        .modal-dialog {
            max-width: -webkit-fill-available;
            margin: 1.75rem;
        }
        .modal-content {
            padding: 34px 28px;
        }
    }
    @media (min-width: 1199px) and (max-width: 1335px) {
        .ptop {
            margin-top: 80px;
        }
    }
    
     .twm-home3-banner-section {
        position: relative;
        overflow: visible;
    }
    /*----------------------------------------*/
       .form-group {
        margin-bottom: 20px;
        position: relative;
    }
    .input-wrapper {
        position: relative;
    }
    input.form-control {
        width: 100%;
        padding: 12px 20px;
        border-radius: 8px;
        border: 1px solid #ddd;
        box-sizing: border-box;
        font-size: 16px;
        background-color: #fff;
        transition: border-color 0.3s ease;
    }
    input.form-control:focus {
        border-color: #5c6bc0;
        outline: none;
    }
    .suggestions-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 8px;
        max-height: 180px;
        overflow-y: auto;
        margin-top: 5px;
        box-sizing: border-box;
        z-index: 1050;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        display: none;
    }
    .suggestion-item {
        padding: 10px 15px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }
    .suggestion-item:hover {
        background-color: #f1f1f1;
    }
    .no-jobs-banner {
        background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);;
        padding: 40px;
        border-radius: 15px;
        text-align: center;
        color: white;
        margin: 20px 0;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        animation: fadeIn 0.5s ease-in;
    }
    .no-jobs-banner h3 {
        margin: 0 0 20px;
        font-size: 32px;
        font-weight: 700;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    .no-jobs-banner p {
        margin: 0 0 25px;
        font-size: 18px;
        line-height: 1.5;
    }
    .no-jobs-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .no-jobs-buttons button {
        padding: 12px 25px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .reset-btn {
        background: white;
        color: #ff6b6b;
        border: 2px solid white;
    }
    .reset-btn:hover {
        background: #ffebeb;
        border-color: #ffebeb;
        color: #ff6b6b;
    }
    .more-jobs-btn {
        background: #4ecdc4;
        color: white;
        border: none;
    }
    .more-jobs-btn:hover {
        background: #45b7aa;
    }
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    @media (max-width: 1200px) {
        .form-group { margin-bottom: 15px; }
        input.form-control { padding: 10px 15px; font-size: 14px; }
        .suggestion-item { font-size: 14px; }
    }
    @media (max-width: 768px) {
        .form-group { margin-bottom: 12px; }
        input.form-control { padding: 8px 12px; font-size: 14px; }
        .suggestion-item { font-size: 14px; }
        .no-jobs-banner h3 { font-size: 28px; }
        .no-jobs-banner p { font-size: 16px; }
    }
    @media (max-width: 576px) {
        .form-group { margin-bottom: 10px; }
        input.form-control { padding: 8px 10px; font-size: 14px; }
        .suggestion-item { font-size: 14px; }
        .no-jobs-banner { padding: 30px; }
        .no-jobs-buttons { flex-direction: column; gap: 15px; }
    }
</style>

<style>
    .floating-message {
        position: fixed;
        top: 20px;
        right: 20px;
        padding: 15px 20px;
        background-color: #28a745;
        color: white;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        font-size: 16px;
        z-index: 1000;
        animation: fadeInOut 5s ease-in-out;
    }
    .floating-message.error {
        background-color: #dc3545;
    }
    .form-control::placeholder {
        color: #888;
        opacity: 1;
    }
    #work_model::placeholder {
    color: gray;
    text-align:center;
}
#job_title::placeholder{
    color: gray;
    text-align:center;
}
#location_search::placeholder{
    color: gray;
    text-align:center;
}

.suggestion-item {
    padding: 5px 10px;
    cursor: pointer;
}
.suggestion-item:hover,
.suggestion-item.highlighted {
    background-color: #92b8e6;
}

.container-card {
  position: relative;
  
  border-radius: 12px;
}

/* Badge Design */
.container-card .job-badge {
  position: absolute;
  top: -110px;
    left: 20%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  
  animation: floatX 2s ease-in-out infinite;
}

@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Icon */
.container-card .icon {
  width: 40px;
  height: 40px;
  background: #3b82f6;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Text */
.container-card .text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.container-card .text p {
  margin: 0;
  font-size: 12px;
  color: #3b82f6;
  font-weight: 600;
}

.container-card2 {
  position: relative;
  
  border-radius: 12px;
}

/* Badge Design */
.container-card2 .job-badge {
  position: absolute;
      top: -20px;
    right: 15%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  
  animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Icon */
.container-card2 .icon {
  width: 40px;
  height: 40px;
  background: #3b82f6;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Text */
.container-card2 .text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.container-card2 .text p {
  margin: 0;
  font-size: 12px;
  color: #3b82f6;
  font-weight: 600;
}

@media (max-width:767px){
    
    .container-card, .container-card2{
        display:none;
    }
    
}

@media (min-width:768px) and (max-width:1340px){
    
    .container-card2 .job-badge{
            top: -97px;
    right: 24%;
    }
    
}

/*-------------------------------------------*/
      
.wrapper {
      height: 8vh;
    position: relative;
    margin: 10px 0;
}

#shine-text {
     width: -webkit-fill-available;
    font-size: 50px;
      font-weight: 800;
    letter-spacing: 11px;
  color: #fff;
  position: relative;
  text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff,
    0 0 80px #00eaff;

  /* smooth wave motion */
  animation: wave 3s ease-in-out infinite alternate, glow 3s linear infinite;
  overflow: hidden;
}

/* Shine effect */
#shine-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  height: 100%;
  width: 50%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );
  animation: shine 2.5s infinite;
}

/* Wave Animation */
@keyframes wave {
  from {
    transform: translateY(-10px) rotateX(15deg);
  }
  to {
    transform: translateY(10px) rotateX(-15deg);
  }
}

/* Glow pulsing */
@keyframes glow {
 0% { text-shadow: 0 0 10px darkblue, 0 0 30px darkblue; } 
 50% { text-shadow: 0 0 25px #00eaff, 0 0 80px #00eaff; } 
 100% { text-shadow: 0 0 10px black, 0 0 30px black; }
}


/* Shine */
@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

@media(max-width:767px){
    
    #shine-text {
    font-size: 27px;
    }
    
    .wrapper {
    height: 4vh;
    }
    
    
}


.container-card3 {
  position: relative;
  
  border-radius: 12px;
}

/* Badge Design */
.container-card3 .job-badge {
  position: absolute;
         top: 44px;
    right: 42%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  
  animation: floatY 2s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Icon */
.container-card3 .icon {
  width: 40px;
  height: 40px;
  background: #3b82f6;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Text */
.container-card3 .text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.container-card3 .text p {
  margin: 0;
  font-size: 12px;
  color: #3b82f6;
  font-weight: 600;
}

@media (max-width:767px){
    
    .container-card3, .customize-card{
        display:none;
    }
    
}

@media (min-width:768px) and (max-width:1340px){
    
    .container-card3 .job-badge{
                    top: 48px;
        right: 41%;
    }
    
}


.twm-bnr-search-bar .form-select, .twm-bnr-search-bar .form-control {
    background: #0066ff17;
}  

.form-control {
    padding: 20px !important;
}
    
input::placeholder {
  color: #0b277a8a !important;   /* blue */
}
    
    
/*------------- Steps of processing card---------------*/
  .serviceBox{
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding: 25px 10px 0;
    position: relative;
        margin: 0 20px;
}
.serviceBox:before{
   content: "";
    background: #bc84ca;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 39px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
}
.serviceBox .service-icon{
   color: #fff;
    background: #bc84ca;
    font-size: 27px;
    line-height: 52px;
    width: 50px;
    height: 50px;
    margin: 0 auto 40px;
    box-shadow: 7px 0 10px rgba(0,0,0,0.3), 0 0 0 10px #fff, 5px 0 20px rgba(0,0,0,0.4);
    border-radius: 10px;
    transform: rotate(45deg);
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-icon i{ 
    transform: rotate(-45deg); 
    line-height:inherit;
}
.serviceBox .title{
   font-family: "Rubik", sans-serif;
    color: #bc84ca;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.serviceBox .description{
    font-size: 15px;
    margin: 0;
    color: #3c3c3c;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}
.serviceBox.blue:before,
.serviceBox.blue .service-icon{
    background-color: #3359a5;
}
.serviceBox.blue .title{ color: #3359a5; }

.serviceBox.pink:before,
.serviceBox.pink .service-icon{
    background-color: #bc84ca;
}
.serviceBox.pink .title{ color: #bc84ca; }

.serviceBox.purple:before,
.serviceBox.purple .service-icon{
    background-color: #8763a0;
}
.serviceBox.purple .title{ color: #8763a0; }

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 16px; }
}

/*------------- Steps of processing card---------------*/


/*---------------Top Companies ------------------*/
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0;
  white-space: nowrap;
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: slide 12s linear infinite; /* speed fast */
}

.logos:hover .logo-track {
  animation-play-state: paused;
}

.logo-track img {
  height: 100px;
  margin: 0 40px;
}

@media(max-width:767px){
    .wt-title{
        font-size:21px !important;
    }
}
/*---------------Top Companies ------------------*/    
    