@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --logo-color: #001844;
  --figma-yellow: #ffb606;
  --hex-width: 150px; /* Default width for the hexagon */
  --bs-font-family: "Archivo Narrow";
  --base-font-size: 16px;
  --primarywhite: #fff;
  --primarycolor: #001844;
  --ifs-primary: #42348b;
}

.fz-20 {
  font-size: 20px;
}

.fz-20 {
  font-size: 20px;
}

body {
  font-family: var(--bs-font-family);
}

.text-justify {
  text-align: justify !important;
}

.w-90 {
  width: 90% !important;
}
.w-80 {
  width: 80% !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-100 {
  margin-bottom: 100px;
}
.hero-bg {
  min-height: 550px;
  background-image: url(../images/header_tab1.png);
  background-repeat: no-repeat;

  background-size: cover;
}
.exp-bg {
  /* min-height: 440px; */
  background-image: url(../images/slide22.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_bg {
  min-height: 30px;
  background-color: #d2d5dc;
  background-image: url(../images/Highshine_Pngs_Pic/Strip.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.ifs-odoo-bg {
  min-height: 10px;
  background-image: url(../images/c-bg.png);
  background-repeat: no-repeat;
  background-position: 16% 55%;
  background-size: contain;
  padding-top: -700px;
}

/*hero*/

.hero .content h3 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
}

.hero .content h6 {
  font-size: 71px;
  line-height: 50px;
  font-weight: 700;
  color: var(--figma-yellow);
}
/* Mobile Styles (screen width less than 768px) */
@media (max-width: 767.98px) {
  .hero-bg,
  .ifs-odoo-bg,
  .odoo_sec1,
  .ifs_app_sec {
    /* Remove background image on mobile */
  }
  /* .hero-bg {
    background-color: var(--logo-color);
  } */
  .ifs_sec1 {
    background-image: linear-gradient(
      143.1deg,
      #42348b 24.41%,
      #a677c5 132.12%
    ) !important;
  }
  .ifs_app_sec {
    background-color: #f6f0ff;
  }
  .border-application,
  .border-application-right1 {
    border: none !important; /* Remove all borders on mobile */
  }
}

/* Default styling (large screens) */
.responsive-img {
  width: 70%; /* Adjust the width for large screens */
  height: auto; /* Maintain aspect ratio */
}

/* Mobile screens (up to 767px) */
@media (max-width: 767px) {
  .responsive-img {
    width: 100%; /* Adjust the width for mobile */
    height: auto; /* Maintain aspect ratio */
    margin-top: 15px;
  }
}

.footer_bg {
  background-color: var(--logo-color);
}
.yellow-font {
  color: var(--figma-yellow);
}
.about_hero_sec {
  background-color: #e9efff99;
}

.odoo_sec1 {
  min-height: 550px;
  border-radius: 60px;
  background-image: url(../images/odoo_ban_bg_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ifs_sec1 h1 {
  font-family: Archivo Narrow;
  font-size: 75px;
  font-weight: 400;
  line-height: 86.86px;
  text-align: justify;
}
.ifs_sec1 {
  min-height: 550px;
  background-image: url(../images/Highshine_Pngs_Pic/ifs_bg.png);
  /* background-image: url('https://placehold.co/1920x550'); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.ifs_app_sec {
  min-height: 800px;
  background-image: url(../images/ifs_app_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  section#ifs_sec1 .sm_ifs img {
    width: 200px !important;
    max-width: 100%;
    height: auto;
  }
}

/* Medium devices (tablets, 768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section#ifs_sec1 .sm_ifs img {
    width: 150px !important;
    max-width: 100%;
    height: auto;
  }
}

/* Small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
  section#ifs_sec1 .sm_ifs img {
    width: 120px !important;
    max-width: 100%;
    height: auto;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .ifs_ser_t2 {
    font-size: 145px;
    font-weight: 700;
    line-height: 152.54px;
    text-align: left;
    color: #efefef;
  }
} /* Medium devices (tablets, 768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ifs_ser_t2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: #efefef;
  }
}

/* Small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
  .ifs_ser_t2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-align: left;
    color: #efefef;
  }
}

.hexagon1 {
  /* background-color: rgba(102, 59, 90, 1); */
  background-color: #fff;
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hexagon1 img {
  width: 100%; /* Ensure the image fits within the hexagon */
  height: 100%;
  object-fit: cover; /* Ensures image covers the hexagon without distortion */
  clip-path: inherit; /* Apply the same hexagon clipping to the image */
}

.hexagon2 {
  background-color: rgba(102, 59, 90, 1);
  /* background-color: #fff; */
  position: relative;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin: 10px;
  /* padding: 10px; */
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hexagon2 img {
  /* width: 100%; 
  height: 100%; */
  object-fit: cover; /* Ensures image covers the hexagon without distortion */
  /* clip-path: inherit;  */
}

.border-application {
  border-bottom: 2px solid #9c5789; /* Bottom border with color */
  border-left: 2px solid #9c5789; /* Left border with color */
  border-top: none; /* No top border */
  border-right: none; /* No right border */
}
.border-application-right1 {
  border-bottom: 2px solid #9c5789; /* Bottom border with color */
  border-left: 2px solid #9c5789; /* Left border with color */
  border-top: none; /* No top border */
  border-right: 2px solid #9c5789; /* No right border */
}

/* ai code */
/* Container for the honeycomb */
.honeycomb {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

/* Row styles */
.comp_row1,
.comp_row2 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.comp_row1 {
  margin-bottom: calc(var(--hex-width) * -0.08); /* Adjust overlap */
}

.comp_row2 {
  margin-top: calc(var(--hex-width) * -0.08); /* Adjust overlap */
}

/* Hexagon base styles */
.hexagon {
  width: var(--hex-width); /* Dynamic width */
  height: calc(var(--hex-width) * 0.866); /* Height based on √3/2 */
  background-color: #9c5789;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  cursor: pointer;
  margin-right: 6px;
  transition: transform 0.4s ease, background-color 0.4s ease;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hex_hover_content {
  width: 350px; /* Dynamic width for hover */
  height: calc(350px * 0.866); /* Height based on √3/2 */
  background-color: #663b5a;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  color: white;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* Responsive Design */

/* Larger screens (1200px and up) */
@media (min-width: 1200px) {
  :root {
    --hex-width: 200px; /* Larger hexagons for larger screens */
  }
}

/* Medium screens (768px to 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  :root {
    --hex-width: 150px; /* Default size */
  }
}

/* Small screens (480px to 767px) */
@media (max-width: 767px) and (min-width: 480px) {
  :root {
    --hex-width: 120px; /* Slightly smaller hexagons */
  }
}

/* Extra small screens (below 480px) */
@media (max-width: 479px) {
  :root {
    --hex-width: 100px; /* Smallest hexagons for tiny screens */
  }
}

.hex_detail_view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.hex_detail_view.active {
  opacity: 1;
  visibility: visible;
}

.hexagon.active-hex {
  background-color: #ff4081; /* Highlight color */
  transform: scale(1.1); /* Slightly enlarge */
  box-shadow: 0 0 10px rgba(255, 64, 129, 0.6); /* Glow effect */
}

.ifs_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  background-image: url(../images/ifs_client_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ifs_sec h1 {
  font-size: 50px;
}

#ifs_client_carousel .item {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  height: 100px;
}
.client_log_img {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  width: 360px;
  height: 120px;
}

/* Custom CSS for hover effect */
.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 400px;
}

.service-content {
  position: absolute;
  border-radius: 3%;
  top: 80%;
  left: 0;
  right: 0;
  background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%);
  color: white;
  padding: 10px 20px;
  transition: top 0.4s ease;
  height: 100%;
}

.service-card:hover .service-content {
  top: 0;
}

/* Styles for flipping effect  */

.flip-container {
  perspective: 1000px;
}

.flip-card {
  position: relative;
  width: 300px;
  height: 400px;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.flip-card:hover {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-back {
  background: linear-gradient(323.1deg, #7959ab -32.12%, #42348b 75.05%);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

#choose {
  padding: 60px 0;
}

#choose h1 {
  font-weight: bold;
  font-size: 2.5rem;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto 10px;
}

}
.z-in-top30 {
  margin-top: -50px;
  z-index: 4;
}

/* Schedule button */
.button-container {
  background-color: #8427e2;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.btn-meeting {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.icon-arrow {
  margin-left: 10px;
}

/* Media Queries for responsiveness */
@media (max-width: 992px) {
  #choose h1 {
    font-size: 2rem;
  }

  #choose .row .col-md-4:nth-child(2) .card {
    margin-top: -40px; /* Adjust overlap for smaller screens */
  }
}

@media (max-width: 768px) {
  #choose .row .col-md-4 {
    margin-bottom: 20px;
  }

  #choose .row .col-md-4:nth-child(2) .card {
    margin-top: 0;
    z-index: 1;
  }

  #choose .icon-container {
    width: 60px;
    height: 60px;
  }

  #choose .icon-img {
    width: 40px;
  }

  #choose .card-title {
    font-size: 1.2rem;
  }

  #choose .card-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  #choose .row .col-md-4 {
    margin-bottom: 20px;
  }

  #choose .icon-container {
    width: 100%;
    height: 50px;
  }

  #choose .icon-img {
    width: 40px;
  }

  #choose .card-title {
    font-size: 24px;
  }

  #choose .card-text {
    font-size: 16px;
  }
}

.extra-bor1 {
  border-top: 5px solid #845ec2; /* Customize the color and width of the outer border */
  border-bottom: 5px solid #845ec2; /* Customize the color and width of the outer border */
  border-left: 5px solid #845ec2; /* Customize the color and width of the outer border */
  padding: 10px; /* Adjust padding if needed */
  border-radius: 10px; /* Optional: rounding the corners of the outline */
}

.extra-bor {
  position: relative; /* For pseudo-elements positioning */
  padding-right: 10px; /* Adjust padding if needed */
  gap: 0.2rem;
}

/* Half-height border on the right */
.extra-bor::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  height: 50%; /* Set the height for half the column */
  width: 4px; /* Border width */
  background-color: #845ec2; /* Border color */
}

/* Triangle at the end of the half border */
.extra-bor::after {
  content: "";
  position: absolute;
  top: 50%; /* Place the triangle at the end of the half border */
  right: -6px; /* Shift the triangle a bit outward from the column */
  transform: translateY(-50%); /* Vertically center the triangle at the end */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #845ec2; /* Triangle color */
}

.hover-yellow a {
  background-color: #001844;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  border: 0;
  display: inline-block; /* Ensures the padding applies correctly */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.hover-yellow a:hover {
  color: #ffb606;
}

.about_sec1 {
  background-image: url(../images/about_sec1_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
}
.about_sec1 .sec-title h1 {
  color: var(--figma-yellow);
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
}
.about_sec1 h3 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
}
.about_sec1 h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.about_sec1 p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 100;
  font-family: var(--bs-font-family);
}

.ml--35 {
  margin-left: -35%;
}

.digital_transform .text span {
  font-size: 35px;
  font-weight: 400;
  line-height: 48px;
}

.digital_transform .schedule div {
  padding: 5px 10px 5px 20px;
}

.digital_transform .schedule h5 {
  font-size: 24px;
  padding-top: 7px;
}
.about_sec1 .sec-title h1 {
  color: var(--figma-yellow);
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
}
.about_sec1 h3 {
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
}
.about_sec1 h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.about_sec1 p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 100;
  font-family: var(--bs-font-family);
}

.ml--35 {
  margin-left: -35%;
}

.abt-leader h3 {
  font-size: 40px;

  font-weight: 600;
}

.abt-leader h1 {
  font-size: 55px;

  font-weight: 700;
}
.abt-leader p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.our_values_sec .sec-title h1 {
  font-size: 55px;
  line-height: 75px;
  font-weight: 700;
  color: #03133c;
}
.our_values_sec .content-box .text h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #03133c;
}

.our_values_sec .content-box .text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #2e2d2b;
}

.digital_transform .text span {
  font-size: 35px;
  font-weight: 400;
  line-height: 48px;
}

.digital_transform .schedule div {
  padding: 5px 10px 5px 20px;
}

.digital_transform .schedule h5 {
  font-size: 24px;
}

.color-blue {
  color: #03143d;
}

/* Industrial page css */
.indu_sec1 {
  min-height: 300px;
  background-image: url(../images/ind_sec1_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0;
}

.indu_sec1 .bottom-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.indu_sec1 .card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.indu_sec1 .card img {
  height: 50px;
  width: auto;
  max-width: 150px;
}

@media (max-width: 768px) {
  .indu_sec1 .top-row h1 {
    font-size: 2.5rem;
  }

  .indu_sec1 .top-row p {
    font-size: 1rem;
  }
  .indu_sec1 .bottom-row {
    justify-content: center;
    gap: 10px;
  }
}

/* Custom active background color */
.nav-pills-m .nav-link.active {
  /* background-color: #fff; */
  background-color: #061740;
  /* color: #071841; */
  color: #ffffff;
  min-width: 250px;
  border-radius: 25px 0 0 0;
}
.nav-pills-m .nav-link {
  color: #071841;
  padding: 1rem;
  height: auto;
}

/* Optional: Change active hover/focus styles */
.nav-pills-m .nav-link.active:hover,
.nav-pills-m .nav-link.active:focus {
  /* background-color: #fff; */
  /* color: #071841; */
  background-color: #061740;
  color: #ffffff;
  min-width: 250px;
  border-radius: 25px 0 0 0;
}

/* Subtopic Custom active background color */
.nav-pills-hm .nav-link.active {
  /* background-color: #061740; */
  background-color: #ffb606;
  /* color: #fff; */
  color: #061740;
}
.nav-pills-hm .nav-link {
  /* color: #000000; */
  color: #eaeef7;
}
.nav-pills-hm {
  background-color: #061740;
  height: auto;
  min-height: 316px;
  min-width: 250px;
  padding: 1rem;
  border-bottom-left-radius: 25px;
}

/* Optional: Change active hover/focus styles */
.nav-pills-hm .nav-link.active:hover,
.nav-pills-hm .nav-link.active:focus {
  /* background-color: #061740; */
  background-color: #ffb606;
  /* color: #fff; */
  color: #061740;
}

/**/

.hand_point {
  cursor: pointer;
}

#news_updates_sec .owl-item > div {
  cursor: pointer;
  /* margin: 5%; */
  padding: 5%;
  transition: margin 0.4s ease;
}
#news_updates_sec .owl-item.center > div {
  /* background-image: url(../images/phone_frame.png); */
  /* background-repeat: no-repeat;
  background-position: top;
  background-size: contain; */
  cursor: auto;
  margin: 0;
  padding: 5% 10%;
}
#news_updates_sec .owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #000000;
}

/* Custom active background color */
.nav-pills-ifs .nav-link.active {
  background-color: #03143d;
  color: #fff;
  border-radius: 0;
}
.nav-pills-ifs .nav-link {
  color: #071841;
  margin: 0 10px;
}

/* Optional: Change active hover/focus styles */
.nav-pills-ifs .nav-link.active:hover,
.nav-pills-ifs .nav-link.active:focus {
  background-color: #03143d;
  color: #fff;
  border-radius: 0;
}

/* Base style for cards */
.card_ifs_cloud {
  position: relative;
  padding: 15px;
  overflow: hidden; /* Ensures overflow is hidden initially */
  max-height: 120px; /* Limits the height */
  transition: max-height 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Hover effect */
.card_ifs_cloud:hover {
  max-height: 1000px; /* Expand height to show full content */
  overflow: visible; /* Remove hidden overflow */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Enhance shadow effect */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .rig_bor {
    border-right: 2px solid #000000;
  }

  .bot_bor {
    border-bottom: 2px solid #000000;
  }

  .circle-container {
    position: relative; /* Ensures positioning for the ::after element */
  }

  .circle-container::after {
    content: "";
    position: absolute;
    width: 10px; /* Diameter = 2 * radius (1px) */
    height: 10px; /* Diameter = 2 * radius (1px) */
    background-color: #03143d; /* Circle color */
    border-radius: 50%; /* Makes it a circle */
    bottom: -5px; /* Positions it at the bottom */
    right: -6px; /* Positions it at the right */
    z-index: 1;
  }

  .head_style .nav-item a {
    color: #ffffff;
  }

  .nav_active {
    color: var(--figma-yellow) !important;
  }

  /* Optional: Additional custom styles for the dropdown links */
  .head_style .nav-item .dropdown-menu li:hover,
  .head_style .nav-item .dropdown-menu li:focus {
    background-color: var(--logo-color) !important;
  }

  #experiences .head_left p {
    font-family: Archivo Narrow;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
  }
  #experiences .head_right p {
    font-family: Archivo Narrow;
    font-size: 8rem;
    font-weight: 700;
    color: rgba(86, 65, 150, 0.1);
    margin: 0;
  }
}
/* Medium devices (tablets, 768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* #experiences .head_left p {
    font-family: Archivo Narrow;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
  }
  #experiences .head_right p {
    font-family: Archivo Narrow;
    font-size: 5rem;
    font-weight: 700;
    color: rgba(86, 65, 150, 0.1);
    margin: 0;
  } */
}

/* Small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
  /* #experiences .head_left p {
    font-family: Archivo Narrow;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
  }
  #experiences .head_right p {
    font-family: Archivo Narrow;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(86, 65, 150, 0.1);
    margin: 0;
  } */
}

#experiences_carousel .owl-nav {
  position: absolute;
  top: 50%;
  /* Position in the vertical middle */
  width: 100%;
  transform: translateY(-50%);
  /* Center vertically */
  display: flex;
  justify-content: space-between;
  /* Space arrows on left and right */
  pointer-events: none;
  /* Prevent blocking clicks on items */
}

#experiences_carousel .owl-nav .owl-prev,
#experiences_carousel .owl-nav .owl-next {
  background-color: #42348b;
  /* White background */
  color: white;
  /* Arrow color */
  border: none;
  border-radius: 50%;
  width: 60px;
  /* Increased size */
  height: 60px;
  /* Increased size */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  /* Enlarge arrow icon */
  pointer-events: all;
  /* Enable clicking */
  position: relative;
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  #experiences_carousel .owl-nav .owl-prev {
    left: -40px;
    /* Closer to the carousel */
  }

  #experiences_carousel .owl-nav .owl-next {
    right: -40px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  #experiences_carousel .owl-nav .owl-prev {
    left: -50px;
  }

  #experiences_carousel .owl-nav .owl-next {
    right: -50px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #experiences_carousel .owl-nav .owl-prev {
    left: -60px;
  }

  #experiences_carousel .owl-nav .owl-next {
    right: -60px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #experiences_carousel .owl-nav .owl-prev {
    left: -80px;
  }

  #experiences_carousel .owl-nav .owl-next {
    right: -80px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #experiences_carousel .owl-nav .owl-prev {
    left: -100px;
    /* Move further out for larger screens */
  }

  #experiences_carousel .owl-nav .owl-next {
    right: -100px;
  }
}

#experiences_carousel .owl-nav .owl-prev:hover,
#experiences_carousel .owl-nav .owl-next:hover {
  background-color: #42348b;
  /* Brighter background on hover */
  transform: scale(1.1);
  /* Slightly enlarge on hover */
}

#review_carousel .owl-nav {
  position: absolute;
  top: 25%;
  /* Align vertically in the middle */
  width: 100%;
  /* Full width for navigation */
  transform: translateY(-50%);
  /* Center the arrows vertically */
  display: flex;
  justify-content: space-between;
  /* Space arrows on the left and right */
  pointer-events: none;
  /* Prevent blocking clicks on items */
}

#review_carousel .owl-nav .owl-prev,
#review_carousel .owl-nav .owl-next {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-color: transparent;
  /* Semi-transparent background */
  color: white;
  /* Arrow color */
  border: none;
  border-radius: 50%;
  width: 40px;
  /* Arrow size */
  height: 40px;
  /* Arrow size */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  /* Arrow font size */
  pointer-events: all;
  /* Enable clicking */
}

#review_carousel .owl-nav .owl-prev,
#review_carousel .owl-nav .owl-next {
  position: absolute;
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  #review_carousel .owl-nav .owl-prev {
    left: -30px;
    /* Move closer for smaller screens */
  }

  #review_carousel .owl-nav .owl-next {
    right: -30px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  #review_carousel .owl-nav .owl-prev {
    left: -40px;
  }

  #review_carousel .owl-nav .owl-next {
    right: -40px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #review_carousel .owl-nav .owl-prev {
    left: -50px;
  }

  #review_carousel .owl-nav .owl-next {
    right: -50px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  #review_carousel .owl-nav .owl-prev {
    left: -60px;
    /* Default for laptops */
  }

  #review_carousel .owl-nav .owl-next {
    right: -60px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #review_carousel .owl-nav .owl-prev {
    left: -60px;
    /* Move further out for larger screens */
  }

  #review_carousel .owl-nav .owl-next {
    right: -60px;
  }
}

/*#review_carousel .owl-nav .owl-prev:hover,*/
/*#review_carousel .owl-nav .owl-next:hover {*/
/*  background-color: rgba(0, 0, 0, 0.8);*/
/*}*/

#carousel_news .owl-nav,
#odoo_service_carousel .owl-nav,
#ifs_service_carousel .owl-nav {
  position: absolute;
  top: 40%;
  /* Center vertically */
  width: 100%;
  /* Full width for proper arrow positioning */
  transform: translateY(-50%);
  /* Adjust for centering */
  display: flex;
  justify-content: space-between;
  /* Space arrows on left and right */
  pointer-events: none;
  /* Allow clicks on carousel items */
}

#carousel_news .owl-nav .owl-prev,
#carousel_news .owl-nav .owl-next,
#odoo_service_carousel .owl-nav .owl-prev,
#odoo_service_carousel .owl-nav .owl-next,
#ifs_service_carousel .owl-nav .owl-prev,
#ifs_service_carousel .owl-nav .owl-next {
  background-color: rgba(66, 52, 139, 0.8);
  /* Semi-transparent background with 80% opacity */
  color: white;
  /* Arrow color */
  border-radius: 50%;
  /* Rounded arrow buttons */
  width: 40px;
  /* Width of arrows */
  height: 40px;
  /* Height of arrows */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* Pointer cursor for arrows */
  font-size: 18px;
  /* Arrow font size */
  pointer-events: all;
  /* Enable click events */
}

#odoo_service_carousel .owl-nav .owl-prev,
#odoo_service_carousel .owl-nav .owl-next {
  background-color: rgba(102, 59, 90, 0.8);
}

#carousel_news .owl-nav .owl-prev,
#odoo_service_carousel .owl-nav .owl-prev,
#ifs_service_carousel .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  /* Slightly outside the container */
}

#carousel_news .owl-nav .owl-next,
#odoo_service_carousel .owl-nav .owl-next,
#ifs_service_carousel .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  /* Slightly outside the container */
}

#carousel_news .owl-nav .owl-prev:hover,
#carousel_news .owl-nav .owl-next:hover,
#ifs_service_carousel .owl-nav .owl-prev:hover,
#ifs_service_carousel .owl-nav .owl-next:hover {
  background-color: rgba(66, 52, 139, 1);
  /* Darker background on hover */
}
#odoo_service_carousel .owl-nav .owl-prev:hover,
#odoo_service_carousel .owl-nav .owl-next:hover {
  background-color: rgba(102, 59, 90, 1);
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
  #carousel_news .owl-nav .owl-prev,
  #carousel_news .owl-nav .owl-next,
  #odoo_service_carousel .owl-nav .owl-prev,
  #odoo_service_carousel .owl-nav .owl-next,
  #ifs_service_carousel .owl-nav .owl-prev,
  #ifs_service_carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  #carousel_news .owl-nav .owl-prev,
  #odoo_service_carousel .owl-nav .owl-prev,
  #ifs_service_carousel .owl-nav .owl-prev {
    left: -10px;
  }

  #carousel_news .owl-nav .owl-next,
  #odoo_service_carousel .owl-nav .owl-next,
  #ifs_service_carousel .owl-nav .owl-next {
    right: 10px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #carousel_news .owl-nav .owl-prev,
  #carousel_news .owl-nav .owl-next,
  #odoo_service_carousel .owl-nav .owl-prev,
  #odoo_service_carousel .owl-nav .owl-next,
  #ifs_service_carousel .owl-nav .owl-prev,
  #ifs_service_carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  #carousel_news .owl-nav .owl-prev,
  #odoo_service_carousel .owl-nav .owl-prev,
  #ifs_service_carousel .owl-nav .owl-prev {
    left: -15px;
  }

  #carousel_news .owl-nav .owl-next,
  #odoo_service_carousel .owl-nav .owl-next,
  #ifs_service_carousel .owl-nav .owl-next {
    right: -15px;
  }
}

#accordionFreelance_section .accordion-button:not(.collapsed),
#accordionFulltime_section .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #001844;
}

#accordionFreelance_section .accordion-button:not(.collapsed)::after,
#accordionFulltime_section .accordion-button:not(.collapsed)::after {
  display: none;
}

.odoo-service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 200px;
}

.odoo-service-content {
  position: absolute;
  border-radius: 3%;
  top: 75%;
  left: 0;
  right: 0;
  /* background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%); */
  background: linear-gradient(180deg, #9c5789 0%, #663b5a 100%);
  color: white;
  padding: 10px 20px;
  transition: top 0.4s ease;
  height: 100%;
}

.odoo-service-card:hover .odoo-service-content {
  top: 0;
}

/* Default span styles */
.odoo_apps_btn {
  border: 2px solid #663b5a;
  color: #663b5a;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 4px 13px;
  border-radius: 40px;
}

/* Active span styles */
.odoo_apps_btn.active {
  background-color: #017e84;
  color: #ffffff;
  border: none;
}

/* Add hover effect */
.odoo_apps_btn:hover {
  background-color: #017e84;
  color: #ffffff;
}

/* Card styling */
.custom-card {
  min-height: 150px;
  background-color: #f6f0ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 20px;
}

/* Content container (Flex parent) */
.content-container {
  display: flex;
  /*min-height: 120px;*/
  flex-direction: column;
  height: 100%;
  justify-content: space-between; /* Space between the text and the button */
  /* padding: 10px; */
}

/* Heading styling */
.custom-heading {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  text-align: justify;
  margin-bottom: 10px;
}

/* Download button container styling */
.download-link {
  align-self: flex-end; /* Align the button to the bottom right */
}

.download-button {
  background-color: #845ec2;
  border-radius: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px; /* Adds space between the text and icon */
}

/* Button text and image */
.download-button h5 {
  margin-bottom: 0;
  color: white;
}

.download-button img {
  width: 30px;
  height: auto;
}

.download-link-1 {
  align-self: flex-end; /* Align the button to the bottom right */
}

.download-button-1 {
  background-color: #845ec2;
  border-radius: 50px;
  padding: 10px 10px !important;
  /*display: flex;*/
  align-items: center;
  justify-content: space-around;
  gap: 10px; /* Adds space between the text and icon */
  font-size:16px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Archivo Narrow';
}

/* Button text and image */
.download-button h5 {
  margin-bottom: 0;
  color: white;
}

.download-button img {
  width: 30px;
  height: auto;
}

.ifs_dow_2 h5 {
  font-family: Archivo Narrow;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}

.fw-700 {
  font-weight: 700;
}

.section-title h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 600;
  color: var(--primarycolor);
}

/*top bar*/

.top-contact {
  background: #d1d5db;
}
.top-contact a {
  font-family: var(--bs-font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.plr-20 {
  padding: 10px 22px;
}

.plr-40 {
  padding: 10px 15px 10px 10px;
}

.yellow-button {
  background-color: #ffb606;
}

.top-contact-right a {
  color: #212529;
  font-weight: 700;
}

/*experience*/
.experience {
  margin-top: 50px;
}

.exp-content-sec h6 {
  font-size: 45px;
  line-height: 50px;
}

.exp-content-sec {
  font-size: 45px;
  line-height: 50px;
}

.yellow-font1 {
  font-size: 27px;
  line-height: 30px;
}
.exp-count-txt h1 {
  font-size: 90px;
  color: var(--figma-yellow);
  font-weight: 700;
}
.exp-count p {
  font-size: 25px;
  font-weight: 200;
  padding: 0px 45px;
}

/*offering section*/

.offering {
  margin: 30px 0px;
}
.offering .content {
  width: 75%;
}
.offering .content p {
  text-align: justify;
  font-size: 25px;
  line-height: 30px;
  color: #212529;
  font-weight: 400;
}

.sub-sec-title h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
}

.sub-sec-title h5 {
  font-size: 35px;
}

/*careers*/
.careers {
  background-color: #e1e1e14d;
  padding: 50px 0px;
}

.careers .set_one h1 {
  color: #001844;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

.careers .set_one p {
  font-size: 25px;
  line-height: 30px;
  text-align: justify;
  font-weight: 400;
}
/*founders*/
.founders {
  background-color: #001844;
  padding: 40px 0px;
}
.founders .sec-title h1 {
  color: var(--figma-yellow);
  font-size: 54px;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 20px;
}

.founders .content h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.founders .content h6 {
  color: #d9d9d9;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.founders .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}

.fmain {
  display: flex;
  position: relative;
  gap: 30px; /* Space between columns */
}

.fcol {
  width: 45%;
}

.fcol::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  width: 1px; /* Adjust the width of the border image */

  background: url("../images/fborder-2.png") center center / cover no-repeat;
}

/*explore*/
.explore {
  background-color: #e3ecfdcc;
  padding: 30px 0px !important;
}

.explore .sec-title {
  color: #001844;
  line-height: 58px;
  font-weight: 700 !important;
  font-size: 54px;
  margin-bottom: 30px;
}

.explore .members .content h3 {
  color: #001844;
  line-height: 40px;
  font-weight: 600;
  font-size: 34px;
}

.explore .members .content h6 {
  color: #212529;
  line-height: 27px;
  font-weight: 400;
  font-size: 20px;
}

.explore .members .content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
/*openings*/
.openings {
  padding: 30px 0px;
}
.openings ul li h6 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.freelance_section button,
.fulltime_section button {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
/*client */
.client {
  padding: 30px 0px;
}

/*footer*/
.pt-30 {
  padding-top: 50px !important;
}

.footer .f_para {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 30px;
  color: #ffff;
}
.footer .f-title h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: var(--figma-yellow);
}

.footer .f-title a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.footer .f-title a span {
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
}
.footer .f-title ul li {
  color: #fff;
}
.footer .f-title ul li a {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}
.learn-more {
  background-color: #ffb606;
  padding: 8px 25px 8px 8px;
}

/*odoo page*/

.faqs .section-title h1 {
  font-size: 55px;
  line-height: 73px;
  font-weight: 700;
  color: #9c5789;
}

.faqs .accordion-item {
  margin: 10px 0;
}
.faqs .accordion-body {
  padding: 10px 25px 20px 25px;
}

.faqs .accordion-button:not(.collapsed) {
  background-color: #efe2eb;
  border-bottom: 2px solid #663b5a;
  border-radius: var(--bs-border-radius-xxl) !important;
}

.faqs .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 0.6rem !important;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='14.2596' cy='14.3159' rx='13.568' ry='14.3159' fill='%2334212E'/%3e%3crect x='6' y='12.2036' width='15.377' height='3.81759' rx='1.90879' fill='white'/%3e%3crect x='15.4976' y='6' width='16.2247' height='3.61813' rx='1.80906' transform='rotate(90 15.4976 6)' fill='white'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='13.343' cy='13.343' r='13.343' fill='white'/%3e%3crect x='7.11646' y='11.5642' width='12.13' height='3.63901' rx='1.8195' fill='%23A9A9BD'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: #663b5a;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.faqs .accordion-item {
  color: #464646;
  background-color: #efe2eb;

  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  font-weight: 300;
  border-radius: 10px; /* Add border-radius to the accordion item */
  overflow: hidden; /* Ensure content doesn't overflow the rounded corners */
  border: 2px solid #a86b97;
}

.faqs .accordion-item:first-child {
  border-top-left-radius: 10px; /* Top-left corner rounded */
  border-top-right-radius: 10px; /* Top-right corner rounded */
}

.faqs .accordion-item:last-child {
  border-bottom-left-radius: 10px; /* Bottom-left corner rounded */
  border-bottom-right-radius: 10px; /* Bottom-right corner rounded */
}

.faqs .accordion-item .accordion-header button {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  /* border: 2px solid #663B5A;  */
  border-radius: 10%;
}

.faqs .accordion-item .accordion-header button:not(.collapsed) {
  border: 2px solid transparent; /* Show the border only when the accordion is expanded */
}
.faqs .accordion-item .accordion-header button span {
  color: #efe2eb;
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  padding-right: 20px;
}

.faqs .accordion-item .accordion-header button[aria-expanded="true"] span {
  color: #ffffff; /* Change color when active */
  font-size: 40px; /* Optional size change */
  font-weight: 900; /* Optional weight change */
}

/* Default span styles */
.odoo_apps_btn {
  border: 2px solid #663b5a;
  color: #663b5a;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding: 4px 13px;
  border-radius: 40px;
}

/* Active span styles */
.odoo_apps_btn.active {
  background-color: #017e84;
  color: #ffffff;
  border: none;
}

/* Add hover effect */
.odoo_apps_btn:hover {
  background-color: #017e84;
  color: #ffffff;
}

#choose .why_topic {
  font-size: 55px;
  font-family: Archivo Narrow;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#choose .why_des {
  font-family: Archivo Narrow;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #464646;
}

#choose #img_hover_contents p {
  font-family: Archivo Narrow;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #464646;
}

#choose #img_hover_contents h6 {
  font-family: Archivo Narrow;
  font-size: 32.72px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #34212e;
}

#choose .choose {
  font-family: Archivo Narrow;

  margin: 1px 5px 10px 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#choose .active_choose {
  font-family: Archivo Narrow;
  font-size: 23.97px;
  padding: 10px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9c5789;
  position: relative;
}

#choose .active_choose::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 50px;
  border-bottom: 5px solid #017e84;
}

/* odoo Application Sec Start */
.app_title {
  font-family: Archivo Narrow;
  font-size: 32.57px;
  font-weight: 600;
  line-height: 39.08px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #663b5a;
}

#applications .apps_title {
  font-size: 62px;
  font-weight: 700;
  line-height: 83px;
}

#applications .apps_dec {
  font-size: 25px;
  font-weight: 400;
  line-height: 39px;
  width: 60%;
  color: #464646;
}

.odoo_services .section-title {
  color: #000;
  font-size: 75px;
  line-height: 80px;
  font-weight: 700;
  font-family: var(--bs-font-family);
}

.service-title {
  color: #000;
  font-size: 75px;
  line-height: 70px;
  font-weight: 700;
  font-family: var(--bs-font-family);
}

.odoo_hero div span {
  font-size: 16px;
}

.finance_hover {
  display: flex;
}

/*industries pages*/

.indu_sec1 {
  padding: 50px 0px;
}
.indu_sec1 .sec-title h1 {
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
}
.indu_sec1 .top-row p {
  font-size: 24px;
  font-weight: 100 !important;
  line-height: 35px;
  color: #fff;
}
.ind-app button {
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
}

.ind-app-content h5 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.ind-app-content h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.ind-app-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.ind-app-content .d-pad {
  padding: 8px 15px;
}

/*ifs page*/
.ifs-services {
}

.ifs-services .sec-title h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--bs-font-family);
}

.ifs-services .sec-title span {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.ifs-services .ifs_ser_t2 {
  font-size: 130px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  color: #efefef;
  padding-top: 50px;
}

.Schedule_btn {
  padding: 5px 13px;
  background-color: #845ec2;
}

.Schedule_btn span {
  font-size: 22px;
}

.ifs_faqs .section-title h1 {
  font-size: 55px;
  line-height: 73px;
  font-weight: 700;
  color: #845ec2;
}

.ifs_faqs .accordion-item {
  margin: 10px 0;
}
.ifs_faqs .accordion-body {
  padding: 10px 25px 20px 25px;
}

.ifs_faqs .accordion-button:not(.collapsed) {
  background-color: #845ec2;
  border-bottom: 2px solid #845ec2;
  /* border-radius: var(--bs-border-radius-xxl) !important; */
}

.ifs_faqs .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;

  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 0.6rem !important;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='14.2596' cy='14.3159' rx='13.568' ry='14.3159' fill='%2334212E'/%3e%3crect x='6' y='12.2036' width='15.377' height='3.81759' rx='1.90879' fill='white'/%3e%3crect x='15.4976' y='6' width='16.2247' height='3.61813' rx='1.80906' transform='rotate(90 15.4976 6)' fill='white'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='13.343' cy='13.343' r='13.343' fill='white'/%3e%3crect x='7.11646' y='11.5642' width='12.13' height='3.63901' rx='1.8195' fill='%23A9A9BD'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: #845ec2;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.ifs_faqs .accordion-item {
  color: #464646;
  background-color: #efe2eb;

  font-size: 18px;
  line-height: 25px;
  text-align: justify;
  font-weight: 300;
  border-radius: 10px; /* Add border-radius to the accordion item */
  overflow: hidden; /* Ensure content doesn't overflow the rounded corners */
  border: 2px solid #6441a1;
}

.ifs_faqs .accordion-item .accordion-header button {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  /* border: 2px solid #663B5A; */
  border-radius: 0% !important;
  color: rgba(100, 65, 161, 1);
}

.ifs_faqs .accordion-item:first-child {
  border-top-left-radius: 10px; /* Top-left corner rounded */
  border-top-right-radius: 10px; /* Top-right corner rounded */
}

.ifs_faqs .accordion-item:last-child {
  border-bottom-left-radius: 10px; /* Bottom-left corner rounded */
  border-bottom-right-radius: 10px; /* Bottom-right corner rounded */
}

.ifs_faqs .accordion-item .accordion-header button {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  /* border: 2px solid #663B5A;  */
  border-radius: 10%;
}

.ifs_faqs .accordion-item .accordion-header button:not(.collapsed) {
  border: 2px solid transparent; /* Show the border only when the accordion is expanded */
  color: #fff;
}
.ifs_faqs .accordion-item .accordion-header button span {
  color: #845ec2;
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  padding-right: 20px;
}
.ifs_faqs .accordion-button {
  padding: 5px 30px;
}

.ifs_faqs .accordion-item .accordion-header button[aria-expanded="true"] span {
  color: #ffffff; /* Change color when active */
  font-size: 40px; /* Optional size change */
  font-weight: 900; /* Optional weight change */
}

.section-title-ifs {
  font-size: 40px;
  margin-left: 40px;
  margin-top: 20px;
}

.ifs_service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 300px;
}

.ifs_service-content {
  position: absolute;
  border-radius: 3%;
  top: 80%;
  left: 0;
  right: 0;
  background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%);
  color: white;
  padding: 10px 20px;
  transition: top 0.4s ease;
  height: 100%;
}

.ifs_service-card:hover .ifs_service-content {
  top: 0;
}

.ifs-high p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.ifs-high ul {
  margin-top: 5px;
  padding: 10px 50px;
}

.ifs-high ul li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  margin-bottom: 5px;
}

.experiences_ifs .section-title p {
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
  padding-top: 10px;
}
.ifs_applications_sec .section-title h1 {
  font-size: 60px;
}
.whychoose-ifs .section-title h1 {
  font-size: 70px;
  line-height: 45px;
  font-weight: 700;
}
.extra-bor .card-body .card-title {
  color: #845ec2;
  line-height: 43px;
  font-size: 26px;
  font-weight: 700;
}

.extra-bor .card-body .card-text {
  color: #3f3f3f;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
}

.our-client-exp h5 {
  font-size: 26px;
  line-height: 34px;
  color: #42348b;
  font-weight: 700;
}

.our-client-exp p {
  font-size: 18px;
  line-height: 20px;
  color: #464646;
  font-weight: 400;
}

.our-client-exp-2 ul li {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.open_accordion {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}

.ifs_partnerships h1 {
  color: #313861;
  font-family: Archivo Narrow;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
.ifs_partnerships h1 span {
  color: #845ec2;
}
.ifs_partnerships p {
  font-family: Archivo Narrow;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}

.banner_btn_ifs {
  background-color: #eddffb;
  color: #291045;
  padding: 20px 10px;
}
.banner_btn_ifs span {
  font-size: 20px;
}

.Key_high {
  color: rgba(66, 52, 139, 1);
}

#ifs_applications_sec .title_sec1 .left span {
  background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ifs_applications_sec .rlt_card {
  background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%);
  border-radius: 20px;
  color: #ffffff;
  /*padding: 20px 30px;*/
}
#ifs_applications_sec .rlt_card.cloud2 h5 {
  font-family: Archivo Narrow;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
}
#ifs_applications_sec .rlt_card.cloud1 h2 {
  font-family: Archivo Narrow;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  text-align: left;
  margin-bottom: 20px;
}
#ifs_applications_sec .rlt_card.cloud1 p,
#ifs_applications_sec .rlt_card.cloud1 ul {
  font-family: Archivo Narrow;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
}

#ifs_applications_sec .ifs_eam .left h2 {
  font-family: Archivo Narrow;
  font-size:65px;
  font-weight: 700;
  line-height: 89px;
  text-align: left;
}
#ifs_applications_sec .ifs_eam .left h2 span {
  background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ifs_applications_sec .ifs_eam .right .desc {
  font-family: Archivo Narrow;
  font-size: 24px;
  line-height: 32px;
  text-align: justify;
  margin: 25px 0px 16px;
}
#ifs_applications_sec .ifs_eam .right .dow1 h5,
#ifs_applications_sec .ifs_eam .right .dow2 h5 {
  font-family: Archivo Narrow;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}

#ifs_applications_sec .ifs_eam .right .dow1 {
  /*min-height: 140px;*/
  background-color: #f6f0ff;
}

#ifs_applications_sec .ifs_eam .right .dow2 {
  /*min-height: 140px;*/
  background-color: #f2f6ff;
}

.ifs_experiences_carousel_title .content .sec-1 {
  background-color: #845ec2;
  border-radius: 16.3px;
  padding: 20px 0px;
}

.ifs_experiences_carousel_title .content .sec-2 {
  background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%);
  border-radius: 16.3px;
  box-shadow: 18.1px 17.32px 28.01px -27.5px rgba(132, 94, 194, 1);
  padding: 36px 16px;
}

.ifs_experiences_carousel_title .content .sec-3 {
  background: linear-gradient(143.1deg, #42348b 24.41%, #a677c5 132.12%);
  border-radius: 16.3px;
  box-shadow: 18.1px 17.32px 28.01px -27.5px rgba(132, 94, 194, 1);
  padding: 30px 16px;
}
.ifs_experiences_carousel_title .content {
  color: #fff;
}
.ifs_experiences_carousel_title .content h3 {
  color: #ffffff;
  font-size: 60px;
}

.border-rt {
  border-right: 2px solid #ffffff;
}

.content_box {
  background-color: #d9d9d966;
}

#odoo_service_carousel .odoo_ser_card1 {
  color: #ffffff;
  width: 400px;
  height: 380px;
  /* background: linear-gradient(180deg, #9c5789 0%, #663b5a 100%); */
  background-color: #efe2eb;
  display: flex;
  justify-content: center;
  align-items: center;
}

#odoo_service_carousel .odoo_ser_card {
  width: 100%;
  height: 315px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2.5px solid #663b5a;
  box-shadow: 0px 3.58px 3.58px 0px #00000040;
  border-radius: 10px;
}

#odoo_service_carousel .odoo_ser_card h5 {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 51px;
  color: #34212e;
  text-align: center;
}

#odoo_service_carousel .odoo_ser_card p {
  color: #464646;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: justify;
}

#odoo_service_carousel .item {
  display: flex;
  justify-content: center;
}
#odoo_service_carousel .odoo_ser_card img {
  object-fit: cover;
  width: 75px;
  height: 75px;
  margin: 5px auto 0px;
}

.ifs_btn{
    padding: 8px 12px;
    display: inline-block;
    border-radius: 50px;
    font-size:12.36px;
    font-weight:900;
    line-height:18px;
    
}

.ifs_btn_pur{
   padding: 6px 12px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12.36px;
    font-weight: 900;
    line-height: 18px;
    background-color: #845ec2;
}
