@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #fafafa;
  --secondary-color: #3ebfc4;
  --white-color: #ffffff;
  --black-color: #000000;
  --orange-color: #ec4b3b;
  --gray-color: #646464;
  --green-color: #17484a;
  --light-black-color: #292929;
  --light-bg-color: #353434;
  --light-bg-box: #423f3f;
  --light-blue-color: #4eadc9;
}
body {
  background-color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}
* {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none !important;
}

.primary_color {
  color: var(--primary-color) !important;
}
.black_color {
  color: var(--black-color) !important;
}

.secondary_color {
  color: var(--secondary-color) !important;
}
.light_black_color {
  color: var(--light-black-color) !important;
}
.white_color {
  color: var(--white-color) !important;
}
.dark-gray{
  color: #9F9F9F;
}

.orange_color {
  color: var(--orange-color) !important;
}
.red_color {
  color: #ff0000 !important;
}
.lite_red_color {
  color: #e81616;
}

.gray_color {
  color: var(--gray-color) !important;
}
.light_blue_color {
  color: var(--light-blue-color) !important;
}

.landing5-bg {
  min-height: 100vh;
  background-color: var(--light-black-color) !important;
}
.gray_color1 {
  color: #dee1e6;
}
.gray_color2 {
  color: #555;
}
.gray_color_boder {
  color: #d9d9d9;
}
.blue_color {
  color: #3ebfc4;
}
.thick_blue{
  color: #3858F6;
}
.green_color {
  color: var(--green-color) !important;
}
.lite_green_color {
  color: #38908f;
}
.lite_green_color1 {
  background-color: #f5fff8;
}
.lite_green_color2 {
  background-color: #2C9599;
}
.lite_orange {
  background-color: #ffd5d5;
}

.bg_lightblue {
  background-color: #e0f9f940;
}
.bg_white {
  background-color: #fff;
}
.bg_darkwhite {
  background-color: #f6ffff;
}
.bg_secondary {
  background-color: #3ebfc4;
}
.bg_secondary_lite {
  background-color: #dcfce7;
}
.bg_lightdark {
  background-color: var(--light-black-color);
}
.bg_loadmore {
  background-color: #f1f2f3;
}
.bg_green {
  background-color: var(--green-color) !important;
}
.bg_lite_green {
  background-color: #e3f6f6;
}
.bg_lite_mist{
  background-color: #FFFEF8;
}
.bg_black{
  background-color: #1A1A1A;
}

.poppins-text {
  font-family: 'Poppins', sans-serif;
}
.fs-65 {
  font-size: 65px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-45 {
  font-size: 45px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-40 {
  font-size: 30px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 35px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.py-100 {
  padding: 100px 0px;
}
.pb-65 {
  padding-bottom: 6px;
}
.p-40 {
  padding: 40px 0px 40px 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.w-40 {
  width: 40px;
}
.h-40 {
  height: 40px;
}
.h-20 {
  height: 20px;
}
.w-20 {
  width: 20px;
}
.w-350 {
  width: 350px;
}
.w-400 {
  width: 400px;
}
.border_color_red {
  border-color: #ec4b3b !important;
}
.border_color_gray {
  border-color: #e6e6e6;
}
.border_color_secondary {
  border-color: #3ebfc4 !important;
}
.border_thick_blue {
  border-color: #38908f !important;
}
.br-20 {
  border-radius: 20px;
}
.br-15 {
  border-radius: 15px;
}
.ms-122 {
  margin-left: 122px;
}
.text-justify {
  text-align: justify;
}
.object-fit-cover {
  object-fit: cover;
}
.text-end {
  text-align: end !important;
}
.bg-unset {
  background: unset;
}
.box-shadow-unset {
  box-shadow: unset;
}
.bg-norepeat{
  background-repeat: no-repeat;
}
/* custom css  start*/
.btn-cta {
  font-size: 18px;
  color: white;
  border-radius: 30px;
  background: #ec4b3b;
  padding: 10px 8.592px 10px 20.027px;
}
.btn-cta1 {
  font-size: 18px;
  color: white;
  background: #ec4b3b;
  padding: 15px 20px;
}
.btn-cta-sec {
  font-size: 18px;
  color: white;
  border-radius: 30px;
  background: #3ebfc4;
  padding: 10px !important;
}
.bg-usd {
  background-image: url('../images/bg-usd.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px 50px 20px 50px;
}

.bg-map {
  background-image: url('../images/bg-map.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.landing3-bg-map {
  background-image: url('../images/landing3-maskgrp.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.landing4-bg-map {
  background-image: url('../images/landing4-plane.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.landing3-bg-map-region {
  background-image: url('../images/landing3-region.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.landing5-bg-map-region {
  background-image: url('../images/lan5cta-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.landing5-deliv-bg-cta {
  background-image: url('../images/lan5deliveycta.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.landing5-con-bg-cta {
  background-image: url('../images/lan5concta.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.landing4-bg-map-region {
  background-image: url('../images/landing4-plane2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.landing3-bg-map-region::before {
  content: '';
  position: absolute;
  inset: 0;
  background-position: center;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.landing5-bg-map-region::before {
  content: '';
  position: absolute;
  inset: 0;
  background-position: center;
  /* min-height: 100vh; */
  /* background: rgba(0, 0, 0, 0.8); */
  z-index: -1;
}
.landing4-bg-map-region::before {
  content: '';
  position: absolute;
  inset: 0;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.landing4-bg-map::before {
  content: '';
  position: absolute;
  inset: 0;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.landing3-bg-map::before {
  content: '';
  position: absolute;
  inset: 0;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.landing3-report-bg {
  background-color: var(--orange-color);
}

.landing4-banner {
  background-color: #19232d;
  /* padding: 10px; */
}
.langing-3-region {
  height: 300px !important;
  background-color: #0f3c3e !important;
  border: 2px solid red;
}
.h-550 {
  height: 500px;
  object-fit: cover;
}
.h-615 {
  height: 615px;
}
.h-360 {
  height: 360px;
}
.bg-joinus {
  background-image: url('../images/joinus_bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-joinus2 {
  background-image: url('../images/joinus_bg2.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 593px;
}
.bg-result {
  background-image: url('../images/bg-result.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.bg-resultlan5 {
  background-image: url('../images/bg-resultlan5.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.bg-explore {
  background-image: url('../images/bg-explore.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.landing4-bg-explore {
  background-image: url('../images/landing4-plane3.png');
  background-size: cover;
  background-position: center;
  object-fit: cover;
  position: relative;
  inset: 0;
  z-index: 1;
  flex-shrink: 1;
  background-repeat: no-repeat;
}
.landing4-bg-explore::before {
  content: '';
  position: absolute;
  inset: 0;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.landing5-bg-explore {
  background-image: url('../images/lan5tranform-bg.png');
  background-size: cover;
  background-position: center;
  object-fit: cover;
  position: relative;
  inset: 0;
  z-index: 1;
  flex-shrink: 1;
  background-repeat: no-repeat;
}
.landing5-bg-explore::before {
  content: '';
  position: absolute;
  inset: 0;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.bg-companies {
  background-image: url('../images/evtolComp-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
/* table style */

.flag-img {
  height: 38px;
  width: 38px;
  object-fit: contain;
}
.oem-img {
  object-fit: none;
}
.parent-status-table {
  border-radius: 12px;
  border: 1px solid var(--Grey_2, #e4e4e4);
}
.table td,
.table th {
  vertical-align: middle !important;
  padding: 15px !important;
}
.status-table {
  border: 2px solid #e6e6e6 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.status-table th,
.status-table td {
  border-color: #e6e6e6 !important;
}

.status-table thead tr th {
  background-color: #f9fafc !important;
}
.status-table tbody tr td {
  background-color: #ffff !important;
}

/* Frequently Asked section css start */
.faq-title {
  text-align: center;
  /* font-size: 50px; */
  font-weight: 600;
  color: #1b4b4e;
  margin-bottom: 40px;
}
.faq-title-dark {
  text-align: center;
  /* font-size: 50px; */
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}

.faq-box {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  margin-bottom: 30px;
}
.faq-box-dark {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 1.5rem 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  margin-bottom: 30px;
}

.faq-question {
  font-weight: 600;
  /* font-size: 18px; */
  color: #17484a;
}
.faq-question-dark {
  font-weight: 600;
  /* font-size: 18px; */
  color: #fff;
}

.faq-box.active .faq-question {
  color: #3ebfc4;
}
.faq-box-dark.active .faq-question {
  color: #3ebfc4;
}

.faq-answer {
  margin-top: 10px;
  color: #646464;
  /* font-size: 15px; */
  font-weight: 400;
}

.faq-icon {
  font-size: 1.3rem;
  color: #3db8b2;
  margin-right: 15px;
}

.faq-box:not(.active) .faq-answer {
  display: none;
}
.faq-box-dark:not(.active) .faq-answer {
  display: none;
}

.faq-section {
  background-color: #fafafa;
}
.faq-section-dark {
  background-color: #292929;
}

/* Frequently Asked section css end */
/* case study  section css start*/
.case-studies-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  padding-bottom: 40px;
  padding-top: 40px;
  flex-direction: row;
}

.left-panel {
  width: 35%;
  background-color: #e6f4f1;
  padding: 30px;
  border-radius: 10px;
}
.bg-drakcasestudy {
  background-color: var(--light-bg-color) !important;
}
.bgcasestudy_btn {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: #fff !important;
}
.bgcase-rightpanel {
  background-color: #dcf4f152 !important;
}
.left-panel h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.dark-left-panel {
  width: 35%;
  background-color: var(--light-bg-color);
  padding: 30px;
  border-radius: 10px;
}

.dark-left-panel h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.case-btn {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  background-color: white;
  border: none;
  padding: 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #17484a;
}

.case-btn:hover,
.case-btn.btn-active {
  background-color: #2c9599;
  color: white;
}
.dark-case-btn {
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  background-color: var(--light-bg-box);
  border: none;
  padding: 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #fff;
}

.dark-case-btn:hover,
.dark-case-btn.btn-active {
  background-color: #2c9599;
  color: white;
}

.right-panel {
  flex: 1;
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  margin: 20px;
  /* min-height: 400px; */
  position: relative;
  border-radius: 15px;
  border: 1px solid #3ebfc4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.dark-right-panel {
  flex: 1;
  padding: 30px;
  background-color: var(--light-bg-color);
  border-radius: 15px;
  margin: 20px;
  /* min-height: 400px; */
  position: relative;
  border-radius: 15px;
  border: 1px solid #3ebfc4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.panel-right {
  padding: 30px;
  background-color: white;
  border-radius: 15px;
  margin-left: 20px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #3ebfc4;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.panel-left {
  background-color: #e6f4f1;
  padding: 30px;
  border-radius: 10px;
}
.right-panel h3 {
  font-weight: 700;
  color: #0f3c3e;
}
.dark-right-panel h3 {
  font-weight: 700;
  color: #fff;
}
.case-content {
  display: none;
  flex-direction: column;
  height: 100%;
}

.default-message {
  text-align: center;
}
.case-details {
  display: flex;
  flex-direction: column;
}

#case-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: justify;
  color: #17484a;
}

#case-text {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.case-details h5 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 25px;
  color: #17484a;
}
.caseTitle-white h5 {
  color: #fff !important;
}
.caseTitle-white {
  color: #fff !important;
}

.case-details p {
  text-align: justify !important;
}
.close-btn {
  position: absolute !important;
  top: 5px !important;
  right: 6px !important;
  background: none !important;
  border: none;
  box-shadow: unset !important;
  font-size: 1.2rem;
  color: #666;
}

.close-btn:hover {
  color: #000;
}
/* case study  section css end*/
/* form styles */
.modal-content {
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.form-control::placeholder {
  color: #aaa;
}
.btn-submit {
  border-radius: 8.078px !important;
  background: #2c9599 !important;
  color: white !important;
  width: 214px !important;
  height: 50.486px !important;
}
.btn-submit:hover {
  background: #148989 !important;
}

.modal-header {
  border-bottom: none;
}
.form-model-header {
  text-align: right;
  display: inline-grid;
  justify-content: flex-end;
}
.btn-close {
  color: #ec4b3b !important;
  border-radius: 50%;
  border: 2px solid #ec4b3b;
  padding: 6px;
}
.shadow-box {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.full-shadow-box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.contactForm input.form-control {
  background: #eeeeee !important;
}

.contactForm textarea.form-control {
  background: #eeeeee !important;
}

/* cta section */
.service-card {
  background-color: #ffffff54;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.black_bg {
  background-color: var(--black-color) !important;
  height: auto;
}
.universe-card {
  background-color: #6d6c6c54;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  /* border: 1px solid rgba(255, 255, 255, 0.09); */
}
.service-card h5 {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.btn-call {
  background-color: #38908f !important;
  border: none !important;
  color: #fff !important;
  padding: 12px 15px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}

.btn-call:hover {
  background-color: #1baaa0 !important;
  color: unset !important;
}

.consulting-card {
  background-color: #2c7a7b !important; /* teal shade */
}
/* map section */
.region-list {
  list-style: none;
  /* padding-left: 0; */
  line-height: 2;
  font-size: 16px;
}

.north-america {
  color: #38908f;
  font-family: Poppins;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.europe {
  color: #e77817;
  font-family: Poppins;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.apac {
  color: #59a700;
  font-family: Poppins;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sao {
  color: #0986fa;
  font-family: Poppins;
  /* font-size: 18px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.legend {
  margin-top: 18px;

  margin-bottom: 44px;
  font-size: 14px;
}

.legend span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border-radius: 3px;
}

.legend-item {
  display: flex;
  align-items: center;
}

.bg-na {
  background-color: #38908f;
}
.bg-eu {
  background-color: #e77817;
}
.bg-apac {
  background-color: #59a700;
}
.bg-dub {
  background-color: #0986fa;
}

.bg_orange {
  background-color: #ec4b3b;
}
.bg_gray {
  background-color: #f9fafb;
}
.bg_litepink {
  background-color: #fff1ee75;
}
.bg_liteorange {
  background-color: #f5684a2e;
}
.bg_lite_black {
  background-color: #00000066;
}
.bg_mist {
  background-color: #f8fafc;
}
.bg_lite_blue{
  background-color: #F0F2F5;
}


.gradient-border {
  position: relative;
  border-radius: 10px;

}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; 
  border-radius: inherit;
  background: linear-gradient(90deg, #3EBFC4, #EC4B3B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* homepage styles */
.bg-partner {
  position: relative;
  background-image: url('../images/carbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  z-index: 1;
}

.bg-partner::before {
  content: '';
  position: absolute;
  inset: 0;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

/* landing3-bg styles */
.landing3-bg-partner {
  position: relative;
  background-image: url('../images/landing3-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  z-index: 1;
}

.landing3-bg-partner::before {
  content: '';
  position: absolute;
  inset: 0;
  /* min-height: 100vh; */
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.Offer-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  height: 100%;
  border: 1px solid #38908f;
}
/* report section */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px 30px 0px;
  margin: 45px 0px 0px 0px;
}

.slider-controls button {
  background-color: unset;
  color: #000;
  border: none;
  /* padding: 8px 16px; */
  box-shadow: none !important;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
  box-sizing: unset !important;
}
.slider-controls button img {
  width: 60px;
  height: 60px;
}

.swiper {
  width: 100%;
  box-sizing: border-box;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  border-radius: 8px;
}
.report-card {
  position: relative;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  transition: 1s;
  font-family: Arial, sans-serif;
  /* box-shadow: 10px 10px 10px black; */
  border-radius: 5px;
}
.report-card:hover {
  border: 7px solid #2c7a7b;
  border-radius: 20px;
  box-shadow: 0 0 5px #1baaa0;
  transition: all 0.3s ease;
}
.report-card img {
  width: 100%;
  transition: 1s;
  height: auto;
  display: block;
  border-radius: 10px;
}
.report-card img:hover {
  border-radius: 20px;
  transform: scale(1.1);
  cursor: pointer;
}
.card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 15px 0;
}

.report-bg {
  background-image: url(../images/report-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.toolkit-section {
  text-align: center;
}

.toolkit-card {
  height: 409px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.toolkit-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.toolkitcard-content {
  background-color: #38908f;
  color: white;
  padding: 20px;
}

.btn-read-tooltip {
  border-radius: 2px !important;
  color: white !important;
  border: 1px solid #fff !important;
}
.btn-read-tooltip:hover {
  border-radius: 2px !important;
  border: 1px solid #fff !important;
}
.second-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-swiper .swiper-slide img {
  width: 75%;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.second-pagination {
  bottom: -10px;
}

.research-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.logo-carousel {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: white; /* optional */
}

.carousal-slide {
  display: inline-flex;
  animation: scroll 10s linear infinite;
}

.client_logo {
  flex: 0 0 auto;
  padding: 0 20px;
}

.client_logo img {
  height: 30px;
  width: auto;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.bg-result-home {
  background-image: url('../images/result-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.landing4-bg-result-home {
  background-image: url('../images/landing4-result.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.bg-result-article {
  background-image: url('../images/article_result_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.testimonial-card {
  border-radius: 8px;
  padding: 30px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  text-align: left;
  border-radius: 10px;
  border: 1px solid var(--shadow-stroke, #e6e6e6);
  background: #fff;
}

.testimonial-text {
  font-size: 22px;
  font-weight: 400;
  color: #646464;
  font-style: italic;
  position: relative;
  display: inline;
}

.testimonial-text::before {
  content: '"';
  color: #ec4b3b;
  margin-right: -2px; /* close the gap */
}

.testimonial-text::after {
  content: '"';
  color: #ec4b3b;
  margin-left: -4px; /* close the gap */
}

.testimonial-tex-dark {
  font-size: 22px;
  font-weight: bold;
  color: #646464;
}
.testimonial-author {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
}

.testimonial-location {
  font-size: 18px;
  font-weight: 400;
  color: #646464;
}

.mobilitySwiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mobilitySwiper-slide {
  background-position: center;
  background-size: cover;
  width: 100% !important; /* full width on all screens */
  height: auto !important; /* auto height for small screens */
  max-width: 843px; /* limit max width for large screens */
  aspect-ratio: 843 / 357; /* keeps your original aspect ratio */
  overflow: hidden;
  transition: 1s;
}

.mobilitySwiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}
.mobilitySwiper-slide img:hover {
  border-radius: 20px;
}

.insight-section1 {
  background: url(../images/homebanner.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  color: #fff;
  align-items: center;
  border-radius: 10px;
}

/* banner style */
.insight-section {
  /* background: url(../images/homebanner.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  color: #fff;
  align-items: center;
  border-radius: 10px; */
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  min-height: 550px;
  display: flex;
  align-items: center;
}

.overlay-box {
  background-color: #17484acc;
  padding: 2rem;
  border-radius: 10px;
  height: 550px;
}

.fade-text {
  display: inline-block;
  animation: fadeCycle 3s infinite;
  transition: 1s;
  min-width: 250px;
  white-space: nowrap;
  text-align: left;
}
.custom-height-438 {
  height: 438px;
}
.height-500 {
  height: 500px;
}
/* .custom-height- {
  height: 100vh;
} */
.height-294 {
  height: 294px;
}
.height-270 {
  height: 270px;
}
.fs-30 {
  font-size: 30px;
}

@keyframes fadeCycle {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.case-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dark-case-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-icon {
  margin-left: 10px;
  transition: transform 0.3s;
}

/* landing page */
.second-img {
  width: 100%;
  height: auto;
  display: block;
}
/* landing page 3 */
.landingpage-3-Vechicle {
  height: auto;
  width: 100%;
  object-fit: cover;
}
/* landing 4 */
.landing4-mumentum {
  background-image: url('../images/landing4-Tabpanel.png');
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 10px;
}
.landing5-mumentum {
  background-image: url('../images/lan5universe.png');
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 10px;
}
.landing5-expertise {
  background-image: url('../images/Our-Expertise.png');
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 10px;
}

/* landing5 */
.landing5banner-bg {
  position: relative;
  background-image: url('../images/lan5bannerbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  z-index: 1;
}

/* report page */
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 200px;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.category-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #17484aba;
}
.category-card span {
  position: relative;
  z-index: 1;
}
.category-card:hover {
  transform: scale(1.05);
}

/* Article page css */
.newbreadcrumb-section {
  position: relative;
  background-image: url(../images/articlebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  z-index: 1;
}
.newbreadcrumb-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #17484ac9;
  z-index: -1;
}
.detailnewbreadcrumb-section {
  position: relative;
  background-image: url(../images/articledetail.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  z-index: 1;
}
.detailnewbreadcrumb-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #17484ac9;
  z-index: -1;
}
.newbreadcrumb a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.newbreadcrumb .active {
  color: red;
  font-size: 16px;
  font-weight: 600;
}
.newbreadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newbreadcrumb-item + .newbreadcrumb-item::before {
  content: '\f105';
  font-family: FontAwesome;
  padding: 0 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.detailnewbreadcrumb a {
  color: #B3B3B3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.detailnewbreadcrumb .active  a{
  color: #B3B3B3;
  font-size: 16px;
  font-weight: 600;
}
.detailnewbreadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailnewbreadcrumb-item + .detailnewbreadcrumb-item::before {
  content: '\f105';
  font-family: FontAwesome;
  padding: 0 8px;
  font-size: 18px;
  color: #646464;
  font-weight: 600;
}

/* pagination */
.pagination .page-item .page-link {
  border-radius: 6px;
  color: #333;
}
.pagination .active .page-link {
  background-color: #0d3b3b; /* dark teal */
  border-color: #0d3b3b;
  color: #fff;
  padding: 5px 14px;
}
.page-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
}
.page-info select {
  width: 60px;
  padding: 7px 9px;
  border-radius: 8px;
}

/* Article page styles */

.report_list::before {
  content: '\f105';
  font-family: FontAwesome;
  padding: 0 8px;
  font-size: 18px;
  color: #17484a;
  font-weight: 600;
}
.articlecomment_sec {
  border-radius: 8px;
  border: 0.5px solid var(--shadow-stroke, #e6e6e6);
  background: #fff;

  box-shadow: 0 4px 8px 0 rgba(10, 58, 100, 0.15);
}

.webinar_box {
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
/* mobile responsive  css start*/
@media (max-width: 992px) {
  .insight-section1 {
    background-position: right center;
    height: auto;
    overflow: hidden;
  }

  .overlay-box {
    height: auto;
  }

  img,
  video,
  iframe {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin: 35px 0px 0px 0px;
  }
  .mobilitySwiper-slide {
    aspect-ratio: auto;
  }
  .fs-60,
  .fs-42,
  .fs-45,
  .fs-30,
  .fs-50 {
    font-size: 22px !important;
  }
  .fs-20 {
    font-size: 14px !important;
  }

  .fs-40,
  .fs-65,
  .fs-26 {
    font-size: 22px !important;
  }
  .fs-22 {
    font-size: 18px !important;
  }
  .fs-36,
  .fs-35 {
    font-size: 15px !important;
  }
  .fs-18 {
    font-size: 14px !important;
  }
  .fs-25 {
    font-size: 18px !important;
  }
  .fs-28 {
    font-size: 20px !important;
  }
  .fs-32 {
    font-size: 20px !important;
  }
  .fs-34 {
    font-size: 18px !important;
  }
  .fs-16 {
    font-size: 10px !important;
  }
  .fs-15 {
    font-size: 13px !important;
  }
  .w-40 {
    width: 20px;
  }
  .h-40 {
    height: 20px;
  }
  .custom-height-438 {
    height: 300px;
  }
  .height-294 {
    height: 200px;
  }
  .height-270 {
    height: 180px;
  }
  .slider-controls button img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .toolkit-heading {
    color: #148989;
    font-size: 15px;
  }
  .toolkit-text {
    color: var(--gray-color);
    font-size: 12px;
  }

  .toolkitcard-content {
    background-color: #fff;
    color: var(--gray-color);
    padding: 5px;
  }
  .btn-read-tooltip {
    border-radius: 2px;
    border: 1px solid #148989;
    color: #148989;
  }
  .btn-read-tooltip:hover {
    border: 1px solid #148989;
  }
  #case-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
  }

  .case-details p {
    text-align: justify !important;
  }
  .btn-cta1 {
    font-size: 18px;
    color: white;
    background: #ec4b3b;
    border-radius: 20px;
    padding: 10px;
  }
  .testimonial-text,
  .testimonial-tex-dark {
    font-size: 15px;
  }
  .toolkit-card {
    height: 280px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  /* case study */
  .case-studies-container {
    flex-direction: column;
    overflow: hidden;
  }

  .right-panel,
  .dark-right-panel {
    width: 100%;
    order: 1;
    margin-left: 0;
    /* padding: 10px; */

    /* margin-bottom: 20px; */
  }
  .left-panel,
  .dark-case-btn {
    width: 100%;
    order: 2;
    padding: 0;
    background-color: transparent;
  }
  .hide-right-panel {
    display: none !important;
  }

  .case-btn {
    padding: 20px;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .case-btn.btn-active {
    background-color: #2c9599 !important;
    color: white !important;
  }
  .dark-case-btn {
    padding: 20px;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
  }
  .dark-case-btn.btn-active {
    background-color: #2c9599 !important;
    color: white !important;
  }
  /*landing page  */
  .flag-img {
    height: 20px !important;
    width: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    object-fit: cover;
  }
  .h-550,
  .h-615 {
    height: auto;
  }
  .page-info {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newbreadcrumb .active {
    font-size: 12px;
  }

  .newbreadcrumb a {
    font-size: 12px;
  }
  .w-400 {
    width: 201px;
  }
  .fs-24 {
  font-size: 17px !important;
}
.insight-section {

  min-height: 350px;

}
.news-card {
  border-radius: 0px !important;
}
}
@media (min-width: 768px){
.position-md-absolute{
position: absolute !important;
  }
}
/* mobile responsive  css end*/
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

/* Infographic Page */
.Infographic-bg {
  position: relative;
  background-image: url('../images/Infographic-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  z-index: 1;
}

/* Responsive video wrapper (keeps 16:9 ratio) */
.video-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;

  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-iframe-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none !important;
  mask-image: none !important;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay for readability */
  /* z-index: 1; */
}

.webinar_libary_card {
  /* background-image: url('../images/web_library1.png'); */
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 10px 10px;
}
.webinar_libary_card_btm {
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 15px;
}
.h-192 {
  height: 192px;
}
 .news-card {
      border: 1px solid #eaeaea;
      border-radius: 10px;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      background-color: #fff;
    }
    .news-card:hover {
      box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    }
    .news-card img {
      width: 100%;
      height: auto;
    }
    .tag {
      font-size: 0.8rem;
      font-weight: bold;
      color: #d9534f;
      text-transform: uppercase;
    }
    .time {
      font-size: 0.8rem;
      color: gray;
    }
  .nav-pills .nav-link.active{
    border-radius: 6px;
background: #FFF;
box-shadow: 0 4px 10px 0 rgba(37, 47, 63, 0.10);
border: unset !important;
color: #65676B !important;
font-size: 18px !important;
font-weight: 600!important;
  }