@charset "UTF-8";
.technology-banner-sec {
  background: url("../image/technolgy-img/technology-landscape-analysis-master.webp") center center/cover no-repeat;
  color: #fff;
}
.technology-banner-sec .banner-area-tech {
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  .technology-banner-sec .banner-area-tech {
    padding: 40px 0;
  }
}
.technology-banner-sec h1 {
  font-family: "Lora", serif;
  font-size: 43px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .technology-banner-sec h1 {
    font-size: 30px;
  }
}
.technology-banner-sec p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 90%;
}
@media screen and (max-width: 992px) {
  .technology-banner-sec p {
    max-width: 100%;
  }
}
.technology-banner-sec .cta-btn {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.technology-banner-sec .cta-btn span {
  margin-left: 0.8rem;
  transition: transform 0.3s ease;
}
.technology-banner-sec .cta-btn i {
  background-color: #fff;
  color: #0029ff;
  padding: 6px 8px;
}
.technology-banner-sec .cta-btn:hover {
  text-decoration: none;
}
.technology-banner-sec .cta-btn:hover span {
  transform: translateX(5px);
}
.technology-banner-sec .tech-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.overview-section-imp {
  background-color: #000640;
  padding: 60px 0;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .overview-section-imp {
    padding: 40px 0;
  }
}
.overview-section-imp .overview-title {
  font-size: 38px;
  font-weight: 500;
  font-family: "lora", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .overview-section-imp .overview-title {
    font-size: 25px;
  }
}
.overview-section-imp .overview-subtitle {
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .overview-section-imp .overview-subtitle {
    margin-bottom: 20px;
  }
}
.overview-section-imp .overview-tabs {
  background: #000;
  display: flex;
  padding: 10px;
  margin: 40px 0 0px;
  overflow-x: auto;
  align-items: center;
  justify-content: center;
}
.overview-section-imp .overview-tabs .tab-item {
  color: #ffffff;
  font-weight: 600;
  margin-right: 20px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  cursor: pointer;
}
.overview-section-imp .overview-tabs .tab-item i {
  margin-right: 8px;
}
.overview-section-imp .overview-cards .overview-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.4s ease;
}
.overview-section-imp .overview-cards .overview-card .card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
}
.overview-section-imp .overview-cards .overview-card:hover .card-img {
  transform: scale(1.05);
}
.overview-section-imp .overview-cards .overview-card .overview-card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px 15px 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .overview-section-imp .overview-cards .overview-card .overview-card-content {
    padding: 0px 25px 10px 19px;
  }
}
.overview-section-imp .overview-cards .overview-card .overview-card-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 20px;
  border-radius: 4px;
  width: 3px;
  background-color: white;
}
.overview-section-imp .overview-cards .overview-card .overview-card-content a {
  color: #fff;
}
.overview-section-imp .overview-cards .overview-card .overview-card-content h3 {
  color: #ffffff;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  border-left: 15px;
  font-weight: 600;
  margin: 0;
  max-width: 65%;
}
@media screen and (max-width: 1024px) {
  .overview-section-imp .overview-cards .overview-card .overview-card-content h3 {
    max-width: 42%;
  }
}
.overview-section-imp .overview-cards .overview-card .overview-card-content i {
  margin-left: 8px;
  font-size: 14px;
  color: #fff;
  transform: rotate(319deg);
}
.overview-section-imp .overview-cards .primary {
  position: relative;
  cursor: pointer;
}
.overview-section-imp .overview-cards .secondary {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.6) -102.73%, #000 -0.89%, #0029FF 100.95%);
  color: #FFF;
  transition: 0.4s ease-out;
  padding: 15px;
}
.overview-section-imp .overview-cards .secondary .main-text-sec {
  font-size: 18px;
  min-height: 140px;
  font-weight: 600;
}
@media screen and (max-width: 1366px) {
  .overview-section-imp .overview-cards .secondary .main-text-sec {
    min-height: 112px;
  }
}
@media screen and (max-width: 1024px) {
  .overview-section-imp .overview-cards .secondary .main-text-sec {
    min-height: 190px;
  }
}
.overview-section-imp .overview-cards .secondary .cta-btn {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.overview-section-imp .overview-cards .secondary .cta-btn span {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.overview-section-imp .overview-cards .secondary .cta-btn i {
  background-color: #fff;
  color: #0029ff;
  padding: 3px 5px;
  font-size: 13px;
}
.overview-section-imp .overview-cards .secondary .cta-btn:hover {
  text-decoration: none;
}
.overview-section-imp .overview-cards .secondary .cta-btn:hover span {
  transform: translateX(5px);
}
.overview-section-imp .overview-cards .primary:hover .secondary {
  opacity: 1;
}
.overview-section-imp .overview-cards .overview-accordion {
  margin-bottom: 30px;
}
.overview-section-imp .overview-cards .overview-accordion .accordion-item {
  padding: 10px 0;
}
.overview-section-imp .overview-cards .overview-accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 0 15px 0 0px;
  position: relative;
}
.overview-section-imp .overview-cards .overview-accordion .accordion-item .accordion-header i {
  margin-left: 10px;
  transition: all 0.3s;
}
.overview-section-imp .overview-cards .overview-accordion .accordion-item .accordion-body {
  padding: 10px 0;
  color: #ccc;
  font-size: 13px;
}
.overview-section-imp .overview-cards .overview-accordion .accordion-item .accordion-body ul {
  padding-left: 0;
  list-style: none;
}
.overview-section-imp .overview-cards .overview-accordion .accordion-item .accordion-body ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.overview-section-imp .overview-cards .overview-accordion .accordion-item .accordion-body ul li i {
  color: #0029ff;
  margin-right: 8px;
  font-size: 12px;
}

.business-function-section {
  padding: 60px 0;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .business-function-section {
    padding: 40px 0;
  }
}
.business-function-section .mobile-version-accordion-tech {
  display: none;
}
@media screen and (max-width: 1024px) {
  .business-function-section .mobile-version-accordion-tech {
    display: block;
  }
}
.business-function-section .mobile-version-accordion-tech span {
  color: #0029ff;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}
.business-function-section .mobile-version-accordion-tech .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.business-function-section .mobile-version-accordion-tech .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.business-function-section .mobile-version-accordion-tech .main-card-firs {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.business-function-section .mobile-version-accordion-tech p {
  color: #000;
  font-weight: 600;
  margin: 0;
}
.business-function-section .mobile-version-accordion-tech i {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.business-function-section .mobile-version-accordion-tech .card-header {
  background-color: #eff6ff;
  justify-content: space-between;
}
.business-function-section .mobile-version-accordion-tech .card-header .toggle-icon {
  transition: transform 0.3s ease;
  display: none;
  color: #0029ff;
  font-size: 16px;
  margin-left: 10px;
}
.business-function-section .mobile-version-accordion-tech .card-header.collapsed .fa-plus {
  display: inline-block;
}
.business-function-section .mobile-version-accordion-tech .card-header.collapsed .fa-minus {
  display: none;
}
.business-function-section .mobile-version-accordion-tech .card-header:not(.collapsed) .fa-plus {
  display: none;
}
.business-function-section .mobile-version-accordion-tech .card-header:not(.collapsed) .fa-minus {
  display: inline-block;
}
.business-function-section .mobile-version-accordion-tech .btns-section {
  margin: 1rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .business-function-section .mobile-version-accordion-tech .btns-section {
    gap: 10px;
  }
}
.business-function-section .mobile-version-accordion-tech .btns-section .custom-btn {
  background: transparent;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(211, 211, 211, 0.8);
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 450px) {
  .business-function-section .mobile-version-accordion-tech .btns-section .custom-btn {
    padding: 8px 10px;
  }
}
.business-function-section .mobile-version-accordion-tech .btns-section .custom-btn span {
  color: #0029ff !important;
  transition: color 0.3s ease;
}
@media screen and (max-width: 450px) {
  .business-function-section .mobile-version-accordion-tech .btns-section .custom-btn span {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 350px) {
  .business-function-section .mobile-version-accordion-tech .btns-section .custom-btn span {
    padding: 8px 2px;
  }
}
.business-function-section .mobile-version-accordion-tech .btns-section .custom-btn svg {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
}
.business-function-section .mobile-version-accordion-tech .btns-section .custom-btn svg path {
  fill: #0029ff;
  transition: fill 0.3s ease;
}
.business-function-section .mobile-version-accordion-tech .btns-section .custom-btn.active {
  background: #6900f2;
  color: #fff;
  border: 1px solid transparent;
}
.business-function-section .mobile-version-accordion-tech .btns-section .custom-btn.active span {
  color: #fff !important;
}
.business-function-section .mobile-version-accordion-tech .btns-section .custom-btn.active svg path {
  fill: #fff;
}
.business-function-section .mobile-version-accordion-tech .main-violet-card {
  background-color: #6900f2;
  border-bottom: unset !important;
  padding: 7px !important;
  margin-bottom: 10px;
}
.business-function-section .mobile-version-accordion-tech .main-violet-card:last-child {
  margin-bottom: 0;
}
.business-function-section .mobile-version-accordion-tech .main-violet-card p {
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.business-function-section .overview-title {
  font-size: 43px;
  font-weight: 500;
  color: #0029ff;
  font-family: "lora", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .business-function-section .overview-title {
    font-size: 25px;
  }
}
.business-function-section .process-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .business-function-section .process-steps {
    display: none;
  }
}
.business-function-section .process-step {
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .business-function-section .process-step {
    font-size: 18px;
  }
}
.business-function-section .str {
  padding: 0 42px;
}
.business-function-section .ins {
  padding-right: 42px;
}
.business-function-section .imp {
  padding-left: 42px;
}
.business-function-section .process-line {
  flex-grow: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 1px dashed #e2dada;
  position: relative;
}
.business-function-section .process-line::after {
  content: "•";
  position: absolute;
  right: -2px;
  top: -14px;
  color: #bcb8b8;
  font-size: 20px;
}
.business-function-section .process-line::before {
  content: "•";
  position: absolute;
  left: -2px;
  top: -14px;
  color: #bcb8b8;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .business-function-section .main-step-bl-sec {
    display: none;
  }
}
.business-function-section .main-step-bl-sec svg {
  width: 30px !important;
  height: 30px !important;
}
.business-function-section .main-step-bl-sec .main-card-firs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin: 10px 0;
  min-height: 65px;
}
@media screen and (max-width: 1024px) {
  .business-function-section .main-step-bl-sec .main-card-firs {
    display: none;
  }
}
.business-function-section .main-step-bl-sec p {
  color: #000;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .business-function-section .main-step-bl-sec p {
    font-size: 14px;
  }
}
.business-function-section .main-step-bl-sec i {
  color: #6900F2;
  font-size: 22px;
  font-weight: 600;
}
.business-function-section .solution-button {
  background-color: #6900f2;
  height: 215px;
}
.business-function-section .solution-button .main-card-firs {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 10px;
}
.business-function-section .solution-button p {
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.business-function-section .solution-button i {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.business-function-section .main-violet-card {
  background-color: #6900f2;
  border-bottom: unset !important;
  padding: 7px;
}
.business-function-section .main-violet-card p {
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.business-function-section .square-box-section {
  width: 100%;
  padding: 30px 0;
  justify-content: center;
  /* Responsive */
}
.business-function-section .square-box-section .wrapper {
  width: 100%;
  box-sizing: border-box;
}
.business-function-section .square-box-section .sustain,
.business-function-section .square-box-section .objectives {
  width: 100%;
  padding: 14px;
  background: #14AE5C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-function-section .square-box-section .sustain p,
.business-function-section .square-box-section .objectives p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.business-function-section .square-box-section .sustain:hover p,
.business-function-section .square-box-section .objectives:hover p {
  transform: scale(1.1);
}
.business-function-section .square-box-section .objectives {
  background: #7000FF;
  margin-top: -5px;
}
.business-function-section .square-box-section .section-boxes {
  display: flex;
  flex-wrap: wrap;
  background: #000428;
  overflow: hidden;
  width: 100%;
}
.business-function-section .square-box-section .section-boxes .box {
  flex: 1 1 25%;
  min-height: 200px;
  background: #05014A;
  border-right: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  padding: 0;
}
.business-function-section .square-box-section .section-boxes .box:last-child {
  border-right: none;
}
.business-function-section .square-box-section .section-boxes .box button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.business-function-section .square-box-section .section-boxes .box:hover {
  background: #000;
}
.business-function-section .square-box-section .section-boxes .box:hover button {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .business-function-section .square-box-section .section-boxes .box {
    flex: 1 1 50%;
    min-height: 180px;
    border-bottom: 2px dashed #fff;
  }
  .business-function-section .square-box-section .section-boxes .box:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .business-function-section .square-box-section .section-boxes .box {
    flex: 1 1 100%;
    min-height: 150px;
    border-bottom: 2px dashed #fff !important;
    border-right: none !important;
  }
  .business-function-section .square-box-section .section-boxes .box:last-child {
    border-bottom: none !important;
  }
  .business-function-section .square-box-section .section-boxes .box .section-boxes .grth {
    border-bottom: 2px dashed #fff !important;
  }
}

.browse-our-service-section {
  padding: 150px 0;
  background: linear-gradient(90deg, #0029FF 0%, #66A3FF 100%);
  /* Right scrollable box - new code */
}
@media screen and (max-width: 1024px) {
  .browse-our-service-section {
    padding: 60px 0;
  }
}
.browse-our-service-section .main-outer-head-sec {
  /* Sticky Left Side */
  position: sticky;
  top: 20vh;
}
.browse-our-service-section .main-outer-head-sec h2 {
  color: #fff;
  font-size: 38px;
  font-family: "lora", serif;
}
@media screen and (max-width: 1024px) {
  .browse-our-service-section .main-outer-head-sec h2 {
    font-size: 25px;
  }
}
.browse-our-service-section .main-outer-head-sec .logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 11px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.07);
  padding: 8px;
}
@media screen and (max-width: 1366px) {
  .browse-our-service-section .main-outer-head-sec .logo-grid {
    gap: 7px;
  }
}
.browse-our-service-section .main-outer-head-sec .logo-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 60px;
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.browse-our-service-section .main-outer-head-sec .logo-item:hover {
  opacity: 1;
}
.browse-our-service-section .main-outer-head-sec .logo-item.bmw {
  background-image: url("../image/technolgy-img/logos/bmw.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.sony {
  background-image: url("../image/technolgy-img/logos/sony.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.unilever {
  background-image: url("../image/technolgy-img/logos/unilever.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.nestle {
  background-image: url("../image/technolgy-img/logos/nestle.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.mondelez {
  background-image: url("../image/technolgy-img/logos/mondelez.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.perfetti {
  background-image: url("../image/technolgy-img/logos/perfetti.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.purplle {
  background-image: url("../image/technolgy-img/logos/pruplle.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.itc {
  background-image: url("../image/technolgy-img/logos/itc.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.johnson {
  background-image: url("../image/technolgy-img/logos/johnson-and-johnson.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.gsk {
  background-image: url("../image/technolgy-img/logos/gsk.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.kenvue {
  background-image: url("../image/technolgy-img/logos/kenvue.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.glenmark {
  background-image: url("../image/technolgy-img/logos/glenmark.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.vido {
  background-image: url("../image/technolgy-img/logos/vido.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.global-medical {
  background-image: url("../image/technolgy-img/logos/golbal-medical-response.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.jsw {
  background-image: url("../image/technolgy-img/logos/jsw.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.rio-tinto {
  background-image: url("../image/technolgy-img/logos/riotinto.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.siemens {
  background-image: url("../image/technolgy-img/logos/siemens.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.mitsubishi {
  background-image: url("../image/technolgy-img/logos/mitsubishi.webp");
}
.browse-our-service-section .main-outer-head-sec .logo-item.adnoc {
  background-image: url("../image/technolgy-img/logos/emirates-steel.webp");
}
.browse-our-service-section .redirected-link {
  display: block;
  text-decoration: none;
}
.browse-our-service-section .redirected-link .redirected-marekt-sections {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}
.browse-our-service-section .redirected-link .redirected-marekt-sections p {
  margin: 0;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .browse-our-service-section .redirected-link .redirected-marekt-sections p {
    font-size: 25px;
  }
}
.browse-our-service-section .redirected-link .redirected-marekt-sections p:nth-child(1) {
  font-size: 16px;
  margin: 20px 0 80px 0;
}
.browse-our-service-section .redirected-link .redirected-marekt-sections span {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .browse-our-service-section .redirected-link .redirected-marekt-sections span {
    font-size: 25px;
  }
}
.browse-our-service-section .redirected-link .redirected-marekt-sections .icon-sec i {
  font-size: 30px;
  transform: rotate(319deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .browse-our-service-section .redirected-link .redirected-marekt-sections .icon-sec i {
    font-size: 25px;
  }
}
.browse-our-service-section .redirected-link .redirected-marekt-sections:hover .icon-sec i {
  transform: rotate(319deg) translateX(3px);
}
.browse-our-service-section .scrollable-effect {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding-right: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1366px) {
  .browse-our-service-section .scrollable-effect {
    max-height: 90vh;
  }
}
.browse-our-service-section .scrollable-effect::-webkit-scrollbar {
  display: none;
}/*# sourceMappingURL=technology.css.map */