/*
Project Name: Defacto;
CSS Author: Navneet Dhiman;
Framework Used: Bootstrap V5;
Connect at: https://www.linkedin.com/in/coder-vish/;
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "SegoeUI";
  src: url("/Segoe-200.ttf");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  src: url("/Segoe-400.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  src: url("/Segoe-600.ttf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI";
  src: url("/Segoe-700.ttf");
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "SegoeUI";
  font-style: normal;
  background: #ffffff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

p,
.accordion-body {
  line-height: 1.5;
}

.heading-three {
  color: #282727;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0px;
}

.p-16 {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.navbar-theme {
  padding: 8px 0px;
}

.navbar-theme .nav-item .nav-link {
  font-size: 16px;
  padding: 0px 16px;
  color: #000;
}

.navbar-brand img {
  max-height: 33px;
}

.navbar-theme .dropdown-toggle::after {
  content: "";
  background-image: url("/chevron-down.png");
  display: inline-block;
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
  border: unset;
  vertical-align: unset;
}

.navbar-theme .btn-blue {
  margin-left: 28px;
}

.navbar.navbar-theme .dropdown-menu {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 24px 56px 0px rgba(167, 174, 186, 0.16);
  padding: 16px 4px;
  border: none;
  column-count: 2;
  top: 34px;
}

.navbar.navbar-theme .dropdown-menu .dropdown-item {
  margin-bottom: 16px;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}

.navbar.navbar-theme .dropdown-menu .dropdown-item img {
  margin-right: 8px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: none;
}

.navbar-theme .dropdown-toggle.show::after {
  transform: rotate(-180deg);
}

.hero-banner {
  background-image: url("/hero-banner-nature.png");
  background-repeat: no-repeat;
  height: calc(100vh - 90px);
  width: 100%;
  background-size: cover;
}

.hero-banner .hero-title {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.4px;
  margin-bottom: 50px;
  margin-top: auto;
}

.hero-bottom {
  margin-bottom: 86px;
}

.hero-bottom .hero-para {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 42px;
  margin-bottom: 42px;
  text-align: center;
}

.section-heading .section-title {
  font-weight: 600;
  font-size: 29px;
  line-height: 120%;
}

.section-heading .section-para {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
}

.buiseness-goal {
  max-width: 100%;
  overflow: hidden;
}

.buiseness-goal .section-heading {
  margin-bottom: 120px;
}

.buiseness-goal .goal-card-wrap {
  margin-bottom: 80px;
}

.buiseness-goal .row.gx-10 {
  --bs-gutter-x: 10rem;
}

.goal-card .icon-contain {
  max-height: 80px;
  margin-bottom: 24px;
}

.goal-card .card-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.goal-card .card-para {
  line-height: 1.5;
}

.solution {
  background: linear-gradient(90deg, #fffce2 0%, #d7fbf7 50%, #efd0f2 100%);
  padding: 86px 0px;
  margin: 20px 0px 100px 0px;
  z-index: 1;
}

.solution .question {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0px;
}

.solution .answer {
  font-size: 18px;
  margin-top: 46px;
  margin-bottom: 52px;
  line-height: 1.5;
}

.solution .say-goodbye {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin-bottom: 4px;
}

.microsoft-buiseness {
  margin-bottom: 160px;
}

.microsoft-buiseness .section-title {
  font-weight: 300;
  font-size: 60px;
  line-height: 110%;
  color: #000;
}

.microsoft-buiseness .section-title span {
  font-weight: 600;
}

.industries {
  margin-bottom: 120px;
  position: relative;
}

.industries .section-heading {
  margin-bottom: 80px;
}

.industries .section-para {
  width: 80%;
}

.industries .accordion {
  --bs-accordion-border-width: 0px;
  --bs-accordion-bg: transparent;
}

.industries .accordion .accordion-item {
  margin-bottom: 32px;
}

.industries .accordion .accordion-item:last-of-type {
  margin-bottom: 0px;
}

.industries .accordion-button {
  position: relative;
  width: 100%;
  padding: 16px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #282727;
  background: #fff;
  border-radius: 8px !important;
  padding-left: 32px;
}

.industries .accordion-button::before {
  content: "";
  background-image: url(/minus.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: 8px;
  height: 27px;
  width: 27px;
  background-size: 100%;
}

.industries .accordion-item:has(.accordion-button:not(.collapsed)) {
  background-color: #fff;
}

.industries .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button::before {
  background-image: url(/plus.png);

}

.industries .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.industries .accordion-button::after {
  display: none;
}

.case-study {
  margin-bottom: 120px;
}

.customer-tabs .nav-item {
  margin-right: 40px;
}

.customer-tabs .customer-bgbanner {
  background-repeat: no-repeat;
  width: 100%;
  height: 480px;
  padding-right: 36px;
  display: flex;
  align-items: center;
}

.customer-tabs .customer-bgbanner .customer-box {
  padding: 55px 64px 60px 64px;
  background-color: #fff;
}

.customer-tabs .nav-link {
  border-radius: 0px;
  border-bottom: 5px solid transparent;
  background-color: unset;
  padding: 0px;
  height: 93px;
}

.customer-tabs .nav-link.active {
  border-bottom: 5px solid #000;
  background-color: unset;
}

.cta {
  padding: 48px 0px 60px 0px;
}

.cta .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: #000000;
  margin-bottom: 30px;
}

.connect-us {
  margin: 30px 0px 60px 0px;
}

.connect-us .connect-card .p-16 {
  height: 48px;
}

.connect-us .connect-card .blue-action {
  color: #376ae3;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

footer {
  background: #000000;
  padding: 40px 0px 36px 0px;
}

footer .footlink-wrap {
  display: flex;
}

footer .footlink-wrap .foot-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 32px;
  text-decoration: none;
}

footer .text-copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #f9f9f9;
  opacity: 0.6;
}

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  border: none;
  transition: 0.2s;
  border-radius: 4px;
}

.btn-blue {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none;
}

.btn-blue:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*# sourceMappingURL=style.css.map */

/* Company Page */
.our-history {
  margin-bottom: 100px;
}

.hero-banner.company {
  background-image: url(/company-banner.png);
}

.our-history .section-para {
  line-height: 1.8;
}

.hero-banner .overlay {
  background: rgba(0, 0, 0, 0.4);
  filter: blur(66px);
  width: 1060px;
  height: 119px;
  position: absolute;
  bottom: 50px;
  max-width: 100%;
}

/* Vision and mission css */
.solution.compny-page .container::after {
  content: "";
  height: 80px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 33%;
  opacity: 0.5;
  background: #888787;
}

.solution.compny-page .img-blck {
  height: 80px;
}

.solution.compny-page p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.solution.compny-page .img-blck.second {
  position: relative;
  top: -25px;
}

/* Core value page css */
.core-values {
  padding-bottom: 100px;
}

.core-values-wrap {
  display: flex;
  /*justify-content: space-between;*/
  gap: 47px;
}

.core-values-wrap .core-block {
  width: 33%;
}

.core-values-wrap .core-block h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 18px;
  margin-bottom: 20px;
}

.core-values-wrap .core-block h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.core-values-wrap .core-block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-right: 25px;
}

/* solutions page Css */
.hero-banner.solutions {
  background-image: url(/business-solution-banner.png);
}

.industries.solutions .section-para {
  width: 90%;
}

.indus-image {
  display: none;
}

.indus-image.solution-pge img {
  border-radius: 27px;
}

.info-stats {
  background: linear-gradient(180deg,
      rgba(255, 203, 228, 0.47) 0%,
      rgba(180, 180, 180, 0.22) 100%);
  padding: 90px 0;
}

.info-stats .stats-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.info-stats .stats-box .stats {
  width: 25%;
}

.info-stats .stats-box .stats small {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 9px;
  font-weight: 600;
}

.info-stats .stats-box .stats h4 {
  font-size: 60px;
  font-weight: 600;
}

.info-stats .stats-box .stats p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 75%;
  margin-bottom: 0px;
}

.industries.solutions ul {
  padding-left: 22px;
}

.industries.solutions ul li {
  margin-bottom: 5px;
}

.industries.solutions ul li::marker {
  font-size: 0.9em;
}

.industries.solutions .accordion .accordion-item {
  margin-bottom: 22px;
}

/* Low code page css */
.hero-banner.solutions .hero-title {
  font-weight: 600;
}

.hero-banner.solutions.low-code {
  background-image: url(/low-code-banner.png);
}

.industries.solutions.low-code .section-para {
  width: 95%;
}

.info-stats.low-code .stats-box .stats {
  width: 50%;
}

/* Package services page Css */
.hero-banner.package-services {
  background-image: url(/packages-banner.png);
}

.implementations {
  margin-bottom: 60px;
}

.implemnt-box {
  border: 1px solid #cecece;
  padding: 15px 13px;
  /*margin-bottom: 50px*/
  ;
}

.implemnt-box hr {
  margin: 24px 0 20px 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #ddd;
  opacity: 1;
}

/* Education services page Css */
.hero-banner.education {
  background-image: url(/education-page-banner.png);
}

.education-pills ul#myTab {
  justify-content: space-between;
  border: none;
}

.education-pills .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.education-pills .nav-tabs .nav-link {
  text-align: left;
  padding: 4px;
  font-size: 22px;
  font-weight: 600;
  color: #282727;
}

.education-pills .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 6px solid #282727;
}

.education-pills .nav-tabs .nav-link button {
  border: none;
}

.education-pills .pills-wrap {
  padding: 50px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.education-pills .pills-wrap.one {
  background-image: url(/pills-bg-img.png);
}

.education-pills .pills-wrap.eleven {
  background-image: url(/stethoscope.png);
}

.education-pills .pills-wrap .text-block {
  background: #fff;
  padding: 30px 60px;
  height: 370px;
  overflow: auto;
}

.education-pills {
  padding-bottom: 100px;
}

/* Healthcare services page Css */
.hero-banner.health {
  background-image: url(/healthcare-page-Banner.png);
}

.education-pills .pills-wrap.ten {
  background-image: url(/pills-1.png);
}



.hero-banner.services {
  background-image: url(/services-banner.png);
}

.f-60 {
  /* font-family: 'Segoe UI'; */
  font-size: 60px;
  font-weight: 300;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 39, 39, 1);
}

.fs-20 {
  /* font-family: 'Segoe UI'; */
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.left-icon {
  left: 0;
  top: 20px;
}

.our-approach {
  background: url(/containerbg.png) no-repeat center center;
  background-size: contain;
  padding: 75px 0;
}

.fs-24 {
  /* font-family: Segoe UI; */
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.fs-16 {
  /* font-family: Segoe UI; */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}


/* Contact us page */
.contact-bnr {
  padding: 30px 0;
}

.contact-bnr h3 {
  color: #000;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2.4px;
  margin-bottom: 30px;
}

.contact-bnr p {
  color: #000;
  font-size: 18px;
  padding-right: 70px;
  margin-bottom: 40px;
}

.form-section {
  background-color: #000;
  padding: 55px 0;
  margin-top: 80px;
}

.color-white {
  color: #fff;
}

.pinned-info img {
  max-height: 20px;
  margin-right: 6px;
}

.social-media-icons img {
  max-height: 24px;
  margin-right: 15px;
}

.form-section form {
  margin-top: 30px;
}

.form-section .left-text-box {
  padding-right: 40px;
}

.form-section form .form-group {
  margin-bottom: 50px;
}

.form-section form .form-control {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
}

.form-section form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F2F2F2;
  opacity: 1;
  /* Firefox */
}

.form-section form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F2F2F2;
}

.form-section form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #F2F2F2;
}

.form-section form button {
  padding: 12px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all .3s;
}

.form-section .contact-button:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.connect-us img {
  max-height: 60px;
}

.icon-contain img {
  max-height: 56px;
}

.solution.compny-page .img-blck img {
  max-height: 54px;
}

.solution.compny-page .img-blck.second img {
  max-height: 80px;
}

footer img.me-md-5.mb-3.mb-md-0 {
  max-height: 32px;
}

.implemnt-box img.me-1 {
  max-height: 32px;
}


/* Application modernication page css */
.hero-banner.application {
  background-image: url(/app-banner.png);
}

.benifitof-appmod {
  padding-bottom: 80px;
}

.ap-product-appl {
  padding: 80px 0;
}

/* Customer story page */
.hero-banner.customer-story {
  background-image: url(/customer-bannar.png);
}

.story-search {
  padding: 70px 0 120px 0;
}

.filter-option span {
  position: relative;
  top: 2px;
}

.filter-option span::after {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: -20px;
  top: 2px;

}

.filter-option select {
  border: none;
  font-weight: 600;
  outline: none;
  cursor: pointer;
}

.search-block input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid #000;
}

.search-block img {
  position: absolute;
  right: 12px;
  top: 14px;
}

.line-anchor {
  border-bottom: 1px solid #000;
}

.line-anchor a {
  position: relative;
  top: 7px;
  background: #fff;
  padding: 0 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  color: #000;
}

.core-values.healthcare {
  padding-top: 80px;
}

/* Blog page css */
.blog-bnr {
  padding-bottom: 130px;
}

.blog-date span {
  height: 1px;
  width: 20px;
  background-color: #000;
  position: relative;
  top: 12px;
  margin: 0 12px;
}

.blog-date img {
  position: relative;
  top: -2px;
}

.our-blogs {
  padding-bottom: 120px;
}

.blog-box small {
  color: #676767;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.blog-box {
  margin-bottom: 100px;
}

.our-approach.bg-none {
  background: none;
  padding: 135px 0;
}

/*
.chlng-sol {
  padding: 120px 0 0 0;
}
*/
.chlng-sol {
  padding: 50px 0 0 0;
}

.chlng-sol .container {
  background: linear-gradient(90deg, #fffce2 0%, #d7fbf7 50%, #efd0f2 100%);
  padding: 50px 40px;
}

.chlng-sol .col-md-6.first {
  padding-right: 60px;
  position: relative;
}

.chlng-sol .col-md-6.first h4,
.chlng-sol .col-md-6.second h4 {
  font-weight: 600;
}

.chlng-sol .col-md-6.first::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  background: black;
  top: 0px;
  background: #BABABA;
}

.chlng-sol .col-md-6.second {
  padding-left: 60px;
}

.key-features li {
  margin-bottom: 4px;
}

.key-features {
  padding-bottom: 50px;
}

.blck-sldr {
  padding-bottom: 50px;
}

.blck-sldr .container {
  background: #000000e4;
}

.blck-sldr .container .slidr-bx {
  padding: 50px 0px;
  color: #fff;
}

.blck-sldr .container .slidr-bx .img-box {
  height: 70px;
  width: 70px;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.blck-sldr .container .slidr-bx .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


/* blog detail page  */
.hero-banner.blog-detail {
  background-image: url(/blog-details-banner.png);
}

.blog-details {
  padding-top: 90px;
}

.blog-detail-head {
  color: #282727;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.blog-details-para {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
}

.mb-40px {
  margin-bottom: 40px;
}

.benifitof-appmod img {
  max-height: 55px;
}

.ap-product-appl img {
  max-height: 60px;
}

.mobile-container .tab-navigation #select-box {
  padding: 8px;
  width: auto;
  margin: 0 auto 30px;
  outline: none;
  min-width: 50%
}

.tab-navigation {
  text-align: center;
}

.hero-banner.career {
  background-image: url(/career-banner.png);
}

#CampusCommunity {
  height: 388px;
}

#RecuitmentText {
  height: 342px;
}

#StudentRecord {
  height: 550px;
}

#StudentFinancial {
  height: 457px;
}

#CampusSelfService {
  height: 209px;
}

.shadow-card-wrap {
  margin-bottom: 80px;
  padding: 0px 20px;
}

.shadow-card {
  padding: 20px;
  transition: transform 0.3s;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 100%;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.shadow-card:hover {
  transform: scale(1.05);
}

.price-bx:hover {
  transform: scale(1.05);
}

.price-bx {
  transition: transform 0.3s;
}

body.modal-open {
  overflow: auto !important;
}

.modal-dialog-centered.show {
  display: flex !important;
}

/* addedd for close button in modal */
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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 !important;
}


@media (min-width: 992px) {
  .col-lg-2 {
    /* flex: 0 0 auto; */
    width: 19.333333%;
  }
}


.testimonial-card {
  display: flex;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.testimonial-card__content,
.testimonial-card__media {
  flex: 1;
  padding: 20px;
}

.testimonial-card img {
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
}

.testimonial-card__quote blockquote {
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 0;
}

.testimonial-card__stats {
  margin-top: 20px;
}

.testimonial-card__products ul {
  list-style: none;
  padding: 0;
}

.testimonial-card__footer {
  margin-top: 20px;
}

.button-group a.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.button-group a.btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  .testimonial-card {
    flex-direction: column;
  }
}



.slider-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Change from center to space-between */
  overflow-x: hidden;
  /* Change from auto to hidden */
}

.slider-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  /* Add this line */
  position: relative;
  max-width: calc(100% - 110px);
  /* Adjusted width for arrows */
  width: 82dvw;
}

.slider {
  display: flex;
  transition: transform 0.9s ease;
  justify-content: flex-start;
  /* Change from center to flex-start */
  gap: 20px;
}

.slider-item {
  flex: 0 0 auto;
  /* Add this line to prevent items from stretching */
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: white;
  cursor: pointer;
  text-align: center;
  min-width: calc(100% / 5 - 22px);
  /* Adjusted width for 5 items */
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  border-radius: 12.5rem;
  background-color: rgba(0, 85, 151, 0.15);
  color: #2a446f !important;
  border: none !important;
}

.slider-item>span {
  padding-bottom: 0.125rem;
  font-weight: 600;
  pointer-events: none;
}

.slider-item.active {
  background-color: #005597;
  color: white !important;
}

.nav-button {
  border: 1px solid #007bff;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  width: 50px;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 400;
  color: #2a446f;
  transition: all 125ms ease-in-out;
  z-index: 2;
  border: 2px solid #1e3a8a;
  /* Adjust the color as needed */
}

.nav-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.nav-button.hidden {
  visibility: hidden;
}

/* Hide scrollbar in Chrome, Safari, and Opera */
.slider-container::-webkit-scrollbar {
  display: none;
}

.custom-accordion-and-image {
  display: flex;
  margin-top: 20px;
}

.custom-accordion {
  width: 30%;
  border-radius: 5px;
  overflow: hidden;
}

.custom-accordion-item {
  border-bottom: 1px solid #bdc5d2;
}

.custom-accordion-header {
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, opacity 3s ease-out;
}

.custom-accordion-header>.h5 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.custom-accordion-header:focus {
  outline: none;
}

.custom-accordion-content {
  padding: 0 15px;
  display: none;
  background-color: white;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out,
    opacity 0.5s ease, max-height 0.5s ease, opacity 0.3s;
  opacity: 0;
  max-height: 0;
}

.custom-accordion-content.show {
  display: block;
  opacity: 1;
  max-height: 1000px;
  /* Large value to ensure it expands fully */
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.5s ease;
}

/* .arrow.up {
          transform: rotate(180deg);
        } */
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.image-container {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-height: 500px;
  background-color: transparent;
  /*padding: 20px;*/
  padding-right: 0px !important
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.image-container img.show {
  opacity: 1;
}

/*.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
  margin-right: auto;
  margin-left: auto;
}*/

.custom-accordion-body {
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.gx-6 {
  --bs-gutter-x: 4rem;
}

@media (max-width: 576px) {

  .image-container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto;
  }

  .custom-accordion-and-image {
    flex-direction: column;
    gap: 20px;
  }

  .custom-accordion {
    width: 100%;
  }

  .gx-6 {
    --bs-gutter-x: 0rem;
  }
}



.custom-modal-footer>.btn-custom {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.custom-modal-footer>.btn-custom:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.modal-header,
.modal-footer {
  justify-content: center !important;
  border: none !important;
}

.modal-body textarea {
  float: none !important;
}

.connect-us .connect-card .p-15 {
  height: auto !important;
}

@media (max-width: 1000px) {

  .implemnt-box-col {
    margin-bottom: 50px;
  }

  .testimonial-card {
    flex-direction: column-reverse;
  }
}


body.modal-open {
  padding-right: 0px !important;
}