@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;
  --figma-yellow1:rgba(255, 196, 32, 1);
  --hex-width: 150px; /* Default width for the hexagon */
  --bs-font-family: "Archivo Narrow";
  --base-font-size: 16px;
  --primarywhite: #fff;
  --primarycolor: #001844;
  --ifs-primary: #42348b;
}

html, body {
  overflow-x: hidden;
}
.fz-20 {
  font-size: 20px;
}

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

body {
  font-family: var(--bs-font-family);
}
section{
  padding:15px 0px;
}

.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;
}

.experience1 {
    margin-top: 50px;
}

.exp-bg {
    /* min-height: 440px; */
    background-image: url(../images/slide22.png);
    background-repeat: no-repeat;
    background-position: bottom;
    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 {
  position: relative;
  bottom: -4%;
  right: 5%;
  width: 100%;
  /* max-width: 300px; */
  object-fit: cover;
  border-bottom-left-radius: 40px !important;
}


.footer_bg {
  background-color: var(--logo-color);
}
.yellow-font {
  color: var(--figma-yellow1);
}
.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;
  }
}


/* 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: #F7F7F7;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  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: 53px;
    height: 53px;
  }

  #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;
}

/* .ml--35 {
  margin-left: -15%;
} */



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

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

.abt-leader h3 {
  font-size: 42.89px;
  line-height: 30px;
  font-weight: 600;
}

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

  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;
  /* text-transform: uppercase; */
  color: #03133c;
  margin-left: -82px;
}

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

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

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

.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;
  position: relative;
  top: -14px;
}

.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: 96px; */
  width: 175px;
  /* max-width: 150px; */
}
@media (max-width: 768px) {
  .indu_sec1 .top-row h1 {
    font-size: 2.5rem;
  }

  /* .indu_sec1 .top-row p {
    font-size: 25.36px;
    font-weight: 100 !important;
    line-height: 32px;
    color: #fff;
  } */
  .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{
  color:#000 !important;
}

#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
 {
  /* 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 */
} 


#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: #8D4F7C;
}

.carousel_news .owl-nav .owl-next, .carousel_news .owl-nav .owl-prev{
font-size:20px;
} 

#carousel_news .owl-nav .owl-prev,
#odoo_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 {
  position: absolute;
  right: -40px;
  /* Slightly outside the container */
}


#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 */
}
#carousel_news .owl-nav .owl-prev:hover,
#carousel_news .owl-nav .owl-next:hover{
  background-color: rgba(66, 52, 139, 1);
  color:#fff;

}
#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: 16px;
    background: linear-gradient(90deg, rgba(66, 52, 139, 1), rgba(166, 119, 197, 1))  !important; /* Persistent Purple Background */

  } 

  #odoo_service_carousel .owl-nav .owl-prev,
  #odoo_service_carousel .owl-nav .owl-next
{
    width: 30px;
    height: 30px;
    font-size: 16px;
    background: rgba(141, 79, 124, 1)  !important; /* Persistent Purple Background */

  } 
  #carousel_news .owl-nav .owl-prev{
    left: -12px;
}
#carousel_news .owl-nav .owl-next{
  right: 12px;
}



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

  }


  #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: 20px;
  }


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


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

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

#accordionFreelance_section .accordion-button-1:not(.collapsed)::after,
#accordionFulltime_section .accordion-button-1:not(.collapsed)::after {
  display: block !important;
  color:black;
}

.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:rgba(33, 37, 41, 1);
  font-weight: 700;
  padding:8px;
  line-height: 26px;

}
/* .banner_btn a{
  padding:8px;
  border-radius: 8px;
} */
.banner_btn a {
  padding: 8px;
  border-radius: 8px;
  margin-top: 20px;
  /* line-height: 18px; */
}



.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 24px;
}

/*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: 24.64px;
  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;
  color:#FFFFFF;
}

.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:#FFCA36 !important;
  padding: 8px 10px 8px 8px;
  border-radius: 8px;
  line-height: 18px;
}

/*odoo page*/

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

.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: 0.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: 1px solid #a86b97;
  transition: border 0.3s ease-in-out;
}

.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%;
}



/* Remove border when accordion is active (open) */
.faqs .accordion-item .accordion-collapse.show {
  border: none;
}

/* Also remove border when the button inside is expanded */
.faqs .accordion-item .accordion-header button[aria-expanded="true"] {
  border: none !important;
  box-shadow: none !important;
}
.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:#9c5789; /* 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: -7px;
  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);
  padding-left: 18px;
}

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

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

.finance_hover {
  display: flex;
}

/*industries pages*/

.indu_sec1 {
  padding: 50px 0px !important;
}
.indu_sec1 .sec-title h1 {
  font-size: 71px;
  line-height: 70px;
  font-weight: 700;
}
.indu_sec1 .top-row p {
  font-size: 25.36px;
  font-weight: 100 !important;
  line-height: 35px;
  color: #fff;
  padding-top:10px;
}
.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: 19.22px;
  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;
  line-height: 30px;
}

.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;
  background:rgba(246, 240, 255, 1);
}

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


.ifs_sec_ourclients {
  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;
  padding-top: 20px !important;
  padding-bottom: 40px !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 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cellipse cx='5.76811' cy='5.82379' rx='5.42045' ry='5.72222' fill='%2342348B'/%3e%3crect x='2.46838' y='4.97949' width='6.14318' height='1.52593' rx='0.762963' fill='white'/%3e%3crect x='6.2627' y='2.5' width='6.48519' height='1.44545' rx='0.722727' transform='rotate(90 6.2627 2.5)' fill='white'/%3e%3c/svg%3e");


  --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: 26px;
  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: 1px 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: #845EC2;
 background:  rgba(246, 240, 255, 1);
}
.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: #845EC2; /* Change color when active */
  font-size: 40px; /* Optional size change */
  font-weight: 700; /* Optional weight change */
  line-height: 50px;
}

.section-title-ifs {
  font-size: 40px;
  /* margin-left: 40px; */
  margin-top: 20px;
  text-align: center;
}

.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 !important;
  line-height: 28px;
  text-align: center !important;
}

.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;
  font-weight:700;
}
.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 {
  font-size:64px;
  line-height: 66px;
  font-weight: 400;
  color:rgba(255, 255, 255, 1)!important;
}

.ifs_experiences_carousel_title .content h5 {
  font-size: 28px !important;
}

.ifs_experiences_carousel_title .content p {
  font-size: 24px !important;
  line-height: 32px;
  font-weight:400;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.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: 355px;
  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;
  margin: 6px 0px;
}
#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;
}


.ifs_btn_pur-1{
  padding: 6px 12px;
   display: inline-block;
   border-radius: 50px;
   font-size: 12.36px;
   font-weight: 900;
   line-height: 18px;
   background-color: #845ec2;
}
/* Parthiban start */
.footer{
   padding-top:50px;
}
.footer .footer-button{
  border-radius: 7px;
}
.odoo-official{
  margin-top:50px; 
}
.explore  .explore-text {
   display:flex;
   align-items: center;
}
.client .client-logo-2 {
  display: none;
}
.openings .openings-font{
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 24px;
  font-weight: normal;
  /* line-height: 69px; */
}

/* .folder-shape { 
  margin-left: 10px;
  width: 312px;
  height: 258px;
  background-color: #001844;
  clip-path: path("M312 26C312 11.6406 300.359 0 286 0H109.552C97.6886 0 87.3295 8.03074 84.3727 19.52L83.3116 23.6435C80.3548 35.1328 69.9957 43.1635 58.132 43.1635H26C11.6406 43.1635 0 54.8041 0 69.1635V235C0 247.703 10.2975 258 23 258H286C300.359 258 312 246.359 312 232V43.1635V26Z");
}*/

/* Parthiban end */
.bg-fluid-row {
  background-color: #663B5A !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 20px 0;
}

.exp-content-sec span{
  color:#FFBC00;
} 

.whychoose-ifs{
  margin-top:120px;

}

/* Default styles (for larger screens) */
.Key_high {
  background-color: #664CA0;
  color: white;
  font-size: 35px;
  margin-bottom: 30px;
  height: 80px;
}

.key-item {
  color: #001844;
  margin-bottom: 40px;
  height: 80px;
}

.last-item {
  margin-bottom: 0;
}

#ifs_applications_sec .rlt_card.cloud1 .pb-32{
  padding-bottom: 32px !important;

}
.ifs-first{
  width:165px;
  
}

.exp-main-title h3{


}
.hs-two-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 20px; */
  position: relative;
  padding-left:60px !important;
}

/* .hs-two-column-list::before {
  content: "";
  position: absolute;
  left: 48%;
  top: 0;
  bottom: 0;
  width: 2px; 
  background-color: white; 
  transform: translateX(-50%);
} */

.hs-two-column-list li {
  width: 100%; /* Two equal columns */
  list-style-type: disc;
}


/* ifs faqs border none */
.ifs_faqs .accordion-item .accordion-collapse.show {
  border: none; /* Remove border when expanded */
}
.ifs_faqs .accordion-item:has(.accordion-collapse.show) {
  border: none; /* Alternative way to remove border when expanded */
}


      /* faqs border none */
      .faqs .accordion-item .accordion-collapse.show {
        border: none; /* Remove border when expanded */
      }
      
      .faqs .accordion-item:has(.accordion-collapse.show) {
        border: none; /* Alternative way to remove border when expanded */
      }


      
      .hs-bg-lg {
        position: relative;
        border-radius: 13.35px;
        background: url('../images/image.png') no-repeat !important;
        background-size: cover !important;
        
    }
    
    /* Shadow effect inside */
    .hs-bg-lg::before {
        content: "";
        position: absolute;
        inset: 0; /* Stretches the pseudo-element to fit the div */
        border-radius: inherit; /* Matches parent border-radius */

        z-index: 0;
    }
    
    /* Ensuring content is above the shadow */
    .hs-bg-lg > * {
        position: relative;
        z-index: 1;
    }



  #experiences .head_left p {
    /* font-family: Archivo Narrow;
    font-size: 3rem;
    font-weight: 700; */
    margin: 0;
  }
  #experiences .head_right {
    display: flex;
    justify-content: flex-end; /* Aligns child (p) to the end horizontally */
    align-items: flex-end; /* Aligns child (p) to the end vertically */
}
  #experiences .head_right p {
    font-family: Archivo Narrow;
    font-size: 130.43px;
    line-height:136.38px;
    font-weight: 700;
    color: rgba(86, 65, 150, 0.1);
    margin: 0;
  }

  #carousel_news .owl-nav .owl-next,
  #carousel_news .owl-nav .owl-prev {
    display: none;
  }


    /* Parthiban start-laptop */
    .indu_sec1 .card {
      display: flex;
      /* justify-content: center; */
      align-items: center;
      width: 250px;
      height: 114px;
      margin-bottom: -12px;
      margin-left: 30px;
      border: none;
      border-radius: 9px;
      box-shadow: -7px 6px 6px rgba(0, 0, 0, 0.2);
      padding:10px 20px;
  }


  .our_values_sec .content-box img {
    height: 120px;
    width: 120px;
}

.small-img {
  margin-left: -137px;
}

.content_box {
  /* padding: 0px !important; */
  margin: 15px;
}

.ifs_sec_ourclients h1{
  font-size:65px;
  font-weight:700;
  line-height: 68px;
  color:rgba(255, 255, 255, 1);

}

#ifs_service_carousel .owl-nav .owl-prev {
  position: absolute;
  left: -45px;
}

#ifs_service_carousel .owl-nav .owl-next {
  position: absolute;
  right: -21px;
}

.ifs_ser_t2 {
  font-size: 145px;
  font-weight: 700;
  line-height: 152.54px;
  text-align: left;
  color: #efefef;
  padding-right: 10px;
}



#ifs_applications_sec .ifs_cloud .lft_card {
  background: #f5f5f580;
  font-family: Archivo Narrow;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  /*text-align: center;*/
  box-shadow: 0px 4px 4.7px 1px #0000001a;
  margin: 10px 0px;
  width:100%;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center; /* Centers vertically */
  /*justify-content: center; */
  padding:0px 25px;
  text-transform: capitalize;
}

#ifs_applications_sec .ifs_erp .lft_card {
  background: #f5f5f580;
  font-family: Archivo Narrow;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 10px;
  box-shadow: 0px 4px 4.7px 1px #0000001a;
  margin: 10px 0px;
  width:100%;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  padding:0px 25px;
}

#ifs_applications_sec .ifs_eam .lft_card {
  background: #f5f5f580;
  font-family: Archivo Narrow;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  box-shadow: 0px 4px 4.7px 1px #0000001a;
  margin: 6px 0px;
  width: 100%;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  /*justify-content: center; */
  padding:0px 20px;
  color:#001844;
}

#ifs_applications_sec .ifs_fsm .lft_card {
  background: #f5f5f580;
  font-family: Archivo Narrow;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0px 4px 4.7px 1px #0000001a;
  margin: 10px 0px;
  width:100%;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center; /* Centers vertically */
  /*justify-content: center;*/
  padding:0px 25px;
}
.section-title h1 {
  font-size: 54px;
  font-weight:600;
}
.board-img {
  border: 3px solid #F8F9FA !important;
  /* width: 100px; */
}
.odoo-inner {
  height: 64.77px !important;
  width: 202.39px !important;
  /* max-width: 150px; */
}
.card-inner{
  padding:40px;
}

@media (min-width: 1210px) and (max-width: 1400px) {
  .ifs_ser_t2 {
    font-size: 120px !important;
    font-weight: 700;
    line-height: 152.54px;
    text-align: left;
    color: #efefef;
    padding-right: 18px;
}
.odoo_services .section-title {
  color: #000;
  font-size: 67px;
  line-height: 80px;
  font-weight: 700;
  font-family: var(--bs-font-family);
  padding-left: 27px;
}
.service-title {
  color: #000;
  font-size: 67px;
  line-height: 70px;
  font-weight: 700;
  font-family: var(--bs-font-family);
  padding-left: 27px;
}
}



@media (min-width: 1024px) and (max-width: 1200px) {

#ifs_applications_sec .ifs_cloud .lft_card {
  background: #f5f5f580;
  font-family: Archivo Narrow;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 70px;
  /* text-align: center; */
  box-shadow: 0px 4px 4.7px 1px #0000001a;
  /* margin: 1px 26px; */
  width: 40%;
  height: 70px;
  border-radius: 10px;
  display: unset;
  align-items: center;
  /* justify-content: center; */
  padding: 10px 25px;
  text-transform: capitalize;
}

  #ifs_applications_sec .ifs_erp .lft_card {
    background: #f5f5f580;
    font-family: Archivo Narrow;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 70px;
    /* text-align: center; */
    box-shadow: 0px 4px 4.7px 1px #0000001a;
    /* margin: 1px 26px; */
    width: 40%;
    height: 70px;
    border-radius: 10px;
    display: unset;
    align-items: center;
    /* justify-content: center; */
    padding: 10px 25px;
    text-transform: capitalize;
}

#ifs_applications_sec .ifs_eam .lft_card {
  background: #f5f5f580;
  font-family: Archivo Narrow;
  font-size: 19px !important;
  font-weight: 700;
  line-height: 70px;
  /* text-align: center; */
  box-shadow: 0px 4px 4.7px 1px #0000001a;
  /* margin: 1px 26px; */
  width: 40%;
  height: 70px;
  border-radius: 10px;
  display: unset;
  align-items: center;
  /* justify-content: center; */
  padding: 10px 25px;
  text-transform: capitalize;
}

#ifs_applications_sec .ifs_fsm .lft_card {
  background: #f5f5f580;
  font-family: Archivo Narrow;
  font-size: 19px !important;
  font-weight: 700;
  line-height: 70px;
  /* text-align: center; */
  box-shadow: 0px 4px 4.7px 1px #0000001a;
  /* margin: 1px 26px; */
  width: 40%;
  height: 70px;
  border-radius: 10px;
  display: unset;
  align-items: center;
  /* justify-content: center; */
  padding: 10px 25px;
  text-transform: capitalize;
}
.section-title h1 {
  font-size: 54px;
  font-weight:600;
}

}

.indu_sec1 .ind-img-hand{
  height: 522px;
  max-width: 150%;
}

.founders .content h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  padding-left: 9px;
}
.founders .content h6 {
  color: #d9d9d9;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding-left: 9px;
}
.founders .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  padding-left: 9px;
}
.indu_sec1 .ind-img-hand{
  height: 522px;
  max-width: 150%;
}

.odoo_btn {
  font-size:22px;
  line-height: 30px;
}

.mt-about{
  margin-top: 0px !important;
}
.Schedule_btn{
  border-radius: 0.5rem !important;
}
.footer-phone{
  height:20.66px;
  width:20.66px;
  padding-bottom: 4px;
}

.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;
}

.ease {
    padding: 30px 0px;
    background-color: #f6f6f6;
    /* background-image: url('../images/slide23.png'); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ease .section-title h2 {
    color: #0f1b42;
    margin-bottom: 0.5rem;
    font-size: 50px;
}

.ease .section-title p {
    color: #03153d;
    margin-bottom: 25px;
    font-size: 25px;
}

.ease a img {
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
}

.experience p{
  font-size: 20px;
}

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

.ban-h  img {
    box-shadow: 2px 2px 10px #ffffff;
    background-color: #4a2655;
}

.ease .ease-box {
    position: relative;
    margin-bottom: 2rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.ease .ease-box h3{

font-size: 1.5rem;
margin-bottom: 1rem;
font-weight: 600;

}

.ease .ease-box p{

font-size: 1.15rem;
margin-bottom: 1rem;
font-weight: 400;

}

.ease2 {
    padding: 20px 0px;
    background-color: #faf6f9;
    /* background-image: url('../images/slide23.png'); */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ease2 .section-title h2 {
    color: #0f1b42;
    margin-bottom: 20px;
    font-size: 55px;
    text-align: left;
}

.ease2 .section-title p {
    color: #03153d;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: left;
}

.ease2 a img {
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.075);
}

.title-effect {
    width: 270px;
    height: 100px;
    top: 0;
    position: relative;
    left: 0;
    /*opacity: 0.5;*/
    animation: rotation 12.8s steps(1) 0s infinite;
}

.title-effect .bar-top {
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
    width: 100%;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}

.title-effect .bar {
    background: #ffb606;
    border-radius: 50%;
}


/* ------------------------
    box-loader
------------------------*/
.box-loader {border-radius: 100%; margin: 0 auto; position: absolute; top: 15px; left: 15px;}
.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ffb606;
    margin: 0 5px;
    opacity: 0;
}
.box-loader span:nth-child(1){animation: opacitychange 1s ease-in-out infinite;}
.box-loader span:nth-child(2){animation: opacitychange 1s ease-in-out 0.33s infinite;}
.box-loader span:nth-child(3){animation: opacitychange 1s ease-in-out 0.66s infinite;}


/*--rotation--*/

@keyframes rotation {
  /*0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }*/
  /*50% {
    transform: rotate(180deg);
  }*/
  /*75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }*/
}


@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }
  12.5% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}


@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }
  12.5% {
    transform: scale(1, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1, 1);
  }
  87.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}


@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }
  25% {
    transform: scale(0, 1);
  }
  37.5% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }
  37.5% {
    transform: scale(1, 0);
  }
  50% {
    transform: scale(1, 1);
  }
  62.5% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 0);
  }
}


/*--opacitychange--*/

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}


#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0f1b42; /* dark blue bg for tech look */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader-logo img {
    width: auto;
    /* animation: pulse 2s infinite ease-in-out; */
    /* filter: invert(1); */
    position: relative;
    top: 50%;
    left: 0%;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}



/**{*/
   
/*    max-width: 100%;*/
/*}*/


@media (max-width: 1400px) {
    
    .exp-content-sec h6 {
    font-size: 35px;
    }
    
    .exp-bg {
    padding-top: 40px;
}
.exp-bg {
    
    background-position: 0% 125%;
  
}
    
}


@media (max-width: 1200px) {
    
    .switch-table-container {
         width: 90% !important;
}

}

@media (max-width: 768px) {
    
    .ease .section-title h2 {
    
    font-size: 24px;
    line-height: 40px;
}

.ease .section-title p {
    
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.exp-content h6 {
    margin-bottom: 20px !important;
}

.ease a img {
    margin-bottom: 20px;
}


.about21 .hero2-main-imges .abt1 {
    height: 250px;
}
.about21 .hero2-main-imges .abt2 img {
    width: 100%;
    height: 147px;
}
.exp h3 {
    font-size: 30px;
}
.exp p {
    font-size: 16px;
}
.exp {
    padding: 10px;
}
.about21 .heading2 p {
   margin-bottom: 0.5rem;
}

body.bizsprint p{
    font-size: 14px !important;
    line-height: 18px !important;
    /*font-weight: 400 !important;*/
}

.solution .item-box p{
    margin-bottom: 0px !important;
}
.service6 .service-box .heading6 p {
    padding: 6px 0px;
    margin-bottom: 0px;
}
.service6 .service-box {
    padding: 20px;
}
.heading6 h2 {
    font-size: 24px;
    line-height: 38px;
}
.service6 .service-box {
    margin-top: 10px;
}

.includes-high {
    margin-bottom: 20px;
}
.about1 .about-image {
    display: none;
}

.about1 .heading1 .list li {
    font-size: 14px;
    padding-top: 10px;
}
.about1 .heading1 .list li span {
    display: inline-block;
    height: 20px;
    padding: 0px 4px;
    width: 20px;
    background-color: #f7b007;
    border-radius: 50%;
    color: #000034;
    margin-right: 10px;
}
.about1 .heading1 .list li span i {
    font-size: 14px;
    font-weight: bold;
}

.title-effect1 {
    left: 39% !important;
}

.section-title {
     margin-bottom: 0px; 
    position: relative;
}
.faqs .section-title h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #9c5789;
    padding: 5px 0px;
    margin-top: 0px !important;
}
.faqs {
    padding-bottom: 20px !important;
}
.service3 .main-image img {
    width: 50%;
}
.solution .item-box {
    margin-top: 10px;
}

.faqs .my-3 span {
    font-size: 18px !important;
}





.about10 .work-images .counter-box {
    text-align: center;
    background-color: #f7b007;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 115px;
    margin-top: -70px;
    z-index: 3;
    width: auto;
}

.choose8-images .image img{
    display: none;
}

.ease2 .section-title h2 {
        font-size: 28px;
        font-family: Archivo Narrow;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-align: center;
        padding-top: 15px;
}

.ease2 .section-title p {
        font-family: Archivo Narrow;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: justify;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #464646;
        margin-bottom: 0px;
}

}


.faqs .my-3 span {
    font-size: 35px;
    color: #03133C;
    font-weight: bold;
}



