.main-navigation ul{
  padding-right: 50px;
}
.appointment-btn{
  background-color: var(--bg-one) !important;
  border: 1px solid var(--bg-one) !important;
}
.header__top{
  background-color: #000;
}
.btn-link {
  display: inline-block;
  position: relative;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--bg-one);
  font-weight: var( --font-semibold);
  text-decoration: none;
  font-size: var(--btn-font-size);
}
.btn-link:hover{
  color: #000;
}
.btn-link.default-underline:after {
  width: 3.125rem;
}
.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  max-width: 100%;
  height: 2px;
  transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
  background-color: currentColor;
}
.banner-area .banner-slider-active .cr-slick-arrow, .banner-area .banner-contnet-slider .cr-slick-arrow{
  margin-top: 40px;
}
.imagebox-item {
  height: 300px;
  width: 100%;
}
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cta-btn i{
  font-size: 20px;
  position: relative;
}
.cr-breadcrumb-area{
  margin-top: 150px;
  padding: 120px 0;
}
.about-area__content2 h3{
  padding: 10px 0;
  margin-bottom: 0;
}
.email::placeholder {
  color: #fff;
}
.about-us{
  background: url(../images/banner/about-us.jpg?v=1.2);
  background-size: cover;
}
/* .contact-us{
  background: url(../images/bg/contact-us.jpg);
  background-size: cover;
} */
.image-overlay:before {
  background-color: rgb(237 231 231 / 41%);
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.read-more{
  font-size: 14px;
  font-weight: 700;
  color: var(--bg-one);
}
.read-more:hover{
  color: #000;
}
.feature{
  display: block;
  text-align: center;
  /* padding: 40px 30px; */
  padding-left: 30px;
  padding-right: 30px;
}
.feature__icon{
  margin-right: 0;
}
.feature__content h4 a{
  /* font-size: 20px; */
}
.feature__content p{
  font-size: 15px;
}
.industries{
  background: url(../images/banner/industry-list-page.jpg?v=1.1);
  background-size: cover;
}
.single-details-content p{
 margin-bottom: 30px;
}
.single-details-img{
  padding-bottom: 30px;
}
.media-entertainment{
  background: url(../images/industries/banner/media-entertainment.jpg?v=1.1);
  background-size: cover;
}
.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 5rem;
  text-align: center;
  background: url(../images/bg/pattern_bg.png?v=1.0) center no-repeat;
    background-size: cover;
    
}
.coming-soon h2{
  font-size: 6.25rem;
  font-weight: 700;
    letter-spacing: -0.05em;
}
.coming-soon p{
  width: 29.75rem;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 1.7143;
}
.services{
  background: url(../images/banner/service-list-page.jpg?v=1.1);
  background-size: cover;
}
.start-ups{
  background: url(../images/services/banner/start-ups-msme-consulting.jpg?v=1.2);
  background-size: cover;
}
.pg-service__block h3{
  font-size: 22px;
}
.pg-service__block p{
  color: #222222b5;
}
.appoinment{
  background: url(../images/bg/book-appointment.jpg?v=1.0);
  background-size: cover;
}
.career{
  background: url(../images/banner/career-2.jpg?v=1.1);
  background-size: cover;
}
.about-area__image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature{
  height: 100%;
}
.footer-item i{
  color: #ffffffdb;
}
.footer-item span {
  /* position: absolute; */
  left: 0;
  /* font-size: 1.5rem; */
  /* line-height: 1.2; */
  color: #fff;
  width: 25px;
  /* flex-grow: 1; */
  flex-shrink: 0;
}
.footer-item span svg {
  width: 16px;
  /* height: 16px; */
}
.footer-item span svg path {
  fill: rgb(255 255 255 / 86%);
}
.footer-item::before{
  display: none !important;
}
.industries-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 110%; /* Increase width to move arrows outward */
  left: -5%; /* Shift left to center */
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* Prevent blocking clicks on content */
}

.industries-slider .owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  pointer-events: all; /* Allow clicking */
}

.industries-slider .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.pg-features blockquote{
  border-left: 6px solid var(--bg-one);
  padding: 50px 30px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.service--style2 .service__content{
  padding: 20px;
  margin-top: 0;
}
.c-footer {
  padding: 10px 20px 25px;
}
.content--cards .service__content {
  flex: 1 1 auto;
  padding-bottom: 0;
}
.service--style2 .service__thumb{
  max-height: 250px;
}
.industries-card .service--style2{
  /* margin-bottom: 30px; */
  /* min-height: 500px; */
}

.service-detailsinfo{
  /* padding-top: 50px;
  padding-bottom: 50px; */
  margin-top: 0;
}
.service-detailsinfo .service{
  display: block;
  margin-top: 0;
  border: 1px solid var(--bg-one);
  padding: 20px;
  /* background-color: #f2f2f2; */
  height: 100%;
  transition: transform 0.3s ease-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-detailsinfo .flipInX{
  /* margin-bottom: 30px; */
}
.service-detailsinfo .service .service__icon{
  margin-bottom: 20px;
}
.service-detailsinfo .service .service__icon h1{
  margin-bottom: 0;
  line-height: 55px;
  font-size: var(--int-font);
  font-weight: var(--font-bold);
}
.service-detailsinfo .service:hover{
  background-color: var(--bg-one);
  color: #fff;
}
.service-detailsinfo .service:hover .service__icon{
  border: 1px solid #fff;
}
.service-detailsinfo .service:hover h5 a{
  color: #fff;
}
.vision-mission-container img{
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box {
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid var(--bg-one);
  margin-bottom: 20px;
  height: 100%;
  width: 500px;
}
.box p{
  margin-bottom: 0;
}
 .box-value h2 {
  font-size: var(--heading-two);
  margin-bottom: 10px;
}

.values-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 45%;
  font-size: var(--para);
  margin-bottom: 10px;
}

.value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
.vision {
  margin-left: 0;
}

.mission {
  margin-left: 130px; /* Moves mission box slightly back */
}

.values {
  margin-left: 0; /* Moves values forward like vision */
}
.pdf--container .service--style2{
  /* min-height: 100%; */

}
.pdf--container .service__content h5 a {
  text-transform: none;
  line-height: 1.5;
}
.pdf--container .service__content .read-more:visited{
  color: var(--bg-one);
}
.pdf--container .service--style2 {
  /* margin-bottom: 30px; */
}
.gurukul{
  background: url(../images/banner/gurukul-2.jpg?v=1.1);
  background-size: cover;
}
.gyancast{
  background: url(../images/banner/gyancast-2.jpg?v=1.1);
  background-size: cover;
}
.contact-banner{
  background: url(../images/banner/contact-banner-1.jpg?v=1.0);
  background-size: cover;
}
#bannerVideo {
  width: 100%;
  height: 650px; /* Ya agar fixed height chahiye to height specify karein */
  object-fit: cover; /* Ya contain depending on requirement */
}


.sub-industry .service__icon img{
  /* width: 80px; */
  max-width: 100%;
    height: 80px;
}
.sub-industry .service__icon {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  margin-right: 0;
  border: none;
}
.advisory{
  background: url(../images/services/banner/advisory.jpg?v=1.2);
  background-size: cover;
}
.assurance{
  background: url(../images/services/banner/assurance-service.jpg?v=1.2);
  background-size: cover;
}
.talent-solution{
  background: url(../images/services/banner/talent-solution.jpg?v=1.2);
  background-size: cover;
}
.technology-digital{
  background: url(../images/services/banner/technology-digital.jpg?v=1.5);
  background-size: cover;
}
.service-detailsinfo .service__content h5 a{
  text-transform: none;
}
.owl-carousel .owl-item {
  display: flex;
  flex-direction: column;
  height: auto;
}
.gurukul--content--area .section-title h2{
  font-size: var(--lg-heading);
  margin-bottom: 0;
  font-weight: var(--font-bold);
  color: var(--color-one);
}
.dropdown--area .left-panel{
  background: var(--bg-one);
}
.dropdown--area .section {
  padding: 2.5rem 3rem;
    border-radius: 5px;
    border-bottom: 1px solid #e1dede5e;
}
.dropdown--area .section h3 {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
        justify-content: space-between;
        align-items: center;
}
.dropdown--area .content {
  display: none;
  padding: 10px;
  color: #fff;
  margin-top: 5px;
}
.dropdown--area .right-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #f2f2f2, #fff);
  position: relative;
  height: 100%;
}

.dropdown--area .arrow {
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.dropdown--area .arrow.open {
  transform: rotate(180deg);
}
.right--pad{
  padding-right: 0;
}
.left--pad{
  padding-left: 0;
}
.dropdown--area .right-panel img{
  height: 100%;
}
#video-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#video-preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contact-form .single-input input, #contact-form .single-input textarea, #careerForm .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--bg-one);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  font-size: var(--form-font-size);
  font-weight: var(--font-regular);
  color: var(--form-color);
  text-transform: uppercase;
}
.pg-appintment__box  .single-input input, .pg-appintment__box .single-input textarea, .pg-appintment__box .single-input .select2-selection__rendered{
  background-color: transparent;
  border: 0 !important;
  border-bottom: 1px solid var(--bg-one) !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  padding-left: 15px !important;
}
.segment--list .service__content{
  height: 100% !important;
}
.segment--list .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;  
  /* margin-top: 30px; */
}
.list-style li span{
  font-weight: var(--font-semibold);
  color: var(--color-two);
}

.offerings--section .tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
}

.offerings--section .tab {
  padding-bottom: 12px;
  cursor: pointer;
  font-weight: var(--font-bold);
  /* color: #333; */
  text-decoration: none;
  position: relative;
  font-size: var(--small-heading);
  margin-right: 30px;
}

.offerings--section .tab.active {
  color: var(--bg-one);
}

.offerings--section .tab.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: var(--bg-one);
}

.offerings--section .content {
  /* margin-top: 20px; */
}

.offerings--section .section {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.offerings--section .section.active {
  display: block;
}

.offerings--section .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 25px;
}

.offerings--section .text h3 {
  margin-bottom: 0;
  /* color: #333; */
  font-size: var(--heading-two);
  font-weight: var(--font-semibold);
}

.offerings--section .text p {
  margin: 5px 0 0;
  /* color: #333; */
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.offerings--section .content-wrap {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}
.sub-industry .service__content h5{
  margin-bottom: 5px;
}


.stat-counter .stat--content {
    background: transparent;
    padding: 40px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.stat-info{
  text-align: center;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.stat--content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.stat--content p {
  color: #666;
  margin-bottom: 0px;
}

.stat-num {
  text-align: center;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.stat-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; /* Increase width to move arrows outward */
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* Prevent blocking clicks on content */
}

.stat-slider .owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  pointer-events: all; /* Allow clicking */
}

.stat-slider .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.gaming-sports{
  background: url(../images/industries/banner/gaming-sports.jpg?v=1.1);
  background-size: cover;
}
.telecommunication{
  background: url(../images/industries/banner/telecommunication.jpg?v=1.1);
  background-size: cover;
}
.technology{
  background: url(../images/industries/banner/technology.jpg?v=1.2);
  background-size: cover;
}
.transport-logistics{
  background: url(../images/industries/banner/transport-logistics.jpg?v=1.1);
  background-size: cover;
}
.consumer-product{
  background: url(../images/industries/banner/consumer-product.jpg?v=1.2);
  background-size: cover;
}
.education-skill{
  background: url(../images/industries/banner/education-skills-development.jpg?v=1.1);
  background-size: cover;
}
.pharmaceuticals{
  background: url(../images/industries/banner/pharmaceuticals.jpg?v=1.1);
  background-size: cover;
}
.automotive{
  background: url(../images/industries/banner/automotive.jpg?v=1.1);
  background-size: cover;
}
.energy-renewables{
  background: url(../images/industries/banner/energy-renewables-industry.jpg?v=1.1);
  background-size: cover;
}
.hospitality-qsr{
  background: url(../images/industries/banner/hospitality-qsr.jpg?v=1.1);
  background-size: cover;
}
.left-stk {
  position: sticky;
  top: 10rem;
}
.left-stk .main-heading {
  /* padding-top: 150px; */
}
.main-heading.capitalize {
  text-transform: uppercase;
}
.seperator {
  border-left: 1px solid var(--bg-one);
  height: 100%;
}
.career-card {
  background-color: #fff;
  border-radius: var(--border-radius-lg);
  -webkit-border-radius: 12px;
  -moz-border-radius: var(--border-radius-lg);
  -ms-border-radius: var(--border-radius-lg);
  -o-border-radius: var(--border-radius-lg);
  padding: 20px;
  border-bottom-right-radius: 60px;
  border: 1px solid rgb(0 0 0 / 4%);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
.career-card {
  border-left: 8px solid var(--bg-one);
}
.sub-heading.mb-xl {
  margin-bottom: 15px;
}
.career-card .sub-heading h3 {
  font-size: var(--sub-heading-one);
  font-weight: var(--font-bold);
}
.career-card .sub-heading span {
  color: var(--bg-one);
}
.para.xs p {
  font-size: var(--para-xs);
}
.jobs-btn{
  /* font-size: 11px; */
  font-size: var(--btn-font-size-sm);
  font-weight: var(--font-semibold);
  background-color: var(--bg-one);
  border-color: var(--bg-one);
  padding: 8px 15px;
  color: #fff !important;
}
.jobs-btn:hover{
  background-color: #000;
  border-color: #000;
}
.career-card .badge {
  color: var(--bg-one);
  margin-left: auto;
  font-size: var(--para-xs);
  font-weight: var(--font-semibold);
}
.career-card .badge {
  background-color: #f2f2f2;
}
.left-stk .block {
  display: block;
}
.left-stk h1{
  /* font-size: 30px; */
  font-size: var(--main-heading);
  font-weight: var(--font-bold);
  color: var(--color-one);
  text-transform: uppercase;
  margin-bottom: 0;
}
#careerForm .form-label {
  margin-bottom: .5rem;
  font-size: var(--form-font-size);
  font-weight: var(--font-regular);
}
#careerForm .form-control{
  line-height: 1.7;
  height: 40px;
}
#careerForm .form-select{
  line-height: 1.7;
  height: 40px;
}
.bg--theme{
  background-color: var(--bg-one);
  color: #fff;
}
.bg--theme .pg-services__details P{
  margin-bottom: 0;
 
}
.bg--theme .pg-services__details{
   padding-right: 0;
}
.manufacturing{
  background: url(../images/industries/banner/manufacturing.jpg?v=1.1);
  background-size: cover;
}
#cr-breadcrumb-area{
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; 
}
.stat-slider{
  z-index: 2 !important;
}
.stat-slide{
  padding: 0;
}


.team-wrap .single-team.active {
  display: flex;
  align-items: flex-start; /* Ensures image and text start at the same level */
  gap: 20px; /* Space between image and content */
  width: 50%;
}

.team-wrap .single-team.active .image {
  flex: 0 0 auto; /* Fix the size of the image */
  width: 320px; /* Adjust image width */
}

.team-wrap .single-team.active .content {
  flex: 1; /* Take up remaining space */
  max-width: 100%; /* Adjust content width */
  padding-left: 10px; /* Ensure spacing from image */
  position: relative;
  z-index: 1;
  height: 300px;
  overflow: auto;
  padding-top: 0;
  padding-right: 10px;
}
.team-wrap .single-team .image{
  width: 320px;
}
.team-wrap .single-team .content h5 {
  margin-bottom: 10px;
  font-size: var(--heading-two);
}
/* Webkit (Chrome, Edge, Safari) */
.team-wrap .single-team.active .content::-webkit-scrollbar {
  width: 6px; /* Adjust scrollbar width */
}

.team-wrap .single-team.active .content::-webkit-scrollbar-thumb {
  background-color: var(--bg-one); /* Change scrollbar color */
  border-radius: 10px; /* Rounded edges */
}

.team-wrap .single-team.active .content::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Track color (optional) */
}
.nav-container .nav-tabs {
  background: white;
  border: none;
  display: flex;
  justify-content: center;
  padding: 8px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.nav-container .nav-tabs .nav-link {
  border: none;
  font-weight: bold;
  color: var(--bg-one);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-size: var(--t-heading);
  font-weight: var(--font-semibold);
}

.nav-container .nav-tabs .nav-link.active {
  color: var(--dark);
}

.contact-container {
  padding: 20px;
}

.contact-item {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item i{
  position: absolute;
  left: 0;
  background: #f2f2f2;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  top: 0;
}

.contact-item .label {
  font-weight: bold;
  margin: 0;
}

.contact-item .text {
  margin: 0;
}
.team-wrap{
  justify-content: center;
}


/* grid layout */
.infograph ol, ol::before, ol::after, 
ol *, ol *::before, ol *::after { margin: 0; padding: 0; box-sizing: border-box }
.infograph ol { 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
  list-style: none;
  counter-reset: count;
}

/* card layout/styling */
.infograph ol > li {
  --card-background-color: #fff;
  --card-text-color: #0F0F0F;
  --card-border-radius: 0.5rem;
  --card-padding-block: 1.5rem;
  --card-padding-inline: 1rem;
  
  --outset-size: 0.75rem;
  --outset-background-color: #fff;
  
  --number-font-size: 3rem;
  --number-overlap: 0.5rem;
  --number-font-weight: 500;
  
  margin: var(--outset-size);
  border-radius: var(--card-border-radius);
  padding-block: var(--card-padding-block);
  padding-inline: var(--card-padding-inline);
  
  color: var(--card-text-color);
  background-color: var(--card-background-color);
  box-shadow: 
    inset 1px 1px 0px rgb(255 255 255 / .5),
    inset -1px -1px 0px rgb(0 0 0 / .25),
    calc(var(--outset-size) * .25) calc(var(--outset-size) * .25) calc(var(--outset-size) * .5) rgb(0 0 0 / .25);
  position: relative;
  counter-increment: count;
  --accent-color: var(--bg-one);
}
/* .cl-emp--section .infograph ol > li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cl-emp--section .infograph ol > li .descr {
  flex: 1 1 auto;
} */
.infograph ol > li::before{
  content: "";
  position: absolute;
  width: calc(100% + (var(--outset-size) * 2));
  height: 100%;
  bottom: calc(var(--outset-size) * -1);
  left: calc(var(--outset-size) * -1);
  z-index: -1;
  
  border-bottom-left-radius: calc(var(--card-border-radius) + var(--outset-size));
  border-bottom-right-radius: calc(var(--card-border-radius) + var(--outset-size));
  
  background-color: var(--outset-background-color);
  
  background-image: 
    linear-gradient(to left, var(--outset-background-color) calc(var(--outset-size) * 2), transparent 0),
    linear-gradient(135deg, var(--accent-color) 80%, var(--outset-background-color) 0);    
}

/* card content */
.infograph h1 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: normal
}
.infograph .icon{
  font-size: 2rem;
  text-align: center;
  margin-bottom: calc(var(--card-padding-block) * .5);
}
.infograph .title {
  text-align: center;
  color: var(--dark);
  font-weight: var(--font-semibold);
  margin-bottom: 5px;
}
.infograph .descr {
  font-size: var(--para-xs);
  text-align: center;
}
.infograph{
  position: relative;
  z-index: 1;
}

.toggle-icon {
  font-size: 30px;  
  margin-left: 20px; 
  transition: transform 0.3s ease-in-out;
  font-weight: 700;
}

.section-title[aria-expanded="true"] .toggle-icon,
[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg); /* Rotate arrow up when expanded */
}
.contact-details{
  background-color: var(--bg-one);
  padding: 20px 30px;
  border-radius: 20px;
  color: #fff;
}
.contact-details h2,
.contact-details .main-heading h2 {
  color: #fff;
}
.contact-details a{
  color: #fff;
}
.content--para{
  padding-top: 20px;
}
p:last-of-type:not(:only-of-type) {
  margin-bottom: 0;
}
.services-imagebox .row > .col-md-4:nth-last-child(-n+3) .imagebox-item {
  margin-bottom: 0;
}
.offerings--section .content-wrap:last-of-type {
  padding-bottom: 0;
}

.banner-box {
  background-color: #9B785B;
  color: #fff;
  width: 90%; 
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  /* padding: 20px;  */
  opacity: 0.9;
}
.service--details {
  min-height: auto; 
  display: flex;
  align-items: stretch;
  padding: 0;
}
.banner-box h1{
  color: #fff;
}
.united-hearts{
  background: url(../images/banner/united-hearts.jpg?v=1.2);
  background-size: cover;
}
.pg-blog-meta li{
  display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #686868;
    position: relative;
}
h2.pg-blog-title{
  color: #7b5b3f;
  line-height: 1.5;
}
.banner-box .content p{
  color: #fff;
}
.industries-slider .owl-stage {
  display: flex;
}
.industries-slider .owl-item .item {
  height: 100%;
}

.industries-slider .read-more {
  margin-top: auto; 
}
.sub-industry.section-padding--xlg {
  padding: 30px 0;
}
.funfact {
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;      
  text-align: center;      
  height: 100%;            
  width: 100%;
}
.content-policy{
  background: none;
  /* padding: 30px 0; */
  margin-top: 150px;
}
.pt-text .hd p .bold {
  margin-right: 5px;
  font-weight: 700;
}
.content-policy .ef-dt{
  padding-bottom: 20px;
}
.content-policy a{
  color: rgb(148, 121, 92);
  font-weight: 600;
}
.after {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.after::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(148, 121, 92);
}
.imagebox-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pg-blog{
  padding-top: 20px;
}
.pg-blog.cst {
  padding-top: 0;
}
.hr-cst {
  background: gray;
    padding: 2px;
    margin-top: 10px;
}
.contact-item .text span{
  display: block;
}
.pg-blog-thumb .pg-blog-thumb-single  img {
  object-fit: cover;
}
.jobs--dec ul{
  padding-top: 20px;
}
.stat-slider .owl-item img{
  /* min-height: 300px; */
  height: 100%;
  object-fit: cover;
}
.about-area__content p, .about-area__content2 p, .pd-imagebox .section-title p, .vision-mission-container p{
  text-align: justify;
}
#service-area .section-title p{
  text-align: justify;
}
.pg-features__content p{
  text-align: justify;
}
.pg-features__content .list-style li{
  margin-bottom: 8px;
}
 .pg-services__details p, .gurukul--content--area p{
  text-align: justify;
 }
 .career-modal .modal-header, .job-description-modal .modal-header{
  background-color: var(--bg-one);
  color: #fff;
 }
 #team-area-3{
  background: url(/assets/images/vector/2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
 }
 .industries-card{
  background: url(/assets/images/vector/az-bg-shape-industry-2.png?v=1.0);
  /* background-repeat: no-repeat; */
  background-size: 100%;
 }
 .main-navigation ul li a.active{
  color: var(--color-two);
 }
 .main-navigation ul li a.active::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-two);
    margin-left: 0;
 }
 .main-navigation ul li a{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
 }
 .canvas-menu ul li a.active{
  color: var(--color-two);
 }
 .servicelist--style2 .service--style2{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--bg-one);
 }
 .read-more{
  position: absolute;
  bottom: 20px;
 }
 .career-modal .btn-close, .job-description-modal .btn-close{
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1.5;
 }
 .box-value.values .box:last-child {
  margin-bottom: 0;
}
.value-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.pg-features__thumb {
  position: sticky;
  top: 100px; 
  margin-bottom: 20px;

}
.offerings--section .tabs {
  /* margin-top: 3px; */
}
.about-area__content{
  padding-left: 30px;
}
.pg-services__details p:last-child{
  margin-bottom: 0;
}
.gurukul--content--area .section-title h2{
  line-height: 1.3;
}
.cl-emp--section{
  padding-bottom: 0;
}
.theme--cards{
  height: 100%;
}
.pg-features__content ul {
  margin-bottom: 20px;
}
.industries-slider .owl-item{
margin-left: 2px;
}
.pg-features__description h4 {
  font-size: var(--heading-two);    
  font-weight: var(--font-bold);
    margin-bottom: 14px;
}
.gurukul--content--area .para p:last-child {
  margin-bottom: 0;
}
.taxcalc__content__inner h3 {
  font-size: var(--main-heading);
  font-weight: var(--font-bold);
  color: var(--color-one);
    margin-bottom: 14px;
    text-transform: capitalize;
}
.infograph ol > li  {
  margin-top: 0;
}
.g-recaptcha,
.g-recaptcha >div,
.g-recaptcha >div >div {
  margin: 0 auto;
}
.taxcalc__calculation .g-recaptcha,
.taxcalc__calculation .g-recaptcha >div,
.taxcalc__calculation .g-recaptcha >div >div {
  margin-left: 0;
}
.privacy-policy .main-heading h2  {
  margin-bottom: 0;
}
.privacy-policy .sub-heading {
  padding-top: 10px;
}
.career-wrap .para.xs p {
  padding-bottom: 0;
}
.privacy-policy .sub-heading h3 span {
  /* width: 32px; */
  display: inline-block;
}
.privacy-policy ul.hd {
  padding-left: 40px;
  padding-left: 60px;
}
.career-modal .modal-title {
  font-size: var(--sub-heading);
  font-weight: var(--font-bold);
}
.career-modal .modal-footer {
  padding-top: 3px;
  padding-bottom: 0;
  margin-top: 10px;
}
.career-modal #google-captcha-error {
  text-align: center;
    display: block;
}
.career-modal .modal-body {
  padding: 10px 20px;
}
.vision-mission-container .para p {
  text-align: inherit;
}
.mobile-submenu {
  display: none;
}
.mobile-submenu.open {
  display: block;
}
