@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --main-blue-color: #0172ac;
  --main-yellow-color: #ffc015;
  --main-red-color: #e22430;
  --main-lightred-color: #FFF9E9;
  --main-green-color:#084753;
  --darklight-text: #424242;
  --light-text: #767676;
  --font-primary: "Ubuntu", sans-serif;
}

/* genral style */
body {
  overflow-x: hidden;
}

body,
html {
  background-color: #fff;
  font-size: 16px;
  font-family: var(--font-primary) !important;
}

p {
  font-size: 15px;
  font-weight: normal;
  color: var(--darklight-text);
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  font-family: var(--font-primary) !important;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

.bg-light-maincolor {
  background-color: #f1fafb;
}

.bg-main-color {
  background-color: var(--main-blue-color) !important;
}

.bg-main-yellow-color {
  background-color: var(--main-yellow-color) !important;
}

.bg-light-yellow-color {
  background-color: #fff6be !important;
}

.text-main-color {
  color: var(--main-blue-color);
}

.text-main-yellow-color {
  color: var(--main-yellow-color) !important;
}
.text-main-red-color {
  color: var(--main-red-color);
}

.text-light-color {
  color: var(--light-text);
}
.black-stroke-text {
  -webkit-text-stroke: 2px #000;
}
.border-yellow-dashed{
  border: 2px dashed var(--main-yellow-color);
}
.f12 {
  font-size: 12px;
}
.f13{
  font-size: 13px;
}
.f16{
  font-size: 16px !important;
}
.f18{
  font-size: 18px !important;
}
.f20{
  font-size: 20px;
}
.f25{
  font-size: 25px;
}
.py-15 {
  padding: 150px 0;
}
.py-8 {
  padding: 80px 0;
}

.z-25 {
  z-index: 25;
}
.w_50{
  width: 50%;
}
.h_24{
  height: 24px;
}
.arrow_svg{
  width:25px;
  height:25px;
}
.borderRight{
  border-right: 1px solid #fff;
}
.btn svg {
  width: 24px;
  height: 24px;
}
.btn-cmmn span {
  background-color: #fff;
  font-size: 14px;
  padding: 1px 5px;
  border-radius: 4px;
}
.btn-white{
  background: #fff;
  color: var(--main-blue-color);
  font-weight: bold;
  padding: 5px 15px;
}
.btn-white:hover{
  background: var(--main-yellow-color);
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
}
.btn-jobsense-blue-full-r {
  background-color: var(--main-blue-color);
  padding: 10px 16px;
  border-radius: 30px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-transform: uppercase;
}
.btn-jobsense-blue-full-r:hover {
  background-color: var(--main-yellow-color);
  color: #000;
}

.btn-jobsense-yellow-full-r {
  background-color: var(--main-yellow-color);
  padding: 10px 16px;
  border-radius: 30px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-transform: uppercase;
}
.btn-jobsense-yellow-full-r:hover {
  background-color: var(--main-blue-color);
  color: #fff;
}

.btn-jobsense-red-full-r {
  padding: 10px 16px;
  border-radius: 30px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: var(--main-red-color);
}
.btn-jobsense-red-full-r:hover {
  background-color: var(--main-yellow-color);
  color: #000;
}

/* main layout style start */

.main-layout .container {
  max-width: 90%;
}

/* select jobsebse path style */
.select-path-bg {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.select-path-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../bg-images/select-path-bg.png);
}
.select-path-bg .container {
  z-index: 5;
}
.select-path-heading {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.select-path-heading h1 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 1px;
}
.select-path-heading h2 {
  font-size: 20px;
}
.jobsense-training-point li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.jobsense-training-point li img {
  width: 40px;
  height: 40px;
}
.jobsense-training-point li p {
  margin-bottom: 0;
}
.jobsense-training-point li p span {
  font-size: 32px;
  color: var(--main-blue-color);
  font-weight: 600;
}

/* whatsapp button */
.fixedwhatapp {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  /* top: 77%; */
  bottom:30px;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedwhatapp a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedwhatapp a span{
  width: 45px;
  height: 45px;
  float: left;
  background: #25D366;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedwhatapp a p{
  margin: 0;
  margin: 0;
    padding: 5px;
    color: #25D366;
    height: 45px;
    line-height: 1.2;
    font-size:14px;
}
.fixedwhatapp img{
width:30px;
height: 30px;
}

.fixedwhatapp:hover {
  right: 0;
}
/* whatsapp button style end */
/* -----Form------- */
.fixedForm {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  /* top: 77%; */
  bottom:80px;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedForm button{
  border: 5px solid var(--main-blue-color);
  border-radius: 16px;
}
/* heading-style-one */
.heading-style-one {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
.heading-style-one .span-line {
  width: 2px;
  background-color: var(--main-red-color);
  /* height: 100%; */
}
.heading-style-one div > span {
  background-color: var(--main-yellow-color);
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  color: #000;
}
.heading-style-one h3 {
  font-size: 32px;
}

.btn-wrappers {
  padding: 10px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 10px;
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
/* header style  */
.logo {
  display: block;
  padding: 4px;
}
.logo img {
  height:  50px;
}
.home-mobile-logoo img,.home-web-logo img {
  height:  80px;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.Home_page_topbar h1{
  text-shadow: 2px 3px 3px #e29a2b;
  color: #fec015;
}
header ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
header ul li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.main-header header ul li svg {
  width: 32px;
  height: 32px;
}
header ul li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1%;
  text-transform: uppercase;
}
.PlacementHeader ul li a {
  font-weight: 400;
  font-size: 14px;
}
.PlacementHeader ul li svg {
  width: 24px;
  height: 24px;
}
.PlacementHeader ul li:nth-child(2) svg {
  width: 21px;
  height: 21px;
}
.PlacementHeader .logo img {
  height: 60px;
}
.call-now {
  display: flex;
  gap: 10px;
}
.call-now img {
  width: 50px;
  height: 50px;
}
.call-now p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.call-now p span {
  color: var(--light-text);
}

/* steps */

/* Base screen styling */
.screen {
  max-width: 400px;
  margin: 40px auto;
  font-family: sans-serif;
}

.screen h2 {
  margin-bottom: 16px;
  font-size: 1.25rem;
}

/* Hide the native radio button */
.option-group input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* The visible “button” */
.option-label {
  display: block;
  padding: 12px 16px;
  margin-bottom: 8px;
  border: 2px solid #007bff;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

/* Hover state */
.option-label:hover {
  background-color: rgba(0, 123, 255, 0.1);
}

/* Checked/active state */
.option-group input[type="radio"]:checked + .option-label {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}

.mobile-row {
  display: flex;
  gap: 10px;
  border: 1px solid var(--main-blue-color);
  border-radius: 20px;
  padding: 10px 12px;
  margin-bottom: 20px;
}

.mobile-row input {
  flex: 1;
  padding: 0;
  border: none;
  font-size: 15px;
}
.mobile-row input:focus-visible {
  outline: none;
  outline-offset: none;
}
.btn-blue {
  background: var(--main-blue-color);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
}
.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.otp-inputs input {
  width: 60px;
  padding: 10px;
  font-size: 20px;
  border: none;
  text-align: center;
  border-bottom: 2px solid var(--main-blue-color);
}
.Placement_footer{
  background: #E4F0F4;
}
.Placement_footer, .Placement_footer a{
  color:var(--main-green-color);
}
.Placement_footer .footer_bottom_section {
  background:var(--main-green-color);
}
.slide-left {
  -webkit-animation: slide-left 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    both;
  animation: slide-left 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

/* animation */
/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}


.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


/* media responsive */
@media (max-width: 1400px) {
  header ul li svg {
    width: 28px;
    height: 28px;
  }
  header ul li a,
  header .call-now p {
    font-size: 15px;
  }
  .heading-style-one h3 {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  .logo img {
    height: 45px;
    margin-top: 15px;
  }
  .call-now img {
    width: 35px;
    height: 35px;
  }
  .call-now p {
    font-size: 14px;
    flex-direction: row;
  }
  .call-now p span {
    width: 34%;
    font-size: 14px;
    line-height: 1;
  }
  .call-now p text {
    font-size: 22px;
    color: var(--main-blue-color);
  }
  .mobile-menu-btn {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-blue-color);
    color: #fff;
    padding: 0px;
  }
  .mobile-menu-btn svg {
    width: 24px;
    height: 24px;
  }
  .select-path-heading {
    margin-bottom: 30px;
  }
  .select-path-heading h1 {
    font-size: 28px;
    text-align: center;
  }
  .main-layout .container {
    max-width: 100%;
  }

  .select-path-bg {
    padding-top: 0px;
    padding-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    justify-content: space-between;
  }
  .select-path-bg::before {
    background-image: none;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    height: 100%;
  }
  .btn-wrappers {
    position: fixed;
    width: 100%;
    left: 0;
    justify-content: center;
    z-index: 50;
  }
  .screen {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .select-offer-heading {
    font-size: 24px !important;
  }
  .main-header .logo {
    display: block;
    /* text-align: center; */
  }
  .mobile-img {
    width: 80%;
    margin: 0 auto;
  }

  .arrow-one {
    position: absolute;
    left: 0;
    width: 140px;
    bottom: 20vh;
    /* transform: rotate(8deg); */
  }
  .arrow-two {
    position: absolute;
    right: 40px;
    width: 100px;
    bottom: 18vh;
  }
  .select-path-heading h1{
    font-size: 20px;
  }
}
