/* Compact Header Toggle - SCSS Version */
.softwareTestingBannerMain {
  position: relative;
  min-height: calc(100vh - 90px);
  background-image: url(../images/insurance-industry/banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain {
    background-position: center;
    padding: 50px 0;
    background: #0b1538;
  }
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
  max-width: 580px;
  object-position: bottom right;
}
@media (max-width: 1183px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerHead {
  max-width: 570px;
}
.softwareTestingBannerMain .bannerHead .head {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 17px;
  border: 1px solid rgba(81, 162, 255, 0.2);
  margin-bottom: 10px;
  background: rgba(43, 127, 255, 0.1019607843);
}
.softwareTestingBannerMain .bannerHead .head .sectionLabel {
  font-size: 14px;
  color: #8EC5FF;
  font-family: "RedHatDisplay-Medium";
  display: flex;
  align-items: center;
  gap: 8px;
}
.softwareTestingBannerMain .bannerHead .head .sectionLabel .dot {
  width: 8px;
  height: 8px;
  background: #007bff;
  border-radius: 50%;
  display: inline-block;
}
.softwareTestingBannerMain .bannerHead h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.softwareTestingBannerMain .bannerHead h1 span {
  background: linear-gradient(90deg, #51A2FF 0%, #7C86FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.softwareTestingBannerMain .bannerHead p {
  color: #fff;
}
.softwareTestingBannerMain .customBtn {
  padding: 18px 50px;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .customBtn {
    padding: 18px 30px;
  }
}
.softwareTestingBannerMain .bannerHeadingMain {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
  grid-template-columns: auto auto;
  max-width: 700px;
}
@media (max-width: 769px) {
  .softwareTestingBannerMain .bannerHeadingMain {
    grid-template-columns: auto;
  }
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 576px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.deliveringExcellence {
  background: #0F172B;
  padding: 60px 0;
}
@media (max-width: 769px) {
  .deliveringExcellence {
    padding: 30px 0;
  }
}
.deliveringExcellence h2 {
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.deliveringExcellence .statCard {
  background: rgba(29, 41, 61, 0.5);
  border: 1px solid rgba(49, 65, 88, 0.5);
  padding: 20px 15px;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: 100%;
}
.deliveringExcellence .statCard:hover {
  transform: translateY(-6px);
  border-color: #2a4f78;
}
.deliveringExcellence .statCard .iconBox {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deliveringExcellence .statCard p {
  color: #90A1B9;
}
.deliveringExcellence .row > div:nth-child(1) .iconBox {
  background: rgba(255, 185, 0, 0.1019607843);
}
.deliveringExcellence .row > div:nth-child(2) .iconBox {
  background: rgba(81, 162, 255, 0.1019607843);
}
.deliveringExcellence .row > div:nth-child(3) .iconBox {
  background: rgba(0, 212, 146, 0.1019607843);
}
.deliveringExcellence .row > div:nth-child(4) .iconBox {
  background: rgba(166, 132, 255, 0.1019607843);
}
.deliveringExcellence .row > div:nth-child(5) .iconBox {
  background: rgba(251, 100, 182, 0.1019607843);
}
.deliveringExcellence .row > div:nth-child(1) h3 {
  color: #FFB900;
}
.deliveringExcellence .row > div:nth-child(2) h3 {
  color: #51A2FF;
}
.deliveringExcellence .row > div:nth-child(3) h3 {
  color: #00D492;
}
.deliveringExcellence .row > div:nth-child(4) h3 {
  color: #A684FF;
}
.deliveringExcellence .row > div:nth-child(5) h3 {
  color: #FB64B6;
}

.aiSolutions {
  padding: 60px 0px;
  background-color: #F8FAFC;
}
@media (max-width: 769px) {
  .aiSolutions {
    padding: 30px 0;
  }
}
.aiSolutions .tabsDropdownNav select {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 16px;
  font-family: "RedHatDisplay-Bold";
  cursor: pointer;
}
.aiSolutions .heading {
  max-width: 787px;
  text-align: center;
}
.aiSolutions .heading h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #0F172B;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .aiSolutions .heading h2 {
    font-size: 34px;
    line-height: 45px;
  }
}
.aiSolutions .tabsNav {
  padding: 48px 0px;
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .aiSolutions .tabsNav {
    display: none;
  }
}
.aiSolutions .tabsNav .tabBtn {
  border: 1px solid #d9e1ee;
  background: #fff;
  color: #45556C;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  flex-grow: 1;
}
.aiSolutions .tabsNav .tabBtn img {
  width: 15px;
  filter: brightness(0);
}
.aiSolutions .tabsNav .tabBtn.active {
  background: linear-gradient(90deg, #155DFC 0%, #51A2FF 100%);
  color: #fff;
}
.aiSolutions .tabsNav .tabBtn.active img {
  filter: brightness(0) invert(1);
}
.aiSolutions .tabContentBox {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.2);
}
.aiSolutions .tabContentBox .tabContent {
  display: none;
}
.aiSolutions .tabContentBox .tabContent.active {
  display: block;
}
.aiSolutions .tabContentBox .imgBox {
  position: relative;
}
.aiSolutions .tabContentBox .imgBox img {
  border-radius: 12px;
}
.aiSolutions .tabContentBox .imgBox .imgBadge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #155DFC 0%, #51A2FF 100%);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-family: "RedHatDisplay-Bold";
}
.aiSolutions .tabContentBox .imgBox .imgTitle {
  position: absolute;
  bottom: 28px;
  font-size: 18px;
  left: 20px;
  color: #fff;
}
.aiSolutions .contentBox {
  margin-bottom: 10px;
  padding: 10px;
}
.aiSolutions .contentBox h3 {
  padding: 16px 0px;
  text-transform: uppercase;
  color: #0F172B;
}
.aiSolutions .contentBox ul {
  list-style: none;
  padding-bottom: 10px;
}
.aiSolutions .contentBox ul li {
  padding-bottom: 5px;
  display: flex;
  gap: 10px;
}
.aiSolutions .primaryBtn {
  border-radius: 14px;
}

.costToDevelop {
  padding: 80px 0;
  position: relative;
  background-color: #0F172B;
}
.costToDevelop::before, .costToDevelop::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .costToDevelop::before, .costToDevelop::after {
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .costToDevelop::before, .costToDevelop::after {
    opacity: 0;
  }
}
.costToDevelop::before {
  bottom: 0;
  left: 0;
  background-image: url("../images/transportation-and-logistics/develop-custom-bottom.png");
  width: 300px;
  height: 183px;
}
@media (max-width: 1399px) {
  .costToDevelop::before {
    display: none;
  }
}
.costToDevelop::after {
  top: 0;
  right: 0;
  background-image: url("../images/transportation-and-logistics/develop-custom-top.png");
  width: 280px;
  height: 178px;
}
@media (max-width: 1399px) {
  .costToDevelop::after {
    display: none;
  }
}
.costToDevelop .contentBox {
  max-width: 850px;
  margin: auto;
}
.costToDevelop .contentBox h2 {
  color: #fff;
}
.costToDevelop .contentBox p {
  font-size: 15px;
  color: #fff;
}

.insurancePortfolio {
  background: #f7f8fb;
  padding: 70px 0px;
}
@media (max-width: 768px) {
  .insurancePortfolio {
    padding: 30px 0;
  }
}
.insurancePortfolio .portfolioCard {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background-color: #000000;
}
.insurancePortfolio .portfolioCard .cardBg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insurancePortfolio .portfolioCard .cardOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #020617 100%);
}
.insurancePortfolio .portfolioCard .cardOverlay.purple {
  background: linear-gradient(180deg, rgba(30, 0, 80, 0.2) 0%, #09001a 100%);
}
.insurancePortfolio .portfolioCard .cardOverlay.green {
  background: linear-gradient(180deg, rgba(0, 80, 60, 0.2) 0%, #021b17 100%);
}
.insurancePortfolio .portfolioCard .cardContent {
  position: relative;
  padding: 22px;
  height: 100%;
  min-height: 479px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .insurancePortfolio .portfolioCard .cardContent {
    min-height: 100%;
  }
}
.insurancePortfolio .portfolioCard .cardContent h3 {
  font-size: 17px;
  line-height: 24px;
  font-family: "RedHatDisplay-Bold";
  margin: 10px 0px;
  color: #fff;
}
.insurancePortfolio .portfolioCard .cardContent p {
  padding: 0px 0px 6px;
  color: #d1d5db;
}
.insurancePortfolio .portfolioCard .cardContent .badgeTag {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
}
.insurancePortfolio .portfolioCard .badgeTag.blue {
  background: #2B7FFF;
}
.insurancePortfolio .portfolioCard .badgeTag.purple {
  background: #8E51FF;
}
.insurancePortfolio .portfolioCard .badgeTag.green {
  background: #00BC7D;
}
.insurancePortfolio .portfolioCard .statsRow {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .insurancePortfolio .portfolioCard .statsRow {
    justify-content: start;
  }
}
.insurancePortfolio .portfolioCard .statBox {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}
.insurancePortfolio .portfolioCard .statBox strong {
  display: block;
  font-size: 14px;
}
.insurancePortfolio .portfolioCard .statBox span {
  font-size: 11px;
  color: #d1d5db;
}
.insurancePortfolio .portfolioCard .featureTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.insurancePortfolio .portfolioCard .featureTags span {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.insurancePortfolio .statsRow {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .insurancePortfolio .statsRow {
    justify-content: start;
    flex-wrap: wrap;
  }
}
.insurancePortfolio .statPill {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 22px;
  padding: 10px 16px;
  font-size: 14px;
  font-family: "RedHatDisplay-Bold";
  text-align: center;
  min-width: 110px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  line-height: 1.2;
}
.insurancePortfolio .statPill span {
  display: block;
  font-size: 12px;
  font-family: "RedHatDisplay-Medium";
  color: #d1d5db;
  margin-top: 2px;
}
.insurancePortfolio .tagsRow {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .insurancePortfolio .tagsRow {
    justify-content: start;
    flex-wrap: wrap;
  }
}
.insurancePortfolio .customBtn {
  border-radius: 14px;
  max-width: 78%;
  font-size: 12px;
  padding: 15px 16px;
}
.insurancePortfolio .tag {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 18px;
  padding: 6px 14px;
  font-size: 12px;
  font-family: "RedHatDisplay-Medium";
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.insurancePortfolio .portfolioBtn {
  background: linear-gradient(90deg, #155DFC 0%, #51A2FF 100%);
  color: #fff;
}
.insurancePortfolio h2 {
  color: #111827;
}

.aiInsuranceServices {
  padding: 80px 0;
  background: #020617;
}
@media (max-width: 769px) {
  .aiInsuranceServices {
    padding: 40px 0;
  }
}
.aiInsuranceServices .heading {
  max-width: 820px;
  margin: auto;
  text-align: center;
}
.aiInsuranceServices .heading h2 {
  color: #fff;
  padding-bottom: 16px;
}
.aiInsuranceServices .heading .serviceTabs {
  margin-top: 30px;
}
.aiInsuranceServices .heading .serviceTabs .serviceTab {
  border: none;
  background: #1e293b;
  color: #cbd5e1;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 6px;
  cursor: pointer;
}
.aiInsuranceServices .heading .serviceTabs .serviceTab.active {
  background: #2563eb;
  color: #fff;
}
.aiInsuranceServices .servicesWrapper {
  margin-top: 50px;
}
.aiInsuranceServices .servicesWrapper .servicesTabContent {
  display: none;
}
.aiInsuranceServices .servicesWrapper .servicesTabContent.active {
  display: block;
}
.aiInsuranceServices .servicesWrapper .serviceCard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 18px;
  height: 100%;
  color: #cbd5e1;
  background: linear-gradient(135deg, #111827, #1e293b);
  transition: all 0.3s;
  overflow: hidden;
}
.aiInsuranceServices .servicesWrapper .serviceCard .serviceIcon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00ff86, #001fd9);
}
.aiInsuranceServices .servicesWrapper .serviceCard h3 {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
.aiInsuranceServices .servicesWrapper .serviceCard h3 a {
  color: #ffffff !important;
  text-decoration: none !important;
  border: 0;
}
.aiInsuranceServices .servicesWrapper .serviceCard p {
  color: #fff;
}
.aiInsuranceServices .servicesWrapper .serviceCard ul {
  padding: 0;
  list-style: none;
  margin-bottom: 18px;
}
.aiInsuranceServices .servicesWrapper .serviceCard ul li {
  font-size: 13px;
  margin-bottom: 6px;
}
.aiInsuranceServices .servicesWrapper .serviceCard ul li img {
  width: 25px;
  margin-right: 5px;
}
.aiInsuranceServices .servicesWrapper .serviceCard a {
  font-size: 14px;
  color: #60a5fa;
  text-decoration: none;
  border-top: 1px solid #27344b;
  padding-top: 20px;
}
.aiInsuranceServices .servicesWrapper #core .col-lg-3:nth-child(1) .serviceIcon {
  background: linear-gradient(135deg, #8B5CF6, #6D28D9);
}
.aiInsuranceServices .servicesWrapper #core .col-lg-3:nth-child(2) .serviceIcon {
  background: linear-gradient(135deg, #06B6D4, #2563EB);
}
.aiInsuranceServices .servicesWrapper #core .col-lg-3:nth-child(3) .serviceIcon {
  background: linear-gradient(135deg, #10B981, #059669);
}
.aiInsuranceServices .servicesWrapper #core .col-lg-3:nth-child(4) .serviceIcon {
  background: linear-gradient(135deg, #F97316, #EA580C);
}
.aiInsuranceServices .servicesWrapper #platform .col-lg-3:nth-child(1) .serviceIcon {
  background: linear-gradient(135deg, #EC4899, #BE185D);
}
.aiInsuranceServices .servicesWrapper #platform .col-lg-3:nth-child(2) .serviceIcon {
  background: linear-gradient(135deg, #14B8A6, #0F766E);
}
.aiInsuranceServices .servicesWrapper #platform .col-lg-3:nth-child(3) .serviceIcon {
  background: linear-gradient(135deg, #FACC15, #CA8A04);
}
.aiInsuranceServices .servicesWrapper #platform .col-lg-3:nth-child(4) .serviceIcon {
  background: linear-gradient(135deg, #38BDF8, #0284C7);
}
.aiInsuranceServices .servicesWrapper #advanced .col-md-6:nth-child(1) .serviceIcon {
  background: linear-gradient(135deg, #A3E635, #4D7C0F);
}
.aiInsuranceServices .servicesWrapper #advanced .col-md-6:nth-child(2) .serviceIcon {
  background: linear-gradient(135deg, #FB7185, #BE123C);
}

.partnersWithDitstekInnovations {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .partnersWithDitstekInnovations {
    padding: 70px 0;
  }
}
.partnersWithDitstekInnovations .statistics-card {
  padding: 25px 30px;
  border: 1px solid rgba(25, 51, 112, 0.2392156863);
  border-radius: 8px;
  height: 100%;
  background-color: #F2F8FF;
  box-shadow: 0px 0px 10.76px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 991px) {
  .partnersWithDitstekInnovations .statistics-card {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 576px) {
  .partnersWithDitstekInnovations .statistics-card {
    text-align: center;
    padding: 15px;
  }
}
.partnersWithDitstekInnovations .statistics-card .svgIcons {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.partnersWithDitstekInnovations .statistics-card .countHeadContent {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 22px 0 18px 0;
}
@media (max-width: 576px) {
  .partnersWithDitstekInnovations .statistics-card .countHeadContent {
    justify-content: center;
    margin: 10px 0px 2px;
  }
}
.partnersWithDitstekInnovations .statistics-card .countHeadContent h2 {
  font-size: 62px;
  font-family: "RedHatDisplay-Light";
  line-height: 40px;
}
@media (max-width: 576px) {
  .partnersWithDitstekInnovations .statistics-card .countHeadContent h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 450px) {
  .partnersWithDitstekInnovations .statistics-card .countHeadContent h2 {
    font-size: 35px !important;
  }
}
.partnersWithDitstekInnovations .statistics-card .countHeadContent span i {
  color: #007bff;
  font-size: 25px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .partnersWithDitstekInnovations .statistics-card .countHeadContent span i {
    font-size: 30px !important;
  }
}
@media (max-width: 576px) {
  .partnersWithDitstekInnovations .statistics-card .countHeadContent span i {
    font-size: 26px !important;
  }
}
@media (max-width: 450px) {
  .partnersWithDitstekInnovations .statistics-card .countHeadContent span i {
    font-size: 18px !important;
  }
}
.partnersWithDitstekInnovations .statistics-card p {
  color: #747796;
  font-family: "RedHatDisplay-Semibold";
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 450px) {
  .partnersWithDitstekInnovations .statistics-card p {
    font-size: 14px !important;
    line-height: 20px;
  }
}

.insurancePlatforms {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 769px) {
  .insurancePlatforms {
    padding: 40px 0;
  }
}
.insurancePlatforms h2 {
  font-size: 41px;
  line-height: 1.2;
  color: #0F172B;
}
.insurancePlatforms .servicesHeader {
  max-width: 820px;
  margin: auto;
}
.insurancePlatforms p {
  color: #000000;
}
.insurancePlatforms .form-control {
  width: 100%;
  max-width: 392px;
  padding: 4px 18px;
  border-radius: 16px;
  cursor: pointer;
  margin: auto;
}
@media (min-width: 991px) {
  .insurancePlatforms .form-control {
    display: none;
  }
}
.insurancePlatforms .contentHead {
  background: linear-gradient(135deg, #0F172B 0%, #162456 50%, #0F172B 100%);
  border-radius: 24px;
  padding: 80px 0 0;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .insurancePlatforms .contentHead {
    padding: 30px;
  }
}
.insurancePlatforms .contentHead p {
  color: #fff;
  max-width: 800px;
  padding-bottom: 32px;
  margin: auto;
}
.insurancePlatforms .contentHead h2 {
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
}
.insurancePlatforms .contentHead .devicesWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .insurancePlatforms .contentHead .devicesWrapper {
    display: none;
  }
}
.insurancePlatforms .dashboardWrapper .dashboardMenu {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 991px) {
  .insurancePlatforms .dashboardWrapper .dashboardMenu {
    display: none;
  }
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem .menuIcon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef2f7;
  transition: 0.35s;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem .menuIcon img {
  filter: brightness(0) invert(1);
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem .menuText h4 {
  font-size: 16px;
  margin: 0;
  color: #2d3748;
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem .menuText p {
  margin: 0;
  font-size: 13px;
  color: #8a94a6;
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem .activeBar {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 34px;
  border-radius: 4px;
  opacity: 0;
  transition: 0.3s;
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem:hover {
  background: #f6f8fc;
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem.active {
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.insurancePlatforms .dashboardWrapper .dashboardMenu .menuItem.active .activeBar {
  opacity: 1;
}
.insurancePlatforms .dashboardContent {
  position: relative;
}
.insurancePlatforms .dashboardContent .dashboardCard {
  display: none;
}
.insurancePlatforms .dashboardContent .dashboardCard.active {
  display: block;
}
.insurancePlatforms .dashboardContent .dashboardCard {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.insurancePlatforms .dashboardContent .dashboardCard .dashboardHeader {
  background: linear-gradient(135deg, #2B7FFF, #5B4DFF);
  padding: 16px;
  color: #fff;
}
.insurancePlatforms .dashboardContent .dashboardCard .dashboardHeader span {
  font-size: 12px;
  opacity: 0.8;
  display: block;
  margin-bottom: 6px;
}
.insurancePlatforms .dashboardContent .dashboardCard .dashboardHeader h3 {
  margin-bottom: 10px;
  color: #fff;
}
.insurancePlatforms .dashboardContent .dashboardCard .dashboardHeader p {
  font-size: 14px;
  opacity: 0.9;
  color: #fff;
}
.insurancePlatforms .dashboardContent .dashboardCard .tag {
  font-family: "RedHatDisplay-Bold";
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-top: 20px;
  color: #90A1B9;
}
.insurancePlatforms .dashboardContent .dashboardCard .featureList {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 769px) {
  .insurancePlatforms .dashboardContent .dashboardCard .featureList {
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
  }
}
.insurancePlatforms .dashboardContent .dashboardCard .primaryBtn {
  border-radius: 16px;
}
.insurancePlatforms .dashboardContent .dashboardCard .featureList li {
  list-style: none;
  background: #F3F6FB;
  padding: 10PX;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
}
.insurancePlatforms .dashboardContent .dashboardCard .featureList li span {
  width: 40px;
  height: 40px;
  background: #2563eb;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.insurancePlatforms .dashboardContent .dashboardCard .featureList li span i {
  color: #fff;
}

.insuranceBusiness {
  padding: 60px 0;
}
@media (max-width: 769px) {
  .insuranceBusiness {
    padding: 30px 0;
  }
}
.insuranceBusiness .heading {
  padding-bottom: 0px;
}
@media (max-width: 769px) {
  .insuranceBusiness .heading {
    padding-bottom: 20px;
  }
}
.insuranceBusiness .heading h2 {
  color: #111827;
}
.insuranceBusiness .heading p {
  padding: 24px 0 32px;
}
.insuranceBusiness .featureCard {
  position: relative;
  background: #fff;
  border: 1px solid #e6ecf2;
  border-radius: 16px;
  padding: 25px 17px;
  height: 100%;
  transition: 0.35s;
}
.insuranceBusiness .featureCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.insuranceBusiness .featureCard .cardSet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insuranceBusiness .featureCard .cardSet .cardNumber {
  color: #F0F8FF;
  font-family: "RedHatDisplay-Bold";
  font-style: Black;
  font-size: 48px;
}
.insuranceBusiness .featureCard .cardSet .iconBox {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007bff;
}
.insuranceBusiness .featureCard .cardSet .iconBox.purple {
  background: linear-gradient(135deg, #7F22FE 0%, #9810FA 100%);
}
.insuranceBusiness .featureCard .cardSet .iconBox.green {
  background: linear-gradient(135deg, #009966 0%, #009689 100%);
}
.insuranceBusiness .featureCard .cardSet .iconBox.orange {
  background: linear-gradient(135deg, #E17100 0%, #F54900 100%);
}
.insuranceBusiness .featureCard h3 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 19px;
  color: #0F172B;
}
.insuranceBusiness .featureCard p {
  color: #6c7a89;
  margin-bottom: 15px;
}

/*# sourceMappingURL=insurance-industry.css.map */
