.hero-overlayd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

/* tools css strat here */

.nexus-services {
  position: relative;
  padding: 50px 0;
  background-color: #f1f5f8;
}

/* Background Dots Decoration */
.nexus-services::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#ff6b2c 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.15;
}

.nexus-heading {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: clamp(24px, 5vw, 48px);
  color: #19a1cd;
  display: flex;
}

.nexus-text {
  color: #666;
  max-width: 600px;
  margin: 0 auto 60px;
  font-size: 16px;
}

/* SLIDER CONTAINER */
.nexus-slider-overflow {
  overflow: hidden;
  padding: 20px 5px;
}

.nexus-track {
  display: flex;
  gap: 24px;
  transition: transform 0.8s cubic-bezier(0.45, 0, 0.55, 1);
}

.nexus-card-item {
  /* Desktop: 4 items */
  flex: 0 0 calc(25% - 18px);
  min-width: 270px;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .nexus-card-item {
    flex: 0 0 calc(33.33% - 16px);
  }
}
@media (max-width: 850px) {
  .nexus-card-item {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 550px) {
  .nexus-card-item {
    flex: 0 0 100%;
  }
}

/* FIXED CARD WITH BLUE HOVER */
.nexus-card {
  position: relative;
  background: #ffffff;
  padding: 45px 30px;
  border-radius: 12px;
  border: 1px solid #eee;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition:
    transform 0.4s ease,
    border-color 0.4s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* The Blue Sliding Overlay */
.nexus-card::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a6fa1, #0f8fc7, #3bb2e6);
  transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.nexus-card:hover::before {
  bottom: 0;
}

.nexus-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
}

/* Icon Wrapper */
.nexus-icon-box {
  width: 70px;
  height: 70px;
  /* background: #fff5f1; */

  background: #08a9ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px dashed #08a9ff;
  transition: all 0.4s ease;
  flex-shrink: 0; /* Box ko pichakne se rokta hai */
}

/* IMAGE/ICON FIX */
.nexus-icon-box img {
  width: 50px; /* Icon ka size */
  height: 63px;
  object-fit: contain;
  display: block;
  transition: all 0.4s ease;
}

/* CARD TEXT ALIGNMENT FIX */
.nexus-card {
  text-align: left; /* Image ke jaisa left align */
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Saari cheezein left se shuru hongi */
}

/* HOVER EFFECT FIX */
.nexus-card:hover .nexus-icon-box {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
}
.nexus-card:hover .nexus-icon-box img {
  filter: brightness(0) invert(1); /* Icon ko white karne ke liye */
}

/* Typography Colors on Hover */
.nexus-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  transition: 0.3s;
}
.nexus-card p {
  color: #777;
  font-size: 15px;
  transition: 0.3s;
  line-height: 1.6;
}

.nexus-card:hover h5,
.nexus-card:hover p {
  color: #ffffff !important;
}

/* Button */
.nexus-go-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #08a9ff;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  transition: 0.4s;
  font-size: 18px;
}

.nexus-card:hover .nexus-go-btn {
  background: #ffffff;
  color: #0056b3;
  transform: rotate(-45deg);
}

/* DOTS */
.nexus-dots-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.nexus-dots-nav span {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.nexus-dots-nav span.active {
  background: #08a9ff;
  width: 32px;
  border-radius: 10px;
}

/* All classes prefixed with 'choose-' to prevent CSS overlap */
.choose-section-wrapper {
  margin: 0;
  padding: 80px 20px;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  color: #666;
  line-height: 1.6;
}

.choose-container {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

/* --- Header Section --- */
.choose-header h1 {
  font-size: 32px;
  font-weight: 300;
  color: #333;
  margin-bottom: 10px;
}

.choose-underline {
  width: 150px;
  height: 2px;
  background-color: #08a9ff;
  margin: 0 auto 25px;
}

.choose-intro-text {
  font-size: 16px;
  margin-bottom: 80px;
  max-width: 800px;
}

/* --- Grid Structure --- */
.choose-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  text-align: left;
}

.choose-service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  opacity: 0;
  transform: translateY(20px);
  animation: chooseFadeInUp 0.8s ease forwards;
}

/* Staggered animation */
.choose-service-item:nth-child(1) {
  animation-delay: 0.1s;
}
.choose-service-item:nth-child(2) {
  animation-delay: 0.2s;
}
.choose-service-item:nth-child(3) {
  animation-delay: 0.3s;
}
.choose-service-item:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes chooseFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Icons --- */
.choose-icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 2px solid #08a9ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  background: #0056b3;
}

.choose-service-item:hover .choose-icon-box {
  transform: scale(1.1);
  background-color: #1d65b2;
}

.choose-icon-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.choose-content {
  padding: 20px;
  border-radius: 8px; /* Optional: makes the shadow look cleaner */
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  background-color: #fff; /* Shadow needs a background to be visible */
}

/* --- Text Content --- */
.choose-content h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}

.choose-content p {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin: 0;
}
.choose-content:hover {
  /* Zooms the entire block slightly */
  transform: scale(1.05);

  /* Adds a smooth shadow below */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
  .choose-services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .choose-section-wrapper {
    padding: 40px 15px;
  }

  .choose-header h1 {
    font-size: 28px;
  }
}
/* tools css end here */

/* call to action css start here  */
/* --- SCOPED RESET: Only affects this CTA section --- */
.cta-wrapper,
.cta-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.cta-wrapper {
  position: relative;
  width: 100%;
  min-height: 237px;
  /* Gradient + Background */
  background:
    linear-gradient(
      90deg,
      rgba(28, 35, 62, 0.95) 0%,
      rgba(28, 35, 62, 0.7) 100%
    ),
    url("./assets/banner-2.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 58px 20px;
  overflow: hidden; /* Clips decorative shapes */
  font-family: "Roboto", "Arial", sans-serif;
}

/* Decorative shape - Strictly contained inside the wrapper */
.cta-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 300px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255, 124, 48, 0.1),
    rgba(255, 124, 48, 0.1) 10px,
    transparent 10px,
    transparent 20px
  );
  z-index: 1;
  pointer-events: none;
}

.cta-container {
  max-width: 1320px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 30px;
}

.cta-content {
  flex: 1;
  color: #ffffff;
  min-width: 0;
}

.cta-label {
  color: #08a9ff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 12px;
  display: block;
}

.cta-content h2 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(24px, 4.5vw, 46px);
  margin: 0 0 15px 0;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
}

.cta-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  line-height: 1.6;
}

.cta-actions {
  display: flex;
  gap: 15px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  gap: 10px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.cta-btn-primary {
  background: linear-gradient(90deg, #04c46a, #08a9ff);
  color: #ffffff !important;
}

.cta-btn-secondary {
  background-color: rgba(60, 68, 96, 0.9);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* --- RESPONSIVE LOGIC --- */
@media (max-width: 900px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }
  .cta-content {
    text-align: center;
  }
  .cta-content p {
    margin: 0 auto 25px;
  }
  .cta-actions {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cta-wrapper {
    padding: 50px 15px;
  }
  .cta-actions {
    flex-direction: column;
  }
  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}

/* call to action end */
/* Organ Main Wrapper */
.organ-section {
  padding: 29px 0;
}

/* Organ Feature Card */
.organ-card {
  background: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 35px 25px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.organ-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(25, 161, 205, 0.15);
}

/* Organ Icon Styling */
.organ-icon-box {
  font-size: 2.8rem;
  color: #19a1cd;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.organ-card:hover .organ-icon-box {
  transform: scale(1.15) rotate(-5deg);
  color: #04c46a;
}

/* Organ Title Styling */
.organ-feature-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  color: #2c3e50;
  margin-bottom: 20px;
  min-height: 50px;
}

/* Organ Animated Bottom Border */
.organ-border-animate {
  height: 4px;
  width: 40px;
  background: #19a1cd;
  transition: all 0.5s ease;
  border-radius: 10px;
}

.organ-card:hover .organ-border-animate {
  width: 80%;
  background: linear-gradient(90deg, #19a1cd, #04c46a);
}

/* Label for Organ */
.organ-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bbb;
  margin-bottom: 10px;
}

/* contact-us css here */

/* MAIN WRAPPER - Iski width badhayi gayi hai aur shadow ko soft rakha gaya hai */
.contact-wrapper {
  max-width: 1320px;
  width: 95%;
  background-color: #ffffff;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  transition: all 0.3s ease;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.05),
    0 20px 40px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.03);
}

/* LEFT PANEL - Premium look with extra padding */
.contact-left {
  background-color: #f8fafc;
  padding: 80px 70px; /* Zyada breathing space */
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-left h2 {
  font-size: 34px; /* Badi aur bold heading */
  font-weight: 700;
  color: #1e293b;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

.contact-left .lead-text {
  font-size: 20px;
  color: #1e293b;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}

.contact-left .lead-subtext {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 50px;
}

/* CONTACT ITEMS - Hover effects ke saath */
.contact-item1 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 35px;

  transition: all 0.3s ease;
}

.contact-item1:hover {
  transform: translateX(8px); /* Smooth slide effect */
}

.contact-icon-box {
  width: 64px; /* Pehle se bada size */
  height: 64px;
  border-radius: 31px;
  background-color: #14a8d5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-box img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain;
}

.contact-item1-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #14a8d5;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}

.contact-item1-text {
  font-size: 18px; /* Bada aur clear text */
  font-weight: 600;
  color: #1e293b;
}

.contact-left hr {
  margin: 40px 0;
  border-color: #e2e8f0;
  opacity: 0.7;
}

/* RIGHT PANEL - Form Area */
.contact-right {
  padding: 80px 70px;
}

.contact-right h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1e293b;
}

/* FORM ELEMENTS - Large & Modern */
.form-label {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  display: block;
}

/* .form-control, 
.form-select {
  padding: 16px 22px; 
  font-size: 16px;
  border-radius: 14px;
  border: 2px solid #e2e8f0;
  background-color: #ffffff;
  transition: all 0.3s ease;
  color: #1e293b;
}

.form-control::placeholder {
  color: #94a3b8;
  font-size: 14px;
}

.form-control:focus, 
.form-select:focus {
  border-color: #02a3e8;
  box-shadow: 0 0 0 5px rgba(2, 163, 232, 0.1);
  outline: none;
  background-color: #fff;
}

textarea.form-control {
  min-height: 160px;
  resize: none;
} */

/* BUTTON - Premium Gradient & Shadow */
.btn-auxai {
  padding: 18px 50px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 14px;
  background: linear-gradient(135deg, #02a3e8 0%, #05c853 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(5, 200, 83, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 15px;
}

.btn-auxai:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(5, 200, 83, 0.4);
  filter: brightness(1.05);
}

/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
  .contact-left,
  .contact-right {
    padding: 60px 40px;
  }
}

@media (max-width: 991.98px) {
  .contact-wrapper {
    margin: 30px 0px;
    border-radius: 24px;
  }
  .contact-left h2 {
    font-size: 36px;
  }
}
/* contact-us css end here */
