main {
  font-family: Poppins;
}
.col-even-two{
  width: 16.66%;
  padding: 0px;
}
.col-even-two-half{
   width: 20.82%;
    padding: 0px;
}
.col-even-one-half{
   width: 12.49%;
    padding: 0px;
}
.col-even-four{
  width: 49.95%;
  padding: 0px;
}
.col-even-four-1{
  width: 33.33%;
  padding: 0px;
}
.col-even-four-3{
  width: 66.65%;
  padding: 0px;
}
.col-even-four-2{
  width: 50%;
  padding: 0px;
}
.footer-desktop{
  display: block;
}
.footer-tab{
  display: none;
}
.footer-mobile{
  display: none;
}
a:hover{
  color: white;
}
a{
  cursor: pointer;
}
.desktopHeader{
  background: white;
  height: 90px;
  padding: 0px;
}
.desktopHeader {
  display: block;
  position: fixed !important;
    width: 100%;
}
main {
  padding-top: 90px;
}

.headerMobile {
  display: none;
}

.navContainer {
  height: 90px;
  /* max-width: 1453px; */
}

.navbar-kaabil {
  margin-right: 44px;
}

.desktopHeader .navbar-brand .kaabil-logo{
  width: 140px;
  height: 70px;
}
main {
  padding-top: 70px;
}
.desktopHeader .navbar-nav{
  gap: 16px;
}

.sign_in_btn{
  background: #E31837;
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 24.63px;
  color:white;
  border-radius:9px;
  border: none;
  padding: 6.5px 18px;
  text-decoration: none;
}

.nav-second-section{
  gap: 24px;
}

.desktopHeader .nav-item .nav-link {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.32px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #4D4D4F !important;
}

.jobseeker-profile-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.navContainer .nav-link:hover {
  border-bottom: 2px solid #e31837;
}

.headerMobile .mobile-header {
  background: white;
  height: 72px;
  padding: 16px 20px;
  width: 100%;
  /* position: fixed;
  top: 0;
  right: 0;
  left: 0; */
  z-index: 9;
}
main {
  padding-top: 72px;
}

.headerMobile .row:after {
  clear: both;
  content: "";
  display: table;
}

.headerMobile .mobile-nav-toggle {
  position: relative;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
}

.headerMobile .mobile-nav-toggle span {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
  width: 35px;
}

.headerMobile .mobile-nav-toggle span:hover {
  cursor: pointer;
}

.headerMobile .mobile-nav-toggle span i {
  background: #0056b8;
  display: block;
  height: 2px;
  width: 100%;
}

.headerMobile .mobile-nav-toggle span i:first-child {
  margin-top: 0;
}

.headerMobile .mobile-top-bar {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
}

.headerMobile .mobile-top-bar .mobile-nav-toggle.close {
  color: #000000;
  height: 25px;
  text-align: center;
  width: 35px
}

.headerMobile .mobile-top-bar .mobile-nav-toggle.close:hover {
  cursor: pointer
}

.headerMobile .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headerMobile .main-navigation li {
  margin: 16px 0 0 8px;
}

.headerMobile .main-navigation li a {
  text-decoration: none;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  color: rgb(77 77 79);
}


/* sliding menu CSS */

.headerMobile .navigation {
  -moz-transition: linear left 0.5s;
  -o-transition: linear left 0.5s;
  -webkit-transition: linear left 0.5s;
  transition: linear left 0.5s;
  background: rgb(0 0 0 / 48%);
  height: 100%;
  overflow: auto;
  /* let the nav scroll, not body */
  /* padding-bottom: 100px; */
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  width: 100%;
}

.navigation-div {
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.headerMobile .navigation.open {
  left: 0
}

.input-area {
  padding-bottom: env(safe-area-inset-bottom);
  /* for iOS */
}

.header-dropdown {
  display: none;
  position: absolute;
  background-color: transparent;
  z-index: 1;
  top: 13px;
  margin-left: -6px;
}

.header-dropdown ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  background: white;
  border-radius: 10px;
  margin-top: 51px;
}

.header-dropdown ul li {
  padding: 12px 20px;
  background: transparent;
  border-bottom: 1px solid rgb(230 231 232);
}

.header-dropdown ul li span {
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
}

.header-dropdown ul li:last-child {
  border-bottom: none;
}

.header-dropdown button {
  border: none;
  background: white;
}

.header-optons:hover .header-dropdown {
  display: block;
}

.header-dropdown1 {
  display: none;
  position: absolute;
  background-color: transparent;
  z-index: 1;
  top: 13px;
  margin-left: -80px;
}

.header-dropdown1 ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  background: white;
  border-radius: 10px;
  margin-top: 51px;
}

.header-dropdown1 ul li {
  padding: 12px 20px;
  background: transparent;
  border-bottom: 1px solid rgb(230 231 232);
}

.header-dropdown1 ul li span {
  font-weight: 500;
  font-size: .75rem;
  line-height: 1rem;
}

.header-dropdown1 ul li:last-child {
  border-bottom: none;
}

.header-dropdown1 button {
  border: none;
  background: white;
}

.header-optons1:hover .header-dropdown1 {
  display: block;
}

/* Header Styles */
.desktopHeader {
  position: relative;
  z-index: 2;
}

.headerMobile {
  position: relative;
  z-index: 2;
}

.dropdown-icon {
  height: 1em;
  width: 1em;
}

.jobseeker-profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.menu-icon {
  width: 16px;
  height: 16px;
}

.inbox-icon {
  width: 19px;
  height: auto;
}

.mahindra-logo {
  width: 114px;
  height: 32px;
}

.mobile-menu-icon {
  width: 20px;
  height: 11px;
}

.mobile-kaabil-logo {
  width: 81.73px;
  height: 40px;
}

/* Navigation Styles */
.navigation {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: left 0.3s ease;
}

.navigation.open {
  left: 0;
}

.navigation-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: white;
  overflow-y: auto;
}

.mobile-top-bar {
  padding: 10px;
}

.mobile-kaabil-logo-large {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  margin-left: 10px;
}

.navigation-menu {
  padding: 0.75rem 1rem;
  padding-top: 1.5rem;
}

.nav-menu-item {
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding-bottom: 8px;
  color: #000;
}

.nav-icon {
  width: 18px;
  height: 18px;
}

.hover-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.nav-menu-item:hover .hover-bar {
  background-color: #000;
}

.mahindra-logo-bottom {
  position: absolute;
  bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
}

.mahindra-logo-large {
  width: 100%;
  height: 35px;
}

/* Footer Styles */
.site-footer {
  background-color: #000000;
  color: #fff;
  border-top: 4px solid #000;
}

.footer-kaabil-logo {
 max-width: 194px;
    height: auto;
  margin-bottom: 48px;
}

.footer-section-title {
 font-size: 14px;
  margin-bottom: 16px;
  font-family: Poppins;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icon {
  margin-right: 8px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-link {
  font-family: Poppins;
  display: block;
  cursor: pointer;
  margin-bottom: 16px;
    color: #E3E3E3;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.footer-address {
  font-weight: 300;
  font-family: Poppins;
  display: block;
  font-size: 12px;
  line-height: 16px;
  width: 150px;
  margin-bottom: 42px;
}

.footer-mahindra-logo {
  max-width: 136px;
}
.footer-mahindra-img-div{
  text-align: right;
}

.footer-copyright {
  display: flex;
 border-top: 1px solid #BDBDBD;
  justify-content: flex-end;
  padding: 16px 0;
  
  font-family: Inter;
font-weight: 500;
font-size: 12px;
line-height: 14.4px;
letter-spacing: 0%;
text-align: right;
color: #E3E3E3;
}

.footer-copyright p {
  margin: 0;
}

/* Mobile Footer */
.jobseeker-mobile-footer {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin-top: 1.5rem;
}

.mobile-footer-top {
  margin-bottom: 2.25rem;
}

.mobile-footer-kaabil-logo {
  width: 100px;
  margin-bottom: 12px;
}

.mobile-footer-mahindra-logo {
  width: 122px;
  margin-bottom: 12px;
}

.footer-copyright-mobile {
  border-top: 1px solid #333;
  padding-top: 12px;
  margin-top: 16px;
  padding-bottom: 12px;
}

/* Modal Styles */
.modalOpenMainClass {
  filter: blur(5px);
}

.enquireclose {
 position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
}

.login-card{
    text-align: center;
    max-width: 460px;
    margin: auto;
    padding: 20px 0px 18px 0px;
}

.login-card p{
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
  margin-top: 20px;
  margin-bottom: 30px;
}

.signInBtn{
  width: 100%;
  height: 56px;
  background: #E31837;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
}
.signInBtn:hover{
  color: white;
}
.signInBtn:focus {
    outline: 0;
    box-shadow: none !important;
}

.modal-loginModal{
  max-width: 660px !important;
}

.modal-title {
  margin-top: 8px;
}

.logout-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.noLogout-btn, .yesLogout-btn {
  padding: 8px 24px;
  border-radius: 8px;
  border: none;
  font-size: 10px;
  text-transform: capitalize;
  transition: background-color 0.3s ease;
}

.noLogout-btn {
  background-color: #f0f0f0;
}

.yesLogout-btn {
  background-color: #000;
  color: #fff;
}
.enquire_now{
border: 1px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 8px;
    color: #000000;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    padding: 9px 40px;
}
.enquire_now:hover{
    color: #000000;
}



/* banner */
.banner{
  background: #E31837;
}
.banner-card{
  max-width: 1647px;
  margin: auto;
}
.banner-img{
  width:100%;
  height:auto;
  margin-top: 5px;
}
.banner .main-heading{
  font-family: Poppins;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.banner .main-heading-2{
  font-family: Kalam;
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.banner-head-card{
  max-width: 400px;
}
.hiring_btn{
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color:#FFFFFF;
  background: #231F20;
  padding : 18px 57px;
  border: none;
  border-radius: 8px;
  text-decoration: none;display: inline;
  display: block;
  width: fit-content;
  margin-top: 20px;
}

.login-form-card{
  background: #FFFFFF;
  box-shadow: 40px 16px 60px 0px #2d2c2c78;
  color: black;
  max-width: 540px;
  margin: auto;
  border-radius: 20px;
  padding: 0px 55px;
}
.login-form-card .kaampe-reg-form{
  max-width: 429px;
  margin: auto;
  padding: 52px 0px 42px 0px;
}
.login-form-card .kaampe-reg-form .form-title{
  font-family: Poppins;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #231F20;
  margin-bottom: 24px;
}
.login-form-card .kaampe-reg-form .form-sub-title{
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #231F20;
  margin-bottom: 27px;
}
.login-form-card .kaampe-reg-form label{
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin-bottom: 8px;
}
.login-form-card .kaampe-reg-form input{
  padding: 15px 24px ;
    border-radius: 12px ;
    font-weight: 500 ;
    width: 100% ;
    max-width: 100% ;
    background: #F5F5F5 ;
    font-size: 16px ;
    border: 1px solid #f1f3f4;
}
.login-form-card .kaampe-reg-form input::placeholder{
    font-family: Poppins ;
    color: #6d6d6d ;
    font-weight: 400 ;
    font-size: 16px ;
    line-height: 100% ;
    letter-spacing: 0px ;
}
.form-control:focus {
    box-shadow: none;
}
.login-form-card .kaampe-reg-form .btn-group-section button{
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #E31837;
  height: 48px;
  margin-top: 16px;
  width: 100%;
}
.btn-disabled-opacity{
  opacity: 60%;
}
.btn-enabled-opacity{
   opacity: 100%;
}
.modal-content {
  border-radius: 20px;
}


/* common */
.section-heading{
  font-family: Poppins;
  font-weight: 500;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: 0px;
  text-align: center;
  color: #231F20;
}
.section-heading-span{
   font-family: Kalam;
  font-weight: 700;
  font-size: 46px;
  line-height: 64px;
  letter-spacing: 0px;
  text-align: center;
  color:  #E31837;
}

/* about section */
.about{
  text-align: center;
  margin-top: 34px;
}
.about h1{
   margin-bottom: 32px;
}
.about p{
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
     line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
color: #4D4D4F;
margin-bottom: 0px;
}
.about p b{
  font-family: Poppins;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
}



/* recruiter with kaabil */
.recruiter-with-kaabil{
  /* max-width: 1440px; */
  margin: auto;
  margin-bottom: 86px;
}
.recruiter-with-kaabil h1{
margin-top: 64px;
margin-bottom: 53px;
}
.recruiter-with-kaabil .recruiter-cards{
  display: flex;
    flex-wrap: wrap;
     justify-content: space-between;
    gap: 24px;
}
.recruiter-with-kaabil .recruiter-card{
  gap: 36px;
    display: flex;
    flex-wrap: nowrap;
  align-items: center;
  width: 425px;
}
.recruiter-with-kaabil .recruiter-card img{
  width: 128px;
  height: 128px;
}
.recruiter-with-kaabil .recruiter-card h3{
  font-family: Poppins;
font-weight: 600;
font-size: 26px;
line-height: 32px;
letter-spacing: 0px;
text-transform: capitalize;
color:#231F20;
margin-bottom:16px;
}
.recruiter-with-kaabil .recruiter-card p{
  font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 23px;
letter-spacing: 0px;
color:#4D4D4F;
margin-bottom: 0px;
}



/* how-we-work */
.how-we-work{
  background: #F6F7F7;
  padding-top: 56px;
}
.how-we-work .section{
     /* max-width: 1440px; */
  margin: auto;
}
.how-we-work h1{
    margin-bottom: 0px;
  text-align: left;
}
.how-we-work-card{
    margin-top: 27px;
}
.how-we-work-cards{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.how-we-work-card{
  width: 100%;
    max-width: 343px;
    background: white;
    box-shadow: 0px 10px 60px 0px #262D7614;
    border-radius: 20px;
    padding: 8px;
    margin-bottom: 79px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 .how-we-work-card:hover {
        transform: scale(1.1);
        transform-origin: center;
        z-index: 1;
        position: relative;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
.how-we-work-card h3{
  font-family: Poppins;
font-weight: 600;
font-size: 26px;
line-height: 37px;
letter-spacing: 0px;
text-align: center;
color: #231F20;
margin-top: 20px;
    margin-bottom: 12px;
}
.how-we-work-card p{
  font-family: Poppins;
font-weight: 400;
font-size: 20px;
line-height: 31px;
letter-spacing: 0px;
text-align: center;
color:#231F20;
margin-bottom: 0px;
}
.how-we-work-card .text-div{
  height: 152px;
}


/* partner */
.partner{
    max-width: 1440px;
  margin: auto;
}
.partner h1{
  margin-top: 73px;
  margin-bottom: 35px;
}
.partner-cards{
  display: flex;
      flex-wrap: wrap;
}
.partner-cards{
     /* max-width: 1440px; */
  margin: auto;
}
.partner-card{
  max-width: 410px;
  margin: auto;
}
.partner-card img{
width: 100%;
    height: auto;
    box-shadow: 0px 10px 60px 0px #1B1B1C4D;
    margin-bottom: 24px;
        border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.partner-card img:hover {
        transform: scale(1.1);
        transform-origin: center;
        z-index: 1;
        position: relative;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
.partner-card p{
  font-family: Poppins;
font-weight: 500;
font-size: 24px;
line-height: 35px;
letter-spacing: 0px;
text-align: center;
color: #231F20;
max-width: 276px;
margin: auto;
margin-bottom: 0px;
}



/* steps */
.steps-section h1{
  margin-top: 88px;
  margin-bottom: 37px;
}
.steps{
  max-width: 1280px;
  margin: auto;
  background-image: url(../images/landing/steps-line.png);
  display: flex;
  justify-content: space-between;
      background-position-x: center;
    background-position-y: 95px;
    background-repeat: no-repeat;
}
.step{
      max-width: 343px;
    text-align: center;
}
.step h4{
  font-family: Poppins;
font-weight: 600;
font-size: 26px;
line-height: 37px;
letter-spacing: 0px;
text-align: center;
color:#231F20;
}
.step p{
 font-family: Poppins;
font-weight: 400;
font-size: 20px;
line-height: 29px;
letter-spacing: 0px;
text-align: center;
color:#231F20;
padding-inline: 20px;
}
.step .image-div{
  width: 200px;
    height: 200px;
    background: white;
    border-radius: 50%;
    align-content: center;
    margin: auto;
    margin-bottom: 14px;
    box-shadow: 0px 10px 60px 0px #262D7614;
}
.hiring_btn_2{
  font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    background: #231F20;
    padding: 18px 57px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 47px;
}

/* /movement */
.movement-mobile{
  display: none;
}
.movement{
  background-image: url(../images/landing/movement.png);
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  /* max-width: 1647px; */
  margin: auto;
  /* background: #E31837; */
  border-radius: 32px;
  color: white;
  padding: 87px 65px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.movement h1{
  font-family: Poppins;
font-weight: 500;
font-size: 48px;
line-height: 53px;
letter-spacing: 0px;
max-width: 605px;
margin-bottom: 24px;
}
.movement h1 span{
font-family: Kalam;
font-weight: 700;
font-size: 51px;
line-height: 53px;
letter-spacing: 0px;
margin-bottom: 41px;
max-width: 605px;
}
.movement p{
  font-family: Poppins;
font-weight: 400;
font-size: 24px;
line-height: 29px;
letter-spacing: 0%;
}
.movement_btn{
  font-family: Poppins;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
background: #231F20;
    padding: 18px 57px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    width: fit-content;
}

/* //footer */
.desktop-footer{
  padding-top: 53px;
   /* max-width: 1453px; */
}



/* responsive */
@media screen and (max-width: 1600px) {
  
  .desktopHeader .navbar-brand .kaabil-logo{
    width: 81.73px;
    height: 40px;
  }
  .desktopHeader {
      height: 72px;
  }
  main {
  padding-top: 72px;
}
  .navbar-kaabil {
    margin-right: 34px;
  } 
  .desktopHeader .nav-item .nav-link {
    font-size: 14px;
  }
  .navContainer {
    /* padding: 4px 80px; */
    height: 72px;
  }
  .mahindra-logo {
    width: 100%;
    height: 20px;
  }
  .sign_in_btn {
    padding: 3px 10px;
  }
   .banner-card {
    max-width: 1250px;
    margin: auto;
  }
  
  .banner .main-heading {
            font-size: 35px;
        line-height: 45px;
  }
  
  .banner .main-heading-2 {
    font-size: 46px;
    line-height: 50px;
  }
  
  .banner-head-card{
    max-width: 280px;
  }
  .login-form-card .kaampe-reg-form {
      padding: 42px 0px 32px 0px;
  }
  .hiring_btn
  {
      font-size: 12px;
  }
  .login-form-card .kaampe-reg-form .form-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .login-form-card .kaampe-reg-form .form-sub-title {
           font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
  }
  .login-form-card .kaampe-reg-form label {
    font-size: 14px;
  }
  
  .section-heading {
    font-size: 38px;
    line-height: 60px;
  }
  .section-heading-span {
    font-size: 44px;
    line-height: 60px;
}
  .about h1 {
    margin-bottom: 28px;
}
.about p {
    font-size: 18px;
    line-height: 26px;
}
.about p b{
 font-size: 18px;
}

.recruiter-with-kaabil h1 {
    margin-top: 60px;
    margin-bottom: 48px;
}
.recruiter-with-kaabil
 {
    /* max-width: 1300px; */
    margin-bottom: 80px;
}
.recruiter-with-kaabil .recruiter-card img {
    width: 115px;
    height: 115px;
}
.recruiter-with-kaabil .recruiter-card {
    gap: 30px;
    width: 410px;
}
.recruiter-with-kaabil .recruiter-card h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
}
.recruiter-with-kaabil .recruiter-card p {
    font-size: 14px;
    line-height: 20px;
}
.how-we-work .section {
    /* max-width: 1300px; */
    margin: auto;
}
.how-we-work {
    background: #F6F7F7;
    padding-top: 45px;
}
.how-we-work-card{
  margin-right: 22px;
}
.how-we-work-card{
    margin-bottom: 70px;
}
.how-we-work-card h3 {
    font-size: 24px;
    line-height: 28px;
}
.how-we-work-card p {
    font-size: 18px;
    line-height: 27px;
}
.how-we-work-card .text-div {
    height: 120px;
}
.partner-cards{
     /* max-width: 1300px; */
  margin: auto;
}
.partner-card {
    max-width: 370px;
    margin: auto;
}
.partner-card p {
    font-size: 22px;
    line-height: 33px;
}
.partner h1 {
    margin-top: 64px;
    margin-bottom: 30px;
}
.steps-section h1 {
    margin-top: 84px;
    margin-bottom: 35px;
}
.steps {
    max-width: 1250px;
}
.step .image-div {
    width: 180px;
    height: 180px;
}
.movement {
    /* max-width: 1400px; */
    padding: 84px 61px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.movement h1 {
    font-size: 44px;
    line-height: 49px;
    margin-bottom: 21px;
}
.movement h1 span {
    font-size: 47px;
    line-height: 49px;
    margin-bottom: 37px;
}
.movement p {
    font-size: 22px;
    line-height: 27px;
}
.movement_btn {
    font-size: 17px;
    padding: 18px 55px;
}
.footer-kaabil-logo {
    max-width: 175px;
    margin-bottom: 42px;
}
.desktop-footer{
  /* max-width: 1300px; */
  padding-inline: 0px;
}
.footer-mahindra-logo {
    max-width: 120px;
}
.modal-loginModal{
  max-width: 560px !important;
}
.login-card {
    padding: 15px 0px 15px 0px;
    max-width: 415px;
}
.signInBtn{
  height: 48px;
}
}

@media screen and (max-width: 1700px) {
  .navContainer {
    /* padding: 4px 60px; */
    /* max-width: 1180px; */
  }
  .desktop-footer{
    /* max-width: 1180px; */
  }

  .jobseeker-profile-pic {
    width: 40px;
    height: 40px;
  }
  
  .banner-card {
    max-width: 1150px;
    margin: auto;
  }
  
  .banner .main-heading {
    font-size: 30px;
    line-height: 40px;
}

 .banner .main-heading-2 {
    font-size: 36px;
    line-height: 40px;
  }

.banner-head-card {
        max-width: 255px;
    }
    .login-form-card .kaampe-reg-form {
    max-width: 370px;
    }
    
    .login-form-card .kaampe-reg-form input::placeholder{
    font-size: 14px ;
  }
  .hiring_btn {
    padding: 18px 35px;
  }
  
   .section-heading {
   font-size: 36px;
        line-height: 56px;
  }
  .section-heading-span {
    font-size: 42px;
    line-height: 56px;
}
  .about h1 {
    margin-bottom: 28px;
}
    .about p {
        font-size: 16px;
        line-height: 24px;
    }
    .about p b{
 font-size: 16px;
}
    .recruiter-with-kaabil h1 {
        margin-top: 58px;
        margin-bottom: 46px;
    }
.recruiter-with-kaabil {
        /* max-width: 1165px; */
        margin-bottom: 75px;
    }
    .recruiter-with-kaabil .recruiter-cards {
    gap: 20px;
}
    .recruiter-with-kaabil .recruiter-card img {
        width: 105px;
        height: 105px;
    }
    .recruiter-with-kaabil .recruiter-card {
        gap: 22px;
        width: 375px;
    }
.recruiter-with-kaabil .recruiter-card h3
 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 12px;
    }
.recruiter-with-kaabil .recruiter-card p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .how-we-work .section {
    /* max-width: 1165px; */
    margin: auto;
}
    .how-we-work-card h3 {
    font-size: 22px;
    line-height: 24px;
}
.how-we-work-card p {
    font-size: 16px;
    line-height: 25px;
}
.how-we-work-card .text-div {
    height: 105px;
}
.how-we-work-card{
    margin-bottom: 60px;
}
.partner-cards{
     /* max-width: 1165px; */
  margin: auto;
}
.partner-card {
    max-width: 325px;
    margin: auto;
}
.partner-card p {
    font-size: 20px;
    line-height: 30px;
}
.partner h1 {
    margin-top: 58px;
    margin-bottom: 28px;
}

.steps-section h1 {
    margin-top: 80px;
    margin-bottom: 32px;
}
.steps {
    max-width: 1155px;
}
.step .image-div {
  width: 165px;
  height: 165px;
}
.step h4 {
    font-size: 24px;
    line-height: 33px;
}
.step p {
    font-size: 18px;
    line-height: 27px;
}
.hiring_btn_2 {
    margin-top: 40px;
}
    .movement {
        /* max-width: 1255px; */
         padding: 80px 57px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
        .movement h1 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 17px;
    }
    .movement h1 span {
        font-size: 46px;
        line-height: 44px;
        margin-bottom: 33px;
    }
        .movement p {
        font-size: 20px;
        line-height: 23px;
    }
        .movement_btn {
        font-size: 16px;
        padding: 16px 50px;
    }
        .desktop-footer {
        /* max-width: 1155px; */
    }
        .footer-kaabil-logo {
        max-width: 100px;
        margin-bottom: 36px;
    }
        .footer-mahindra-logo {
        max-width: 110px;
    }

}

@media screen and (max-width: 1280px) {
  .navContainer {
    /* padding: 4px 20px; */
    /* max-width: 980px; */
  }
 .desktop-footer{
     /* max-width: 980px; */
         padding-top: 45px;
  }
  .jobseeker-profile-pic {
    width: 30px;
    height: 30px;
  }
  
    .banner-card {
      max-width: 1050px;
      margin: auto;
  }
  .login-form-card{
      padding: 0px 35px;
  }
      .login-form-card .kaampe-reg-form {
        padding: 32px 0px 22px 0px;
                max-width: 310px;
    }
        .login-form-card .kaampe-reg-form .form-title {
        font-size: 23px;
        margin-bottom: 13px;
    }
        .login-form-card .kaampe-reg-form .form-sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .login-form-card .kaampe-reg-form .btn-group-section button {
    margin-top: 14px;
        height: 38px;

}
.login-form-card .kaampe-reg-form input {
    padding: 10px 20px;
}

.about {
    margin-top: 30px;
}
.about h1 {
        margin-bottom: 24px;
    }
        .section-heading {
        font-size: 32px;
        line-height: 48px;
    }
        .section-heading-span {
        font-size: 38px;
        line-height: 52px;
    }

    .about p {
        font-size: 14px;
        line-height: 22px;
    }
    .about p b{
 font-size: 14px;
}

.recruiter-with-kaabil {
        /* max-width: 1010px; */
        margin-bottom: 65px;
    }
    .recruiter-with-kaabil h1 {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .recruiter-with-kaabil .recruiter-card img {
        width: 90px;
        height: 90px;
    }
        .recruiter-with-kaabil .recruiter-card h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .recruiter-with-kaabil .recruiter-card p {
        font-size: 14px;
        line-height: 15px;
    }
        .recruiter-with-kaabil .recruiter-card {
        gap: 15px;
        width: 302px;
    }
    
       .how-we-work .section {
    /* max-width: 1010px; */
    margin: auto;
}
    .how-we-work-card h3 {
    font-size: 20px;
    line-height: 22px;
}
.how-we-work-card p {
    font-size: 14px;
    line-height: 16px;
}
.how-we-work-card .text-div {
    height: 90px;
}
.how-we-work-card{
    margin-bottom: 50px;
}

.partner-cards{
     /* max-width: 1010px; */
  margin: auto;
}
.partner-card {
    max-width: 275px;
    margin: auto;
       margin-block: 0px;
}
    .partner h1 {
        margin-top: 50px;
        margin-bottom: 26px;
    }
        .steps-section h1 {
        margin-top: 70px;
        margin-bottom: 28px;
    }
        .steps {
        max-width: 980px;
         background-position-y: 68px;
    background-size: 80%;
    }
    .step .image-div {
        width: 130px;
        height: 130px;
           margin-bottom: 10px;
    }
    .step .image-div img{
      width: 40px;
    }
    .step h4 {
        font-size: 22px;
        line-height: 30px;
    }
        .step p {
        font-size: 16px;
        line-height: 20px;
            padding-inline: 42px;
    }
    .step {
    max-width: 335px;
    text-align: center;
}
    .hiring_btn_2 {
        margin-top: 30px;
            font-size: 16px;
    padding: 16px 50px;
    }
    .movement {
        /* max-width: 1085px; */
        padding: 70px 50px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
        .movement h1 {
        font-size: 39px;
        line-height: 40px;
        margin-bottom: 18px;
    }
        .movement p {
        font-size: 18px;
        line-height: 24px;
    }
        .movement_btn {
        font-size: 14px;
        padding: 14px 45px;
    }
    .footer-kaabil-logo {
        max-width: 125px;
        margin-bottom: 30px;
    }
    .social-icons {
    display: flex;
    gap: 8px;
}
.footer-link {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 16px;
}
    .footer-mahindra-logo {
        max-width: 95px;
    }
    .partner-card p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1110px) {
    .banner-card {
        max-width: 900px;
        margin: auto;
    }
    .login-form-card .kaampe-reg-form {
        padding: 22px 0px 16px 0px;
    }
    .login-form-card .kaampe-reg-form .form-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
        .login-form-card .kaampe-reg-form .form-sub-title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 14px;
    }
    .banner .main-heading {
        font-size: 26px;
        line-height: 32px;
    }
        .banner .main-heading-2 {
        font-size: 30px;
        line-height: 30px;
    }
        .banner-head-card {
        max-width: 185px;
    }
    .hiring_btn {
        padding: 15px 20px;
    }
    .login-form-card {
      max-width: 390px;
  }
  .about {
        margin-top: 26px;
    }
    .about h1 {
        margin-bottom: 20px;
    }
    .section-heading {
        font-size: 28px;
        line-height: 40px;
    }
        .section-heading-span {
        font-size: 30px;
        line-height: 40px;
    }
        .about p {
        font-size: 12px;
        line-height: 18px;
    }
        .recruiter-with-kaabil {
        /* max-width: 855px; */
        margin-bottom: 55px;
    }
    .recruiter-with-kaabil h1 {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .recruiter-with-kaabil .recruiter-cards {
        gap: 15px;
    }
        .recruiter-with-kaabil .recruiter-card img {
        width: 75px;
        height: 75px;
    }
    .recruiter-with-kaabil .recruiter-card h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
        .recruiter-with-kaabil .recruiter-card p {
        font-size: 12px;
        line-height: 14px;
    }
        .recruiter-with-kaabil .recruiter-card {
        gap: 12px;
        width: 270px;
    }
          .how-we-work .section {
    /* max-width: 855px; */
    margin: auto;
}
    .how-we-work-card h3 {
    font-size: 18px;
    line-height: 20px;
}
.how-we-work-card p {
    font-size: 12px;
    line-height: 14px;
}
.how-we-work-card .text-div {
    height: 75px;
}
.how-we-work h1 {
    text-align: left;
}
.how-we-work-card{
    padding-top: 20px;
}

.partner-cards{
     /* max-width: 855px; */
  margin: auto;
}
.partner-card {
    max-width: 230px;
    margin: auto;
}
.steps-section h1 {
        margin-top: 60px;
        margin-bottom: 20px;
    }
        .steps {
        max-width: 810px;
        background-position-y: 65px;
        background-size: 75%;
    }
        .hiring_btn_2 {
        margin-top: 20px;
        font-size: 14px;
        padding: 14px 40px;
    }
        .step .image-div {
        width: 110px;
        height: 110px;
        margin-bottom: 8px;
    }
    .step .image-div img {
        width: 35px;
    }
        .step h4 {
        font-size: 18px;
        line-height: 26px;
    }
        .step p {
        font-size: 12px;
        line-height: 15px;
        padding-inline: 42px;
    }
        .hiring_btn_2 {
        margin-top: 14px;
        font-size: 12px;
        padding: 12px 30px;
    }
        .movement {
        /* max-width: 890px; */
        padding: 40px 30px;
                margin-bottom: 30px;
        margin-top: 30px;
    }
        .movement h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
            max-width: 425px;
    }
        .movement h1 span {
        font-size: 34px;
        line-height: 35px;
        margin-bottom: 12px;
    }
    .movement p {
        font-size: 14px;
        line-height: 20px;
    }
        .movement_btn {
        font-size: 12px;
        padding: 12px 30px;
    }
        .desktop-footer {
        /* max-width: 900px; */
        padding-top: 40px;
    }
        .footer-kaabil-logo {
        max-width: 100px;
        margin-bottom: 24px;
    }
    .footer-section-title {
      font-size: 12px;
      margin-bottom: 14px;
    }
.social-icon {
    margin-right: 5px;
}
.social-icons {
        display: flex;
        gap: 4px;
    }
        .footer-link {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 16px;
    }
        .footer-mahindra-logo {
        max-width: 80px;
    }
    .footer-address {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 30px;
}
.enquire_now {
    font-size: 10px;
    padding: 5px 30px;
}
    .modal-loginModal {
        max-width: 490px !important;
    }
  .login-card {
      padding: 15px 0px 15px 0px;
      max-width: 370px;
  }
.signInBtn {
        height: 36px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
  
  .desktopHeader {
    display: none;
  }

  .headerMobile {
    display: block;
      position: fixed !important;
    width: 100%;
  }

}
@media screen and (max-width: 991px) {
.banner {
    background: white;
}
.banner-card {
        max-width: 100%;
        margin: auto;
    }
    .banner .banner-image-section{
        background: #E31837;
    }
    .login-form-card {
    margin-top: -30px;
    box-shadow: 4px 4px 47px 0px #9A9A9A59;
}
.login-form-card .kaampe-reg-form .form-title {
        margin-bottom: 22px;
    }
        .login-form-card .kaampe-reg-form .form-sub-title {
        margin-bottom: 22px;
    }.login-form-card .kaampe-reg-form label
 {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 920px) {
      .about p {
        padding-inline: 80px;
    }
        .recruiter-with-kaabil {
        /* max-width: 640px; */
        margin-bottom: 55px;
    }
        .recruiter-with-kaabil .recruiter-card {
        gap: 12px;
        width: 282px;
    }

           .how-we-work .section {
    /* max-width: 700px; */
    margin: auto;
}
    .how-we-work {
        background: #F6F7F7;
        padding-top: 40px;
    }
.how-we-work-card .text-div {
    height: 75px;
}
.how-we-work h1 {
 
}
.how-we-work-card{
    margin-top: 18px;
}
    .how-we-work-card {
        margin-bottom: 20px;
    }
    .partner-cards{
     /* max-width: 700px; */
  margin: auto;
}
.partner-card {
    max-width: 210px;
    margin: auto;
}
.partner-card p {
  font-size: 18px;
  line-height: 27px;
}
.partner h1 {
        margin-top: 42px;
        margin-bottom: 25px;
    }
.steps-section h1 {
        margin-top: 50px;
        margin-bottom: 15px;
    }
        .steps {
        max-width: 720px;
        background-position-y: 55px;
        background-size: 75%;
    }
        .hiring_btn_2 {
        margin-top: 12px;
        font-size: 12px;
        padding: 12px 30px;
    }
        .step .image-div {
        width: 90px;
        height: 90px;
        margin-bottom: 8px;
    }
        .step h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .step p {
        font-size: 10px;
        line-height: 12px;
        padding-inline: 49px;
    }
    .step {
        max-width: 265px;
        text-align: center;
    }
        .movement {
        /* max-width: 785px; */
        padding: 30px 20px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
        .movement h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        max-width: 358px;
    }
        .movement h1 span {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 12px;
    }
        .movement p {
        font-size: 12px;
        line-height: 16px;
    }
        .movement_btn {
        font-size: 10px;
        padding: 10px 25px;
    }
    .col-even-two-half{
      width: 30%;
    }
    .col-even-one-half{
      width: 10%;
      padding: 0px;
    }
  .col-even-two{
      width: 100%;
      padding: 0px;
    }
.col-even-four{
  width: 60%;
  padding: 0px;
}
.col-even-four-1{
  width: 50%;
  padding: 0px;
}
.col-even-four-3{
  width: 50%;
  padding: 0px;
}
.col-even-four-2{
  width: 100%;
  padding: 0px;
}
.footer-desktop{
  display: none;
}
.footer-tab{
  display: block;
}
.footer-mobile{
  display: none;
}
.footer-address {
    width: 250px;
}



    .desktop-footer {
        /* max-width: 900px; */
        padding-top: 35px;
        /* padding-inline: 97px; */
    }
  .login-form-card .kaampe-reg-form input::placeholder{
    font-size: 12px ;
  }
}
@media screen and (max-width: 800px) {
      .movement {
        /* max-width: 730px; */
      }
}
@media screen and (max-width: 768px) {
  .headerMobile .mobile-header {
    height: 52px;
    padding: 6px 18px;
    width: 100%;
    max-width: 640px;
    justify-self: center;
  }
  main {
  padding-top: 52px;
}
      .how-we-work .section {
        /* max-width: 630px; */
        margin: auto;
    }
    .partner {
    padding-inline: 18px;
}
        .partner-card {
        max-width: 160px;
        margin: auto;
        margin-block: 0px;
    }
    .partner-card img {
    margin-bottom: 16px;
    }
        .partner h1 {
        margin-top: 35px;
        margin-bottom: 22px;
    }
        .partner-cards {
        /* max-width: 580px; */
        margin: auto;
    }
        .partner-card p {
        font-size: 18px;
        line-height: 20px;
    }
    .steps-section h1 {
        margin-top: 42px;
        margin-bottom: 10px;
    }
    .steps {
        max-width: 600px;
        background-position-y: 40px;
        background-size: 75%;
    }
        .step .image-div {
        width: 70px;
        height: 70px;
        margin-bottom: 8px;
    }
        .step .image-div img {
        width: 22px;
    }
        .step h4 {
        font-size: 14px;
        line-height: 18px;
    }
        .step p {
        font-size: 10px;
        line-height: 12px;
        padding-inline: 20px;
    }
        .hiring_btn_2 {
        margin-top: 10px;
        font-size: 10px;
        padding: 10px 30px;
    }
    .movement {
        /* max-width: 700px; */
        padding: 25px 15px;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .movement h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 8px;
        max-width: 330px;
    }
    .movement h1 span {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
            .movement p {
        font-size: 10px;
        line-height: 14px;
    }
    .movement_btn {
        font-size: 10px;
        padding: 8px 15px;
    }
    
}
@media screen and (max-width: 700px) {
        .about {
        margin-top: 32px;
    }
     .section-heading{
    font-size: 20px;
    line-height: 34px;
  }
  .section-heading-span{
    font-size: 24px;
    line-height: 34px;
  }
      .about h1 {
        margin-bottom: 15px;
    }
        .about p {
        padding-inline: 20px;
    }
    .about p {
        font-size: 14px;
        line-height: 20px;
    }
    .about p b {
        font-size: 15px;
    }
       .recruiter-with-kaabil h1 {
        margin-top: 28px;
        margin-bottom: 15px;
    }
        .recruiter-with-kaabil .recruiter-card {
        gap: 16px;
        width: 322px;
    }
        .recruiter-with-kaabil .recruiter-cards {
        gap: 24px;
        padding-inline: 16px;
    }
    .recruiter-with-kaabil .recruiter-card img {
        width: 72px;
        height: 72px;
    }
        .recruiter-with-kaabil {
        /* max-width: 640px; */
        margin-bottom: 48px;
    }
        .recruiter-with-kaabil .recruiter-card h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
    }
        .recruiter-with-kaabil .recruiter-card p {
        font-size: 14px;
        line-height: 16px;
    }
        .how-we-work {
        background: #F6F7F7;
        padding-top: 24px;
    }
    .how-we-work .section {
        /* padding-inline: 18px; */
    }
    .how-we-work h1 {
     
    }
    .how-we-work-card{
    margin-top: 10px;
}
        .how-we-work-card p {
        font-size: 14px;
        line-height: 20px;
    }
    .how-we-work-card h3{
      margin-top: 14px;
    margin-bottom: 10px;
    }
    .how-we-work-card{
     box-shadow: 0px 10px 60px 0px #262D7614;
    }
        .partner h1 {
        margin-top: 33px;
        margin-bottom: 18px;
    }
    .partner-card {
        max-width: 328px;
        margin: auto;
        margin-bottom: 32px;
    }
    .partner-card img {
   box-shadow: 0px 10px 60px 0px #1B1B1C17;
    }
        .steps-section h1 {
        padding-inline: 50px;
                margin-bottom: 33px;
    }
        .steps {
        background: none;
        display: block;
        justify-items: center;
    }
        .step .image-div {
        width: 160px;
        height: 160px;
        margin-bottom: 0px;
    }
    .step .image-div img {
        width: 54px;
    }
        .step h4 {
        font-size: 18px;
        line-height: 37px;
    }
        .step p {
        font-size: 14px;
        line-height: 19px;
        padding-inline: 0px;
    }
    .step {
        max-width: 320px;
        text-align: center;
                margin-bottom: 33px;

    }
        .hiring_btn_2 {
        margin-top: 0px;
        font-size: 12px;
        padding: 13px 40px;
    }
    .movement {
background-image: none;
    background: #E31837;
    border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 36px;
        margin-top: 36px;
        text-align: center;
        padding: 33px 0px 0px 0px;
    }
        .movement h1 {
        font-size: 20px;
        line-height: 27px;
      
      max-width: 342px;
      margin: auto;
        margin-bottom: 5px;
        padding-inline: 20px;
        text-align: center;
    }
        .movement h1 span {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 5px;
    }
        .movement p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 26px;
    }
        .movement_btn {
        font-size: 12px;
        padding: 13px 45px;
        width: 190px;
        margin: auto;
        margin-inline: 20px;
    }
    .button-group{
      justify-content: center;
    }
    .movement-mobile{
  display: block;
    width: 100%;
  height: auto;
  margin-top: 20px;
}
    .desktop-footer {
        /* max-width: 600px; */
        padding-top: 30px;
        /* padding-inline: 24px; */
    }

}

@media screen and (max-width: 620px) {
         .about p {
          max-width: 335px;
          margin: auto;
        padding-inline: 0px;
    }
   .col-even-two-half{
      width: 50%;
      margin-bottom: 33px !important;
    }
    .col-even-one-half{
      width: 50%;
      padding: 0px;
    }
  .col-even-two{
      width: 100%;
      padding: 0px;
    }
.col-even-four {
        width: 100%;
        padding: 0px;
        margin: auto;
    }
.col-even-four-1{
  width: 50%;
  padding: 0px;
}
.col-even-four-3{
  width: 50%;
  padding: 0px;
}
.col-even-four-2{
  width: 100%;
  padding: 0px;
}
.footer-desktop{
  display: none;
}
.footer-tab{
  display: none;
}
.footer-mobile{
  display: block;
}  

    .footer-kaabil-logo {
        max-width: 98px;
        margin-bottom: 28px;
    }
        .footer-mahindra-logo {
        max-width: 96px;
        margin-right: 8px;
    }
        .footer-section-title {
        font-size: 12px;
        margin-bottom: 18px;
    }
        .social-icons {
        display: flex;
        gap: 19px;
    }
        .footer-link {
        margin-bottom: 31px;
        font-size: 14px;
        line-height: 9px;
        font-weight: 400;
    }
   .footer-links li:last-child .footer-link {
    margin-bottom: 0px;
}
    .RESROUCES-title{
      padding-top:27px;
    }
        .footer-address {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
        font-weight: 400;
                width: 288px;
    }
    
    .footer-copyright {
    justify-content: flex-start;
    font-weight: 400;
    font-size: 11px;
    line-height: 14.4px;
    text-align: left;
}
.owl-carousel .owl-item img {
    width: 100% !important;
    height: 245px !important;
}
}


@media screen and (max-width: 560px) {
    .banner .main-heading {
        font-size: 20px;
        line-height: 25px;
    }
    .banner .main-heading-2 {
        font-size: 22px;
        line-height: 25px;
    }
        .hiring_btn {
        padding: 13px 16px;
        margin-top: 10px;
        font-size: 12px;
    }
       .banner-img {
        width: 140%;
        height: auto;
        margin-left: -60px;
        margin-top: 5px;
    }
        .banner-head-card {
        max-width: 165px;
    }

}




.enquire-form-card{
  background: #FFFFFF;
  color: black;
}
#enquireModal .modal-dialog{
  max-width: 600px !important;
}
.enquire-modal-body {
  padding: 40px 50px 32px 50px;
}
.enquire-form-card .kaampe-reg-form .form-title, .modal-loginModal .form-title{
  font-family: Poppins;
  font-weight: 600;
  font-size: 29px;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #231F20;
  margin-bottom: 32px;
}
.enquire-form-card .kaampe-reg-form .form-sub-title{
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #231F20;
  margin-bottom: 27px;
}
.enquire-form-card .kaampe-reg-form label{
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin-bottom: 10px;
}
.enquire-form-card .kaampe-reg-form input{
  padding: 15px 24px ;
    border-radius: 12px ;
    font-weight: 500 ;
    width: 100% ;
    max-width: 100% ;
    background: #F5F5F5 ;
    font-size: 16px ;
    border: 1px solid #f1f3f4;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
}
.enquire-form-card .kaampe-reg-form input::placeholder{
    font-family: Poppins ;
    color: #4D4D4F ;
    font-weight: 400 ;
    font-size: 16px ;
    line-height: 100% ;
    letter-spacing: 0px ;
}

.enquire-form-card .kaampe-reg-form textarea{
  padding: 15px 24px ;
    border-radius: 12px ;
    font-weight: 500 ;
    width: 100% ;
    max-width: 100% ;
    background: #F5F5F5 ;
    font-size: 16px ;
    border: 1px solid #f1f3f4;
    height: 111px;
}
.enquire-form-card .kaampe-reg-form textarea::placeholder{
    font-family: Poppins ;
    color: #4D4D4F ;
    font-weight: 400 ;
    font-size: 16px ;
    line-height: 100% ;
    letter-spacing: 0px ;
}
.enquire-form-card .kaampe-reg-form .btn-group-section button{
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: white;
  background: #E31837;
  margin-top: 16px;
  width: 100%;
       max-width: 250px;
    height: 56px;
}
.enquire-form-card .marginBottom{
  margin-bottom: 16px;
}
  .radio-group {
            display: flex;
            gap: 10px;
            margin-top: 00px;
        }
        
        .radio-option {
            position: relative;
        }
        
        .radio-option input[type="radio"] {
            position: absolute;
            opacity: 0;
        }
        
        .radio-option label {
            display: flex;
            align-items: center;
            padding: 13px 15px;
            border-radius: 8px;
            border: 1px solid #dee2e6;
            background-color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-bottom: 0px !important;
            box-shadow: 0px 2px 4px 0px #0000001A;

        }
        
        .radio-option input[type="radio"] + label:before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 2px solid #6c757d;
            border-radius: 50%;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .radio-option input[type="radio"]:checked + label {
            background-color: #FDF1F3;
            border-color: #e41c3b;
            color: #e41c3b;
        }
        
        .radio-option input[type="radio"]:checked + label:before {
            border-color: #e41c3b;
            background-color: #e41c3b;
            background-clip: content-box;
            padding: 3px;
        }
        
        .radio-option input[type="radio"]:focus + label {
            box-shadow: 0 0 0 0.25rem rgba(228, 28, 59, 0.25);
        }
        
        .radio-option label:hover {
            background-color: #f8f9fa;
        }
        .form_field_container{
  height: 100%;
        max-height: calc;
        max-height: calc(100vh - 230px);
        overflow-x: hidden;
        overflow-y: scroll;
}


/* Show scrollbar only when content overflows */
.form_field_container::-webkit-scrollbar {
    width: 2px;
    display: none; /* Hide by default */
}

.form_field_container:hover::-webkit-scrollbar,
.form_field_container:active::-webkit-scrollbar,
.form_field_container:focus::-webkit-scrollbar {
    display: block; /* Show on interaction */
}

.form_field_container::-webkit-scrollbar-track {
    background: #E6E7E8;
}

.form_field_container::-webkit-scrollbar-thumb {
    background-color: #231F20;
    border-radius: 10px;
}


/* responsive */
@media screen and (max-width: 1600px) {
  #enquireModal .modal-dialog {
    max-width: 500px !important;
}
  .enquire-modal-body {
    padding: 30px 50px 20px 50px;
}
.enquire-form-card .marginBottom {
    margin-bottom: 14px;
}
  .enquire-form-card .kaampe-reg-form .form-title, .modal-loginModal .form-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .enquire-form-card .kaampe-reg-form .form-sub-title {
           font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
  }
.enquire-form-card .kaampe-reg-form label {
        font-size: 11px;
        margin-top: 0px;
    }
    .radio-option label {
    padding: 9px 15px;
    }
    .enquire-form-card .kaampe-reg-form input {
    height: 35px;
    min-height: 35px;
    max-height: 35px;
}
   .enquire-form-card .kaampe-reg-form input {
    border-radius: 5px;
    }
    .enquire-form-card .kaampe-reg-form .btn-group-section button {
    height: 35px;
}
.enquire-form-card .kaampe-reg-form textarea {
    height: 80px;
     border-radius: 5px;
}
}

@media screen and (max-width: 1700px) {
    .enquire-form-card .kaampe-reg-form input::placeholder{
    font-size: 14px ;
  }
    .enquire-form-card .kaampe-reg-form textarea::placeholder{
    font-size: 14px ;
  }

    .enquire-modal-body {
        padding: 30px 20px 20px 20px;
    }
    .enquire-form-card .marginBottom {
        margin-bottom: 10px;
    }
 
}

@media screen and (max-width: 1280px) {
        .enquire-form-card .kaampe-reg-form .form-title, .modal-loginModal .form-title {
        font-size: 23px;
        margin-bottom: 13px;
    }
        .enquire-form-card .kaampe-reg-form .form-sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .enquire-form-card .kaampe-reg-form .btn-group-section button {
    margin-top: 14px;
       

}
.enquire-form-card .kaampe-reg-form input {
    padding: 10px 20px;
}
.enquire-form-card .kaampe-reg-form textarea  {
    padding: 10px 20px;
}

}

@media screen and (max-width: 1110px) {
    .enquire-form-card .kaampe-reg-form .form-title, .modal-loginModal .form-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
        .enquire-form-card .kaampe-reg-form .form-sub-title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 14px;
    }
}
  
@media screen and (max-width: 991px) {
 
.enquire-form-card .kaampe-reg-form .form-title, .modal-loginModal .form-title {
        margin-bottom: 22px;
    }
        .enquire-form-card .kaampe-reg-form .form-sub-title {
        margin-bottom: 22px;
    }
    .enquire-form-card .kaampe-reg-form label
 {
    margin-bottom: 10px;
}
.enquire_now {
        font-size: 12px;
        padding: 10px 40px;
    }
       .enquire-form-card .kaampe-reg-form input::placeholder{
    font-size: 12px ;
  }
    .enquire-form-card .kaampe-reg-form textarea::placeholder{
    font-size: 12px ;
  }
}

@media screen and (max-width: 440px) {
.radio-group {
    flex-wrap: wrap;
    gap: 5px;
}
.radio-option{
  width: 100%;
}
.enquire-form-card .kaampe-reg-form .btn-group-section button {
    max-width: 100%;
}
}



/* customContainer */
.customContainer, .customContainerMobilefull{
  max-width: 1570px;
  margin: auto;
  padding-inline: 60px;
}
@media screen and (max-width: 1700px) {
  .customContainer, .customContainerMobilefull {
    max-width: 1340px;
    padding-inline: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .customContainer, .customContainerMobilefull {
    max-width: 1180px;
    padding-inline: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .customContainer, .customContainerMobilefull {
    max-width: 980px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .customContainer {
    max-width: 100%;
    padding-inline: 20px;
  }
  .customContainerMobilefull{
     max-width: 100%;
    padding-inline: 0px;
  }
}