@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");

.app-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  --window-width: 100vw;
  /* Fallback value */
  --window-height: 100vh;
  width: var(--window-width);
  height: var(--window-height);
  margin: 0;
  color: #101828;
  overflow-x: hidden;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: -1;
}

.hero-section {
  /* height: 85%; */
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
button,
span,
p {
  font-family: Inter;
  margin: 0px !important;
}

h1 {
  font-size: clamp(32px, 2vw + 24px, 52px) !important;
  margin: 0;
  /* 52 */
}

h2 {
  font-size: clamp(24px, 2vw + 16px, 44px) !important;
  color: #101828;
  margin: 0;
  /* 44 */
}

h3 {
  font-size: clamp(18px, 2vw + 10px, 32px) !important;
  color: #344054;
  margin: 0;
  /* 32 */
}

h4 {
  font-size: clamp(16px, 2vw + 8px, 24px) !important;
  margin: 0;
  color: #344054;
  /* 24 */
}

h5 {
  font-size: clamp(14px, 1.5vw + 8px, 20px) !important;
  margin: 0;
  /* 20 */
}

h6 {
  font-size: clamp(12px, 1vw + 8px, 16px) !important;
  color: #667085;
  margin: 0;
  /* 18 */
}

p {
  font-size: clamp(14px, 1vw + 10px, 16px) !important;
  margin: 0;
  /* 16 */
}

a {
  color: unset !important;
  text-decoration: unset !important;
}

.font-about-head {
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 53.25px;
  /* text-align: left; */
  color: #101828;

}

.font-about-main-heading {
  font-family: Inter;
  font-size: 52px;
  font-weight: 700;
  line-height: 62.93px;
  text-align: left;
}

.font-checkout-features-heading {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #344054;

}

.font-about-partner-heading {
  font-family: Inter;
  font-size: 44px;
  font-weight: 700;
  line-height: 53.25px;
  text-align: left;
  color: #232932;

}

.checkout-heading {
  color: #344054 !important;

}

.font-about-main-desc {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #626F80;


}

/* description font size for the about page */
.font-about-desc {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  /* text-align: left; */
  color: #667085;

}

@media (max-width:500px) {

  .font-about-head {

    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;

    color: #101828;

  }

  .font-about-main-heading {

    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;


  }

  .font-checkout-features-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #344054;

  }

  .font-about-partner-heading {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;
    color: #232932;

  }

  .checkout-heading {
    color: #344054 !important;

  }

  .font-about-main-desc {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

  }

  /* description font size for the about page */
  .font-about-desc {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    /* text-align: left; */

    color: #667085;

  }

}

/* change in the smaller screens */
/* .font-about-descM{
font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
color: #667085;
} */

.inter-w700 {
  font-weight: 700;
  color: #101828;
  /* text-align: center; */
}

.inter-w500 {
  font-weight: 500;
  color: #626f80;
}

.inter-w400 {
  font-weight: 400;
  color: #667085;
}

.inter-w600 {
  font-weight: 600;
}

.inter {
  font-family: Inter;
}

.no-marg {
  margin: 0;
}

.inter-lg {
  font-family: Inter;
  font-size: 52px;
  font-weight: 700;
  text-align: left;
  width: max-content;
}

.inter-md {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.inter-sm {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.inter-md-description {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #667085;
}

.heading-gradient {
  background: linear-gradient(90deg, #083476 26.05%, #32d583 69.72%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desc-text-color {
  color: #626f80;
}

.dark2-text {
  color: #344054;
}

.white-text {
  color: #ffffff;
}

.neutral-text {
  color: #f7f8fd;
}

.neutral-text2 {
  color: #465261;
}

.grey-text {
  color: #667085;
}

.logo-main {
  width: 136px;
  height: 40px;
}

.image--cover {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center right;
}

.image--cover-company {
  width: 60px;
  height: 60px;
}

/* Navbat Styles */

.nav-button-container {
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.navbar-container {
  width: 100%;
  height: 77px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0% 3%;
  box-shadow: 0px 7px 100px 4px rgba(52, 97, 184, 0.12);
  z-index: 100;
  background: #fafbfc;
  position: fixed;
}

.nav-buttons {
  background-color: white;
  height: 100%;
  min-height: 21px;
  color: #232932;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-around;
  font-family: "Gabarito", sans-serif;
}

.nav-tabs {
  /* height: 90%; */
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: transparent;
  border: none !important;
  box-shadow: 0px 12px 0px 0px #e7ebfd;
  background: #e7ebfd;
}

.dropdown {
  position: relative;
  display: flex;
}



pdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.menu-content p {
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f4f4f4;
}

.dropdown-menu.show {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  width: 963px !important;
  top: 0%;
  left: -180px !important;
  background-color: #e7ebfd !important;
  justify-content: space-around;
  align-content: space-between;
  align-items: center;
  border-top: 0 !important;
  padding: 32px;
  gap: 32px;
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: #e7ebfd !important;
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.dropdown-item {
  width: 269.33px !important;
  padding: 0 !important;
}

.Navbar-Mobile {
  display: none;
}

.nav-link {
  color: #232932 !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-align: left !important;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: none !important;
  border-right: none !important;
  border-bottom: 0;
  border-left: none !important;
}

.Dmenu {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
}

.dropdown-item.hover,
.dropdown-item:active {
  color: #101828 !important;
  text-decoration: none;
  background-color: #e7ebfd !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #101828 !important;

  background-color: #e7ebfd !important;
}

.menu-content {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.nav-tabs {
  border-bottom: none !important;
  /* margin-top: 11px !important; */
}

.get-started {
  font-size: 20px;
  float: right;
  background: linear-gradient(to right, #08377c 0%, #0d6de7 100%);
  font-weight: 700;
  color: #ffff;
  padding: 0.5% 2%;
  /* height: 75%; */
  border-radius: 8px;
  border: none;
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.get-started-inside {
  font-size: 20px;
  background: linear-gradient(to right, #08377c 0%, #0d6de7 100%);
  font-family: Inter;
  font-weight: 700;
  color: #ffff;
  width: max-content;
  height: 49px;
  border-radius: 8px;
  padding: 7px 24px;
  border: none;
  /* align-content: center;
  justify-content: center;
  align-items: center; */
}

/* Slider Styles */
.menu-buttonM {
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 15px;
  display: none;
  /* Hidden by default */
  float: right;
}

.navbarM {
  position: fixed;
  top: 0;
  right: -100%;
  /* Hidden by default */
  width: 75%;
  height: 100%;
  background-color: #ffffff !important;
  color: #232932 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.3s ease-in-out;

  gap: 40px;
  padding: 24px;
}

.navbarM ul {
  list-style: none;

  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;

  align-items: flex-start;
}

.navbarM ul li {
  margin: 0;
  text-align: center;
}

.navbarM ul li a {
  color: #232932;
  text-decoration: none;
  font-family: Inter;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 28.5px;
  text-align: center;
}

.navbarM.active {
  transform: translateX(0);
  transition: 0.3s ease-in;
  z-index: 2;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
  z-index: 1;
  /* Ensure overlay is above other content */
  display: none;
  /* Initially hidden */
}





/* custer remiew section */

.customer-carousel-container {
  position: relative;
  width: 60%;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.carousel-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  height: 50%;
  background-color: lightblue;
  border-radius: 16px;
}

.carousel-contentt {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(-50%, -60%);
  width: 90%;
  height: 65%;
  background-color: #FAFBFC;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px #08397F3D;
  display: flex;
  overflow: hidden;
  /* Added to hide overflowing slides */
  transition: transform 0.5s ease-in-out;
}

.carousel-itemm {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
}

.customer-image {
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.customer-review {
  height: 100%;
  width: 75%;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.customer-review .revieww {
  font-weight: 700;
  font-size: 32px !important;
  line-height: 48px;
  color: #232932;
}

.customer-detailss {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.customer-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.customer-name .namee {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 25px;
  color: #465261;
}

.customer-name .designation {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 25px;
  color: #465261;
}

.carousel-switches {
  margin-top: 20px;
  text-align: center;
}

.carousel-indicatorss li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-indicatorss li.active {
  background-color: #333;
}












#overlay.active {
  display: block !important;
  z-index: 1 !important;
  /* Display overlay when active */
}

.navbarM.active {
  left: 0;
  z-index: 2;
}

.close-buttonM {
  position: absolute;

  right: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
}


.testimonial {
  padding: 24px;
}

/* About Us Hero Section styles */


.cat-section {
  width: 100vw;
  overflow-x: hidden;
}

.main-heading-cat-content {
  font-weight: 700;
  background: linear-gradient(180deg, #093877 0%, #249e7f 125%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-main-banner-cont {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.heading-cat-content {
  font-weight: 700;
  color: #232932;
}

.cat-descritpion {
  font-weight: 400;
  color: #626f80;
}

.cat-text-heading {
  font-weight: 600;
  color: #465261;
}

.cat-text-desc {
  color: #667085;
  font-weight: 400;
}

.cat-bulletin-container {
  display: flex;
  gap: 12px;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-left: 1%;
  align-items: flex-start;
}

/* .banner{
  width: 671px;
  height: 391px;
} */
.cat-bulletin-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.category-details-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 9rem;
  padding: 0 5%;
  gap: 0rem;
  width: 100%;
}

.cat-image-container {
  display: flex;
  align-items: center;
  width: 60%;
  /* justify-content: center; */
  padding: 5%;
}

.cat-content-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  width: 40%;
  /* padding: 0 5% 0 2%; */
  padding: 5%;
  justify-content: space-evenly;
}

.cat-bulletins {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.hero-section {
  /* height: 745px; */
}

.hero-containers {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: center;
  padding-left: 6%;
  gap: 0%;
}

.main-banner-model {
  padding-top: 3rem;
  position: relative;
  left: 18%;
}

.home-main-banner-cont {
  width: 25%;
}

.button-forS1 {
  position: relative;
  /* top: -4%; */
  /* height: 10%; */
}

.banner-cont-btns {
  display: flex;
  gap: 1rem;
}

.pagination-dot-container {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 75px;
  gap: 10px;
}

/* Style for the dots */
.pagination-dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Active dot style */
.pagination-dot.active {
  background-color: #717171;
}

/* Hover effect for the dots */
.pagination-dot:hover {
  background-color: #666;
}

.home-hero-container {
  height: 100%;
  background-color: #fff;
}

.aboutUs-hero-container {
  /* background-image: url('/assets/hero-aboutUs/heroBackground.svg');
    width: Hug (1, 440px)px;
    height: 100vh; */
  /* min-height: 100%;
    width: 100%; */
  /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  background: radial-gradient(126.94% 273.38% at -43.58% 0%,
      rgba(37, 160, 128, 0.5) 0%,
      rgba(255, 255, 255, 0) 71.42%,
      rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, #fbfcff 6.63%, #ecf4ff 106.63%);
}

.category-details-container {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
  /* display: flex !important; */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-section {
  width: auto;
  overflow-x: hidden;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.explore-inside-btn {
  font-size: 20px;
  background: transparent;
  font-weight: 700;
  color: rgba(8, 52, 119, 1);
  width: max-content;
  height: 49px;
  border-radius: 8px;
  border: solid 1px;
  padding: 7px 14px;
  border-color: rgba(8, 52, 119, 1);
}

.hp-manban-Icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  height: 100%;
  padding: 0 5%;
  position: relative;
  /* top: -13px; */
}

.hp-manban-btns {
  border: none;
  background-color: transparent;
  position: relative;
}

.hp-manban-btns img {
  border: none;
  background-color: transparent;
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.hp-manban-btns.active img {
  border: none;
  background-color: white;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 0px 12px 4px #13cca2;
  /* height: 100px;
  width: 100px;
  border-radius: 50%; */
}

.btn1 {
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

}

.btn2 {
  bottom: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

}

.btn3 {
  bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.btn4 {
  bottom: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

}

.btn5 {
  bottom: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

}

.btn6 {
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

}

.category-Syles {
  font-weight: 700;
  background: linear-gradient(180deg, #093a7f 0%, #1069e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hp-manban-btns:hover .category-Syles,
.category-Syles:hover {
  background: linear-gradient(180deg, #093877 0%, #249e7f 125%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Trusted section styles */

.trusted-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-trusted {
  text-align: center;
  font-weight: 600;
}

.trusted-image-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
}

/* Our mission section styles */

.mission-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mission-left-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mission-heading {
  font-size: 44px;
  font-weight: 700;
}

.mission-description {
  color: #667085;
  font-size: 18px;
}

/* Company Impact Section */

.impact-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 40px;
}

.impact-image {
  width: 616px;
  height: 640px;
  gap: 0px;
  opacity: 0px;
}

.impact-container-left-subContainer-left {
  display: flex;
  gap: 40px;
}

.impact-card-container {
  display: flex;
  flex-direction: column;
}

.impact-card-heading {
  font-weight: 700;
  font-size: 48px;
}

.impact-card-subHeading {
  font-size: 16px;
  font-weight: 400;
}

.problems-title {
  font-weight: 700;
}

/* 
.impact-card {
    display: flex;
    flex-direction: column;
} */

/* commitment section styles */
.commitment-background-container {
  background-color: #fafbfc;
  min-height: 100vh;
  width: 100%;
}

.commitment-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.commitment-heading {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
}

.commitment-subHeading {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #465261;
}

.commitment-card-container {
  display: flex;
  justify-content: space-between;
}

.commitment-card {
  width: 256px;
  min-height: 310px;
  box-shadow: 0px 4px 12px 0px #08397f3d;
  border-radius: 8px;
}

.commitment-image {
  width: 256px;
  height: 215px;
}

.commitment-card-gradient {
  width: 256px;
  height: 10px;
  background-image: linear-gradient(90deg, #4ea686 21.73%, #068fd7 103.03%);
}

.commitment-conent {
  padding: 10px;
}

.commitment-card-heading {
  font-size: 20px;
  font-weight: 700;
}

.commitment-card-subHeading {
  font-size: 16px;
  font-weight: 300;
  color: #465261;
}

/* Success Stories styles */
.success-container {
  padding-top: 30px;
  padding-bottom: 60px;
  width: 100%;
  background-color: #f3fbfead;
}

.success-stories-container {
  padding: 20px;
  padding-top: 90px;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.profile-card {
  width: 310px;
  height: max-content;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 3px solid #637bfe;
  box-shadow: 0 4px 12px rgba(8, 57, 127, 0.24);
  margin: 20px 25px;
}

.profile-card .img {
  width: 100%;
  transition: .6s;
  z-index: 99;
}

.img img {
  margin-top: -72px;
  width: 100%;
  border-radius: 10%;
  box-shadow: 0 4px 12px rgba(8, 57, 127, 0.24);
}

.caption {
  padding-top: 22px;
  text-align: left;
}

.why-description h5 {
  text-align: left;
}

.success-view-btn {
  font-size: 20px;
  float: right;
  background: linear-gradient(to right, #08377c 0%, #0d6de7 100%);
  font-weight: 700;
  color: #ffff;
  width: 125px;
  height: 49px;
  border-radius: 8px;
  border: none;
  gap: 6px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* Contact Us */
.contact-container {
  /* width: 100%; */
  height: 40vh;
  background-color: #0f3063;
  padding: 20px;
}

.contact-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-card-text {
  color: white;
}

.contact-card-container {
  display: flex;
  flex-direction: column;
}

.contact-right-subContainer {
  display: flex;
  gap: 20px;
}

.contact-table-heading {
  color: white;
  font-weight: 700;
  font-size: 20px;
}

.contact-table-data {
  font-weight: 500;
  font-size: 16px;
  color: white;
}

/* Footer */

.footer-container {
  width: 100%;
  height: 10vh;
  background-color: #091e42;
  color: white;
}

.footer-container-inner {
  display: flex;
  justify-content: space-between;
}

.footer-container-right {
  display: flex;
  gap: 5px;
}

/*  Problem Solution  Section */
.prob-sol-sec {
  background: #f0f6ff;
  width: 100%;
  padding-bottom: 64px;
  margin-bottom: 3%;
}

.prob-sol-heading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 130px;
}

.prob-sol-heads {
  margin: 3rem 0;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  padding: 0 85px;
}

.prob-sol-head-container {
  text-align: center;
  box-shadow: 0px 4px 16px 0px #3461b81f;
  background: #fafbfc;
  width: 366px;
  height: 96px;
  display: flex;
  gap: 12px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

.prob-sol-heading-text {
  color: #e74b4b;
  font-weight: 700;
  margin: 0 !important;
}

.prob-sol-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding-top: 3rem;
}

.prob-sol-conqt-container {
  padding-top: 11rem;
}

.prob-column {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.trust-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arc-pc {
  width: 100%;
  height: 99.67px;
}

.problem-container {
  width: 366px;
  display: flex;
  height: 96px;
  padding: 16px 20px 16px 20px;
  gap: 12px;
  border-radius: 8px;
  background: #fafbfc;
  align-items: center;
  box-shadow: 0px 4px 16px 0px #3461b81f;
}

.cat-section {
  width: max-content;
  /* height: 90%; */
  /* padding: 64px 0px; */
}

.prob-container-mobile {
  display: none;
}

.review-content-M {
  display: none;
}

.trust-card-M {
  display: none;
}

.graph {
  width: 33%;
}

.swiper-container {
  display: none;
}

.dot-customer,
.dot-vendor {
  height: 8px;
  width: 8px;
  margin: 0 5px;
  background-color: #8d8d8d;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

/* Active state for dots */
.dot-customer.active,
.dot-vendor.active {
  background-color: #101828;
}

/* Hover effect for dots */
.dot-customer:hover,
.dot-vendor:hover {
  background-color: #555;
}

.mad-tg {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center !important;
}

/* @media screen and (min-width: 830px) {
  .why-conqt-container {
    width: 1600px;
  }
} */

@media only screen and (min-width: 1440px) {}




@media (max-width:500px) {
  .container-contenor {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 249px !important;
    gap: 128px !important;
    left: 50px !important;
  }

}

@media ((min-width:501px) and (max-width: 700px)) {
  .container-contenor {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 249px !important;
    gap: 128px !important;
    left: 140px !important;
  }

}

@media (max-width: 700px) {

  .CustomerReview-section {
    gap: 1rem;
  }

  .hero-containers {
    height: auto;
  }

  /* .button-forS1 {
    height: 100px !important;
    top: -52px !important;
  } */
  .carousel {
    padding: 0px 20px !important;
  }

  .home-main-banner-cont {
    width: 100%;
  }

  .logo-main {
    width: 81.6px !important;
    height: 24px !important;
  }

  .hero-section {
    /* height: 150vh !important; */
    /* background: linear-gradient(180deg, #fbfcff 6.63%, #ecf4ff 106.63%); */
  }

  .hero-containers {
    width: 100%;
    flex-direction: column !important;
    padding-left: 0;
    padding: 32px 16px;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

  .streamline-lower-image {
    display: none;
  }

  /* .button-forS1 {
    height: 100px !important;
    top: -76px !important;
  } */
  .hp-manban-btns img {
    width: 60px;
    height: 60px;
  }

  .category-Syles {
    font-weight: 600;
  }

  .btn1.active {
    /* transform: translateY(-1.1rem); */
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
  }

  .btn1.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn2 {
    transform: translateY(-1.1rem);
  }

  .btn2.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn3.active {
    /* transform: translateY(-1.1rem); */
  }

  .btn3.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn4 {
    transform: translateY(-1.1rem);
  }

  .btn4.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn5.active {
    /* transform: translateY(-1.1rem); */
  }

  .btn5.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn6.active {
    transform: translateY(-1.1rem);
  }

  .btn6.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .hp-manban-Icons {
    display: none;
    width: 100%;
    height: 152px;
    overflow: scroll;
    scrollbar-width: none;
    gap: 37px;
    top: 0;
  }

  .hp-manban-btns {
    top: 19px;
  }

  .home-hero-container {
    /* height: 1000px; */
  }

  .home-main-banner-cont {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .arc-pc {
    width: 100%;
    height: 24.44px;
    /* margin-top: -64px; */
  }

  .banner-cont-btns {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 0 !important;
  }

  .get-started-inside {
    width: max-content;
    font-size: 16px !important;
    padding: 12px 10px;
    text-align: center;
  }

  .explore-inside-btn {
    font-size: 16px !important;
    width: max-content;
    padding: 8px 10px;
    text-align: center;
  }

  .main-banner-model {
    left: 0;
    height: 473px;
  }

  .model-banner {
    width: 100%;
  }

  .cont {
    width: 100% !important;
    height: 270px !important;
    left: 0 !important;
    bottom: 172px !important;
  }

  .sec-1cards {
    margin-top: 40px;
    height: auto !important;
    width: 100% !important;
  }

  .sec-1card {
    width: 98% !important;
    height: auto !important;
    padding: 16px !important;
  }

  .cat-section {
    width: 100%;
    height: auto;
    padding: 32px 16px;
    /* margin-top: 150px !important; */
  }

  .category-details-container {
    flex-direction: column;
    width: 100%;
  }

  .cat-image-container {
    width: 100%;
    padding: 0;
  }

  .cat-image-container img {
    width: 343px;
    height: 198.1px;
  }


  .cat-content-container {
    width: 100%;
    /* padding: 10%; */
  }

  .prob-sol-container {
    display: none;
  }

  .prob-container-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    bottom: 191px;
  }

  .prob-sol-sec {
    width: 100%;
    padding: 32px 16px;
    height: 1530px;
  }

  .connetor {
    position: relative;
    float: left;
    right: 50%;
    bottom: -28px;
    height: 88px;
  }

  .problem-container {
    width: 280px;
    height: auto;
    position: relative;
  }

  .pro-sol-Container-M {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
    position: relative;
    bottom: 943px;
  }

  /* .container-contenor {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 249px !important;
    gap: 128px !important;
    left: 140px !important;
  } */
  .problems-title {
    font-size: 16px !important;
    margin: 0;
  }

  .problems-description {
    font-size: 12px;
    margin: 0;
  }

  .why-conqt-container {
    width: 100% !important;
    height: auto;
    /* padding: 32px 16px !important; */
    flex-direction: column !important;
    gap: 290px !important;
  }

  .why-conqt-left {
    width: 100% !important;
  }

  .why-description h5 {
    text-align: left;
  }

  .why-key-advant {
    flex-wrap: nowrap !important;
    width: 100%;
  }

  .why-key-container {
    width: 100% !important;
  }

  .why-conqt-right {
    width: 100% !important;
  }

  .whyConqt {
    width: 100%;
  }

  .bussiness-spend-section {
    display: none !important;
  }

  .streamline-upper-image {
    display: none !important;
  }

  .strealine-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px 16px !important;
    height: auto !important;
  }

  .streamline-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .people-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .people-head h5 {
    padding: 1rem;
    font-weight: 500;
    color: #465261;
  }

  .comparison-title-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .cost-saving-section {
    width: 100%;
    height: auto !important;
    gap: 24px;
    padding: 32px 16px !important;
    flex-direction: column !important;
  }

  .cost-saving-image {
    width: 100% !important;
  }

  .cost-saving-image img {
    width: 100%;
  }

  .outcomes-section {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
    padding: 32px 16px !important;
  }

  .outcome-contanier {
    width: 100%;
    flex-direction: column !important;
  }

  .outcome {
    width: 100% !important;
    padding: 16px 9px !important;
  }

  .outcome-head {
    margin: 0;
  }

  .outcome-para {
    margin: 0 !important;
  }

  .outcome-con-1 {
    width: 100% !important;
  }

  .graph {
    width: 100%;
  }

  .success-story-section {
    width: 100%;
    padding: 32px 16px !important;
  }

  .stories-container {
    width: 100%;
    overflow: auto;
    gap: 10px;
  }

  .carousel-indicators {
    width: max-content;
    display: flex !important;
    left: 146px !important;
    top: 95% !important;

    margin-right: 0 !important;
    align-self: center;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .CustomerReview-section {
    width: 100%;
    /* height: 480px !important; */
    padding: 32px 16px !important;
    flex-direction: column !important;
  }

  .carousel-control-prev {
    left: -73px !important;
  }

  .customer-head {
    width: 100%;
    text-align: left;
  }

  .carousel {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
    gap: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent !important;
    box-shadow: none !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 0px !important;
  }

  .carousel-control-prev {
    top: 0 !important;
  }

  .review-content {
    display: none !important;
    width: 100% !important;
  }

  .carousel-item {
    width: 100%;
  }

  .carousel-inner {
    top: 0 !important;
  }

  .review-content-M {
    width: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 16px;
    border-radius: 6px;
    background: #fafbfc;
    gap: 16px;
    height: 211.4px;
  }

  br {
    display: none !important;
  }

  .rev-cont {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .rev-cont p {
    width: 75%;
  }

  .rev-cont img {
    width: 31.5px;
  }

  .collen-M-2 {
    position: relative;
    top: 60px;
  }

  .rev-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
  }

  .rev-name {
    display: flex;
    flex-direction: column;
  }

  .rev-name p {
    font-size: 14px;
    margin: 0;
    text-align: start;
  }

  .carousel-control-prev svg {
    width: 36px;
  }

  .carousel-control-next svg {
    width: 36px;
  }

  .ind-btn {
    display: flex;
    flex-direction: row;
    position: relative;
    float: right;
    top: 17px !important;
    left: 140px;
  }

  .trust-card {
    display: none;
  }

  .trust-card-M {
    display: block;
  }

  .trusted-section {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    height: 260px !important;
    padding: 32px 16px !important;
    gap: 20px !important;
    overflow: hidden;
  }

  .PeopleSucess-section {
    width: 100%;
    height: 599px !important;
    padding: 32px 16px !important;
  }

  .Peoplecard {
    width: max-content;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .scroll-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    padding-left: 45px;
  }

  .Procurment-section {
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    padding: 32px 16px !important;
  }

  .procurment-head {
    width: 100% !important;
  }

  .procrument-banner {
    width: 100% !important;
  }

  .cost-saving-content {
    width: 100% !important;
    gap: 24px !important;
  }

  .cost-saving-head-container {
    width: 100% !important;
    gap: 24px !important;
  }

  .footer-section {
    padding: 40px 16px !important;
  }

  .info {
    align-items: center;
  }

  .swiper-container {
    display: block;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .scroll-div {
    display: none;
  }

}

@media only screen and (min-width: 910px) and (max-width: 1023px) {
  .connetor {
    right: 37.6% !important;
  }
}

@media only screen and (min-width: 830px) and (max-width: 1023px) {
  .hero-section {
    width: 100%;
    /* height: 132vh ; */
    /* background: linear-gradient(180deg, #fbfcff 6.63%, #ecf4ff 106.63%); */
  }

  .hero-containers {
    width: 100%;
    flex-direction: column !important;
    padding-left: 0;
    padding: 82px 16px;
    align-content: center;
    justify-content: center;
    text-align: center;
    height: auto;

  }

  .home-main-banner-cont {
    width: 100%;
    padding: 0 20%;
  }

  .main-banner-model {
    left: auto !important;
    padding-top: 0;
  }



  .cont {
    display: flex !important;
    width: 100% !important;
    height: 270px !important;
    left: 0 !important;
    bottom: 86px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    float: right !important;
  }

  .sec-1cards {
    height: auto !important;
    width: 50% !important;
  }

  .sec-1card {
    width: 98% !important;
    height: auto !important;
    padding: 16px !important;
    animation: slideLeft 15s infinite !important;
  }

  .sec-1card:nth-child(1) {
    animation-delay: -3s !important;
  }

  .sec-1card:nth-child(2) {
    animation-delay: 0s !important;
  }

  .sec-1card:nth-child(3) {
    animation-delay: 3s !important;
  }

  .sec-1card:nth-child(4) {
    animation-delay: 6s !important;
  }

  .sec-1card:nth-child(5) {
    animation-delay: 9s !important;
  }

  .sec-1card:nth-child(6) {
    animation-delay: 12s !important;
  }

  .success-container {
    width: 100vw;
  }

  .dropdown-menu.show {
    top: 142%;
    left: -320px !important;
    width: 900px !important;
    gap: 15px;

  }

  .category-details-container {
    width: 100%;
  }

  .trusted-section {
    width: 100%;
  }

  @keyframes slideLeft {
    0% {
      transform: translateX(100%) scale(0.5);
      opacity: 0;
    }

    5%,
    20% {
      transform: translateX(100%) scale(0.8);
      opacity: 0.4;
    }

    25%,
    40% {
      transform: translateX(0) scale(1);
      opacity: 1;
    }

    45%,
    60% {
      transform: translateX(-100%) scale(0.8);
      opacity: 0.4;
    }

    65%,
    100% {
      transform: translateX(-100%) scale(0.5);
      opacity: 0;
    }
  }

  .cat-section {
    width: 100%;
    height: auto;
    padding: 0px;
    /* margin-top: 150px !important; */
  }

  .category-details-container {
    flex-direction: column;
    width: 100%;
  }

  .cat-image-container {
    width: 100%;
    padding: 0;
  }

  .cat-content-container {
    width: 100%;
  }

  .prob-sol-container {
    display: none;
  }

  .prob-container-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    bottom: 191px;
    overflow-x: hidden;
  }

  .prob-sol-sec {
    /* margin: -8px; */
    width: 100%;
    /* padding: 32px 16px; */
    height: 1530px;
  }

  /* this connetor is creating issue so different positioning as per the screen width */
  .connetor {
    position: relative;
    float: left;
    right: 41.5%;
    bottom: -28px;
    height: 88px;
  }

  .problem-container {
    height: auto;
    position: relative;
  }

  .pro-sol-Container-M {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
    position: relative;
    bottom: 943px;
  }

  .container-contenor {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 249px;
    gap: 128px;
    left: 173px;
  }

  .problems-title {
    font-size: 16px !important;
    margin: 0;
  }

  .problems-description {
    font-size: 12px;
    margin: 0;
  }

  .why-conqt-container {
    width: 100% !important;
    height: auto;
    /* padding: 32px 16px !important; */
    flex-direction: column !important;
  }

  .why-conqt-left {
    width: 100% !important;
  }

  .why-key-advant {
    flex-wrap: wrap;
    width: 100%;

    align-items: center;
    align-content: center !important;
  }

  .why-key-container {
    flex: 0 0 30%;
  }

  .why-conqt-right {
    width: 100%;
  }

  .bussiness-spend-section {
    padding: 20px !important;
  }

  .comparison {
    min-width: 100% !important;
  }

  .outcome-contanier {}

  .outcomes-section {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
    padding: 32px 16px !important;
  }

  .graph {
    display: none;
  }

  .outcome-contanier {
    justify-content: space-around !important;
  }

  .trusted-section {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    height: 260px !important;
    padding: 32px 16px !important;
    gap: 20px !important;
    overflow: hidden;
  }

  .trust-card {
    display: none;
  }

  .trust-card-M {
    display: block;
    width: 100%;
  }

  .profile-card {
    width: 370px;
    height: 610px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 3px solid #637bfe;
    box-shadow: 0 4px 12px rgba(8, 57, 127, 0.24);
    margin-top: 25px !important;
  }

  .success-container {
    padding-bottom: 0;
  }

  .menu-list:nth-child(1) {
    display: none;
  }

  .menu-list:nth-child(2) {
    display: none;
  }
}




@media (max-width: 830px) {

  .success-stories-container {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    white-space: nowrap;
    margin: 20px auto;
    flex-wrap: nowrap;
    justify-content: start;
    position: relative;
    height: 600px;
    overflow: none;
    justify-content: center;
  }

  .profile-card {

    transition: opacity 0.5s ease-in-out;
    position: absolute;
    opacity: 0;
    display: inline-block;
    width: 85%;
    margin: 0 auto;
    vertical-align: top;
    text-align: center;
    white-space: normal;
  }

  .profile-card .img {
    padding: 0;
    margin: 0 auto;
    display: flex;

    justify-content: center;
    align-items: center;
    /* width: max-content;  */
  }

  .profile-card .img img {
    margin-top: -82px;
    width: auto;
    /* Maintain aspect ratio */
    max-width: 100%;

  }

  .profile-card.active {
    opacity: 1;
  }

  #slide2 {
    display: none;
    /* Hide both slide contents initially */

  }

  #slide1 {
    display: flex;
    /* Show the first slide (first three buttons) by default */
  }

  .slide-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .pagination-dot-container {
    /* height: 300px; */
  }



  .pagination-dot {
    cursor: pointer;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
  }

  .pagination-dot.active {
    background-color: #333;
  }

  .home-main-banner-cont {
    width: 100%;
  }

  .streamline-lower-image {
    display: none;
  }

  .logo-main {
    width: 81.6px !important;
    height: 24px !important;
  }

  .hero-section {
    padding-top: 0px;
    /* height: 132vh ; */
    /* background: linear-gradient(180deg, #fbfcff 6.63%, #ecf4ff 106.63%); */
  }

  .hero-containers {
    width: 100%;
    flex-direction: column !important;
    padding-left: 0;
    padding: 32px 16px;
    align-content: center;
    justify-content: center;
    text-align: center;
  }

  /* .button-forS1 {
    height: 100px !important;
    top: -66px !important;
  } */
  .hp-manban-btns img {
    width: 60px;
    height: 60px;
  }

  .hp-manban-btns.active img {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 12px 4px #13cca2;
    border-radius: 50%;
  }

  .category-Syles {
    font-weight: 600;
  }

  .btn1 {
    transform: translateY(0.11rem);
    width: 60px;
    /* height: 60px; */
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
  }

  .btn1.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn2 {
    transform: translateY(-1.1rem);
    width: 60px;
    /* height: 60px; */
  }

  .btn2.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn3 {
    width: 60px;
    /* height: 60px; */
    transform: translateY(0.11rem);
  }

  .btn3.active {
    /* transform: translateY(-1.1rem); */
  }

  .btn3.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn4 {
    transform: translateY(0.11rem);
    /* width: 60px;
    height: 60px; */
  }

  .btn4.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn5 {
    transform: translateY(-1.1rem);
    width: 60px;
    /* height: 60px; */
  }

  .btn5.active {
    /* transform: translateY(-1.1rem); */
  }

  .btn5.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .btn6 {
    transform: translateY(0.11rem);
    /* width: 60px;
    height: 60px; */
  }

  .btn6.active {
    /* transform: translateY(-1.1rem); */
  }

  .btn6.active img {
    border-radius: 50%;
    /* background: radial-gradient(
      50% 50% at 50% 50%,
      #1b66b4 66.5%,
      #13cca2 100%
    ); */
    box-shadow: 0px 0px 12px 4px #13cca2;
  }

  .hp-manban-Icons {
    display: none;
    width: 100%;
    height: 152px;
    overflow: scroll;
    scrollbar-width: none;
    gap: 37px;
    top: 0;
  }

  .hp-manban-btns {
    top: 19px;
  }

  .home-hero-container {
    /* height: 1000px; */
  }

  .inter-md-description {
    text-align: center;
  }

  .home-main-banner-cont {
    width: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .arc-pc {
    width: 100%;
    height: 24.44px;
  }

  .banner-cont-btns {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 0 !important;
    align-self: center;
    /* margin-left:-38px !important ;
    width:140%; */
  }

  .get-started-inside {
    width: max-content;
    padding: 12px 10px;
    text-align: center;
  }

  .explore-inside-btn {
    width: max-content;
    padding: 8px 10px;
    text-align: center;
  }

  .main-banner-model {
    left: 0;
    height: 473px;
  }

  .model-banner {
    width: 100%;
  }

  .cont {
    width: 100% !important;
    height: 270px !important;
    left: 0 !important;
    bottom: 86px !important;
  }

  .sec-1cards {
    height: auto !important;
    width: 50% !important;
  }

  .sec-1card {
    width: 98% !important;
    height: auto !important;
    padding: 16px !important;
  }

  .cat-section {
    width: 100%;
    height: auto;
    padding: 32px 16px;
    /* margin-top: 150px !important; */
  }

  .category-details-container {
    flex-direction: column;
    width: 100%;
  }

  .cat-image-container {
    width: 100%;
    padding: 0;
  }

  @media (max-width: 700px) {
    .cat-image-container {
      width: 100%;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .cat-image-container img {
      width: 100%;
      padding: 0;
      height: auto;
    }

  }

  .cat-content-container {
    width: 100%;
    /* padding: 10%; */
  }

  .prob-sol-container {
    display: none;
  }

  .prob-container-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    bottom: 191px;
    overflow-x: hidden;
  }

  .prob-sol-sec {
    /* margin: -8px; */
    width: 100%;
    /* padding: 32px 16px; */
    height: 1530px;
  }

  .connetor {
    position: relative;
    float: left;
    right: 50%;
    bottom: -28px;
    height: 88px;
  }

  .problem-container {
    height: auto;
    position: relative;
  }

  .pro-sol-Container-M {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
    position: relative;
    bottom: 943px;
  }

  .container-contenor {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 249px;
    gap: 128px;
    left: 173px;
  }

  .problems-title {
    font-size: 16px !important;
    margin: 0;
  }

  .problems-description {
    font-size: 12px;
    margin: 0;
  }

  .why-conqt-container {
    width: 100% !important;
    height: auto;
    /* padding: 32px 16px !important; */
    flex-direction: column !important;
  }

  .why-conqt-left {
    width: 100% !important;
  }

  .why-key-advant {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px !important;
    align-items: center;
    align-content: center !important;
  }

  .why-key-container {
    /* width: 347px !important; */
  }

  .why-conqt-right {
    width: 100% !important;
  }

  .whyConqt {
    width: 100%;
  }

  .bussiness-spend-section {
    display: none !important;
  }

  .streamline-upper-image {
    display: none !important;
  }

  .strealine-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px 16px !important;
    height: auto !important;
  }

  .streamline-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .people-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .people-head h2 {
    text-align: left;
  }

  .people-head h5 {
    font-weight: 500;
    color: #465261;
    /* text-align-last: left; */
  }

  .comparison-title-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .cost-saving-section {
    width: 100%;
    height: auto !important;
    gap: 24px;
    padding: 32px 16px !important;
    flex-direction: column !important;
  }

  .cost-saving-image {
    width: 100% !important;
  }

  .cost-saving-image img {
    width: 100%;
  }

  .outcomes-section {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
    padding: 32px 16px !important;
  }

  .outcome-contanier {
    width: 100%;
    flex-direction: column !important;
  }

  .outcome {
    width: 100% !important;
    padding: 16px 9px !important;
  }

  .outcome-head {
    margin: 0;
  }

  .outcome-para {
    margin: 0 !important;
  }

  .outcome-con-1 {
    width: 100% !important;
  }

  .graph {
    width: 100%;
  }

  .success-story-section {
    width: 100%;
    padding: 32px 16px !important;
  }

  .stories-container {
    width: 100%;
    overflow: auto;
    gap: 10px;
  }

  .carousel-indicators {
    width: max-content;
    display: flex !important;
    left: 329px !important;
    top: 95% !important;

    margin-right: 0 !important;
    align-self: center;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .CustomerReview-section {
    width: 100%;
    /* height: 480px !important; */
    padding: 32px 16px !important;
    flex-direction: column !important;
  }

  .carousel-control-prev {
    left: -73px !important;
  }

  .customer-head {
    width: 100%;
    text-align: left;
  }

  .carousel {
    width: 100% !important;
    height: auto !important;
    padding: 0px !important;
    gap: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent !important;
    box-shadow: none !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 0px !important;
  }

  .carousel-control-prev {
    top: 0 !important;
  }

  .review-content {
    display: none !important;
    width: 100% !important;
  }

  .carousel-item {
    width: 100%;
  }

  .carousel-inner {
    top: 0 !important;
  }

  .review-content-M {
    width: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 16px;
    border-radius: 6px;
    background: #fafbfc;
    gap: 16px;
    height: 211.4px;
  }

  br {
    display: none !important;
  }

  .rev-cont {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .rev-cont p {
    width: 75%;
  }

  .rev-cont img {
    width: 31.5px;
  }

  .collen-M-2 {
    position: relative;
    top: 60px;
  }

  .rev-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
  }

  .rev-name {
    display: flex;
    flex-direction: column;
  }

  .rev-name p {
    font-size: 14px;
    margin: 0;
    text-align: start;
  }

  .carousel-control-prev svg {
    width: 36px;
  }

  .carousel-control-next svg {
    width: 36px;
  }

  .ind-btn {
    display: flex;
    flex-direction: row;
    position: relative;
    float: right;
    top: 17px !important;
    left: 140px;
  }

  .trust-card {
    display: none;
  }

  .trust-card-M {
    display: block;
    width: 100%;
  }

  .trusted-section {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    height: 260px !important;
    padding: 32px 16px !important;
    gap: 20px !important;
    overflow: hidden;
  }

  .PeopleSucess-section {
    width: 100%;
    height: 599px !important;
    padding: 32px 16px !important;
  }

  .Peoplecard {
    width: max-content;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .scroll-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    padding-left: 45px;
  }

  .Procurment-section {
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    padding: 32px 16px !important;

  }

  .procurment-head {
    width: 100% !important;
    align-items: center;
  }

  .procurment-head h2 {
    text-align: center !important;
  }

  .procurment-head p {
    text-align-last: center !important;
  }

  .procrument-banner {
    width: 100% !important;
  }

  .cost-saving-content {
    width: 100% !important;
    gap: 24px !important;
  }

  .cost-saving-head-container {
    width: 100% !important;
    gap: 24px !important;
  }

  .footer-section {
    padding: 40px !important;

  }

  .conqt-info {
    width: 60% !important;
  }

  .menu-links {
    display: none !important;
    gap: 0px !important;
  }

  .menu-list {
    width: 133px !important;
  }

  .info {
    align-items: center;
  }

  .swiper-container {
    display: block;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .scroll-div {
    display: none;
  }

  .slider-container {
    display: block !important;
  }

  .slideshow-container-pep {
    display: flex !important;
  }
}

@media only screen and (min-width: 1024px) {
  .cat-section {
    width: 100%;
    height: auto;
    /* padding: 100px 0px; */
  }

  .cat-content-container {
    width: 50%;
  }

  .cat-image-container {
    width: 50%;
    padding: 5%;
  }

  .hero-section {
    width: 100%;
    /* height: 65%; */
  }

  .hero-containers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    /* padding-left: 2%; */
    gap: 0%;
    padding: 0% 3%;
  }

  .main-banner-model {
    position: relative;
    top: 50px;
    right: 0%;
    left: -40px;
    width: 12%;
  }

  .home-main-banner-cont {
    width: 32%;
  }

  .prob-sol-conqt-container img {
    width: 253px;
    margin-top: -129px;
    height: 673px;
  }

  .prob-column {
    row-gap: 0.5rem;
  }

  .prob-sol-head-container {
    width: 345px;
  }

  .problem-container {
    width: 345px;
    display: flex;
    height: 89px;
    padding: 10px;
    gap: 12px;
    border-radius: 8px;
    background: #fafbfc;
    align-items: center;
    box-shadow: 0px 4px 16px 0px #3461b81f;
  }

  .prob-sol-sec {
    margin: 0;
  }

  .success-story-section {
    background-size: contain;
  }

  .button-forS1 {
    /* top: -415px !important; */
    /* height:100px; */

  }

  .hp-manban-Icons {
    /* top: 64px; */
  }

  .carousel {
    width: 95% !important;
    padding: 40px 55px !important;
    /* height: 304px !important; */
  }

  .pro-product-head {
    width: 60% !important;
  }

  .content-sec {
    padding: 32px;
    justify-content: space-between !important;
  }

  .arc-forS1-M {
    display: none !important;
  }

  .cont {
    width: 34% !important;
    /* bottom: 515px !important; */
    /* left: 61% !important ; */
  }

  .ind-btn {
    top: -61px !important;
  }

  .Peoplecard {
    gap: 40px !important;
  }

  .dropdown-menu.show {
    top: 52px !important;
  }

  .nav-link.active {
    box-shadow: 0px 20px 0px 0ox #e7ebfd !important;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    box-shadow: 0px 20px 0px 0px #e7ebfd;
    border-bottom: 0px !important;
  }

  .sec-1card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    padding: 0.3rem !important;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    opacity: 0;
    animation: slideUp 15s infinite;
    width: 367px !important;
    /* height: 229px; */
    flex-wrap: wrap;
  }

  .conqt-VMSimg {
    width: 40%;
  }

  .profile-card {
    height: 620px;
    margin-top: 10px !important;
  }

}


@media only screen and (min-width: 1280px) {
  .cat-section {
    height: auto;
    /* padding: 100px 0px; */
  }

  .hero-section {
    width: 100%;
    /* height: 679px; */
  }

  .main-banner-model {
    position: relative;
    top: 50px;
    right: 0%;
    left: -40px;
  }

  .success-story-section {
    background-size: contain;
  }

  .button-forS1 {
    /* top: -415px !important; */
  }

  .hp-manban-Icons {
    /* top: 64px; */
  }

  .carousel {
    width: 95% !important;
    padding: 40px 55px !important;
  }

  .pro-product-head {
    width: 46% !important;
  }

  .content-sec {
    justify-content: space-between !important;
  }

  .arc-forS1-M {
    display: none !important;
  }

  .cont {
    bottom: 595px;
    left: 59%;
  }

  .ind-btn {
    top: -61px !important;
  }

  .Peoplecard {
    gap: 40px !important;
  }

  .dropdown-menu.show {
    top: 52px !important;
  }

  .nav-link.active {
    box-shadow: 0px 20px 0px 0ox #e7ebfd !important;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    box-shadow: 0px 20px 0px 0px #e7ebfd;
    border-bottom: 0px !important;
  }

  .prob-column {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }

  .problem-container {
    width: 366px;
    display: flex;
    height: 96px;
    padding: 16px 20px 16px 20px;
    gap: 12px;
    border-radius: 8px;
    background: #fafbfc;
    align-items: center;
    box-shadow: 0px 4px 16px 0px #3461b81f;
  }

  .prob-sol-head-container {
    text-align: center;
    box-shadow: 0px 4px 16px 0px #3461b81f;
    background: #fafbfc;
    width: 366px;
    height: 96px;
    display: flex;
    gap: 12px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
  }

  .prob-sol-conqt-container img {
    width: max-content !important;
    margin-top: 0 !important;
    height: auto !important;
  }

  .why-conqt-container {
    justify-content: center !important;
    padding: 64px !important;
  }

  .comparison-section {
    padding: 40px 64px !important;
  }

  .outcomes-section {
    width: 100% !important;
    /* height: 744px !important; */
    padding: 64px !important;
    gap: 64px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .outcome-contanier {
    flex-wrap: nowrap !important;
  }

  .hero-containers {
    padding: 0% 6%;
    align-items: center;
    /* justify-content: center; */
  }

  .success-stories-container {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1280px) {
  .profile-card {
    padding: 14px;
  }
}

@media only screen and (min-width: 1366px) {
  .cont {
    left: 60%;
  }

  .hero-section {
    /* height: 810px; */
  }

  .carousel {
    width: 89% !important;
  }

  .main-banner-model {
    padding-top: 3rem;
    position: relative;
    left: -4%;
  }

  .button-forS1 {
    /* top: -406px !important; */
  }

  .hp-manban-Icons {
    /* top: 60px; */
  }

  .Logo-marquee {
    top: -12%;
  }

  .content-sec {
    justify-content: space-evenly !important;
  }

  .arc-forS1-M {
    display: none !important;
  }

  .dropdown-menu.show {
    top: 52px !important;
  }

  .nav-link.hover {
    box-shadow: 0px 20px 0px 0ox #e7ebfd !important;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.hover {
    box-shadow: 0px 20px 0px 0px #e7ebfd;
    border-bottom: 0px !important;
  }

  .bussiness-spend-section {
    width: 100%;
  }

  .cost-saving-content {
    width: 50% !important;
  }
}

@media only screen and (min-width: 1440px) {
  .hero-section {
    /* height: 679px; */
  }

  .dropdown-menu.show {
    top: 61px !important;
  }

  .carousel {
    width: 83% !important;
  }

  .main-banner-model {
    position: relative;
    right: 0%;
    left: 4%;
  }

  .button-forS1 {
    /* top: -415px !important; */
  }

  .hp-manban-Icons {
    top: 0;
  }

  .nav-link {
    line-height: 42px !important;
  }

  .arc-forS1-M {
    display: none !important;
  }

  .cont {
    /* bottom: 570px !important; */
    /* left: 841px !important; */
    left: 25% !important;
  }

  .cost-saving-content {
    width: 41% !important;
  }

  .cost-saving-image {
    width: 47% !important;
  }
}

@media only screen and (min-width: 1536px) {
  .hero-section {
    /* height: 639px; */
  }

  .dropdown-menu.show {
    top: 61px !important;
  }

  .main-banner-model {
    position: relative;
    right: 0%;
    left: 4%;
  }

  .button-forS1 {
    /* top: -458px !important; */
  }

  .hp-manban-Icons {
    /* top: 60px; */
  }

  .carousel {
    width: 82% !important;
  }

  .arc-forS1-M {
    display: none !important;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-section {
    /* height: 745px; */
  }

  .dropdown-menu.show {
    top: 61px !important;
  }

  .main-banner-model {
    position: relative;
    right: 0%;
    left: 4%;
  }

  .button-forS1 {
    /* top: -29px !important; */
    /* height:70px; */
  }

  .hp-manban-Icons {
    top: 0;
  }

  .arc-forS1-M {
    display: none !important;
  }

  .carousel {
    width: 74% !important;
  }
}

@media only screen and (min-width: 1920px) {
  .hero-section {
    /* height: 745px; */
  }

  .dropdown-menu.show {
    /* top: 57px !important; */
  }

  .main-banner-model {
    position: relative;
    right: 0%;
    left: 11%;
    width: 30%;
    display: flex;
    justify-content: end;
  }

  /* .button-forS1 {
    top: 0px !important;
  } */
  .hp-manban-Icons {
    top: 0;
  }

  .carousel {
    width: 61% !important;
  }

  .EXP-feature-section {
    padding: 90px 160px !important;
  }

  .nav-link {
    line-height: 36px !important;
  }

  .arc-forS1-M {
    display: none !important;
  }

  .PeopleSucess-section {
    height: auto !important;
  }

  .Peoplecard {
    gap: 126px !important;
  }

  .cont {
    left: 0% !important;
    bottom: 65px !important;
  }

  .feabox-contanier {
    padding: 0px 57px !important;
  }

  .our-expertise {
    padding: 64px 90px !important;
  }
}

@media only screen and (min-width: 2560px) {
  .hero-section {
    height: 70%;
  }

  .main-banner-model {
    position: relative;
    right: 0%;
    left: 24%;
  }

  .button-forS1 {
    top: -13%;
  }

  .hp-manban-Icons {
    top: 64px;
  }

  .carousel {
    width: 47% !important;
  }

  .arc-forS1-M {
    display: none !important;
  }

  .arc-forS1 {}

  .nav-tabs {
    height: -webkit-fill-available;
    margin-top: 9px !important;
  }

  .nav-link {
    line-height: 59px !important;
  }

  .dropdown-menu.show {
    top: -10% !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1167px) {
  .cont {
    width: 40% !important;
  }
}

@media (max-width: 320px) {
  .problem-container {
    width: 236px;
    height: 100px;
    padding: 0 10px;
  }
}

@media ((min-width:830px) and (max-width: 1280px)) {
  .success-container-scroll {
    overflow-x: scroll;
  }

  .success-container-scroll::-webkit-scrollbar {
    width: 0 !important
  }

  .success-container-scroll {
    overflow: -moz-scrollbars-none;
  }

  .success-container-scroll {
    -ms-overflow-style: none;
  }

  .success-stories-container {
    flex-wrap: nowrap;
    align-items: baseline;
    width: max-content;
  }
}