/* CSS start from here  */

body {
  font-family: manrope;
  width: 100%;
}
.custom-dropdown-services {
border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.custom-hero-bg {
  background-image: url(./images/hero-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 580px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.container.custom-hero-container-width {
  max-width: 1280px;
  width: 100%;
}
.hero-content {
  padding-left: 40px;
}
.badge.custom-badge-bg {
  background-color: #635bff1a;
  color: #635bff;
  font-size: 18px;
  border-radius: 50px;
  padding: 8px 12px 8px 12px;
  font-weight: 400;
}
.hero-text {
  font-weight: 700;
  font-size: 52px;
  color: #ffffff;
}
.custom-para-style {
  color: #ffffff;
  font-size: 18px;
}
.card-text {
  font-size: 18px;
  font-weight: 600;
}
a.card-link {
  color: #635bff;
  font-weight: 500;
  font-size: 14.06;
  letter-spacing: 0.2px;
}
img.arrow-left {
  width: 10px;
  height: 10px;
}
.card.custom-card-width {
  /* width: 400px; */
  border: none;
   transition: all 0.3s ease-in-out;
}
.custom-card-width:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2) !important; 
}
h2.heading-trending {
  font-size: 48px;
  font-weight: 700;
}
p.thinking-heading {
  font-size: 20px;
  font-weight: 600;
}
p.date-tag {
  font-size: 12px;
  font-weight: 400;
}
p.thinking-para {
  font-size: 16px;
  font-weight: 400;
}
.custom-sky-clr {
  background-color: #f6f9fc;
}
.custom-learn-position {
  top: 15px;
}
p.custom-box-size {
  font-size: 14px;
  font-weight: 500px;
}
.custom-box-outer {
  border-radius: 2px;
  width: 120px;
}
.custom-column-left-width {
  width: 64%;
  display: grid;
}
.custom-column-left-width-thinking {
  width: 55%;
}
.custom-thinking-bg {
  background-color: #f6f9fc;
}
p.leading-flipkart-heading {
  font-size: 32px;
  font-weight: 700;
}
.btn-view-more {
  padding: 10px 30px 10px 30px;
  background-color: #635bff33;
  border-radius: 50px;
}
p.custom-subscribe-font {
  font-size: 24px;
  font-weight: 600;
}
.subscribe_bg {
  background-color: #635bff;
}
.container.custom-hero-container-width.subscribe-container-width {
  width: 1060px;
  border-radius: 20px;
  position: relative;
    top: 60px;
    z-index: 9999;
}
.btn-view-more:hover {
  background-color: #635bff33;
}
.submit-btn {
  color: #635bff;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 10px;
  border: none;
}
input.custom-newsletter-mail {
  color: #ffffff;
  background-color: #635bff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 16px 110px 16px 16px;
}
.custom-newsletter-mail::placeholder {
  color: #ffffff;
}
/* tabs css  */
.nav-tabs {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.nav-tabs .nav-link {
  white-space: nowrap;
  border-top: 2px solid transparent;
}
.nav-tabs .nav-link.active {
  border-top: 2px solid #635eff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.nav-tabs,
.nav-tabs .nav-link:hover {
  border-color: #ffffff;
}
/* Optional: smooth scroll for mobile */
.nav-tabs::-webkit-scrollbar {
  height: 4px;
  color: #ffff;
}

.nav-tabs::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
}

.nav-link.custom-navlink-clr {
  color: #aab4c1;
}
.nav-link.custom-navlink-clr-active {
  color: #aab4c1;
}
.nav-tabs .nav-link.active {
  color: #635bff;
}
.custom-text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-youtube-link {
    width: 100%;
}
 #myTabContent {
display: none;
}


/* services page css  */
.custom-column-left-width-services  {
width: 49%;
display: grid;
}
/* dell slider css  */
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}
.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}

.professional-services-section {
    padding: 60px 0;
  }
  .professional-services-section-2 {
    padding: 60px 0;
    background: rgba(246, 249, 252, 1);
  }

  .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .custom-service-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
  }

  .custom-service-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }

  .icon-img {
    width: 35px;
    height: 30px;
    margin-bottom: 16px;
  }

  .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
  }

  .card-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 16px;
  }

  .explore-link {
    font-size: 14px;
    font-weight: 500;
    color: #2a3aff;
    text-decoration: none;
  }

  .explore-link:hover {
    text-decoration: underline;
  }

  .industry-section {
    padding: 60px 0;
  }

  .industry-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .industry-description {
    font-size: 15px;
    color: #444;
    max-width: 500px;
  }

  .industry-list .industry-item {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: none;
  }

  .industry-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .industry-item.active {
    background-color: #f3f4ff;
    color: #3f51b5;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
  }

  .industry-item .arrow {
    font-size: 16px;
  }

  .see-all-btn {
    font-size: 14px;
    background-color: #f3f4ff;
    color: #3f51b5;
    padding: 8px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
  }

  .see-all-btn:hover {
    background-color: #e0e4ff;
    text-decoration: none;
  }

  .case-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
  }

  .case-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }

  .case-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
  }

  .case-header a {
    font-size: 14px;
    color: #5b5bd6;
    text-decoration: none;
    font-weight: 500;
  }

  .swiper {
    padding-bottom: 40px;
  }

  .swiper-slide {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    max-width: 460px;
  }

  .swiper-slide:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  }

  /* .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  } */

  .card-body {
    padding: 20px;
  }

  .badge {
    display: inline-block;
    background-color: #f3f4ff;
    color: #5b5bd6;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 999px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .card-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }

  .card-link {
    font-size: 14px;
    color: #5b5bd6;
    font-weight: 500;
    text-decoration: none;
  }

  .swiper-pagination {
    text-align: center;
  }

  .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background-color: #5b5bd6;
  }

  @media (max-width: 768px) {
    .swiper-slide {
      max-width: 100%;
    }
  }

  .ecosystem-section {
    background-color: #f6f9fc;
    padding: 60px 20px;
  }

  .ecosystem-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .ecosystem-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .ecosystem-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
  }

  .ecosystem-header p {
    max-width: 600px;
    font-size: 14px;
    color: #444;
    margin: 0;
  }

  .ecosystem-header a {
    color: #5b5bd6;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    margin-left: auto;
    margin-top: 10px;
  }

  .partner-logos {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .partner-logos img {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-height: 80px;
    height: auto;
    width: auto;
    flex: 0 0 auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  }

  .partner-logos::-webkit-scrollbar {
    height: 6px;
  }

  .partner-logos::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .ecosystem-header {
      flex-direction: column;
      gap: 15px;
    }

    .ecosystem-header a {
      margin-left: 0;
    }
  }

  .latest-thinking {
    padding: 60px 20px;
    background-color: #fff;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .latest-thinking h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }

  .thinking-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }

  .thinking-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  }

  .thinking-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .thinking-content {
    padding: 20px;
  }

  .thinking-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
  }

  .excerpt {
    font-size: 14px;
    color: #444;
    margin-bottom: 16px;
  }

  .read-more {
    font-size: 14px;
    color: #5b5bd6;
    text-decoration: none;
    font-weight: 500;
  }

  .services-header {
    padding: 60px 20px 30px;
    background-color: #ffffff;
  }

  .services-header .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .services-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #5b5bd6;
    margin-bottom: 16px;
  }

  .services-header p {
    font-size: 16px;
    color: #333;
    max-width: 600px;
    line-height: 1.6;
  }

  .ey-confidence-section {
    background-color: #f9fbfc;
    padding: 60px 20px;
    text-align: center;
  }

  .ey-confidence-section .container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .ey-confidence-section h2 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .ey-confidence-section p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
  }

  .fullwidth-video-section {
    width: 100%;
    padding: 00px 20px;
    background-color: #ffffff;
  }

  .video-thumbnail {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }

  .video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }

  /* Play button */
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

  .play-button span {
    font-size: 26px;
    color: #4f46e5; /* EY-style blue-purple */
  }

/* footer css  */
.footer-bg {
background-color: #17181F;
    padding: 8rem 3rem 1rem 3rem;
}
p.footer-txt {
    font-size: 14px;
    font-weight: 400;
}
p.footer-heading  {
   font-size: 20px;
    font-weight: 600;
}
a.language-bg {
  background-color: #635bff;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .custom-column-left-width {
    width: 100%;
    display: grid;
  }
  .hero-text {
    font-size: 36px;
  }
  .hero-content {
    padding-left: 0px;
  }
  .custom-hero-bg {
    height: 380px;
  }
  h2.heading-trending {
    font-size: 32px;
  }
  .custom-learn-position {
    top: 0px;
  }
  p.leading-flipkart-heading {
    font-size: 20px;
    font-weight: 700;
  }
  input.custom-newsletter-mail {
    padding: 16px 0px 16px 16px;
    width: 100%;
    height: 50px;
}
.container.custom-hero-container-width.subscribe-container-width {
    width: 100%;
}
.custom-column-left-width-thinking {
    width: 100%;
}
.submit-btn {
        height: 50px;
        font-size: 12px;
        white-space: nowrap;
    }
  .custom-column-left-width-services {
    width: 100%;
}  
.custom-mobile-align-list { 
  margin-left: 15px !important; 
}
 ul.navbar-nav.custom-mobile-align-list li:hover { 
 background-color: #e7ebd8;
}
.navbar-nav.custom-mobile-align-list li::after{       
 content: "";
display: block;  
width: 98%;   
border-bottom: 1px solid #E5E5E6;  
  }
.footer-bg {
    background-color: #17181F;
    padding: 5rem 1rem 1rem 1rem;
}
input.custom-newsletter-mail::placeholder {
font-size: 12px;
}
.custom-mobile-automargin {
margin: 0px;
}

}

@media screen and (min-width: 992px) {
  .hero-content {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
 .custom-nav-padding {
 padding: 0rem 5rem 0rem 5rem !important;
 }
}
@media screen and (min-width: 992px) and (max-width: 1024px) { 
  .container.custom-hero-container-width.subscribe-container-width {
    width: 100%;
    max-width: 1020px;
  }
  .custom-column-left-width-services {
    width: 48%;
  }
}