 /*css header menu*/
.dropdown-menu a {
    margin-bottom: 2px;
    background: #fff;
}
.dropdown-menu{
    background-color: transparent;
    margin: 0;
    min-width: 13rem;
}
header nav .navbar-nav .dropdown-menu .dropdown-item.active, header nav .navbar-nav .dropdown-menu .dropdown-item:active, header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #f58635;
}
ul.sub_menu09 {
    width: 268px;
    left: 209px; 
    background: transparent;
        
} 
ul.sub_menu09 li a {
    display: block;
    line-height: 21px;
}
a.dropdown-item {
    /*border-bottom: 3px solid #f58635; */
}
  /*end css header menu*/
  
/* css footer*/
 .footer-top{
     clear:both;
 }
 .contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-contact-bg {
     
    color: #fff;
    outline: medium none !important;
        padding: 19px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #f58635;
   
    cursor: pointer;
    width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #232434;
    color: #fff;
}

 .get-in-text h3{
     line-height: 41px;
 }
 .get-in-touch-bar-grey {
    
    background: #e8ded2;
}
footer .footer-bottom {
        clear: both;
    padding: 15px 0 20px;
}
.social-links svg{
        width: 13px;
    margin-top: 9px;
    filter: brightness(0) invert(1);
}
.footer-accordian {
  margin-top: 15px;
  color: #000;
   
}
 

.footer-accordian .accordion-item {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer-accordian input {
  display: none;
}

.footer-accordian .accordion-title {
     display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f58635;
}

.footer-accordian .accordion-title .icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.footer-accordian .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.footer-accordian .accordion-content ul {
  list-style: none;
  padding: 0 0 0px;
  margin: 0;
}

.footer-accordian .accordion-content li {
  margin-bottom: 0px;
}

.footer-accordian .accordion-content a {
  color: #f58635;
    text-decoration: none;
    font-size: 13px;
}

.footer-accordian .accordion-content a:hover {
  color: #000;
}

/* Active state */
.footer-accordian input:checked + .accordion-title .icon {
  transform: rotate(45deg);
}

.footer-accordian input:checked + .accordion-title + .accordion-content {
  max-height: 300px;
}
.h-item .social-links {
    display: flex;
    justify-content: start;
    gap: 10px;
}
.h-item strong {
    margin-bottom: 15px;
    display: block;
}
.h-item .social-links a:hover {
    text-decoration: none;
    background: #ea6123;
}
.h-item .social-links a {
    background: #121212;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}
/*end css footer*/
/*button Design*/
/*.consult-btn{*/
/*    display: inline-block;*/
/*    padding: 12px 26px;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    border-radius: 6px;*/
/*    background: linear-gradient(to bottom, #f58635 0%, #e06f1f 100%);*/
/*    border: 1px solid #d96a1e;*/
/*    box-shadow:*/
/*        inset 0 1px 0 rgba(255,255,255,0.4),*/
/*        0 3px 0 #c55f1b,*/
/*        0 4px 6px rgba(0,0,0,0.3);*/
/*    transition: all 0.2s ease;*/
/*}*/
.custom-btn {
   padding: 12px 15px;
}

/* hover effect */
/*.consult-btn:hover{*/
/*    background: linear-gradient(to bottom, #ff9a4d 0%, #f58635 100%);*/
/*    color: #333;*/
/*    text-decoration: none;*/
/*    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);*/
/*    border-radius: 6px;*/
/*    border: 1px solid #cfcfcf;*/

    /* 🔥 Strong 3D effect */
/*    box-shadow:*/
/*        inset 0 1px 0 rgba(255,255,255,1),*/
/*        inset 0 -1px 0 rgba(0,0,0,0.05),*/
/*        0 3px 0 #bdbdbd,*/
/*        0 6px 10px rgba(0,0,0,0.25);*/

/*    transition: all 0.25s ease;*/
/*}*/

/* click / active effect */
/*.consult-btn:active{*/
/*    transform: translateY(2px);*/
/*    box-shadow:*/
/*        inset 0 1px 0 rgba(255,255,255,0.3),*/
/*        0 1px 0 #c55f1b,*/
/*        0 2px 4px rgba(0,0,0,0.3);*/
/*}*/
/*.consult-btn-light{*/
/*    display: inline-block;*/
/*    padding: 12px 26px;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #333;*/
/*    text-decoration: none;*/
/*    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);*/
/*    border-radius: 6px;*/
/*    border: 1px solid #cfcfcf;*/

    /* 🔥 Strong 3D effect */
/*    box-shadow:*/
/*        inset 0 1px 0 rgba(255,255,255,1),*/
/*        inset 0 -1px 0 rgba(0,0,0,0.05),*/
/*        0 3px 0 #bdbdbd,*/
/*        0 6px 10px rgba(0,0,0,0.25);*/

/*    transition: all 0.25s ease;*/
/*}*/

/* 🔥 hover → same as orange button */
/*.consult-btn-light:hover{*/
/*    color: #fff;*/
/*    border-color: #d96a1e;*/
/*    background: linear-gradient(to bottom, #f58635 0%, #e06f1f 100%);*/
/*    box-shadow:*/
/*        inset 0 1px 0 rgba(255,255,255,0.4),*/
/*        0 3px 0 #c55f1b,*/
/*        0 4px 6px rgba(0,0,0,0.3);*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*}*/

/* click effect */
/*.consult-btn-light:active{*/
/*    transform: translateY(2px);*/
/*    box-shadow:*/
/*        inset 0 1px 0 rgba(255,255,255,0.3),*/
/*        0 1px 0 #c55f1b,*/
/*        0 2px 4px rgba(0,0,0,0.3);*/
/*}*/

/*end button design*/

/*home page section 1*/
.soft-bg-gra{
    background: radial-gradient(
        ellipse at top center,
        #ffffff 0%,
        #f7f8fb 45%,
        #eef0f6 100%
    );
}
.color-bg-gra {
    background: radial-gradient(ellipse at top center, #ffffff 0%, #fdf6f9 45%, #fdf6f8 100%);
}
/*flip css*/
/* wrapper ko card size tak limit */
.for-flip .sow-features-list{
  position: relative;
  perspective: 1200px;
  transform-style: preserve-3d;

  width: 100%;
  max-width: 420px;   /* card width jaisa */
  margin: 0 auto;     /* center */
  min-height: 280px;  /* card height */
}

/* FRONT (1st li) */
.for-flip ul.sow-features-list.sow-features-responsive
li.sow-features-feature.sow-icon-container-position-top:nth-child(1){
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;

  transition: transform 0.8s ease, opacity 0.3s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* BACK (2nd li) */
.for-flip ul.sow-features-list.sow-features-responsive
li.sow-features-feature.sow-icon-container-position-top:nth-child(2){
  position: absolute;
   inset: 0;
  z-index: 1;

  transform: rotateY(180deg);
  

  transition: transform 0.8s ease, opacity 0.3s ease;
  transform-style: preserve-3d;
 opacity: 0;
 
  color: #fff;
  border-radius: 14px; 

  
}

/* back text reverse fix */
 
 
/* hover flip */
.for-flip .sow-features-list:hover
li.sow-features-feature.sow-icon-container-position-top:nth-child(1){
  transform: rotateY(180deg)  ;
  opacity: 0;
  
   
}

.for-flip .sow-features-list:hover
li.sow-features-feature.sow-icon-container-position-top:nth-child(2){
  transform: rotateY(0deg) !important;
  opacity: 1 !important;
  z-index: 9999 !important;
     backface-visibility: visible;
    
  
}

/*end flip css*/
.for-flip ul.sow-features-list.sow-features-responsive li.sow-features-feature.sow-icon-container-position-top:nth-child(2) {
font-size: 12px;
    line-height: 19px;
    text-align: justify;
}
.for-flip  .custom-btn {
    padding: 10px 20px 12px 20px;
    border-radius: 56px;
    line-height: 10px;
    font-size: 13px;
    margin: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}   
.for-flip ul.sow-features-list.sow-features-responsive li.sow-features-feature.sow-icon-container-position-top:nth-child(2) {
 
        padding: 20px 25px !important;
            align-items: center;
    justify-content: center;
}
.for-flip ul.sow-features-list.sow-features-responsive li.sow-features-feature.sow-icon-container-position-top:nth-child(2) .sow-icon-container.sow-container-none {
    display: none;
}
.our-solutions-home ul.sow-features-list.sow-features-responsive li {
    background: #ffffff;
    border-radius: 14px;
    padding: 6px 15px 26px 15px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}
.our-solutions-home ul.sow-features-list.sow-features-responsive li h5.sow-features-feature-title {
    margin-top: 0px !important;
}
.our-solutions-home ul.sow-features-list.sow-features-responsive li p.sow-more-text a {
    display: inline-block;
    background: #f47c20;
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(244, 124, 32, 0.4);
    transition: all 0.35s ease;
    margin-top: 20px;
}
.our-solutions-home ul.sow-features-list.sow-features-responsive li p.sow-more-text a:hover{
    background: #111;
    box-shadow : 0 14px 32px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none;
}
.our-solutions-home ul.sow-features-list.sow-features-responsive li .sow-icon-container.sow-container-none {
    margin-bottom: 0 !important;
}
.our-solutions-home ul.sow-features-list.sow-features-responsive li:nth-child(2)  .sow-icon-image {
    width:55px !important;
}
.our-solutions-home ul.sow-features-list.sow-features-responsive li:nth-child(3)  .sow-icon-image {
    width:55px !important;
}
.feature-list li::before{
    content: "";
    width: 21px;
    height: 21px;
    background: #f58635;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9.5 16.2L4.8 11.5l1.4-1.4 3.3 3.3 8.1-8.1 1.4 1.4z"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9.5 16.2L4.8 11.5l1.4-1.4 3.3 3.3 8.1-8.1 1.4 1.4z"/></svg>') no-repeat center;
    position: absolute;
    left: 0;
    top: 5px;
}
.feature-list{
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: initial;
}

.feature-list li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
}

/* orange check */
.feature-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #f58635;
    font-weight: 700;
    font-size: 14px;
}
.custom-popup-model { 
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center; 
    transition: all 0.3s ease;
    z-index: 9999;
    display:none;
}
.custom-popup-model button.popup-close {
    background: #e77626;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 31px;
    position: absolute;
    right: 0;
    top: 33px;
    border-radius: 6px;
}
.custom-popup-model .so-widget-sow-editor.so-widget-sow-editor-base {
    background: #fff;
    max-width: 64%;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 34px;
    overflow-y: scroll;
    max-height: 100vh;
        position: relative;
}
.why-choose-image {
    overflow: hidden;
    border-radius: 150px 20px 150px 20px;
    box-shadow: 15px -11px 7px #f58635;
}
.moit-card{
  display:flex;
  gap:20px;
  background:#fff;
  border-radius:14px;
  padding:20px 25px;
  box-shadow:0 15px 30px rgba(0,0,0,.06);
}
.moit-card .siteorigin-widget-tinymce.textwidget {
    display: flex;
    gap: 20px;
}
.moit-card img  {
    height: auto;
    padding: 10px; 
    border-radius: 12px;
    background: #fdebdc;
        width: 240px;
}
.moit-card .read-more{
  font-size:14px;
  color:#e67e22;
  font-weight:600;
  text-decoration:none;
}
.moit-card .read-more:hover{
  text-decoration:underline;
}
.why-choose-stats h4 strong{
    font-size: 36px;
    font-weight: 700;
    color: #e67e22;
    margin-bottom: 6px;
        display: block;
}
.why-choose-stats h4 {
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.moit-card .siteorigin-widget-tinymce.textwidget p {
    margin-bottom: 10px;
        font-size: 15px;
}
.popup-wrapper09 .so-panel.widget.widget_sow-editor {
    margin: 0px !important;
}
.why-choose-stats h4 span {
    padding: 10px;
    flex: 1;
    border-radius: 10px;
    background: radial-gradient(ellipse at top center, #ffffff 0%, #f7f8fb 45%, #eef0f6 100%);
    box-shadow: inset 0px 0px 16px #e77626;
}
.moit-card .siteorigin-widget-tinymce.textwidget h5 {
    margin-bottom: 16px;
}
/*scroll css*/
.industry-section-home p.sow-more-text a {
    
    color: #e67e22 !important;
    font-weight: 600;
    margin-top: 12px;
    text-decoration: none;
}
.industry-section-home .sow-features-feature-content {
    padding: 0px 17px;
}
.sow-features-feature-content {
    padding: 0px 17px;
}
.solutions-pg-choose .textwidget{padding: 0px 17px;}
.industry-section-home .sow-features-list .sow-features-feature h5 a {
    color: #fff !important;
    text-decoration: none;
    position: absolute;
    align-items: center;
    top: 0;
    display: flex;
    justify-content: center;
    bottom: 10%;
    left: 0;
    right: 0;
    text-decoration:none;
        z-index: 9;
}
.industry-section-home .sow-features-list .sow-features-feature .sow-icon-container  {
       flex: 0 0 230px !important;
       margin:0px !important;
}
.industry-section-home .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image{
    background-size:100% !important;
}
/* OUTER WRAPPER */
.industry-section-home{
  overflow:hidden;
}

/* UL = SLIDER TRACK */
.industry-section-home 
.sow-features-list.sow-features-responsive{
  display:flex !important;
  flex-wrap:nowrap !important;   /* ❗ MOST IMPORTANT */
   
  padding:0;
  margin:0;
  list-style:none;
  gap:20px;
  transition:transform 0.5s ease;
}

/* LI = SLIDE ITEM */
.industry-section-home 
li.sow-features-feature.sow-icon-container-position-top{
  flex:0 0 calc(33.333% - 20px);
  max-width:calc(33.333% - 20px);
  width:auto !important;         /* ❗ inline width override */
  box-sizing:border-box;
  background: #fff;
    padding-bottom: 16px;
    border-radius: 13px;
    box-shadow: inset 0px 0px 12px;
}

/* Image wrapper */
.industry-section-home 
.sow-icon-container{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px; /* screenshot jaisa */
}

/* Image */
.industry-section-home 
.sow-icon-image{
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: inherit;
}

/* BLACK TRANSPARENT OVERLAY */
.industry-section-home 
.sow-icon-container::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* 🔥 black transparent */
  z-index: 1;
  transition: background 0.3s ease;
}

/* Optional: hover pe thoda light */
.industry-section-home 
.sow-icon-container:hover::before{
  background: rgba(0,0,0,0.25);
}

/* Arrow wrapper positioning */
.industry-section-home .so-widget-sow-features{
  position: relative;
}

/* Common arrow style */
.industry-section-home .slider-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  user-select: none;
}

/* Left / Right position */
.industry-section-home .slider-arrow.prev{
  left: 4px;
}

.industry-section-home .slider-arrow.next{
  right: 4px;
}

/* Hover effect */
.industry-section-home .slider-arrow:hover{
  background:#000;
  color:#fff;
}
/* ===== MOBILE VIEW ===== */
@media (max-width: 767px){
  .industry-section-home 
  li.sow-features-feature.sow-icon-container-position-top{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*end scroll css*/
 .gray-scale .logo-area .logo--single {
    display: inline-flex;
    width: 14%;
    box-shadow: 0px 0px 8px;
    align-items: center;
    justify-content: center;
    height: 106px;
    margin: 14px;
}
 .gray-scale .logo--single a {
    text-align: center;
}
 .gray-scale .logo--single a img {
    max-height: 100px;
    max-width: 80%;
    
}
 

/* ===== GRID CELL AS CARD ===== */
.Insights .panel-grid-cell{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
  transition:all 0.35s ease;
}

/* Hover lift */
.Insights .panel-grid-cell:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 65px rgba(0,0,0,0.15);
}

/* ===== IMAGE WIDGET ===== */
.Insights .so-widget-sow-image{
  position:relative;
  overflow:hidden;
  border-radius:20px 20px 0 0;
}

/* Image */
.Insights .so-widget-image{
  width:100%;
  height:240px !important;
  object-fit:cover;
   
  transform:scale(1);
  transition:all 0.6s ease;
}

/* Overlay */
.Insights .so-widget-sow-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.55)
  );
  transition:opacity 0.4s ease;
}

/* Hover effects */
.Insights .panel-grid-cell:hover .so-widget-image{
  
  transform:scale(1.08);
}

.Insights .panel-grid-cell:hover .so-widget-sow-image::after{
  opacity:0.3;
}

/* ===== CONTENT AREA ===== */
.Insights .so-widget-sow-editor{
  padding:30px 30px 15px;
}

/* Title */
.Insights .so-widget-sow-editor h5{
  
  line-height:1.4;
  
  margin-bottom:12px;
}

/* Text */
.Insights .so-widget-sow-editor p{
  
  line-height:1.7;
  margin-bottom:20px;
}

/* ===== CTA BUTTON ===== */
 .consult-btn{
     
  display:inline-block;
  background:#f47c20;
  color:#fff;
  padding:12px 26px;
  border-radius:30px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(244,124,32,0.4);
  transition:all 0.35s ease;
  margin-top: 20px;
}

  .consult-btn:hover{ 
  background:#111;
  box-shadow:0 14px 32px rgba(0,0,0,0.3);
  color: #fff;
    text-decoration: none;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media(max-width:767px){
  .Insights{
    padding:50px 0;
  }

  .Insights .so-widget-image{
    height:200px;
  }

  .Insights .so-widget-sow-editor{
    padding:25px;
  }
}

 
 
/* Grid */
 
.moit-stats-grid{
   
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* Card */
.stat-card{
  background:#ffffff;
  border-radius:16px;
  padding:45px 30px;
  text-align:center;
  box-shadow:0 12px 35px rgba(11,31,51,0.08);
  transition:all 0.35s ease;
  position:relative;
}

/* Accent top line (MOIT feel) */
.stat-card::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:170px;
  height:4px;
  background:#f47c20; /* MOIT orange */
  border-radius:0 0 6px 6px;
}

.stat-card:hover{
  transform:translateY(-10px);
  box-shadow:0 22px 55px rgba(11,31,51,0.18);
}

/* Number */
.stat-number{
  font-size:52px;
  font-weight:800;
  color:#f47c20; /* MOIT red */
  margin-bottom:14px;
}

.suffix{
  font-size:30px;
  margin-left:2px;
}

/* Title */
.stat-card h4{
  font-size:17px;
  font-weight:700;
  color:#0b1f33;
  letter-spacing:0.5px;
  margin-bottom:10px;
}

/* Description */
.stat-card p{
  font-size:14.5px;
  color:#5b6770;
  line-height:1.6;
}

/* Responsive */
@media(max-width:992px){
  .moit-stats-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .moit-stats-grid{
    grid-template-columns:1fr;
  }
}
.call-to-actions h2,.call-to-actions h4{
    color:#fff !important;
    text-align:left !important;
    line-height: 42px !important;
}
.industry-banner .category {
    font-size: 19px;
    color:#fff;
}
.industry-banner .headline h1 {
    font-size: 50px;
    color:#fff;
}
.industry-banner .headline h1 span {
    color: #e8ded2;
}
section.industry-banner li {
    color: #fff;
}
.solutions-pg h4 {
    display: inherit;
}
.solutions-pg h4 span{
    display: block;
    margin: 1%;
    padding: 15px;
    text-align: left;
}
.why-choose-stats h4 strong{
    font-size: 25px;
    /*margin-right: 20px;*/
    display: inline;
        display: block;
}
.dimp .so-widget-sow-image .sow-image-container img.so-widget-image

 {
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px;
}

/*home page section*/
/*dimp design*/
/* Wrapper */
 */

/* Card */

.our-expert .panel-grid-cell{
    display: flex !important;
}
.our-expert .siteorigin-widget-tinymce {
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
    transition: all 0.35s ease;
    position: relative;
}
.our-expert-item .siteorigin-widget-tinymce.textwidget{
        padding-bottom: 15px;
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
    transition: all 0.35s ease;
    position: relative;
    height:100%;
}
/* Hover effect */
.our-expert .siteorigin-widget-tinymce:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Image */
.our-expert .siteorigin-widget-tinymce img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Content padding */
.our-expert .siteorigin-widget-tinymce h5,
.our-expert .siteorigin-widget-tinymce p {
    padding-left: 22px;
    padding-right: 22px;
}

/* Title */
.our-expert .siteorigin-widget-tinymce h5 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 20px 0 10px;
    position: relative;
    
}
/*.our-expert .siteorigin-widget-tinymce p:nth-child(1) {*/
/*    width: 114px;*/
/*    float: left;*/
/*}*/
/* Orange accent line */
.our-expert .siteorigin-widget-tinymce h5::after {
    content: "";
    width: 35px;
    height: 3px;
    background: #e67e22;
    display: block;
    margin-top: 10px;
    border-radius: 3px;
}

/* Description */
.our-expert .siteorigin-widget-tinymce p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    padding-bottom: initial;
}

/* Remove extra spacing from image paragraph */
.our-expert .siteorigin-widget-tinymce p:first-child {
    padding: 0;
    margin: 0;
}
.our-expert .so-panel{height:100%;}

/* Mobile fine-tuning */
@media (max-width: 600px) {
    .our-expert {
        gap: 20px;
    }
    .our-expert .siteorigin-widget-tinymce img {
        height: 180px;
    }
}

/*dim 3rd section*/
/* MAIN BANNER WRAPPER */
.dimp-3rd-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
    margin: 70px 0;
    background: #fff;
}

/* REMOVE EMPTY CELL */
.dimp-3rd-section .panel-grid-cell-empty {
    display: none;
}

/* LEFT PANEL (Dark) */
.dimp-3rd-section .panel-grid-cell:first-child {
    background: linear-gradient(135deg, #0f0f0f 0%, #1f1f1f96 60%, #2b2b2b00 100%);
        padding: 60px 20px 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dimp-3rd-section .panel-grid-cell:first-child h4 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.3;
}

.dimp-3rd-section .panel-grid-cell:first-child p {
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    line-height: 1.8;
    max-width: 520px;
}

/* CTA STYLE (LEFT – future proof) */
.dimp-3rd-section .panel-grid-cell:first-child a {
    margin-top: 28px;
    display: inline-block;
    background: #e67e22;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
}

/* RIGHT PANEL (Light) */
.dimp-3rd-section .panel-grid-cell:last-child {
   background: linear-gradient(58deg, #f7f7f78f 0%, #ffffff 65%);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dimp-3rd-section .panel-grid-cell:last-child h4 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 22px;
}

/* FEATURE LIST */
.dimp-3rd-section .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
	
}

.dimp-3rd-section .feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    font-size: 14.5px;
    color: #444;
    line-height: 1.7;
}

 

/* STRONG TEXT */
.dimp-3rd-section .feature-list strong {
    color: #111;
}

/* CTA STYLE (RIGHT – future proof) */
.dimp-3rd-section .panel-grid-cell:last-child a {
    margin-top: 26px;
    display: inline-block;
    background: #e67e22;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .dimp-3rd-section {
        grid-template-columns: 1fr;
    }

    .dimp-3rd-section .panel-grid-cell:first-child,
    .dimp-3rd-section .panel-grid-cell:last-child {
        padding: 40px 30px;
    }

    .dimp-3rd-section .panel-grid-cell:first-child h4 {
        font-size: 26px;
    }

    .dimp-3rd-section .panel-grid-cell:last-child h4 {
        font-size: 24px;
    }
}
.industry-section-home .sow-features-feature-text {
    padding: 0px 17px 17px 17px;
}

/*end dim 3rd section*/
.adv-icon-design i{
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #fff3e0;
    color: #f57c00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
     margin:22px;
}
.adv-icon-design1 i{
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff9800, #f57c00);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
margin: 20px;
}
.paragraph-design h6 {
    background: #fff;
    border-radius: 14px;
    padding: 20px 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .06);
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 14px;
    line-height: 21px;
}
.paragraph-design ul li {
    background: #fff;
    border-radius: 14px;
    padding: 20px 45px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .06);
}
.paragraph-design ul li::before {
    left: 9px;
    top: 34%;
    width: 30px;
    height: 41px;
}
.read-more {
    font-size: 14px;
    color: #e67e22;
    font-weight: 600;
    text-decoration: none;
}
.our-expert-item{
    flex-direction: column;
    width: 100%;
    height: 100% !important;
    display: flex !important;
}
.our-expert-item .so-widget-sow-editor 
 {
    height: 100%;
}
.our-expert-item ul {
    padding: 10px 20px 20px 20px;
}
/*end dimp design*/
.for-icons-fill h4  i {
       font-weight: 700;
    color: #fff;
    font-size: 13px;
    margin-right: 2px;
    background: #f58635;
    padding: 2px 4px;
    margin-top: 0;
    border-radius: 4px;
}
.for-icons-fill h4 {
    font-size: 15px;
    padding: 2px 0px;
}
.ladder-step {
      position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 30px 30px 30px 10px;
    margin-bottom: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #f57c00;
    border-right: 6px solid #101010;

}
.ladder-step p strong{
        color: #e67e22;
}
 .step-icon {
   width: 75px;
    height: 75px;
    border-radius: 18px;
    background: #f57c00;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin: auto;
}
.moit-steps-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.moit-step-box {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
     padding: 20px 40px 6px 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.moit-step-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.vid_industry .category {
    font-size: 19px !important;
    color: #fff !important;
}
.moit-step-number {
  position: absolute;
  top: 8px;
    right: 18px;
    font-size: 26px;
  font-weight: 800;
  color: rgb(245 124 0 / 31%);
  line-height: 1;
}
ul.with_icon_li i {
    background: #f58533;
    color:#fff;
    padding : 2px 6px;
    border-radius: 5px;
    margin-right: 7px;
}
ul.with_icon_li li span {
    display: block;
    padding-left: 37px;
}
ul.with_icon_li   {
    list-style-type: none;
}
ul.line09 li {
    line-height: 36px; 
}
.vid_industry ul.feature-list li {
    color: #fff;
}
.video_banner .vid_industry {
 
    max-width: inherit;
}
.vid_industry .headline h1 {
    color: #fff;
    font-size: 50px;
        font-weight: 800;
    margin: 20px 0 30px;
    line-height: 70px;
    font-family: 'Playfair Display', serif;
}
.video_banner:before {
   
    background: rgb(0 0 0 / 50%);
}
.video_banner .motion_view video {
    
    height:80vh;
}
.video_banner{
     height:80vh;
}
.moit-steps-row .so-panel {
    height: 100%;
}
.teams-area {
    
    padding: 0;
}
.col-md-8.team-content.bg-white p {
    font-size: 14px;
     
    line-height: 21px;
}
.teams-area .team-content h3 {
    font-size: 17px; 
}
.teams-area .team-content .col-lg-6 {
    display: flex;
}

.teams-area .team-content .col-lg-6 .card.card-shadow.border-0.mb-4 {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.clear-both{
 clear: both;
}
 .item-partners .logo--single a {
       text-align: center;
}
.logo--single a img {
    max-height: 100px;
    max-width: 80%;
}
.client-wrapper{
    padding: 0;
}
.client-wrapper .item-partners .logo-area .logo--single {
   display: inline-flex;
    width: 14%;
    box-shadow: 0px 0px 8px;
    align-items: center;
    justify-content: center;
    height: 106px;
    margin: 14px;
}
.our-expert .panel-grid-cell {
        display: inline-block !important;
}
.dark-bg09{
    background: #e8ded2; 
    
}
.dark-gray09{
    background: #eaeaea;
}
ul.footer_links li a {
    color: #f47c20;
}
.color_link{
    color: #f47c20;
}
.Insights {
    align-items: stretch !important;
}
.our-expert{
        align-items: stretch !important; 
}
.light-yellow{
   background: #fff3e0;
}
.headline-area h2 {
 font-size: 32px;
    text-transform: uppercase;
}
.Insights .so-widget-sow-editor h5::after 
 {
    content: "";
    width: 35px;
    height: 3px;
    background: #e67e22;
    display: block;
    margin-top: 10px;
    border-radius: 3px;
}
.aws-sap-card 
 {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}
.aws-sap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.aws-sap-icon 
 {
    width: 60px;
    height: 60px;
    background: rgba(245, 124, 0, 0.1);
    color: #f57c00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.aws-sap-row{
        align-items: stretch !important;
}
.aws-sap-row .panel-grid-cell{
    display:flex;
    
}
.approach-box {
    height: 100%;
    border-radius: 16px;
    padding: 36px 32px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-top: 4px solid #f57c00;
    transition: all 0.3s ease;
}
.approach-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.approach-icon {
    width: 62px;
    height: 62px;
    background: rgba(245, 124, 0, 0.1);
    color: #f57c00;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 18px;
}
.approach-time {
    font-size: 14px;
    color: #f57c00;
    font-weight: 700;
    margin-bottom: 12px;
}
.bluefield-callout {
    background: linear-gradient(135deg, #fff7f0, #ffffff);
    border-left: 6px solid #f57c00;
    padding: 46px;
    border-radius: 18px;
    margin-bottom: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.text-warning {
    color: #ffc107 !important;
}
.tool-box {
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 34px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #f57c00;
    transition: all 0.3s ease;
}
.tool-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}
.tool-icon {
    width: 48px;
    height: 48px;
    background: rgba(245, 124, 0, 0.1);
    color: #f57c00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.tool-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.tools-row {
    align-items: stretch !important;
    display: flex;
 
}
.tools-row .so-panel{
    height:100%;
}
.btp-overview-light h3 {
    font-size: 28px;
    font-weight: 800;
    color: #1f2d3d;
    margin-bottom: 18px;
    position: relative;
}
.btp-capability {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 30px;
    margin-bottom: 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-left: 4px solid #f57c00;
}
.btp-cap-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}
.btp-overview-light h3 
 {
    font-size: 28px;
    font-weight: 800;
    color: #1f2d3d;
    margin-bottom: 18px;
    position: relative;
}
.btp-cap-icon {
    width: 52px;
    height: 52px;
    background: rgba(245, 124, 0, 0.12);
    color: #f57c00;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.btp-capability:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}
.btp-overview-light h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #f57c00;
  margin-top: 10px;
  border-radius: 2px;
}

