.top-bar {
    background: radial-gradient(circle at top right, rgba(128, 0, 255, 0.3), transparent 40%),
        radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.4), transparent 40%),
        linear-gradient(135deg, #0a0a23, #000000 60%);
    background-color: #000;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
}

* {
    font-family: 'Outfit', sans-serif;
}

.top-bar a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.navbar {
    background-color: #050607 !important;
    /* Dark Blue */
}

.navbar .nav-link,
.navbar .navbar-brand,
.navbar .navbar-text {
    color: white !important;
}

.hiring-badge {
    background: #ffde00;
    color: black;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.btn-yellow {
    background-color: #ffde00;
    color: black;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 18px;
}

.btn-yellow:hover {
    background-color: #e6c900;
}

.hero-section {
    background: radial-gradient(circle at top right, rgba(128, 0, 255, 0.3), transparent 40%),
        radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.4), transparent 40%),
        linear-gradient(135deg, #0a0a23, #000000 60%);
    background-color: #000;
    /* Bootstrap Blue */
    color: white;
    padding: 80px 0;
}

.servicessection {
    background: radial-gradient(circle at top right, rgba(128, 0, 255, 0.3), transparent 40%),
        radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.4), transparent 40%),
        linear-gradient(135deg, #0a0a23, #000000 60%);
    background-color: #000;
    color: #fff;
}

.hero-section h1 span {
    color: #ffc107;
    /* Yellow Highlight */
}

.search-box {
    border-radius: 10px;
    padding: 12px;
    border: none;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps aspect ratio and fills the box */
  }
.carousel-inner img {
    border-radius: 15px;
    padding: 0px 0px 0px 150px;
}

.navbar-toggler {
    background: white;
}

.faq-box {
    background-color: #f5f6fe;
    /* light bluish bg */
    border-radius: 20px;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-box:hover {
    background-color: #eef0fc;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.faq-answer {
    display: none;
    margin-top: 15px;
    color: #555;
    font-size: 15px;
}

.faq-box.active .faq-answer {
    display: block;
}

.faq-box i {
    transition: transform 0.3s ease;
}

.faq-box.active i {
    transform: rotate(180deg);
}

.contact-input {
    background: transparent;
    border: 1px solid #444;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 0 8px #0d6efd;
    transition: all 0.3s ease-in-out;
}


.faq-sectiond {
       background: radial-gradient(circle at top right, rgba(128, 0, 255, 0.3), transparent 40%),
        radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.4), transparent 40%),
        linear-gradient(135deg, #0a0a23, #000000 60%)!important;;
    background-color: #000!important;;
    
   
}

.contact-input:focus {
    outline: none;
    border-color: #ffde00;
    box-shadow: 0 0 12px #ffde00;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.contact-input::placeholder {
    color: #fff;
    opacity: 0.8;
    /* thoda halka white look */
}

/* Mobile view (max 768px) */
/* Mobile view (≤768px) */
@media (max-width: 768px) {
    .navbar {
        top: 70px !important;

    }
}


.testimonial-section {
    background: linear-gradient(90deg, #000, #021b3a);
    padding: 70px 0;
    text-align: center;
}

.testimonial-title {
    font-size: 26px;
    font-weight: 600;
    max-width: 850px;
    margin: 0 auto 50px;
    line-height: 1.5;
    color: #ffde00;
}

.video-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.video-card:hover {
    transform: translateY(-8px);
}

.video-thumbnail {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 14px;
    border-radius: 50%;
    cursor: pointer;
}

.client-info {
    padding: 15px;
    background: #0b0433;
}

.client-info h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: gold;
}

.client-info small {
    font-size: 13px;
    opacity: 0.8;
    color: #ddd;
}

/* Top Bar */
.top-bar {
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.top-bar a {
    color: #ffcc00;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
}

.btn-contact {
    background: #ffcc00;
    color: #111;
    border-radius: 50%;
    font-size: 14px;
    padding: 4px 8px;
}

/* Navbar */
.navbar {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 33px;
    /* Top bar ke niche */
    width: 100%;
    z-index: 1040;
    padding: 13px 77px 10px 51px;
}

.navbar-brand img {
    height: 45px;
}

.btn-yellow {
    background: #ffcc00;
    border: none;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 4px;
}

/* Mobile */
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Prevent content hiding */
body {
    padding-top: 105px;
    /* Topbar + Navbar height */
}

.scroll-down {
    width: 30px;
    height: 50px;
    border: 2px solid gold;
    border-radius: 25px;
    position: relative;
}

.scroll-down::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 10px;
    background: gold;
    border-radius: 3px;
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    40% {
        opacity: 1;
        transform: translate(-50%, 10px);
    }

    80% {
        opacity: 0;
        transform: translate(-50%, 20px);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 0);
    }
}

.service-box {
    position: relative;
    padding: 30px 20px;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.prposalinput {
    height: 50px;
    width: 350px;
}

.contactbtn1 {
    background: linear-gradient(90deg, #0d6efd, #0e0e0dff, #000000ff, #0d6efd);
    background-size: 300% 100%;
    color: #fff;
    border: none;
    padding: -1px 40px;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    animation: borderAnimation 6s linear infinite;
}

.contactbtn {
    background: linear-gradient(90deg, #0d6efd, rgb(43, 3, 112), rgb(7, 79, 161), #0d6efd);
    background-size: 300% 100%;
    color: #fff;
    border: none;
    padding: 5px 24px;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    animation: borderAnimation 6s linear infinite;
}

@keyframes borderAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* Animated Border */
.service-box::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #0d6efd, #0e0e0dff, #000000ff, #0d6efd);
    background-size: 400%;
    border-radius: 14px;
    z-index: -1;
    animation: borderAnimation 6s linear infinite;
}

/* Inner white background */
.service-box::after {
    content: "";
    position: absolute;
    inset: 4px;
    /* andar spacing */

    border-radius: 10px;
    z-index: -1;
}

/* Border Animation */
@keyframes borderAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.footer {
    background: #1e1e23;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: #fff;
}

.career-badge {
    background: #ff7043;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
}
    .testimonial-video {
    border-top-left-radius: 130px !important; /* custom curve like screenshot */
    border-bottom: none;
  }
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
  }
  .testimonial-caption {
       background: radial-gradient(circle at top right, rgba(128, 0, 255, 0.3), transparent 40%),
        radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.4), transparent 40%),
        linear-gradient(135deg, #0a0a23, #000000 60%);
    background-color: #000;
    color: #fff;
    border-bottom-left-radius: 120px !important; /* match curve */
  }
  .ttt{
        background: radial-gradient(circle at top right, rgba(128, 0, 255, 0.3), transparent 40%),
        radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.4), transparent 40%),
        linear-gradient(135deg, #0a0a23, #000000 60%);
    background-color: #000;
    color: #fff;
  }
  .testimonial-caption h5 {
    font-size: 20px;
  }
  .testimonial-caption p {
    font-size: 14px;
    opacity: 0.9;
  }
  .rating-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000; /* Black text */
  }

  .rating-score {
    background: #0a1f44; /* Dark blue */
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
  }
   .testimonial-card {
    background: #0d1b4c; /* Dark Blue */
    color: #fff;        /* White text for readability */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  .testimonial-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #f1f1f1; /* Slightly lighter text */
  }
  .testimonial-card small {
    color: #ddd;
  }

    .servcicon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;      /* size of circle */
  height: 600px;
  transform: translate(-50%, -50%);
  border: 3px dashed rgb(255 255 255 / 10%);
  border-radius: 50%;
  z-index: 0;
}
    .servcicon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;      /* size of circle */
  height: 600px;
  transform: translate(-50%, -50%);
 border: 3px dashed rgb(255 255 255 / 10%);
  border-radius: 50%;
  z-index: 0;
}
    .servcicon3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;      /* size of circle */
  height: 600px;
  transform: translate(-50%, -50%);
border: 3px dashed rgb(255 255 255 / 10%);
  border-radius: 50%;
  z-index: 0;
}

/* bring content above circle */
.cta-service > * {
  position: relative;
  z-index: 2;
}
/* Section background with gradient + rounded */
.cta-service {
  padding: 70px 20px;
  border-radius: 62px;
  background: radial-gradient(circle at top right, rgba(128, 0, 255, 0.25), transparent 40%),
              radial-gradient(circle at bottom left, rgba(0, 0, 255, 0.35), transparent 40%),
              linear-gradient(135deg, #0a0a23, #000000 70%);
  color: #fff;
  margin: 40px auto;
  position: relative;
  z-index: 1;
}

/* Headings */
.cta-service h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.cta-service p {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  color: #d1d5db;
}

/* CTA Button */
.cta-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 35px;
  background: linear-gradient(90deg, #0d6efd, #6610f2);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.cta-btn:hover {
  background: linear-gradient(90deg, #6610f2, #0d6efd);
  box-shadow: 0 6px 20px rgba(13, 110, 253, 0.6);
  transform: translateY(-3px);
}

/* Floating icons */
.floating-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  animation: float 6s ease-in-out infinite;
}
.icon-1 { top: 31px; left: 20px; animation-delay: 0s; }
.icon-2 { top: 40px; right: 40px; animation-delay: 1s; }
.icon-3 {bottom: 80px;  left: 38%;transform: translateX(-50%); animation-delay: 2s; }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(5deg); }
}


.cta-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 65%;
  /* background-image: url("https://www.fluper.com/wp-content/uploads/2023/12/arrow.webp"); */
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.15;   /* halka transparent */
  z-index: 0;
}
.fclass{
        font-size: larger;
    margin-bottom: 15px;
}

.contact-support-section {
  font-family: 'Poppins', sans-serif;
}

.contact-support-section a:hover {
  text-decoration: underline;
}


/* Mega menu full width */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  border-top: 2px solid #f57c00;
}

/* Show on hover */
.nav-item.mega-dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Style */
.mega-menu .dropdown-item {
  padding: 5px 0;
  color: #333;
}

.mega-menu .dropdown-item:hover {
  color: #f57c00;
  background: transparent;
}

/* Optional: Better transition */
.mega-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega-dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
.case-studies-sectionheading {
  transition: color 0.3s ease;
}

.case-studies-sectionheading:hover {
  color: #4dabff;
}

.sticky-social {
  position: fixed;
  bottom: 20px;
  right: 20px; /* left chahiye ho toh left:20px */
  display: flex;
  gap: 12px;
  background: rgb(1 22 47);
  padding: 10px 14px;
  border-radius: 30px;
  z-index: 9999;
}

.sticky-social img {
  filter: invert(1);
  transition: transform 0.3s ease;
}

.sticky-social img:hover {
  transform: scale(1.2);
}
