.d-desk{
	display: block;
}
.d-mob{
	display: none;
}
.video-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* White text by default */
  text-align: center;
}
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire section */
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* Semi-transparent black overlay */
  z-index: 2;
}
.video-section .container {
  position: relative;
  z-index: 3;
  position: absolute;
  bottom: 0;
}
.header-area.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
  background: #fff;
}
.sec-padding{
 padding-top: 90px;
 padding-bottom: 90px;
}
.sec-padding-bottom{
 padding-bottom: 90px;
}
.sec-padding-top{
 padding-top: 90px;
}
.f-box-1 {
  background: var(--white-color);
  box-shadow: 2px 4px 5px #e1e1e1;
  padding: 30px 25px;
}
.f-box-3 {
  border: 1px solid #e1e1e1;
  padding: 30px 25px;
}
.f-box-2 {
  background: var(--dark-color);
  box-shadow: 2px 4px 5px #e1e1e1;
  padding: 30px 25px;
}
.txt-yr {
  color: var(--dark-color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.txt-yr2{
  color: var(--white-color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.pos-relative{
	position: relative;
}
#videobg {
  position: relative;
}
.vtext-box {
  color: #f1f1f1;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 25%;
}
.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  background-color: #000000;
}
.clr-white{
	color:var(--white-color);
}
.clr-whitel{
  color:var(--whitel-color);
}
.clr-theme{
  color:var(--primary-color);;
}
.text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-color);
  display: block;
  font-size: 3rem;
}
.br-radius5{
}
.binary-bg{
  /*background: url("../images/gradient-bg.jpg");*/
  background: var(--dark-color);
  background-size: cover;
  background-position: left;
}
.anim-text{
  display: flex;
}
.animated-big-text{
  background: #fff;
  padding: 25px 0;
  border-top: 1px solid #dfdfdf;
}
.sasly-iconic-box .content {
  text-align: center;
  color: var(--heading-color);
}
.binary-png{
  position: absolute;
  width: 580px;
  left: 0;
  top: 0;
  opacity: 0.15;
}
.binary-png2{
  position: absolute;
  width: 350px;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}
.author-info span{
  font-size: 15px;
  color: var(--whitel-color);
}
.abt-testi .author-info span{
  color: var(--gray-color);
}
.tech-shape{
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  z-index: 0;
  width: 500px;
}
.ind-png{
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
}
.testi-png{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.5;
}
.y-png{
 position: absolute;
 left: 2%;
 bottom: 15%;
}
#videobg.h-100, .h-100{
  height: 100%!important;
}
#videobg.h-100 img{
  height: 100%!important;
}
.d-nonee{
  display: none;
}
.header-area.header-five.fixed .logo-dark{
  display: block
}
.header-area.header-five.fixed .logo-light{
  display: none;
}
.inner-bnr{
  background-size: cover;
  background-position: center;
  padding: 125px 0 60px;
}
.page-hero-ss .page-content .breadcrumb-link li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.page-hero-ss .page-content .breadcrumb-link li.active {
  color: var(--white-color);
  text-decoration: underline;
}
.page-hero-ss .page-content .breadcrumb-link li:not(:last-child):after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white-color);
  margin-left: 20px;
  margin-right: 15px;
}
.breadcrumb-link li{
  color: #f1f1f1;
}
.testimonial-page-ss .testimonial-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .testimonial-page-ss .testimonial-arrows {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.testimonial-page-ss .testimonial-arrows .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white-color);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial-page-ss .testimonial-arrows .slick-arrow:hover {
  background-color: var(--gray-color);
  color: var(--white-color);
}
.testimonial-page-ss .testimonial-arrows .slick-arrow.next {
  margin-left: 10px;
}
.slick-slide .author-thumb img {
  display: block;
  border-radius: 50px;
  width: 65px;
}
.company-ss {
  border-top: 1px solid rgba(31, 31, 31, 0.07);
  border-bottom: 1px solid rgba(31, 31, 31, 0.07);
  background-color: var(--white-colorb);
}
.company-ss .company-item .company-img {
  text-align: center;
}
.company-ss .company-item .company-img img {
  margin: 0 auto;
  padding: 20px;
}
.float-right{
  float: right;
}
h2 span{
  font-size: 30px;
  line-height: 50px;
}
.border-bottom{
  border-bottom:1px solid #dfdfdf;
}
.srv-why-choose-sec .sasly-info-box.style-one .content h4.title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--white-color);
}
.srv-why-choose-sec .sasly-info-box.style-one {
 padding: 0px 20px;
 background: transparent;
}
.srv-why-choose-sec .sasly-info-box.style-one p{
  margin-bottom: 0;
  color: var(--whitel-color);
}
.pd-left5{
  padding-left: 5%;
}
.br-radius10{
  /*border-radius: 10px;*/
}
.scrollbar
{
  padding-right: 20px;
  float: left;
  height: 480px;
  width: 100%;
  overflow-y: scroll;
}
/*
 *  STYLE 3
 */

 #style-3::-webkit-scrollbar-track
 {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
  width: 3px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: var(--gray-color);
}
.text-left{
  text-align: left;
}
.testimonial-slider3 .sasly-testimonial-item{
  margin: 0 10px 10px;
}
.testimonial-slider3 .sasly-testimonial-item img{
  /*border-radius: 8px;*/
}
.work-steps li{
  display: flex;
}
.work-steps li i{
  font-size: 35px;
  padding: 15px;
  background: var(--dark-color);
  width: fit-content;
  height: fit-content;
  margin-right: 10px;
  color: var(--white-color);
  z-index: 1;
  border: 1px solid var(--whitel-color);
  box-shadow: 1px 2px 5px #545454;
}
.work-steps::after {
  border: 1px dashed #b0b0b0;
  content: "";
  position: absolute;
  top: 53px;
  width: 1px;
  left: 40px;
  z-index: 0;
  height: 100%;
}
.work-steps.no-steps::after{
  display: none;
}
.srv-why-choose-sec{
  position: relative;
}
.testimonial-slider3 {
  width: 100%;
  overflow: hidden;
}
.i-title{
  position: absolute;
  bottom: 3%;
  left: 5%;
  background: var(--white-color);
  padding: 2px 20px;
  z-index: 2;
  font-weight: 500;
}
.gd-clr{
  background: linear-gradient(45deg, #d7d7d7, #2f2e2e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark-bg{
  background: var(--dark-color);
}
.sasly-iconic-box p{
  color: var(--white-color);
  margin-bottom: 0;
}
.author-info h6{
  color: var(--white-color);
}

/* Regular vertical sections */
/* Regular vertical sections */
.normal-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  font-size: 2rem;
  font-weight: bold;
}

/* Horizontal scrolling section */
.horizontal-scroll {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wrapper to hold horizontally scrollable content */
.scroll-wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Scrollable Content */
.scroll-content {
  display: flex;
  width: max-content;
  height: 100vh;
  transition: transform 0.3s ease-out;
}

/* Individual Full-Width Sections */
.box {
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  background: #3498db;
  color: white;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.loader{
  text-align: center;
}
h6.ssj{
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
}
.bg-dark {
  background-color: var(--dark-color)!important;
}
.light-gray-bg{
  background-color:#FAFAFA;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0; 
  border-bottom-right-radius: 0; 
}
.contact-wrapper {
  padding: 50px 60px;
  background-color: var(--white-color);
  box-shadow: 2px 4px 5px #e1e1e1;
}
.contact-wrapper .contact-form .form_control {
 border: none;
 border-bottom: 1px solid rgba(31, 31, 31, 0.1);
 padding: 10px 20px;
 margin-bottom: 25px;
 color: var(--heading-color);
 background: #ffffff;
}
.cnt-page .y-png {
  left: 0%;
  bottom: 0;
  width: 120px;
}
.no-padding{
  padding: 0;
}
/*Portfolio*/
.portfoio-row .portfolio-item { display: none; }  /* Hide all items by default */
.portfoio-row .active {
  background-color: var(--heading-color);
  color: white;
  border-color: var(--heading-color);
}
/* Active button style */
.portfoio-row #second-level { display: none; }  /* Hide subcategory filter by default */
.portfoio-row .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--gray-color);
  border-color: var(--gray-color);
}
.portfoio-row .btn-outline-primary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
}
.portfoio-row .btn {
  border-radius: 0;
} 

.portfoio-row .btn-group .btn {
  margin: 10px;
}
.portfoio-row .btn-group .btn:first-child {
  margin-left: 0;
}
#carr-pos{
  height: 50px;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(16, 16, 16, 0.1);
}
.accordion-content{
  margin-top: 10px;
}
.i-list{
  list-style-type: disc;
  margin-left: 32px;
}
/*.wa-icon img{
  z-index: 99;
  position: fixed;
  right: 1%;
  bottom: 1%;
  width: 65px;
}*/
.wa-icon {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99999;
}
.wa-icon img {
    width: 55px;
}
body {
    overflow-x: hidden;
}
.m-app-box{
  background: var(--white-color);
  box-shadow: 2px 4px 5px #e1e1e1;
  margin: 0px;
  margin-bottom: 40px;
}
.cnt-box{
  padding: 1.5rem 3rem;
}
.m-app-boxc .cnt-box{
  padding: 2.5rem;
}
.no-padding{
  padding: 0;
}
.v-line{
  margin: 0 5px;
}
.os-icon{
  width: 20px;
}
.m-app-boxc {
    background: #fff;
    box-shadow: 2px 4px 5px #e1e1e1;
    margin: 0px;
    margin-bottom: 40px;
    border: 1px solid #dbdbdb;
}
.l-padding{
  padding: 2rem 3rem;
}
.m-app-boxc p, .m-app-box p{
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 15px;
}
.m-app-boxc h4, .m-app-box h4{
  margin-bottom: 15px;
}
.b-bottom{
  /*text-decoration: underline;*/
  font-weight: 600;
}

.modal {
  z-index: 1055; /* Default Bootstrap modal z-index */
}
.modal-dialog {
  max-width: 40%;
}
 .modal-content .contact-wrapper {
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: none;
}
.modal-content{
  border-radius: 0px;
}
.mr-auto{
  margin: auto;
}
.back-to-top {
 position: fixed;
 bottom: 12%;
 right: 2.5%;
 display: none;
 background: #333;
 color: #fff;
 padding: 8px 10px;
 border-radius: 50%;
 font-size: 20px;
 z-index: 999;
 line-height: 35px;
 cursor: pointer;
 transition: 0.3s;
 text-align: center;
}
.sasly-nav-menu{
  display: flex;
}
.ctm-list{
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 25px;
}
.primary-menu .theme-btn.style-one {
    padding: 12px 20px;
  }
.section-title h3 {
    font-size: 35px;
    line-height: 50px;
}
.sctm-ul{
  color:var(--whitel-color);
}
.mr-rgt10{
  margin-right: 10px;
}

/*New 11-04-2026*/

.table-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.table-responsive {
  overflow-x: auto;
}

.hrms-table {
  width: 100%;
  max-width: 98%;
  margin: auto;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #010101;
  box-shadow: 8px 6px 6px rgb(166 165 165 / 20%);
  margin-bottom: 25px;
}

.hrms-table thead {
  background: var(--gray-color); /* your primary blue */
  color: #fff;
}

.hrms-table th,
.hrms-table td {
  padding: 16px 20px;
  text-align: left;
}

.hrms-table th {
  font-weight: 600;
  font-size: 15px;
}

.hrms-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.hrms-table tbody tr:hover {
  background: #f5f9ff;
}

.positive {
  color: #28a745;
  font-weight: 500;
}

.negative {
  color: #dc3545;
  font-weight: 500;
}
.gray-bg{
  background:#FAFAFA;
}
.work-steps li img {
  width: 65px;
  height: 65px;
  padding: 6px;
  background: var(--dark-color);
  /* width: fit-content; */
  /* height: fit-content; */
  margin-right: 10px;
  color: var(--white-color);
  z-index: 1;
  border: 1px solid var(--whitel-color);
  box-shadow: 1px 2px 5px #545454;
}
.p-icon{
    padding:10px!important;
}

/* Responsive */
@media (max-width: 768px) {
  .table-title {
    font-size: 22px;
  }

  .hrms-table th,
  .hrms-table td {
    padding: 12px;
    font-size: 14px;
  }
}