/* ========================================
   DVX BUTTONS
======================================== */

.dvx-btn{
  border:none;
  outline:none;
  cursor:pointer;
  transition:all 0.25s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:600;
  border-radius:10px;
  text-decoration:none;
  white-space:nowrap;
  min-height:48px;
  line-height:1;
}

/* PRIMARY */

.dvx-btn-primary{
  background:linear-gradient(135deg,#7c3aed,#8b5cf6);
  color:#ffffff;
  box-shadow:0 6px 18px rgba(124,58,237,0.20);
}

.dvx-btn-primary:hover{
  transform:translateY(-2px);
}

/* WHITE */

.dvx-btn-white{
  background:#ffffff;
  color:#111111;
}

.dvx-btn-white:hover{
  transform:translateY(-2px);
}

/* OUTLINE */

.dvx-btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,0.35);
  color:#ffffff;
}

.dvx-btn-outline:hover{
  background:rgba(255,255,255,0.06);
}

/* SIZES */

.dvx-btn-sm{
  padding:0 18px;
  min-height:42px;
  font-size:14px;
}

.dvx-btn-md{
  padding:0 24px;
  min-height:48px;
  font-size:15px;
}

.dvx-btn-lg{
  padding:0 30px;
  min-height:54px;
  font-size:16px;
}

/* DISABLED */

.dvx-btn:disabled{
  opacity:0.6;
  cursor:not-allowed;
}
/* SERVICE SECTION CLEAN BACKGROUND */

.dvx-service-card-aws{
  background:linear-gradient(135deg,#05052f,#11115c);
}

.dvx-service-card-azure{
  background:linear-gradient(135deg,#0a0a45,#1b146d);
}
.company-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 10px;
}

.small-box {
  height: 100px;
  padding: 18px 12px !important;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-radius: 14px;

  background: linear-gradient(
    135deg,
    #14054d,
    #24107a
  );

  border: 1px solid rgba(255,255,255,0.08);

  transition: 0.3s ease;
}

.small-box:hover {
  transform: translateY(-4px);
}

.small-box h3 {
  font-size: 20px;
  line-height: 1;
  color: #9b6dff;
  margin-bottom: 10px;
  font-weight: 700;
}

.small-box p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 22px;
}

@media (max-width: 991px) {
  .company-stats-grid {
    margin-top: 30px;
  }
}
.about-main-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 14px;
}
.servcie2 .servcie2-box.datadove-analytics-card {
  margin-top: 0px !important; 
  margin-bottom: 30px !important;
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  transition: all 0.4s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 30px !important;
  box-sizing: border-box !important;
  height: 350px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
}

.servcie2 .servcie2-box.datadove-analytics-card .icon {
  margin: 0 0 20px 0 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
}

.servcie2 .servcie2-box.datadove-analytics-card .heading2 {
  text-align: left !important;
  width: 100% !important;
}

.servcie2 .servcie2-box.datadove-analytics-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

.service3 .service3-box.datadove-managed-card {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  transition: all 0.4s ease-in-out !important;
  height: 270px !important;
  padding: 30px !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
}

.service3 .service3-box.datadove-managed-card .icon {
  margin: 0 24px 0 0 !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.service3 .service3-box.datadove-managed-card .heading3 {
  flex-grow: 1 !important;
  text-align: left !important;
}

.service3 .service3-box.datadove-managed-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

@media (max-width: 991px) {
  .servcie2 .servcie2-box.datadove-analytics-card,
  .service3 .service3-box.datadove-managed-card {
    height: auto !important;
    margin-bottom: 24px !important;
  }
  
  .service3 .service3-box.datadove-managed-card {
    flex-direction: column !important;
  }
  
  .service3 .service3-box.datadove-managed-card .icon {
    margin: 0 0 16px 0 !important;
  }
}

/* talent augmentation */
.datadove-talent-role-card {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  transition: all 0.4s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 35px 30px !important;
  box-sizing: border-box !important;
  height: 320px !important;
  text-align: left !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
}

.datadove-talent-role-card h3 {
  font-size: 22px !important;
  color: #ffffff !important;
  margin: 0 0 16px 0 !important;
  font-weight: 600 !important;
}

.datadove-talent-role-card p {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.datadove-talent-role-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

.datadove-talent-why-box {
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  padding: 35px 24px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  height: 290px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  transition: all 0.4s ease-in-out !important;
  margin-bottom: 30px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
}

.datadove-talent-why-box .icon {
  margin-bottom: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 50px !important;
  width: auto !important;
}

.datadove-talent-why-box .icon img {
  height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
}

.datadove-talent-why-box h5 {
  font-size: 18px !important;
  color: #ffffff !important;
  margin: 0 0 12px 0 !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.datadove-talent-why-box p {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.datadove-talent-why-box:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

@media (max-width: 991px) {
  .datadove-talent-role-card,
  .datadove-talent-why-box {
    height: auto !important;
    margin-bottom: 24px !important;
  }
}

/* devops-card */
.datadove-devops-card {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  transition: all 0.4s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 35px 30px !important;
  box-sizing: border-box !important;
  height: 250px !important;
  text-align: left !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
}

.datadove-devops-card h3 {
  font-size: 22px !important;
  color: #ffffff !important;
  margin: 0 0 16px 0 !important;
  font-weight: 600 !important;
}

.datadove-devops-card p {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.datadove-devops-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

.datadove-devops-why-box {
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  padding: 35px 24px !important;
  text-align: center !important;
  box-sizing: border-box !important;
  height: 250px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  transition: all 0.4s ease-in-out !important;
  margin-bottom: 30px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
}

.datadove-devops-why-box .icon {
  margin-bottom: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 64px !important;
  width: auto !important;
}

.datadove-devops-why-box .icon img {
  height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
}

.datadove-devops-why-box h5 {
  font-size: 18px !important;
  color: #ffffff !important;
  margin: 0 0 12px 0 !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.datadove-devops-why-box p {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.datadove-devops-why-box:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

@media (max-width: 991px) {
  .datadove-devops-card,
  .datadove-devops-why-box {
    height: auto !important;
    margin-bottom: 24px !important;
  }
}

/* fullstack services */
.datadove-process-section {
  padding: 70px 0;
  background: #02021e;
}

.process-container {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.process-left {
  margin-top: 60px;
}

.process-left h2 {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.process-left p {
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  line-height: 1.7;
  max-width: 500px;
}

.process-right .process-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 30px;
}

.process-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(145deg, #7034ff, #4d1ebb);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
}

.process-step h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 700;
}

.process-step p { color: rgba(255,255,255,0.8); line-height: 1.6; }

.vertical-line {
  width: 3px;
  height: 40px;
  background: #571fe6;
  margin: 0px 0px 20px 26px;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .process-container { grid-template-columns: 1fr; }
  .process-left { margin-top: 0px; padding-bottom: 20px; }
}

/* -------------------- 6 SERVICE CARDS GRID UI -------------------- */
.cards-heading {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.cards-heading h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #ffffff;
}

.datadove-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  padding-bottom: 20px;
}

.datadove-premium-card {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  transition: all 0.4s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 35px 30px !important;
  box-sizing: border-box !important;
  height: 310px !important;
  text-align: left !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
}

.datadove-premium-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

.card-icon-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(145deg, #7034ff, #4d1ebb);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.card-title-text {
  font-size: 21px !important;
  color: #ffffff !important;
  margin: 0 0 12px 0 !important;
  font-weight: 600 !important;
}

.card-description-text {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* -------------------- INDUSTRIES WE SERVE -------------------- */
.industries-section {
  padding: 80px 0;
  background: #02021e;
}

.industries-inner {
  width: 92%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 40px;
  align-items: start; 
  overflow: hidden;
}

.industries-left {
  padding: 35px 30px;
  height: 320px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  border-radius: 24px;
  border: 1px solid rgba(87, 85, 230, 0.25);
}

@media (max-width: 980px) {
  .industries-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .industries-left {
    height: auto; 
    min-height: 200px;
  }
}

.industries-left h2 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.industries-left p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  font-size: 15px;
  margin: 0;
}

.industries-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.industries-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0px 5px 25px 5px; 
  -webkit-overflow-scrolling: touch;
}

.industries-carousel::-webkit-scrollbar {
  display: none;
}
.industries-carousel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.industry-card {
  min-width: 270px;
  max-width: 270px;
  height: 290px;
  overflow: hidden;
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  border-radius: 24px;
  border: 1px solid rgba(87, 85, 230, 0.25);
}

.industry-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

.industry-card:hover .industry-image {
  transform: scale(1.06);
}

.industry-tag {
  background: rgba(15, 15, 35, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 16px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.2px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: all 0.3s ease;
}

.industry-card:hover .industry-tag {
  background: rgba(15, 15, 35, 0.8);
  border-color: rgba(112, 52, 255, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.carousel-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 5px;
  padding-left: 5px;
}

@media (max-width: 980px) {
  .carousel-buttons {
    justify-content: center;
    margin-top: 15px;
  }
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.carousel-btn:hover {
  background: linear-gradient(145deg, #7034ff, #4d1ebb);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(112, 52, 255, 0.4);
}

.carousel-btn:active {
  transform: scale(0.95);
}

@media (max-width: 480px) {
  .industry-card {
    min-width: 230px;
    max-width: 230px;
    height: 250px;
  }
  .industry-tag {
    font-size: 13.5px;
    padding: 10px 14px;
  }
}

.choose-box {
  background: linear-gradient(180deg, #060946 0%, #04063c 100%) !important;
  border-radius: 24px !important;
  border: 1px solid rgba(87, 85, 230, 0.25) !important;
  padding: 32px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s ease-in-out !important;
}

.choose-box:hover {
  border-color: rgba(112, 52, 255, 0.4) !important;
  box-shadow: 
    inset 0 0 25px rgba(87, 85, 230, 0.35), 
    inset 0 0 10px rgba(87, 85, 230, 0.2) !important;
}

.choose-box .icon-wrapper {
  background-color: #5755e6 !important;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.choose-box .icon-wrapper img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.choose-box h4 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.choose-box p {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}


.main-service-center-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px; 
  margin: 0 auto;
  z-index: 2;
}

.main-service-center-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
 
  filter: drop-shadow(0px 10px 30px rgba(87, 85, 230, 0.25));
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.main-service-center-image:hover img {
  transform: scale(1.03);
  filter: drop-shadow(0px 15px 40px rgba(112, 52, 255, 0.4));
}