:root {
  --custom-color: #1983e1;
  --color: #83b256;
  --bg-light: #d7747447;
  --hover: #1983e1;
}

body {
  margin: 0;
  padding: 0;
  background: #fbf5f3;

}


a.navbar-brand img {
  width: 30%;
}

nav.navbar.navbar-expand-lg {
  background: #fbf5f3;
  border-bottom: 2px solid #e3e3e3;
}

li.nav-item a {
  font-size: 20px;
  font-weight: 400;
  color: #020202 !important;
}

h1.hrmana {
  font-weight: 700;
  font-size: 83px;
  line-height: 90px;
  font: inter;
  letter-spacing: 0px;
}

.management h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

button.btn-1 {
  width: 230.89px;
  height: 52px;
  top: 268px;
  border-radius: 4.7px;
  background: #E53617;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 600;
  font: Rubik;
}

button.btn-2 {
  width: 230.89px;
  height: 52px;
  top: 268px;
  border-radius: 4.7px;
  /* background: #E53617; */
  /* border: none; */
  /* color: white; */
  font-size: 14px;
  font-weight: 600;
  font: Rubik;
}

.anagement-booutm {
  background: url(../img/manabot.png);
  background-blend-mode: multiply;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dhasbord {
  margin-top: 80px;
}


/* employ circle css start  */


.card {
  width: 100%;
  background: #ffffff87;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-top: 100px;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.status {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.status-item {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.inactive {
  background-color: #f25c5c;
}

.active {
  background-color: #28a745;
}

.total {
  background-color: #007bff;
}

/* .graphic {
      position: relative;
      width: 120px;
      height: 120px;
      margin: 20px auto 0;
    }

    .graphic .circle {
      border: 2px solid;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .circle1 {
      width: 50px;
      height: 50px;
      border-color: #007bff;
    }

    .circle2 {
      width: 80px;
      height: 80px;
      border-color: #f25c5c;
    }

    .circle3 {
      width: 110px;
      height: 110px;
      border-color: gold;
    } */

.avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url('https://img.icons8.com/ios-filled/50/user-female-circle.png') no-repeat center/cover;
}










.right {
  position: relative;
  /* width: 100px; */
  /* height: 100px; */
  top: 60px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle.yellow {
  width: 110px;
  height: 110px;
  border-color: #f5c518;
}

.circle.orange {
  width: 85px;
  height: 85px;
  border-color: #f57c00;
}

.circle.blue {
  width: 60px;
  height: 60px;
  border-color: #0288d1;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar img {
  width: 100%;
  height: auto;
}

/* Dot markers */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: -11px;
}

.dot.yellow {
  background: #f5c518;
  top: -16px;
  left: 9%;
}

.dot.orange {
  background: #f57c00;
  /* bottom: -40px; */
  left: 30%;
  top: 35px;
}

.dot.blue {
  background: #0288d1;
  top: -20px;
  right: -86px;
}




/* employ circle css end  */

/* smart hrms end  */

h5.smarthrmstext {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #E53617;
  text-transform: uppercase;
  letter-spacing: 4px;
}

section.SmartHRMS h2 {
  font-size: 40px;
  font-weight: 700;
}

.PersonalizeBOX {
  padding: 30px 30px 0px 30px;
  background: linear-gradient(to bottom, #fedecfb8, #f1e3de24);
  border-radius: 10px;
}

.attendanceBOX {
  padding: 50px 30px 0px 30px;
  background: linear-gradient(to bottom, #E53617, #fedecfb8);
  border-radius: 10px;
}

.grediantPersonalizeBOX {
  background: radial-gradient(circle, #fcd0a9, #f4f8f1);
  padding: 30px 30px 0px 30px;
}

.SmartHRMScard {
  background: #fffdfc;
  border-radius: 10px;
  padding: 10px;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.SmartHRMScard .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fce7de;
}

.SmartHRMScard .header h3 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 600;
}

.SmartHRMScard .header button {
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.leaderboard-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 2px solid #fce7de;
}

.rank {
  font-weight: 700;
  margin-right: 10px;
  font-size: 1.1em;
  min-width: 35px;
}

.rank.ist {
  color: green !important;
}

.rank.tow {
  color: orange !important;
}

/* .rank.tow {
  color: #ffab60;
} */

.rank.three {
  color: blue !important;
}

.rank.four {
  color: red !important;
}

.profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.details {
  flex: 1;
}

.name {
  font-weight: 600;
  margin: 0;
}

.role {
  color: #777;
  font-size: 0.9em;
  margin: 0;
}

.percentage {
  font-weight: 600;
  border-radius: 10px;
  padding: 3px 8px;
  font-size: 0.8em;
}

.green {
  background-color: #e7f9ed;
  color: green;
}

.orange {
  background-color: #fff4e5;
  color: orange;
}

.blue {
  background-color: #e5f2ff;
  color: blue;
}

.red {
  background-color: #ffe5e5;
  color: red;
}

.grediantPersonalizeBOX h4 {
  font-size: 18px;
}

/* 2 section  */

.attendanceBOXcard {
  background: linear-gradient(to bottom right, #fbd1d1, #fbd9d9);
  border-radius: 12px;
  padding: 20px;
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.attendanceBOXcard .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.attendanceBOXcard .header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #333;
}

.attendanceBOXcard .date-picker {
  background: #fff;
  color: #333;
  border-radius: 8px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  width: 113px;
  gap: 5px;
  font-size: 0.9em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.attendanceBOXcard .date-picker span {
  font-size: 1em;
}

.attendanceBOXcard .date-picker input {
  border: none;
  outline: none;
  font-size: 0.9em;
  background: transparent;
  pointer-events: none;
}

.attendanceBOXcard .charts {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.attendanceBOXcard .chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.attendanceBOXcard .donut {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(var(--color) var(--percentage), #e0e0e0 var(--percentage));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.attendanceBOXcard .donut::before {
  content: "";
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  position: absolute;
}

.attendanceBOXcard .donut span {
  position: relative;
  font-size: 1em;
  color: #333;
  font-weight: bold;
}

.attendanceBOXcard .label {
  margin-top: 8px;
  font-size: 0.9em;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

/* Colors */
.attendanceBOXcard .attendance {
  --color: #4CAF50;
  --percentage: 81%;
}

.attendanceBOXcard .on-time {
  --color: #F44336;
  --percentage: 22%;
}

.attendanceBOXcard .break {
  --color: #2196F3;
  --percentage: 62%;
}

/* 3 section  */

.Performancemanagement {
  background: #FFD5C3;
  padding: 30px;
  border-radius: 10px;
}

.pertext {
  margin-top: 90px !important;
}

.pertext h4 {
  font-size: 40px;
  font-weight: 700;
}

.pertext p {
  font-size: 18px;
}

/* smart hrms end  */

/* Compliance css start  */

section.Compliance {
  background: linear-gradient(135deg, #000000, #5e5e5e);
  padding: 70px;
}

p.Complianceperagraph {
  font-size: 12px;
}

section.Compliance h6 {
  color: #E53617;
  letter-spacing: 8px;
}

.Employeeboxgra {
  background: linear-gradient(135deg, #000000, #5e5e5e);
  padding: 14px;
  border-radius: 10px;
}

.d-flex img {
  width: 22% !important;
  height: 33% !important;
  margin-top: 6px;
}

.Employeeboxgra h4 {
  font-size: 21px;
}

/* Compliance css end  */

/* LeaveandAttendance css start  */

h2.LeaveandAttendanceheding {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

/* LeaveandAttendance css start  */

/* Teams Strength css star */


.card2 {
  background-color: #ffffff87;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.card2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.card2 .chart2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 60px;
  margin-bottom: 10px;
}

.dhasbord img {
  width: 100%;
  height: 438px;
}

.card2 .bar2 {
  width: 50px;
  border-radius: 8px 8px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.card2 .value {
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: #555;
}

.card2 .label {
  margin-top: 6px;
  font-size: 12px;
  color: #555;
}

.card2 .legend {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.card2 .legend div {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
}

.card2 .dot2 {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 6px;
}

.card2 .red {
  background-color: #ff6b6b;
}

.card2 .blue {
  background-color: #3498db;
}

.card2 .yellow {
  background-color: #f1c40f;
}

.card2 .green {
  background-color: #2ecc71;
}



/* Teams Strength css end */






.imagdashleft {
  margin-top: 100px;
}

.imagdashleft img {
  object-fit: cover;
  width: 100%;
  height: 200px !important;
  border-radius: 10px;
  /* background-color: azure; */
}



.Lovedindia {
  font-family: inter;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 18%;
  font-style: uppercase;
}




@media (max-width:767px) {

  a.navbar-brand img {
    width: 100%;
  }

  button.navbar-toggler {
    position: relative;
    right: -140px;
  }

  div#navbarSupportedContent {
    position: relative;
    background: #ffffff;
    width: 240px;
    left: -93px;
    padding: 20px;
    border-radius: 7px;
  }

}

.allleave {
  display: flex;
  justify-content: space-between;
}


.LeaveandAttendancebox {
  background: #fde0a3;
  width: 100%;
  border-radius: 10px;
  height: 220px;
  margin-top: 120px;
  margin-left: 35px;
}

.LeaveandAttendancebox2 {
  background: #fee0d2;
  width: 100%;
  border-radius: 0px 10px 10px 0px;
  height: 220px;
  margin-top: 120px;
  /* position: relative;
    left: -23px; */
}

.allleave .btnedit {
  border: 2px solid rgb(173, 172, 172);
  border-radius: 10px;
  padding: 0px 12px;
  margin-bottom: 10px;
  position: relative;
  left: -17px;
}

.mobailimglev img.mobailimg {
  width: 100%;
}



.foot {
  background: linear-gradient(90deg, #000000 0%, #4B4840 100%);
}

.foot p {
  font-size: 13px !important;
}













/* testmonial----------------------------------------- */


.slider-item {
  height: 320px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.custom-controls {
  display: none;
  justify-content: center;
  margin-top: 20px;
}

.custom-controls button {
  background: #0d6efd;
  color: white;
  border: none;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 4px;
}

.custom-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.custom-dots button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  transition: background-color 0.3s ease;
}

.custom-dots button.active {
  background-color: #d32709;
}

.sliderActiveGradient {
  background: linear-gradient(114deg, #d32709 50% 50%, #c78276 100%);
}

.sliderInActiveGradient {
  background: linear-gradient(90deg, #968685 0%, #f9a399 100%);
}

.back-imgs {
  flex: 0 0 650px;
  transform: scale(1);
  z-index: 2;
  opacity: 1;
  color: white;
  border-radius: 12px;
  padding: 32px;
}

.plus img {
  width: 80px;
}


.icons img {
  width: 260%;
}

.styles-image {
  background-image: linear-gradient(0deg, #d32709 20%, #fffffffa);
  width: 204px;
  height: 269px;
  position: relative;
  display: flex;
  border-radius: 100px 100px 0 0;
  justify-content: center;
}


.plus {
  position: absolute;
  top: 30px;
  left: 11px;
}

.styles-image img {
  width: 70%;
  height: 270px;
  padding-top: 35px;
}

.peragraph {
  padding-top: 30px;
}


.peragraph p {
  font-size: 19px;
  font-weight: 400;
}

.botom-text h5 {
  font-size: 19px;
  padding-right: 15px;
}

.peragraph h6 {
  font-size: 16px;
}

.botom-text {
  display: flex;
}

.image-side img {
  width: 70%;
  height: 90%;
  padding-top: 25px;
}

.slider-item {
  margin: 0 0 0 35px;
}


.black-img {
  background-color: #000;
  height: 518px;
  margin-bottom: 60px;
}

.text-design {
  text-align: center;
  padding-top: 44px;
}






/* -=========================================================== */



.back-side {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.back-side h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}


.section {
  margin-bottom: 20px;
}

select {
  border: none;
}

.section-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 10px;
}

.step-circle {
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-right: 10px;
}

.filter-form,
.actions-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-form select,
.actions-form select {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 150px;
}

.filter-form label,
.actions-form label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333;
}

.add-criteria {
  color: #3b82f6;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
  text-decoration: underline;
}

.foem-tap {
  padding-left: 24px;
}

.actions-section {
  background-color: #faf2e4;
  padding: 20px;
  border-radius: 6px;
}


.boxss {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  gap: 12px;
  margin-bottom: 7px;
}

.boxss div {
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  width: 55%;
}




.actions-table {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  gap: 12px;
}

.actions-table div {
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.add-action {
  color: #3b82f6;
  font-size: 14px;
  cursor: pointer;
  margin-top: 12px;
  text-decoration: underline;
}

.section-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.black-box {
  position: relative;
  width: 370px;
  position: relative;
  height: 360px;
  background-color: black;
  border-radius: 10px 10px 0 0;
  padding: 10px 5px 0px 5px;
  margin-top: 30px;
  box-sizing: border-box;
  left: -40px;
}


.contries {
  margin: 20% 0 7% 0;
}

.tns-outer {
  padding: 0 !important;
  margin-top: 25px;
}

.nee {
  border: none !important;
  background-color: unset !important;
}




/* Start ellipse */
.start {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: black;
  position: relative;
  margin: 0 auto;
}

/* Lines from Start to Workflow 1 and Workflow 2 */


.line-top .right {
  position: relative;
  /* width: 100px; */
  /* height: 100px; */
  top: 0px;
}

.line-top {
  position: absolute;
  top: 86px;
  left: 50%;
  width: 220px;
  height: 40px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.line-top>div {
  width: 80px;
  border-top: 1px solid #ffffff;
  position: relative;
}

.line-top>.left::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0%;
  width: 0;
  height: 24px;
  border-left: 1px solid #ffffff;
  transform: translateX(10%);
}

.line-top>.top::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  width: 0;
  height: 17px;
  border-left: 1px solid #ffffff;
  transform: translateX(10%);
}

.line-top>.right::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: 0;
  height: 24px;
  border-left: 1px solid #ffffff;
  transform: translateX(10%);
}

/* Workflow boxes */
.workflows {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.workflow {
  background-color: #fcd9ce;
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 12px;
  color: black;
  max-width: 95px;
  text-align: center;
  line-height: 1.25;
}

/* Lines from workflows to criteria */
.line-middle {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  width: 320px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
}

.line-middle>div {
  width: 90px;
  height: 30px;
  border-color: #4b5563;
}


.line-botom {
  position: absolute;
  top: 150px;
  left: 32%;
  width: 90px;
  height: 30px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.line-botom>div {
  width: 80px;
  border-top: 1px solid #ffffff;
  position: relative;
}

.line-botom>.left::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0%;
  width: 0;
  height: 19px;
  border-left: 1px solid #ffffff;
  transform: translateX(10%);
}

.line-botom>.top::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 148%;
  width: 0;
  height: 24px;
  border-left: 1px solid #ffffff;
  transform: translateX(10%);
}

.line-botom>.right::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: 0;
  height: 19px;
  border-left: 1px solid #ffffff;
  transform: translateX(10%);
}

.line-middle>div.left {
  border-left: 1px solid #4b5563;
  border-bottom: 1px solid #4b5563;
  border-bottom-left-radius: 8px;
}

.line-middle>div.right {
  border-bottom: 1px solid #4b5563;
  border-right: 1px solid #4b5563;
  border-bottom-right-radius: 8px;
}

/* Diamond shape for criteria */
.diamond {
  width: 72px;
  height: 72px;
  background-color: white;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px auto;
}

.diamond span {
  transform: rotate(-45deg);
  font-size: 12px;
  color: black;
  user-select: none;
}

/* Container for Criteria 2 and its actions */
.criteria2-container {
  position: absolute;
  top: 140px;
  right: -7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-botom .right {
  position: relative;
  /* width: 100px; */
  /* height: 100px; */
  top: 0px;
}

.actions-one {
  display: flex;
  right: 25px;
  top: 65px;
  gap: 10px;
  position: relative;
}

/* Actions container for Criteria 2 */
.actions-2-3 {
  display: flex;
  gap: 16px;
}

/* Action boxes */
.action {
  background-color: #fcd9ce;
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 12px;
  color: black;
  top: -33px;
  max-width: 80px;
  text-align: center;
  line-height: 1.25;
  position: relative;
}

.action-one {
  background-color: #fcd9ce;
  border-radius: 9999px;
  padding: 8px 16px;
  font-size: 12px;
  color: black;
  top: -33px;
  max-width: 80px;
  text-align: center;
  line-height: 1.25;
  position: relative;
}

/* SVG lines from Criteria 2 to actions */
.criteria2-lines {
  position: absolute;
  top: 125px;
  left: 32px;
  width: 150px;
  height: 40px;
  overflow: visible;
}

/* Line from Criteria 1 to Action 1 container */
.criteria1-to-action1 {
  position: absolute;
  top: 140px;
  left: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.criteria1-to-action1 .line {
  width: 0;
  top: -33px;
  height: 37px;
  border-left: 1px solid #ffffff;
  position: relative;
}

.criteria1-to-action1 .line-one {
  width: 0;
  height: 40px;
  border-left: 1px solid #ffffff;
}


.criteria2-container .line-two {
  width: 0;
  height: 40px;
  border-left: 1px solid #ffffff;
}


/* Responsive adjustments */
@media (max-width: 360px) {


  .line-middle {
    width: 280px;
    padding: 0 16px;
  }

}

.team-section {
  background-image: linear-gradient(45deg, #FEDECF, #ffc7415c);
  height: 272px;
  position: relative;
  top: 200px;
}

.team-department {
  position: relative;
  top: -150px;
}


.contries {
  background: linear-gradient(90deg, #fdbf2d 0%, #e9e1cc 100%);
  border-radius: 12px;
  align-items: center;
  gap: 24px;
}


.text-block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}

.text-block h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin: 0 0 6px 0;
}

.conmer-img {
  background-image: url(../img/image.png);
  width: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.designn {
  padding: 50px 0 40px 0;
}

.conmer-img h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.conmerr-img {
  background-image: url(../img/image\ \(1\).png);
  width: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.conmerr-img h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}


.conmers-img {
  background-image: url(../img/image\ \(2\).png);
  width: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 131px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.conmers-img h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

.conmerss-img {
  background-image: url(../img/image\ \(3\).png);
  width: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 131px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.conmerss-img h3 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}



.fut-logo h6.pt-4 {
  font-size: 20px;
}


.fut-link a {
  display: flex;
  padding: 8px 0 0 0;
  color: #fff;
  text-decoration: none;
}


.fut-link a:hover {
  color: #d32709;
  text-decoration: none;
}

.fut-icons i {
  font-size: 18px;
}

.fut-icons a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 10px;
  font-size: 17px;
}


.fut-icons a:hover {
  color: #d32709;
  text-decoration: none;
}

.fut-iconss.d-flex {
  padding-top: 15px;
}


.fut-iconss a {
  font-size: 20px;
  padding-right: 12px;
  color: #fff;
}


.fut-iconss a:hover {
  color: #d32709;
}

.required:after {
  content: " *";
  color: red;
  font-size: 20px;
}

.form-box label.required {
  padding-bottom: 10px;
}

.form-box {
  text-align: start;
}

.modal-header button.btn-close {
  font-size: 20px;
}

.batun button.btn {
  color: #fff;
  background-color: #000;
  padding: 5px 15px 5px 15px;
}


.batun button.btn:hover {
  color: #000;
  background-color: #d32709;
  padding: 5px 15px 5px 15px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  h1.hrmana {
    font-size: 21px;
    line-height: 39px;
  }


  button.btn-2 {
    margin: 11px 0 0 0 !important;
  }

  .management h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
  }

  .dhasbord img {
    width: 100%;
    height: auto;
  }

  .card {
    margin-top: 35px;
  }

  .imagdashleft img {
    height: auto !important;
  }

  .dhasbord {
    margin-top: 60px;
  }

  .imagdashleft {
    margin-top: 60px;
  }

  .PersonalizeBOX {
    padding: 0;
    background: linear-gradient(to bottom, #fedecfb8, #f1e3de24);
    border-radius: 10px;
  }

  .grediantPersonalizeBOX {
    background: radial-gradient(circle, #fcd0a9, #f4f8f1);
    padding: 30px 10px 0px 10px;
  }


  .attendanceBOX {
    /* padding: 50px 5px 0px 5px; */
    background: linear-gradient(to bottom, #E53617, #fedecfb8);
    border-radius: 10px;
  }

  .attendanceBOX p.text-white.mt-4 {
    font-size: 21px;
  }

  .attendanceBOXcard {
    background: linear-gradient(to bottom right, #fbd1d1, #fbd9d9);
    border-radius: 12px;
    padding: 20px;
    max-width: 93%;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .pertext {
    margin-top: 0px !important;
  }

  .pertext p {
    font-size: 20px;
  }

  .Performancemanagement {
    padding: 10px;
  }

  h5.smarthrmstext {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
  }


  section.SmartHRMS h2 {
    font-size: 27px;
    font-weight: 700;
  }


  section.Compliance {
    background: linear-gradient(135deg, #000000, #5e5e5e);
    padding: 0px 0 35px 0;
  }

  p.Complianceperagraph {
    font-size: 16px;
  }

  .Employeeboxgra h4 {
    font-size: 24px;
  }

  h2.LeaveandAttendanceheding {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
  }

  .LeaveandAttendancebox {
    background: #fde0a3;
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 220px;
    margin-top: 0;
    margin-left: 0;
  }


  .mobailimglev img.mobailimg {
    width: auto;
  }


  .respons-table {
    overflow: scroll;
    margin-bottom: 11px;
  }


  .allleave .btnedit {
    border: 2px solid rgb(173, 172, 172);
    border-radius: 10px;
    padding: 3px 12px;
    margin-bottom: 10px;
    position: relative;
    left: 0;
  }

  .bg-white {
    background-color: #fff !important;
    margin-top: 0;
    padding-bottom: 45px !important;
  }

  .LeaveandAttendancebox2 {
    background: #fee0d2;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
    height: 220px;
    margin-top: -100px;
    position: relative;
    z-index: -1;
  }

  .mobailimglev {
    text-align: center;
  }

  .slider-item {
    margin: 0 0 0 0;
  }

  section.LeaveandAttendance.py-5 {
    padding-bottom: 0px !important;
  }

  section.Testimonials.py-5 {
    padding-top: 0 !important;
  }

  .back-imgs {
    flex: 0 0 650px;
    transform: scale(1);
    z-index: 2;
    opacity: 1;
    color: white;
    border-radius: 12px;
    padding: 30px 1px 0px 20px;
  }

  .styles-image {
    background-image: linear-gradient(0deg, #d32709 20%, #fffffffa);
    width: 100px;
    height: 117px;
    position: relative;
    display: flex;
    border-radius: 100px 100px 0 0;
    justify-content: center;
    top: 20%;
  }

  .styles-image img {
    width: 60%;
    height: 117px;
    padding-top: 15px;
  }

  .plus img {
    width: 55px;
  }

  .plus {
    position: absolute;
    top: 62px;
    left: 6px;
  }


  .botom-text h5 {
    font-size: 17px;
    padding-right: 15px;
  }


  .peragraph {
    padding-top: 0;
    margin-top: -30px;
  }

  .peragraph p {
    font-size: 13px;
    font-weight: 400;
  }

  .icons img {
    width: auto;
  }

  .icons {
    position: relative;
    top: -30px;
    left: -20px;
  }

  .slider-item {
    height: 265px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
  }

  .custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .text-design img {
    width: 100%;
  }

  .text-design {
    text-align: center;
    padding-top: 20px;
  }

  .black-img {
    background-color: #000;
    height: 250px;
    margin-bottom: 0;
  }

  .filter-form select,
  .actions-form select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 17px;
    width: 250px;
  }

  .add-criteria {
    color: #3b82f6;
    font-size: 17px;
    cursor: pointer;
    margin-top: 11px;
    text-decoration: underline;
  }

  .actions-table {
    display: unset;
    grid-template-columns: 1fr 1fr 3fr;
    gap: 19px;
  }

  .actions-section {
    background-color: #faf2e4;
    padding: 10px;
    border-radius: 6px;
  }

  .foem-tap {
    padding-left: 5px;
  }

  .actions-table div {
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    font-size: 18px;
    width: 100%;
    margin-bottom: 13px;
  }

  .boxss div {
    padding: 8px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    width: 55%;
  }

  .add-action {
    color: #3b82f6;
    font-size: 17px;
    cursor: pointer;
    margin-top: 12px;
    text-decoration: underline;
  }

  .black-box {
    position: relative;
    width: 100%;
    position: relative;
    height: 360px;
    background-color: black;
    border-radius: 10px 10px 0 0;
    padding: 10px 5px 0px 5px;
    margin-top: 30px;
    box-sizing: border-box;
    left: 0;
  }


  .team-section {
    background-image: linear-gradient(45deg, #FEDECF, #ffc7415c);
    height: 690px;
    position: relative;
    top: 200px;
  }

  .criteria2-container {
    right: 0;
    top: 140px;
  }


  .line-top {
    position: absolute;
    top: 86px;
    left: 50%;
    width: 190px;
    height: 40px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }

  .contries {
    margin: 150% 0 7% 0;
  }

  .conmer-img img {
    width: 80%;
    border-radius: 0 100px 0 100px;
  }


  .text-block p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
  }

  .text-block h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    margin: 0 0 6px 0;
  }

  .text-block {
    padding-bottom: 25px;
  }

  .conmer-img {
    background-image: url(../img/image.png);
    width: 100%;
    height: 240px;
  }

  .conmer-img h3 {
    font-size: 40px;
  }

  .conmerr-img {
    background-image: url(../img/image\ \(1\).png);
    width: 100%;
    height: 238px;
  }

  .conmerr-img h3 {
    font-size: 40px;
  }

  .conmers-img {
    background-image: url(../img/image\ \(2\).png);
    width: 100%;
    height: 238px;
  }

  .conmers-img h3 {
    font-size: 40px;
  }

  .conmerss-img {
    background-image: url(../img/image\ \(2\).png);
    width: 100%;
    height: 238px;
  }

  .conmerss-img h3 {
    font-size: 40px;
  }

  .fut-logo h6.pt-4 {
    font-size: 25px;
  }

  .foot p {
    font-size: 24px !important;
  }

  .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }


  .fut-link h5 {
    font-size: 26px;
  }


  .fut-link a {
    font-size: 21px;
    text-decoration: none;
  }

  .fut-icons i {
    font-size: 23px;
  }







}