/* ===== GLOBAL STYLES ===== */
body {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* ===== HEADER ===== */

.header .dropdown:hover .dropdown-menu {
  display: block;
}

.header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.navbar-collapse {
  flex-grow: 0;
}

.header .site-logo {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.header .navbar-nav {
  display: flex;
  margin-left: auto;
}

.header .nav-link {
  display: flex;
  align-items: center;
  color: #eaf7f4;
  padding: 20px 16px;
  font-weight: 400;
}

.header .nav-link.active {
  color: #6fabff !important;
}

.header .nav-link:hover,
.header .nav-link:focus {
  color: #6fabff;
}

.header .nav-link:hover::after {
  transform: rotate(180deg);
}

.header .navbar-nav li {
  margin-right: 10px;
}

.customer-login .button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  color: #ffffff;
  background-color: #6fabff;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  font-weight: 500;
}

.header .customer-login .button:hover {
  background-color: #fff;
  border: 1px solid #6fabff;
  color: #6fabff;
}

.header .dropdown-toggle::after {
  margin-left: 8px;
  font-size: 20px;
}

/* ===== SOLUTIONS(Header) ===== */

/* solution-tabs */

.solution-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
}

.solution-tabs-wrapper {
  background: #fff;
  padding: 14px 30px;
}

.solution-tabs-wrapper .nav-link {
  color: #000 !important;
  font-weight: 500;
  border: none;
}

.solution-tabs-wrapper .nav-link.active {
  border-bottom: 2px solid #6fabff;
  color: #6fabff !important;
  background: none;
}

.solution-tabs-wrapper .nav-link:hover {
  border-bottom: 2px solid #6fabff;
}

/* solution-tabs-content */

.tab-content {
  padding: 40px;
}

.tab-card-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.tab-card {
  width: 20%;
  max-width: 30%;
  flex-grow: 1;
  padding: 25px;
  border: 1px solid transparent;
  border-radius: 25px;
  background-image: linear-gradient(145deg, #fff);
  transition: all 0.5s ease-in;
}

.tab-card:hover {
  background-image: linear-gradient(145deg, #fff 30%, #006aff3e 100%);
  border: 1px solid #045dd9;
  border-radius: 25px;
}

.tab-card img {
  height: 60px;
  object-fit: contain;
}

.tab-card h5 {
  color: #063c34;
  margin-top: 5px;
}

.tab-card p {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}

/* ===== INDUSTRIES(Header) ===== */

.industry-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
}

.industry-card-wrapper {
  display: flex;
  gap: 10px;
  padding: 40px;
  background: #fff;
}

.industry-card {
  width: 20%;
  height: 150px;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #045dd9a3;
}

.industry-card h3 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
}

/* About-us section */

.about-us-section {
  height: 75vh;
  background-image: url("../images/abacus_web-_banner-_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
}

.about-us-content p {
  line-height: 26px;
  margin-block: 28px;
  color: #fff;
  padding: 0 110px;
  margin-top: 40px;
}

.about-us-content h2 {
  color: #6fabff;
  font-size: 44px;
  line-height: 42px;
  font-weight: 600;
}

.about-us-content h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.about-us-content span {
  font-weight: bolder;
}
.about-us-content {
  margin-top: 85px;
  padding: 0 10px;
}

.section-title {
  color: #6fabff;
  font-size: 38px;
  font-weight: 400;
}
.section-text {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 26px;
}

.about-carousel {
  width: 80%;
  margin: 0 auto;
}

.service-box img {
  max-width: 120px;
}
.service-box h6 {
  font-weight: 600;
  margin-top: 10px;
}
.choose-box {
  border: 1px solid #6fabff;
  border-radius: 25px;
  padding: 40px;
}
.choose-box h6 {
  font-size: 24px;
  font-weight: 400;
}
.choose-box h2 {
  color: #6fabff;
  font-size: 38px;
  font-weight: 400;
}
.choose-item {
  display: flex;
  gap: 32px;
  margin-bottom: 25px;
}
/* .choose-icon{
    width:40px;
    height:40px;
    border:2px solid #f2b2b2;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e56b6b;
    font-weight:bold;
} */
.choose-icon img {
  width: 35px;
}
.choose-item h6 {
  color: #6fabff;
  font-size: 20px;
  font-weight: 400;
}
.choose-item p {
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.service-box {
  height: 200px;
}

.carousel-inner img {
  width: 70% !important;
}

.carousel-main-pic {
  width: 50%;
  height: 210px;
  padding: 10px 20px 30px 10px;
}
.carousel-main-pic p {
  margin-top: 12px;
}
.carousel-inner .main-pic-4 {
  width: 60% !important;
}
.carousel-inner .main-pic-5 {
  width: 14% !important;
}
.carousel-inner .main-pic-5-1 {
  width: 57% !important;
}
.carousel-inner .main-pic-5-2 {
  width: 90% !important;
}
.carousel-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

.carousel-indicators {
  margin-bottom: -2rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 6px;
}

.our-mission-section {
  /* margin-block: 128px 0px; */
  /* position: relative; */
  height: 40vh;
  /* overflow: hidden; */
  background-image: url("../images/abacus_web-_banner-_bg.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.our-mission-content {
  text-align: center;
}

.our-mission-content p {
  line-height: 26px;
  font-size: 20px;
  margin-block: 28px;
  color: #fff;
  margin-top: 40px;
}

.our-mission-content h4 {
  font-size: 38px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.our-commitment-section {
  /* margin-block: 128px 0px; */
  /* position: relative; */
  height: 40vh;
  /* overflow: hidden; */

  display: flex;
  align-items: center;
}

.our-commitment-content {
  text-align: center;
  padding: 0 80px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.our-commitment-content p {
  line-height: 26px;
  font-size: 16px;
  margin-block: 28px;
  color: #000;
}

.our-commitment-content h4 {
  font-size: 38px;
  font-weight: 400;
  line-height: 24px;
  color: #4e92efa3;
}

/* footer */

.footer {
  background: radial-gradient(circle at center, #1b1b1b, #000);
  color: #bfbfbf;
}

.footer-logo {
  font-size: 48px;
  font-weight: 600;
  color: #6fabff;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
}

.footer-heading {
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.footer-list i {
  color: #6fabff;
  margin-top: 4px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}

.linkedin {
  background: #0077b5;
}
.facebook {
  background: #1877f2;
}

.partner-box img {
  width: 200px;
}

.partner-box.sage {
  border: 2px solid #00d639;
  color: #00d639;
}

.partner-box.zoho,
.partner-box.microsoft {
  color: #000;
}

@media (max-width: 575.98px) {
  .custom-icon-toggler {
    border: none;
    background: transparent !important;
  }

  .custom-icon-toggler i {
    font-size: 24px;
    color: #ffffff; /* brand color */
  }

  .header .navbar {
    justify-content: center;
  }

  .header-container {
    padding: 16px;
    margin: 0;
  }

  .header .navbar-toggler {
    background-color: #fff;
    box-shadow: none;
  }

  .header .site-logo {
    font-size: 18px;
  }

  .slide-menu,
  .slide-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateX(100%);
    background-color: #000;
    transition: transform 0.5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 20;
    padding: 30px 0px;
    align-items: flex-end;
    padding-right: 25px;
  }

  .slide-menu.show {
    transform: translateX(0%);
  }

  .navbar-nav {
    width: 85%;
  }

  .mobile-divider {
    width: 85%;
    height: 1px;
    background-color: #cccccc6c;
    margin: 15px 0;
  }

  .mobile-site-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
  }

  .mobile-site-logo a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }

  .mobile-site-logo i {
    color: #6fabff;
    font-size: 28px;
  }

  .header .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
  }

  .mobile-partners {
    width: 85%;
    display: flex;
    gap: 4px;
    justify-content: center;
  }

  .mobile-partners img {
    width: 95px;
    height: auto;
    object-fit: contain;
    background-color: #fff;
  }

  .slide-panel {
    /* position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;

    background: #062c2c;
    color: #fff; */
    z-index: 1050;

    /* transform: translateX(100%);
    transition: transform 0.4s ease;
    display: block; */
  }

  /* Bootstrap jab .show lagata hai */
  .slide-panel.show {
    transform: translateX(0);
  }

  .solutionPanel-wrapper,
  .industryPanel-wrapper {
    width: 85%;
  }

  .solutionPanel-title {
    color: #6fabff;
    margin: 20px 0;
  }

  /* header */
  .panel-header {
    padding: 15px;
  }

  .back-btn {
    color: #fff;
    text-decoration: none;
  }

  .panel-body {
    padding: 15px;
  }

  /* accordion */

  .slide-panel .accordion-button::after {
    display: none;
  }

  .slide-panel .accordion-body {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ESGdata-accordion-body,
  .GenerativeAI-accordion-body,
  .compliance-accordion-body {
    flex-direction: column;
  }

  .ESGdata-content h4,
  .GenerativeAI-content h4,
  .compliance-content h4 {
    color: #6fabff;
    margin: 10px 0px;
  }

  .GenerativeAI-divider,
  .compliance-divider,
  .slide-panel-divider {
    width: 100%;
    height: 1px;
    background-color: #cccccc89;
    margin: 20px 0px;
  }

  .slide-panel .accordion-image-wrapper {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #6fabff;
    width: 100%;
    max-width: 120px;
    height: 60px;
  }

  .slide-panel .accordion-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .slide-panel .mobile-accordion {
    margin-left: auto;
  }

  .slide-panel .accordion-button,
  .slide-panel .accordion-body {
    border-radius: 0px !important;
    border-radius: 0px;
  }

  .slide-panel .accordion-button {
    padding: 10px;
  }

  .slide-panel .accordion-collapse {
    margin-top: 0px;
    border-radius: 0px;
  }

  .slide-panel .accordion-item {
    margin-bottom: 5px;
  }

  /* industry */
  .industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .industry-list li {
    text-align: center;
    padding: 18px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #6fabff;
    margin-top: 4px;
  }

  /* .....about-us..... */
  .about-us-section {
    height: 100vh;
  }
  .about-us-content h4 {
    font-size: 20px;
  }
  .about-us-content h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .about-us-content p {
    line-height: 26px;
    margin-top: 20px;
    padding: 0;
  }

  /* about-us */

  .about-us-section {
    height: auto;
    min-height: 100vh;
  }
  .section-title {
    font-size: 30px;
    text-align: center;
  }
  .section-text {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
  }
  .about-carousel {
    width: 90%;
  }

  .carousel-main-pic {
    width: 100%;
    height: 125px;
    padding: 0;
  }
  .carousel-inner img {
    width: 40% !important;
  }
  .carousel-inner p {
    font-size: 14px;
  }
  .carousel-main {
    margin-top: 60px;
    gap: 40px;
  }

  .choose-item {
    display: block;
  }
  .choose-item h6 {
    margin-top: 10px;
  }
  .choose-box h2 {
    font-size: 30px;
  }
  .choose-box {
    padding: 60px 30px;
    margin-top: 60px;
  }

  /* our-mission */

  .our-mission-section {
    height: 50vh;
  }
  .our-mission-content h4 {
    font-size: 30px;
  }

  /* our-commitment */

  .our-commitment-section {
    min-height: 50vh;
    height: unset;
  }
  .our-commitment-content h4 {
    font-size: 30px;
  }
  .our-commitment-content {
    margin-top: 20px;
    padding: 0 20px;
  }
}
