body{
  /* background-color: rgb(241, 241, 241); */
    overflow-x: hidden;
    font-family:  'Times New Roman', Times, serif;
}

/* Top Purple Bar */
    .top-bar {
      background: black;
      color: #fff;
      font-size: 15px;
      padding: 6px 0;
    }
    .top-bar a {
      color: #fff;
      text-decoration: none;
      margin-left: 4px;
    }
    .top-bar i {
      margin-right: 4px;
    }
 @media (min-width: 992px) {
    .rightlink{
        margin-left: 550px;
    }
  }
    /* Logo Left - Social Icons Right */
    .logo-social {
      background: #fff;
      padding: 15px 0;
    }
    .logo-social .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;

    }
    .logo-social img.logo {
      max-height: 80px;
    }
    .social-icons img {
      width: 65px;
      height: 45px;
      margin-left: 6px;
    }

    /* Scalloped Border */
    .scalloped-border {
      background: #fff;
      position: relative;
      height: 25px;
      overflow: hidden;
    }
    .scalloped-border::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -12px;
      height: 45px;
      /* background: radial-gradient(circle, black 12px, transparent 13px); */
      background-size: 25px 25px;
      background-repeat: repeat-x;
    }   
   
   @media screen and (max-width: 768px) {
    .menu-item{
        display: none;
    }
    .icons{
      display: none;
    }
}

/* footer */
  .bottom-fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black; /* dark blue */
  color: white;
  display: flex;
  justify-content: center; /* center everything */
  align-items: center;
  padding: 12px 20px;
  gap: 40px;
  z-index: 1000;
}

.bottom-item {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.bottom-item i {
  background: white;
  color: black;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 14px;
}
.offcanvas .icon-close-popup {
  position: absolute;
  top: 15px;    /* distance from top */
  right: 15px;  /* distance from right */
  z-index: 1050; /* above content */
}

/* Default: show text */
.bottom-item span,
.bottom-item a {
  color: white;
  text-decoration: none;
}

.bottom-item a:hover {
  text-decoration: underline;
}

/* Mobile view: hide text, show only icons */
@media (max-width: 768px) {
  .bottom-item span,
  .bottom-item a {
    display: none;
  }

  .bottom-fixed-bar {
    gap: 20px; /* smaller spacing for icons */
  }

  .bottom-item i {
    margin-right: 0; /* remove extra space */
  }
}


    footer {
  
      background: rgb(231, 231, 231);
      color: black;
      font-size: 15px;
    }

    /* Top info */
    .footer-top {
      padding: 20px 0;
      border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .footer-top img {
      max-height: 70px;
    }
    .footer-top p, .footer-top a {
      color: black;
      margin: 0;
      text-decoration: none;
    }

    /* Middle content */
    .footer-middle {
      padding: 40px 0;
    }
    .footer-col h5 {
      font-size: 17px;
      margin-bottom: 15px;
      font-weight: 600;
    }
    .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-col ul li {
      margin-bottom: 8px;
    }
    .footer-col ul li a {
      color: black;
      text-decoration: none;
    }
    .footer-col ul li a:hover {
      text-decoration: underline;
    }

    /* Social icons */
    .footer-social {
      text-align: center;
      padding: 15px 0;
      border-top: 1px solid rgba(255,255,255,0.2);
    }
    .footer-social img {
      width: 60px;
      height: 50px;
      margin: 0 5px;
    }

    /* Copyright bar */
    .footer-bottom {
      background: #241a5a;
      padding: 10px 0;
      font-size: 14px;
      text-align: center;
    }
    .footer-bottom a {
      color: #fff ;
      /* margin: 0 8px; */
      text-decoration: none;
    }
    .footer-bottom a:hover {
      text-decoration: underline;
    }

/* carousel */

/* ===========================
   Carousel Base
=========================== */
.carousel-item {
  height: 100vh;
  background: linear-gradient(to right, #0f9ec6, #01015e);
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* Background image with blur */
.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/banner/b1.jpg") center/cover no-repeat;
  filter: blur(10px) brightness(0.6);
  transform: scale(1.1);
  z-index: 1;
}

/* Gradient overlay */
.carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.5), rgba(1, 1, 94, 0.7));
  z-index: 2;
  pointer-events: none;
}

/* Actual content */
.carousel-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 80%;
  margin: auto;
  height: 100%;
  animation: fadeIn 1.5s ease;
}

/* ===========================
   Text styles with effects
=========================== */
.carousel-text {
  font-weight: 700;
  line-height: 1.2;
  animation: slideUp 1.2s ease forwards;
  opacity: 0;
}

/* Glassmorphism main box */
.carousel-text .main-box {
  background: rgba(11, 44, 77, 0.6);
  backdrop-filter: blur(10px);
  padding: 20px 35px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 2.8rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  transform: translateY(20px);
  animation: floatIn 1.3s ease forwards;
}

/* Gradient highlight with glow */
.carousel-text .highlight {
  background: linear-gradient(90deg, #ffc107, #ff512f);
  color: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: zoomIn 1.5s ease forwards;
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.7);
  transition: 0.3s ease;
}
.carousel-text .highlight:hover {
  box-shadow: 0 0 25px rgba(255, 81, 47, 0.9);
  transform: scale(1.05);
}

/* ===========================
   Right-side image (parallax floating)
=========================== */
.carousel-image img {
  max-width: 450px;
  animation: float 6s ease-in-out infinite, fadeIn 1.8s ease forwards;
  transform: translateY(30px);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

/* ===========================
   Navigation arrows
=========================== */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 25px;
  background-size: 60% 60%;
  transition: 0.3s ease;
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background-color: #ff512f;
  transform: scale(1.1);
}

/* ===========================
   Animations
=========================== */
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes slideUp {
  0% {transform: translateY(50px); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}
@keyframes floatIn {
  0% {transform: translateY(40px); opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}
@keyframes zoomIn {
  0% {transform: scale(0.8); opacity: 0;}
  100% {transform: scale(1); opacity: 1;}
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* ===========================
   Responsive tweaks
=========================== */
@media (max-width: 991px) {
  .carousel-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .carousel-image img { max-width: 300px; }
  .carousel-text .main-box { font-size: 2rem; }
  .carousel-text .highlight { font-size: 1.2rem; }
}

@media (max-width: 575px) {
  .carousel-text .main-box { font-size: 1.4rem; padding: 15px 20px; }
  .carousel-text .highlight { font-size: 1rem; padding: 10px 15px; }
  .carousel-image img { max-width: 220px; }
}

    /* WhatsApp floating button */
    .whatsapp-btn {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: #25d366;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      z-index: 1000;
    }
    .whatsapp-btn img {
      width: 30px;
    }

    /* Enquiry tab */
    .enquiry-tab {
      position: fixed;
      right: 0;
      top: 40%;
      background: #ffc107;
      padding: 12px 8px;
      border-radius: 8px 0 0 8px;
      font-weight: bold;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      color: #000;
      cursor: pointer;
      z-index: 1000;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }

/* content */
 .service-card {
    position: relative;
    border-radius: 25px;
    padding: 60px 25px 40px;
    background: linear-gradient(135deg, #1cb5e0, #000046);
    overflow: hidden;
    text-align: center;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  }

  .service-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
  }

  /* Floating number badge */
  .service-card::before {
    content: attr(data-num);
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 55px;
    font-weight: 800;
    color: white;
    z-index: 0;
  }

  /* Diagonal overlay */
  .service-card::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2), transparent 60%);
    transform: rotate(25deg);
    z-index: 1;
    transition: 0.6s;
  }

  .service-card:hover::after {
    left: -30%;
    top: -30%;
  }

  .service-card .icon {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }

  .service-card h3 {
    position: relative;
    z-index: 2;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .service-card p {
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
  }

  /* Gradient themes */
  .theme-blue { background: linear-gradient(135deg, #36d1dc, #5b86e5); }
  .theme-pink { background: linear-gradient(135deg, #ff758c, #ff7eb3); }
  .theme-orange { background: linear-gradient(135deg, #f7971e, #ffd200); }
  .theme-green { background: linear-gradient(135deg, #11998e, #38ef7d); }
  .theme-red { background: linear-gradient(135deg, #6676B1, #F0D0E7); }

.gradient-text {
  background: linear-gradient(90deg, #ff00ff, #ff9900, #00ffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

.magnum-hero {
  position: relative;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: #fff;
  padding: 100px 20px;
  overflow: hidden;
}
.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.5s ease both;
}
.magnum-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  animation: slideIn 2s ease both;
}
.gradient-text {
  background: linear-gradient(45deg, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.magnum-hero p {
  font-size: 1.2rem;
  max-width: 850px;
  margin: 12px auto;
  line-height: 1.8;
  opacity: 0;
  animation: fadeInUp 2s ease 0.5s forwards;
}
.magnum-hero .highlight {
  color: #ffeb3b;
  font-weight: 700;
}
.btn-discover {
  margin-top: 30px;
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 14px 36px;
  border-radius: 40px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
}
.btn-discover:hover {
  background: #ee0979;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.5);
}

/* Floating background shapes */
.overlay-shapes::before, 
.overlay-shapes::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  animation: float 6s ease-in-out infinite;
}
.overlay-shapes::before {
  width: 200px; height: 200px;
  top: -50px; left: -60px;
}
.overlay-shapes::after {
  width: 300px; height: 300px;
  bottom: -80px; right: -100px;
}

/* Animations */
@keyframes fadeInUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes slideIn {
  from { transform: translateY(-40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}
.services {
        display: flex;
        flex-wrap: wrap;
       
    }
    .service-card {
        flex: 1 1 25%;
        padding: 40px 20px;
        text-align: center;
        color: white;
        position: relative;
        transition: transform 0.3s;
    }
    .service-card:hover {
        transform: translateY(-10px);
    }
    .service-card img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-bottom: 20px;
        object-fit: cover;
        background: white;
        padding: 10px;
    }
    .service-card h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .service-card .btn {
        background: white;
        color: black;
        padding: 8px 20px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
    }
    .service-card .btn:hover {
        background: black;
        color: white;
    }

    /* Different background colors */
    .design { background: #8e24aa; }
    .ecommerce { background: #f57c00; }
    .development { background: #e65100; }
    .php { background: #039be5; }

    /* Responsive */
    @media(max-width: 992px) {
        .service-card { flex: 1 1 50%; }
    }
    @media(max-width: 600px) {
        .service-card { flex: 1 1 100%; }
    }

    .card-hover {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  border-radius: 20px !important;

}
.card-hover:hover {
  transform: translateY(-15px) scale(1.05) rotateZ(1deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.card-title {
  font-weight: 600;
  color: #007bff;
}
.btn-outline-primary {
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.1);
}

/* Q & A */

  .accordion {
      /* max-width: 768px; */
      margin-left: auto;
      margin-right: auto;
      gap: 1rem; /* gap between accordion items */
      display: flex;
      flex-direction: column;
      /* background-color: gray; */
    }
    .accordion-item {
      border-radius: 0.25rem;
      overflow: hidden;
      box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
    }
  .accordion-button {
background: linear-gradient(90deg, #6a11cb, #2575fc);


  color: white;
  font-weight: 600;
  font-size: 1.125rem; /* text-lg */
  border: none;
  height: 70px;
  transition: background 0.3s ease;
}

.accordion-button:not(.collapsed) {
background: linear-gradient(90deg, #6a11cb, #2575fc);

 /* darker gradient when open */
  color: #fff;
}

    .accordion-button:not(.collapsed) {
      color: white;
      background-color: #0669b1;
      box-shadow: none;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    .accordion-body {
      background-color: white; /* sky-300 */
      color: #1e293b; /* Tailwind gray-800 */
      font-size: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .offers-section {
      max-width: 1000px;
      margin: 40px auto;
      padding: 20px;
    }
    .offers-header {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 20px;
      position: relative;
    }
    .offers-header::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background: #ff5722;
      margin: 10px auto;
      border-radius: 5px;
    }
    .tagline {
      text-align: center;
      color: #555;
      font-size: 0.9rem;
      margin-bottom: 30px;
    }
    .offers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }
    .offer-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-top: 5px solid black;
    }
    .offer-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
    .offer-title {
      font-size: 1.3rem;
      font-weight: 600;
      color: #222;
      margin-bottom: 15px;
    }
    .offer-desc {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 20px;
    }
    .offer-price {
      font-size: 1.5rem;
      font-weight: 700;
      color: black;
      margin-bottom: 15px;
    }
    .btn1 {
      display: inline-block;
      background: darkblue;
      color: #fff;
      padding: 10px 20px;
      border-radius: 30px;
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.3s ease;
    }
    .btn1:hover {
      background: darkblue;
      color: white;
    }

 