/* Match Career */
body,
p {
  font-family: "Manrope", sans-serif;
}

:root {
  --primary-color: #e8396f;
  --secondary-color: #ebebeb;

  --black: #000000;
  --white: #ffffff;
  --bs-btn-disabled-bg: #c7c7c7;
  --font-xxl: 76px;
  --font-xl: 55px;
  --font-lg: 50px;
  --font-md: 30px;
  --font-sm: 28px;
  --font-xs: 20px;
  --bs-btn-close-focus-shadow-2: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  --success-color: #2ebf50;
  --error-color: #e8394b;
  --error-active-color: #bf2e3c;
  --success-active-color: #27a140;

}

.primary-color {
  color: var(--primary-color);
}

/* button-start */

.btn-pink {
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--font-sm);
  font-weight: bold;
  width: 194px;
  height: 80px;
  border-radius: 0;
}

.btn-light {
  background-color: var(--bs-btn-disabled-bg);
  color: var(--black);
  font-size: var(--font-sm);
  border-color: var(--primary-color);
  font-weight: bold;
  width: 194px;
  height: 80px;
  border-radius: 0;
}

.btn-light:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn-1 {
  width: 260px;
  height: 81px;
}

.btn-2 {
  width: 260px;
  height: 64px;
}

.btn-pink:hover {
  background-color: var(--primary-color);
  color: var(--black);
}

.btn-right-arrow {
  width: 61px;
  height: 61px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-right-arrow img {
  pointer-events: none;
  width: 61px;
  height: 61px;
}

/* button-end */

.mc-input {
  font-size: var(--font-xs);
  padding: 10px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid var(--primary-color);
}

.mc-input:hover {
  font-size: var(--font-xs);
  padding: 10px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid var(--primary-color);
}

.mc-select-box {
  width: 814px;
  height: 93px;
  border-color: var(--black);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
}

.form-control:focus {
  background-color: var(--white);

  outline: 0;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.form-control :focus-visible {
  background-color: var(--white);
  border-color: var(--white);
  outline: 0;
  border-color: var(--white);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.input-box:focus {
  background-color: var(--secondary-color);
  border-color: var(--white);
  outline: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.mc-select-box:focus {
  border-color: var(--black);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
}

.mc-input-box {
  /* width: 690px; */
  height: 87px;
  border-color: var(--secondary-color);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border-radius: 0px;
}

.mc-input-box:focus,
.input-textarea:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
}

/* .mc-input-box:focus-visible {
  width: 814px;
  height: 93px;
  border-color: var(--secondary-color);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border-radius: 0px;
} */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: transparent;
  border: none;
}

/* 
.highlight {
  color: var(--primary-color);
} */

.pt-53 {
  padding-top: 53px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-83 {
  padding-top: 83px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-83 {
  margin-top: 70px;
}

.mt-91 {
  margin-top: 91px;
}

.mt-122 {
  margin-top: 122px;
}

.mt-200 {
  margin-top: -200px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--secondary-color);
}

/* header-start  */

/* .logo-img {
  width: 288px;
  height: auto;
} */

.header-logo {
  max-height: 60px;
}

.profile-icon {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.nav-link {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0px;
  opacity: 1;
  padding: 0px 41px 0px 0px;
}

nav .nav-link:active,
nav .nav-link.active {
  color: var(--black);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--black);
}

.menu-icon,
.close-icon {
  font-size: var(--font-lg);
  color: var(--primary-color);
}

.mobile-menu {
  background: var(--white);
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 999;
}

.mobile-menu .nav-link {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
}

/* header-end  */

.mobile-menu-logo {
  max-height: 60px;
  margin-bottom: 20px;
}

.mobile-menu {
  background-color: var(--secondary-color) !important;
}

.mobile-menu .nav-link {
  font-size: 22px;
  font-weight: bold;
  color: var(--primary-color);
  padding-bottom: 17px;
}

/* home  */
.hero-section {
  background-color: var(--white);
  background-image: url(../img/hero_shape.png);
  background-repeat: no-repeat;
  background-position: right -237px top 46px;
  background-size: 702px 686px;
  padding-bottom: 50px;
}

.hero-section h1 {
  font-size: var(--font-xl);
  padding-bottom: 26px;
}

.hero-section p {
  font-size: var(--font-sm);
}

@media (max-width: 520px) {
  .hero-section {
    background-position: right top;
    background-size: 300px auto;
    padding: 60px 20px;
  }
}

.Introductory-text h1 {
  font-size: var(--font-xl);
  text-align: center;
  padding-bottom: 30px;
}

.Introductory-text p {
  font-size: var(--font-sm);
  text-align: center;
  padding-top: 20px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-banner {
  overflow: hidden;
}

.employees-Banner {
  margin-top: 50px;
  margin-bottom: 100px;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 536px;
}

.banner-text h2 {
  background: var(--white);
  padding: 10px 20px;

  font-size: var(--font-xl);
  font-weight: 600;
  color: var(--primary-color);
  height: 94px;

  box-shadow: 0px 3px 6px #00000029;
  opacity: 0.77;
  padding: 14px 16px;
}

.search-icon {
  width: 43.1px;
  height: 43.1px;
}

.flag-home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 49px;
}

.flag-home-img {
  width: 62px;
  height: 41px;
}

.card {
  background-color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140px;
  border-radius: 0%;
  width: 533px;
  height: 543px;
  padding-top: 66px;
}

.card h5 {
  font-size: var(--font-md);
  padding-top: 11px;
  letter-spacing: 0px;
  color: var(--black);
  opacity: 1;
}

.card p {
  font-size: var(--font-xs);
  letter-spacing: 0px;
  color: var(--black);
  text-transform: capitalize;
  opacity: 1;
}

.card img.main-image {
  width: 100%;
  max-width: 292px;
  height: 293px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.card img.top-icon {
  width: 60px;
  height: auto;
}

.cta p {
  font-size: var(--font-md);
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
  line-height: 1.7;
}

.cta {
  position: relative;
  z-index: 2;
  margin-bottom: -120px;
  text-align: center;
  padding: 100px 0px 70px;
}

.cta p {
  font-size: var(--font-md);
  line-height: 1.7;
  margin: 0 auto;
}

/* Footer */
.footer-section {
  position: relative;
  background: var(--white);
  z-index: 1;
  overflow: hidden;
  padding-top: 0px;
}

.footer-left {
  height: 100%;
  padding: 80px 0px;
  color: var(--white);
  min-height: 400px;
  background-image: url("../img/footer_shape.png");
  background-repeat: no-repeat;
  background-position: top -122px left -697px;
  background-size: 1527px 1437px;
}

.footer-section .footer-left ul li {
  font-size: var(--font-md);
  padding-bottom: 25px;
  font-weight: bold;
}

.footer-section .footer-left ul {
  padding: 90px 0px 0px 138px;
}

.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-left li {
  margin-bottom: 15px;
  font-size: var(--font-xs);
}

.footer-social img {
  margin: 0 10px;
  height: 50px;
}

.copyright {
  margin-top: 100%;
  font-size: var(--font-xs);
  opacity: 0.8;
  color: var(--black);
  top: 80%;
}

.copyright samp {
  color: var(--primary-color);
}

/* home  */

/* 
login-section-start  */
.log-in-form h3 {
  font-size: var(--font-lg);
  padding-top: 184px;
  padding-bottom: 45px;
}

/* Left Section - Logo and Form */
.left-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-top: 33px;
}

.logo {
  margin-bottom: 30px;
  margin-left: 170px;
}

.log-in-form {
  width: 100%;

  padding-left: 140px;
}

/* Right Section - Image */
.right-side {
  flex: 1;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.right-side img {
  width: 100%;
  height: 1087px;
  object-fit: cover;
}

.login-input {
  width: 414px;
  height: 54px;

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border-radius: 0px;
  margin-bottom: 25px;
}

.login-input:focus {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.login-input:focus-visible {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.forgot-password-link {
  font-size: var(--font-xs);
  color: var(--primary-color);
  text-decoration: none;
  /* border-bottom: 1px solid var(--primary-color); */
  letter-spacing: 2px;
  margin-top: 54px;
  margin-bottom: 47px;
}

.forgot-password-link:hover {
  text-decoration: none;
}

/* login-section-end */

.form-label {
  font-size: var(--font-md);
  margin-bottom: 5px;
  font-weight: 500;
}

.form-select {
  --bs-form-select-bg-img: url("../img/icon/Arrow\ -\ Bottom-1_bold.png");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0px;
  background-size: 36px 20px;
  border: none;
}

.form-select:focus {
  border-color: var(--white);
  box-shadow: none;
  /* box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16); */
}

/* sign up start */

.sign-up-1 {
  margin-top: 133px;
  margin-bottom: 160px;
}

.sign-up-1 h2 {
  font-size: var(--font-lg);
  margin-bottom: 19px;
}

.sign-up-1 p {
  font-size: var(--font-sm);
  margin-bottom: 22px;
}

.sign-up-1 .subtitle {
  font-size: var(--font-md);
  margin-bottom: 19px;
}

.signup-form {
  width: 814px;
}

.country-select-wrapper {
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);

  width: 952px;
  margin-bottom: 73px;
}

.flag-img {
  width: 146px;
  height: 93px;
  object-fit: cover;
  border-radius: 0px;
}

.country-select {
  width: 952px;
  height: 93px;
  background-color: var(--secondary-color);
  font-size: var(--font-sm);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: none;
  font-weight: bold;
  color: #777777;
}

select {
  border: none;

  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus {
  box-shadow: none;
  outline: none;
}

/* sign up end */

/* sign-up-2-start*/

.sign-up-2 {
  margin-top: 108px;
  margin-bottom: 234px;
}

.sign-up-2 h2 {
  font-size: var(--font-lg);
  margin-bottom: 76px;
}

/* sign-up-2-end*/

/* sign-up-3-start*/

.sign-up-3 {
  margin-top: 108px;
  margin-bottom: 234px;
}

.sign-up-3 h2 {
  font-size: var(--font-lg);
  margin-bottom: 35px;
}

.custom-select {
  font-size: var(--font-sm);
  font-weight: normal;
  padding-top: 30px;
  padding-left: 25px;
  background-color: var(--secondary-color);
  /* width: 100px; */
}

.sign-up-contact {
  width: 150px;
  background-color: var(--secondary-color);
  height: 100px;
  height: 93px;
  margin-bottom: 0px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
}

.sign-up-contact-input {
  width: 814px;
  height: 93px;
  border-color: var(--black);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
}

/* sign-up-3-end*/

/* sign-up-4-start*/

.sign-up-4 {
  margin-top: 131px;
}

.sign-up-4 h1 {
  font-size: var(--font-lg);
  margin-bottom: 20px;
  font-weight: bold;
}

.sign-up-4 p {
  margin-bottom: 20px;
  font-size: var(--font-md);
}

.upload-box {
  padding: 120px;
  text-align: center;
  cursor: pointer;
  width: 812px;
  height: 353px;
  border-radius: 0px;
  transition: border-color 0.3s;
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 76px;
}

.upload-content i {
  font-size: var(--font-sm);
  display: block;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}

.file-input {
  display: none;
}

.preview-image {
  width: 100%;
  max-width: 400px;
  height: 200px;
}

/* sign-up-4-end */

.btn-pink {
  background-color: var(--primary-color);
  color: var(--white);
  transition: background-color 0.3s ease;
}

.btn-pink:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn-pink:disabled {
  background-color: var(--secondary-color);
  color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-bg);
  cursor: not-allowed;
}

.btn-pink:active {
  background-color: var(--active-color);
  transform: scale(0.98);
}


/* .btn-check:checked+.btn-primary,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: var(--primary-color);
  color: var(--white);
} */


.btn-check:checked+.btn-pink,
.btn-pink.active,
.btn-pink.show,
.btn-pink:first-child:active,
:not(.btn-check)+.btn-pink:active {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check)+.btn-primary:active {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

.formik-error-message {
  font-size: 14px;
  color: #d9534f;
  margin-top: 5px;
  font-weight: bold;
}

.btn-right-arrow {
  width: 61px;
  height: 61px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.btn-right-arrow img {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.form-element-div {
  margin-bottom: 19px;
}

.login-input {
  margin-bottom: 0;
}

.login-logo-section {
  margin: 33px 93.2px 184px 135px;
}

/* for-employees start */

.for-employees-hero-section {
  background-color: var(--white);
  margin-top: 96px;
}

.for-employees-hero-section h1 {
  font-size: var(--font-xl);
  margin-bottom: 15px;
}

.for-employees-hero-section p {
  font-size: var(--font-sm);
  margin-bottom: 47px;
}

/* Company Search Bar */
.for-employees-search-bar {
  width: 966px;
  height: 91px;

  overflow: hidden;
  background: var(--secondary-color);
  transition: box-shadow 0.3s ease;
}

/* 
.for-employees-search-bar:focus-within {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
} */

/* Input Field */
.for-employees-search-bar input.form-control {
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 28px;
  letter-spacing: 0px;
  color: var(--black);
  opacity: 0.28;
  background: transparent;
  box-shadow: none;
}

/* Search Button */
.for-employees-search-bar .btn {
  background-color: var(--primary-color);
  letter-spacing: 0px;
  color: var(--white);
  opacity: 1;
  font-size: var(--font-sm);
  border: none;
  padding: 0 25px;
  width: 223px;
  height: 91px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
}

.for-employees-search-bar .btn:hover {
  background-color: var(--primary-color);
}

.for-employees-swiper {
  margin-top: 75px;
  margin-bottom: 146px;
}

.for-employees-card {
  /* background-image: url('../img/1.png'); */
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140px;
  border-radius: 0%;
  width: 536px;
  height: 575px;
  background-color: var(--secondary-color);
}

.for-employees-title {
  font-size: var(--font-md);
  margin-bottom: 29px;
}

.for-companies-title {
  font-size: var(--font-md);
  margin-bottom: 29px;
}

.for-employees-card h5 {
  font-size: var(--font-md);
  padding-top: 11px;
  letter-spacing: 0px;
  color: var(--black);
  opacity: 1;
}

.for-employees-card p {
  font-size: var(--font-xs);
  letter-spacing: 0px;
  color: var(--black);
  text-transform: capitalize;
  opacity: 1;
  /* padding-bottom: 19px; */
}

.for-employees-card img.main-image {
  width: 100%;
  /* max-width: 292px; */
  height: 575px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

/* Top curve icons */
.for-employees-card img.top-icon {
  width: 60px;
  height: auto;
}

.slide-caption {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-weight: bold;
  font-size: var(--font-xs);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.testimonial-card {
  width: 674px;
  height: 560px;
  background-color: var(--secondary-color);
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 42px;
}

.name-section {
  margin-top: 20px;
  margin-bottom: 30px;
}

.name-text {
  font-size: var(--font-md);
  font-weight: 500;
  margin-right: 70px;
  margin-bottom: 20px;
}

.testimonial-card-img {
  width: 295px;
  height: 293px;
}

.role-info .role-title {
  font-size: var(--font-md);
  line-height: 1.2;
  margin-top: 223px;
  margin-left: 34px;
  margin-right: 156px;
}

.text-pink {
  color: var(--primary-color);
}

.testimonial-section {
  margin-top: 100px;
}

.testimonial-section-flag-img {
  width: 54px;
  height: 34px;
}

.testimonial-text {
  font-size: var(--font-sm);
  color: #333;
  line-height: 1.3;
}

.intro-section {
  color: var(--black);
  margin-top: 146px;
}

.intro-section h3 {
  font-size: var(--font-md);
  font-weight: bold;
  margin-bottom: 30px;
}

.intro-section p {
  font-size: var(--font-sm);
  line-height: 1.7;
  margin-bottom: 30px;
}

.intro-tagline {
  font-size: var(--font-sm);
}

/* for-employees end */

.pagination-numbers {
  text-align: center;
  /* margin-top: 20px; */
  font-size: var(--font-md);
}

.pagination-numbers span {
  color: var(--primary-color);
}

.pagination-numbers a {
  color: var(--primary-color);
  margin: 0 5px;
  text-decoration: none;
  font-weight: bold;
}

.pagination-numbers a:hover {
  text-decoration: underline;
}

.newsletter-section {
  margin-top: 150px;
}

/* .newsletter-form {
  margin-top: 60px;
} */
.newsletter-section h2 {
  font-size: var(--font-md);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 23px;
}

.newsletter-section p {
  font-size: var(--font-md);
  margin-bottom: 0px;
  /*  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center; */
}

.company-form {
  max-width: 600px;
  margin: 0 auto;
  text-align: start;
  font-size: 15px;
  margin-top: 15px;
}

.company-input,
.message-box {
  width: 100%;
  background-color: var(--secondary-color);
  border: none;
  padding: 12px;
  font-size: 16px;
  margin-bottom: 10px;

  height: 29px;

  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
}

.company-input:focus-visible {
  border-color: var(--secondary-color);
}

.message-box {
  height: 71px;
}

/* for-companies start */
.for-companies-hero-section {
  background-color: var(--white);
  margin-top: 110px;
  margin-bottom: 116px;
}

.for-companies-hero-section h1 {
  font-size: var(--font-xl);
  margin-bottom: 21px;
}

.for-companies-hero-section p {
  font-size: var(--font-sm);
  margin-bottom: 33px;
}

.for-companies-search-bar {
  width: 966px;
  height: 91px;

  overflow: hidden;
  /* background: var(--secondary-color); */
  transition: box-shadow 0.3s ease;
}

.for-companies-search-bar input.form-control {
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: var(--font-sm);
  letter-spacing: 0px;
  color: var(--black);
  opacity: 0.28;
  background: transparent;
  box-shadow: none;
}

.for-companies-search-bar .btn {
  background-color: var(--primary-color);
  letter-spacing: 0px;
  color: var(--white);
  opacity: 1;
  font-size: var(--font-sm);
  border: none;
  padding: 0 25px;
  width: 40%;
  height: 91px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
}

.for-companies-search-bar .btn:hover {
  background-color: var(--primary-color);
}

.for-companies-swiper {
  margin-bottom: 150px;
}

.for-companies-title {
  font-size: var(--font-md);
  margin-bottom: 29px;
}

/* contact-start */
.for-contact-hero-section {
  margin-top: 95px;
  margin-bottom: 15px;
}

.for-contact-hero-section h1 {
  font-size: var(--font-lg);
  margin-bottom: 20px;
}

.for-contact-hero-section p {
  font-size: var(--font-sm);
}

.contact-form {
  /* width: 690px; */
  margin-top: 32px;
}

/* 
.highlight-2 {
  color: var(--primary-color);
}
 */
.ms-150 {
  margin-left: 120px;
}

/* contact-end */
/* about-start */
.for-about-hero-section {
  margin-top: 150px;
  margin-bottom: 142px;
}

.about-hero-section-text {
  font-family: "Playfair Display", serif;
  font-size: var(--font-xxl);
}

.for-about-hero-section h1 {
  font-size: var(--font-xl);

  text-align: center;
}

.about-our-goals h2 {
  font-size: var(--font-lg);
  font-weight: bold;
  margin-bottom: 38px;
  color: var(--primary-color);
}

.about-our-goals p {
  font-size: var(--font-md);
  font-weight: normal;
  text-align: center;

  margin-bottom: 0px;
}

/* 
.about-our-goals .subtitle {
  margin-top: 30px;
  line-height: 1.3;
} */

/* about-end */

/* company-profile-start */

.company-profile {
  margin-top: 55px;
}

.company-profile-img {
  max-width: 100%;
  width: 70%;
  object-fit: cover;
  height: auto;
}

.info-box {
  background-color: var(--secondary-color);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 89px;
  justify-content: center;
  font-size: var(--font-sm);
}

.section-title {
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: var(--font-md);
}

.values-box,
.about-box {
  background-color: var(--secondary-color);

  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  font-size: 25px;
  padding: 13px 30px;
}

.about-box {
  margin-top: 48px;
}

.about-box p {
  font-size: var(--font-sm);
}

.connect-box {
  margin-top: 82px;
}

.values-box {
  margin-top: 40px;
  margin-bottom: 72px;
}

.values-box p {
  font-size: var(--font-sm);
}

.value-item strong {
  color: var(--primary-color);
}

.value-item {
  margin-bottom: 10px;
}

.profile-from {
  width: 757px;
}

.profile-from h2 {
  font-size: var(--font-md);
}

.profile-from-input {
  width: 757px;
  min-height: 84px;

  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border-radius: 0px;
  font-size: var(--font-md);
  resize: none;
}

.profile-from-input:focus {
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border-radius: 0px;
  border-color: var(--secondary-color);
}

.email-icon {
  width: 51.2px;
  height: 35.1px;
}

.phone-icon {
  width: 30.1px;
  height: 48.2px;
}

.mobile-icon {
  width: 42px;
  height: 38.2px;
}

/* company-profile-end */

/* employee-profile-start */

/* .employee-profile {
  margin-top: 140px;
}

.employee-profile-img {
  width: 100%;
} */
.image-frame {
  width: 878px;
  height: 440px;

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  padding: 16px;
}

.profile-photo {
  /* width: 768px; */
  height: 374px;
  margin-top: 20px;
  object-fit: cover;
}

.experience-box {
  background-color: var(--secondary-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 377px;
  padding: 25px 35px;
  margin-bottom: 50px;
}

.experience-title {
  color: var(--primary-color);
  font-weight: 600;
}

.experience-row {
  font-size: var(--font-sm);
}

.border-bottom-pink {
  border-bottom: 1px solid var(--primary-color);
}

.text-pink {
  color: var(--primary-color);
}

/* employee-profile-end */

/* search-page-for-employee-start */
.search-page-for-employee {
  margin-top: 100px;
}

.search-page-for-employee-hero {
  margin-bottom: 100px;
}

.search-page-for-employee h2 {
  font-size: var(--font-md);
}

.search-page-img {
  width: 100%;
  height: auto;
}

.input-checkbox {
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 0px;
  width: 100%;
  max-width: 881px;
  margin: auto;
  display: flex;

  align-items: center;

  height: 124px;
  gap: 14rem;
  margin-bottom: 100px;
}

.custom-checkbox {
  width: 64px;
  height: 64px;
  appearance: none;
  background-color: var(--white);
  border: 2px solid var(--secondary-color);
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-checkbox:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-checkbox:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

/* search-page-for-employee-end */

/* search-page-for-companies-start */

.search-page-for-companies {
  margin-top: 100px;
}

.search-page-for-companies-hero {
  margin-bottom: 100px;
}

.search-page-for-companies h2 {
  font-size: var(--font-md);
}

/* search-page-for-companies-end */

.profile-section {
  margin-top: 155px;
}

.profile-pic {
  width: 532px;
  height: 532px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 102px;
}

.profile-pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.edit-btn {
  cursor: pointer;
  color: var(--primary-color);
  font-size: 1rem;
  border-radius: 0;
  width: 65px;
  background-color: var(--secondary-color);
}

.form-control[readonly],
textarea[readonly] {
  background-color: var(--secondary-color);
  border: none;
}

.experience-item-border {
  border-bottom: 1px solid var(--primary-color);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file-button {
  display: block;
  background-color: var(--secondary-color);
  border: none;

  padding: 15px;
  width: 532px;
  font-size: var(--font-md);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 46px;
  border-radius: 0px;
  cursor: pointer;
  height: 89px;
}

.video-box .edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.section-title {
  font-weight: bold;
  margin-top: 25px;
}

.profile-input {
  width: 430px;
  height: 89px;
  border-radius: 0;
  background-color: var(--secondary-color);
  border: none;
  font-size: var(--font-md);
  padding-left: 10px;
}

.profile-input:focus {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  box-shadow: none;
  outline: none;
}

.profile-input[readonly] {
  border: 1px solid var(--secondary-color);
}

.profile-text {
  font-size: var(--font-md);
  margin-bottom: 11px;
}

.video-box {
  /* width: 914px; */
  height: 334px;
  width: 100%;
  max-width: 532px;

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-placeholder {
  padding: 2px 77px;
  /* width: 398px; */
  width: 100%;
  /* height: 189px; */

  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color) #ebebeb; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plus-icon {
  width: 33.7px;
  height: 33.7px;
}

/* .edit-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
} */

.edit-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 37.2px;
  height: 37.1px;
  margin: 15px 13px 0 13px;
}

.video-edit-icon {
  margin: 0;
}

.experience-item span {
  width: 33.33%;

  font-size: var(--font-md);
  margin-top: 20px;
}

.w-33 {
  width: 33%;
}

.form-inline-field {
  font-size: var(--font-md);
  padding: 4px 8px;
  border-radius: 4px;
  margin: 6px 0;
  background-color: var(--secondary-color);
  border: none;
}

.form-inline-field:focus {
  background-color: var(--secondary-color);
  border: none;
  border-color: var(--secondary-color);
}

.upload-label {
  display: flex;
  background-color: var(--secondary-color);
  border: none;
  padding: 15px;
  width: 100%;
  max-width: 532px;
  font-size: var(--font-md);
  margin-bottom: 20px;
  height: 89px;
  border-radius: 0px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: space-between;
  align-items: center;
}

.upload-label span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  /* adjust to allow space for icon */
}

@media (max-width: 1280px) {
  .profile-section {
    margin-top: 80px;
  }

  .video-box {
    width: 100%;
    height: 350px;

    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--secondary-color);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-placeholder {
    width: 250px;
    height: 200px;
  }

  .profile-pic {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
  }

  .experience-item span {
    font-size: var(--font-sm);
  }

  .experience-item-border {
    padding: 10px 0;
  }

  .form-inline-field {
    font-size: var(--font-xs);
    padding: 10px 0;
    margin: 0px 0;
  }
}

@media (max-width: 991px) {
  .video-box {
    width: 100%;
    height: 250px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--secondary-color);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .profile-pic {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .upload-label {
    font-size: 18px;
    height: auto;
    padding: 12px;
  }

  .profile-pic {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .profile-section {
    margin-top: 36px;
  }

  .video-box {
    width: 100%;
    height: 164px;
  }

  .video-placeholder {
    width: 112px;
    height: 94px;
  }

  .upload-label {
    font-size: 18px;
    height: auto;
    padding: 12px;
  }

  .profile-pic {
    width: 112px;
    height: 102px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-input {
    width: 430px;
    height: 40px;
    border-radius: 0;
    background-color: var(--secondary-color);
    border: none;
    font-size: var(--font-md);
    padding-left: 10px;
  }

  .edit-btn {
    width: 65px;
    height: auto;
  }

  .edit-icon {
    top: 0px;
    right: 3px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin: 10px 8px 0 13px;
  }

  .plus-icon {
    width: 22px;
    height: 22px;
  }

  .experience-item span {
    /* font-size: var(--font-xs); */
  }

  .experience-item-border {
    padding: 10px 0;
  }

  .form-inline-field {
    font-size: var(--font-xs);
    padding: 10px 0;
    margin: 0px 0;
  }
}

.about-input {
  width: 430px;
  height: 120px;
  border-radius: 0;
  background-color: var(--secondary-color);
  border: none;
  font-size: var(--font-md);
  padding-left: 10px;
}

.about-input:focus {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  box-shadow: none;
  outline: none;
}

.about-input.no-scrollbar {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.about-input.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.input-group {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.results-section {
  margin-top: 119px;
  margin-bottom: 87px;
}

.results-section p {
  font-size: var(--font-md);
  color: var(--black);
  margin-bottom: 0px;
}

.results-icon {
  width: 63.4px;
  height: 71.3px;
}

@media (max-width: 575.98px) {
  .results-section {
    margin-top: 54px;
    margin-bottom: 0px;
  }

  .results-section p {
    font-size: 13px;
    /* Or adjust with var(--font-sm) if defined */
    text-align: left;
  }

  .results-icon {
    width: 24.9px;
    height: 28px;
  }
}



/* Custom CSS to override default thumbnail size */
/* .photo-album-thumbnail img, .react-photo-album--image {
  width: 100px;
  object-fit: cover;
} */

.connect-input,
.connect-btn {
  margin-top: 40px;

}

.exp-year,
.exp-company-name {
  font-size: var(--font-sm);
}

.exp-edit-icon {
  margin: 0;
}

/*  Button Style  */

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  transition: background-color 0.3s ease;
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.btn-primary:disabled {
  /* background-color: var(--secondary-color);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  cursor: not-allowed; */
  background-color: #ebebeb !important;
  color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  cursor: not-allowed !important;
}

.btn-primary:active {
  background-color: var(--active-color);
  border-color: var(--active-color);
  transform: scale(0.98);
}

.btn-danger {
  background-color: var(--error-color);
  /* #e8394b */
  color: var(--white);
  transition: background-color 0.3s ease;
  border-color: var(--error-color);
}

.btn-danger:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.btn-danger:disabled {
  background-color: #ebebeb !important;
  color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  cursor: not-allowed !important;
}

.btn-danger:active {
  background-color: var(--error-active-color);
  border-color: var(--error-active-color);
  transform: scale(0.98);
}

.btn-success {
  background-color: var(--success-color);
  /* #2ebf50 */
  color: var(--white);
  transition: background-color 0.3s ease;
  border-color: var(--success-color);
}

.btn-success:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.btn-success:disabled {
  background-color: #ebebeb !important;
  color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  cursor: not-allowed !important;
}

.btn-success:active {
  background-color: var(--success-active-color);
  border-color: var(--success-active-color);
  transform: scale(0.98);
}

/*  Profile bar  */
.profile-bar {
  display: flex;
  position: sticky;
  top: 0;

  background: var(--secondary-color);
  color: var(--white);
  padding: 15px 150px;

  margin: 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  height: 130px;
  gap: 100px;
  width: 100%;
  z-index: 2;
}

.profile-bar-pic {
  width: 100px;
  height: auto;
  align-items: center;
  object-fit: cover;
  margin-right: 15px;
}

.profile-info {
  display: flex;
  align-items: center;
  gap: 100px;
}

.profile-name {
  font-size: var(--font-sm);
  color: var(--black);
  font-weight: bold;
  margin-bottom: 5px;
}

.phone-icon-1 {
  width: 30px;
  height: 40px;
}

.email-icon-1 {
  width: 40px;
  height: 30px;
}

.profile-detail {
  font-size: var(--font-sm);
  margin: 2px 0;
  opacity: 0.9;
  color: var(--black);
  max-width: 300px;
}

.profile-bar.hidden {
  opacity: 0;
  transform: translateY(50px);
}

.profile-bar.show {
  opacity: 1;
  transform: translateY(0);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

#profileBar {
  position: fixed;
  top: -170px;
}

#profileBar.show {
  top: 0;
  margin: 0;
}

@media (max-width: 1280px) {
  .profile-bar {
    padding: 15px 30px;
    height: auto;
    gap: 30px;
  }

  .profile-bar-pic {
    width: 65px;
    height: 65px;
  }

  .profile-info {
    gap: 100px;
  }

  #profileBar {
    position: fixed;
    top: -500px;
  }
}

@media (max-width: 1080px) {
  .profile-bar {
    padding: 15px 30px;
    height: auto;
    gap: 15px;
  }

  .profile-bar-pic {
    width: 65px;
    height: 65px;
  }

  .profile-info {
    gap: 20px;
  }

  #profileBar {
    position: fixed;
    top: -500px;
  }
}

@media (max-width: 992px) {
  .profile-bar {
    padding: 15px 30px;
    height: auto;
    gap: 30px;
  }

  .profile-bar-pic {
    width: 65px;
    height: 65px;
  }

  .profile-info {
    gap: 5px;
  }

  #profileBar {
    position: fixed;
    top: -500px;
  }
}

@media (max-width: 768px) {
  .profile-bar {
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 15px 50px;
    height: auto;
  }

  .profile-bar-pic {
    width: 60px;
    height: 60px;
  }

  .profile-info {
    gap: 30px;
    align-items: center;
  }

  .profile-name {
    font-size: 16px;
  }

  .profile-detail {
    font-size: 14px;
  }

  .phone-icon-1 {
    width: 15px;
    height: 20px;
  }

  .email-icon-1 {
    width: 20px;
    height: 15px;
  }
}

@media (max-width: 576px) {
  .profile-bar {
    padding: 10px 15px;
    gap: 5px;
  }

  .profile-info {
    gap: 40px;
    align-items: center;
  }

  .profile-bar-pic {
    width: 50px;
    height: 50px;
  }

  .profile-name {
    font-size: 14px;
  }

  .profile-detail {
    font-size: 12px;
  }

  #profileBar {
    position: fixed;
    top: -247px;
  }
}

.cms p {
  font-size: var(--font-md);
  font-weight: normal;
  /* text-align: center; */
  margin-bottom: 0px;
}

.cms ul li {
  font-size: var(--font-md);
  padding-bottom: 5px;
  font-weight: bold;
}

.fs-24{
  font-size: 24px;
}
