  /* Mini Card css Start */
      .bg-services-one {
        background-color: rgb(237, 244, 179);
      }

      .bg-services-two {
        background-color: rgb(255, 213, 223);
      }

      .bg-services-three {
        background-color: rgb(213, 245, 255);
      }

      .bg-services-four {
        background-color: rgb(214, 255, 213);
      }

      .bg-services-five {
        background-color: rgb(225, 226, 255);
      }

      .bg-services-six {
        background-color: rgb(198, 251, 244);
      }

      .bg-services-seven {
        background-color: rgb(255, 229, 213);
      }

      .bg-services-eight {
        background-color: rgb(253, 228, 255);
      }

      .bix-services {
        margin-top: 30px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
        transition: transform 0.3s 
      }
      .bix-services:hover {
        transform: scale(1.05); 
      }
      .bix-services .services-image {
        margin-top: -30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
      }

      .bix-services .services-image .inner-image {
        margin-top: -7px;
        padding: 20px;
        position: relative;
        background: #fff;
        border-radius: 50%;
      }

      /*.bix-services .services-image .inner-image:after {*/
      /*  content: "";*/
      /*  height: 80px;*/
      /*  width: 80px;*/
      /*  background-image: url("../img/services/left-shape.png");*/
      /*  background-repeat: no-repeat;*/
      /*  background-size: 100%;*/
      /*  position: absolute;*/
      /*  top: 18px;*/
      /*  left: -18px;*/
      /*  z-index: 0;*/
      /*}*/

      /*.bix-services .services-image .inner-image:before {*/
      /*  content: "";*/
      /*  height: 80px;*/
      /*  width: 80px;*/
      /*  background-image: url("../img/services/right-shape.png");*/
      /*  background-repeat: no-repeat;*/
      /*  background-size: 100%;*/
      /*  position: absolute;*/
      /*  top: 18px;*/
      /*  right: -18px;*/
      /*  z-index: 0;*/
      /*}*/

      .bix-services .services-image img {
        height: 45px;
        width: 45px;
        position: relative;
        z-index: 1;
        position: relative;
      }

      .bix-services .services-image .ring {
        content: "";
        height: 70px;
        width: 70px;
        margin: auto;
        border: 2px solid #7463d0af;
        position: absolute;
        top: 8px;
        left: 8px;
        border-radius: 50%;
        display: inline-block;
        z-index: 5;
      }

      .bix-services .services-contact {
        padding: 30px;
      }

      .bix-services .services-contact h5 {
        margin-bottom: 14px;
        font-size: 18px;
        color: #111a24;
        font-weight: 600;
      }

      .bix-services .services-contact p {
        font-size: 14px;
        line-height: 20px;
        color: #111a24;
      }
      /* Mini Card css Start */

      .overview-box {
        display: flex;
        flex-direction: column;
        gap: 30px;
      }

      .overview-content {
        background: #ffffff;
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        transform: scale(1);
      }

      .overview-content:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      }

      .overview-content h4 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #222;
        margin-bottom: 12px;
      }

      .overview-content p {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
      }

      @media (max-width: 991px) {
        .overview-box {
          gap: 20px;
        }

        .overview-content {
          padding: 20px;
        }
      }

      /* Custom Cursor Start */
      /* Hide default cursor on target element */
      .testimonial-slider.owl-carousel.owl-theme {
        cursor: none;
        position: relative;
      }

      /* Custom cursor style */
      .custom-cursor {
        position: fixed;
        width: 80px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.825);
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.637);
        /* background-color: rgba(31, 0, 102, 0.923); */
        color: white;
        font-size: 14px;
        font-weight: bold;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        z-index: 9999;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.2s ease;
      }
      /* Custom Cursor End */

      /* Animation Start */
      .technology-section {
        background: linear-gradient(
          to top,
          #fdfbf9 0%,
          #fbfaef 50%,
          #f8f7ec 100%
        );
      }

      .technologyRun {
        overflow: hidden;
        padding: 50px 0;
      }

      .tech-slider-outer {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
      }

      .scroll-tech-wrapper {
        display: inline-flex;
        animation: scrollTech 18s linear infinite;
      }

      /* Pause the scroll animation on hover */
      .tech-slider-outer:hover .scroll-tech-wrapper {
        animation-play-state: paused;
      }

      .single-technology-item {
        display: flex;
        flex-direction: column;
        background: #fff;
        margin: 0 12px;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
        width: 180px;
        height: 160px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
      }

      .technology-icon img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
      }

      .single-technology-item h3 {
        font-size: 14px;
        color: #333;
        margin: 0;
      }

      @keyframes scrollTech {
        0% {
          transform: translateX(0%);
        }
        100% {
          transform: translateX(-50%);
        }
      }
      /* Animation End */

 


/* Base Section Styling */
.bg-grey { background-color: #fafbfe; }
.section-padding { padding: 80px 0; }
.sub-title { color: #007bff; font-weight: 600; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }

/* Straight Row Flex Box System */
.straight-process-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Master Straight Wire Line */
.process-connecting-pipeline {
    position: absolute;
    top: 65px; /* Icons ke center me vertical alignment lock karne ke liye */
    left: 10%;
    right: 10%;
    height: 4px;
    background: #e2e8f0;
    z-index: 1;
}

/* Individual Item Card Setup */
.straight-process-node {
    position: relative;
    flex: 0 0 18%; /* 5 nodes ke hisab se safe width distribution */
    text-align: center;
    z-index: 2;
}

.node-icon {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border: 3px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.node-icon img {
    width: 42px;
    height: 42px;
}

.node-number {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #007bff;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.node-text h3 {
    font-size: 16px; 
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
}
.node-text p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    padding: 0 5px;
}

/* Node Interaction Hover Effects */
.straight-process-node:hover .node-icon {
    transform: translateY(-5px);
    border-color: #007bff;
    box-shadow: 0 15px 30px rgba(0, 123, 255, 0.15);
}

/* Responsive Fallback
@media (max-width: 991px) {
    .straight-process-wrapper {
        flex-direction: column !important;
        align-items: center;
    }
    .process-connecting-pipeline {
        display: none; 
    }
    .straight-process-node {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

 /*whatsapp */
      .whatsapp-float{
    position: fixed;

    width: 65px;
    height: 65px;

    right: 20px;
    bottom: 90px;

    background: #25D366;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 34px;

    box-shadow: 0 6px 15px rgba(18,140,126,.35);

    z-index: 9999;

    transition: all .3s ease;
}

.whatsapp-float:hover{
    background: #075E54; /* Hover */
    color:#fff;
    transform: scale(1.08);
}
.whatsapp-float i{
    color: #fff;
    line-height: 1;
}

@media (max-width: 768px){

    .whatsapp-float{
        width: 55px;
        height: 55px;

        font-size: 30px;

        right: 15px;
        bottom: 80px;
    }

}
/*responsive mobile dropdown*/

.mobile-call-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    .mobile-call-btn {
        display: block !important;
    }
    
    .mobile-call-btn a {
        background: #7b68ee !important;
        color: #fff !important;
        margin: 10px;
        border-radius: 5px;
        text-align: center;
        font-weight: 600;
        display: block;
        padding: 10px 0;
        position: relative;
    }
    .mobile-call-btn a::before {
        content: "\f095" !important; 
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif !important; 
        font-weight: 900 !important;
        margin-right: 8px !important; 
        display: inline-block !important;
        transform: rotate(0deg) !important; 
    }

    .serviceDropdown .col-lg-7,
    .serviceDropdown .ServiceImgBox,
    #serviceImg {
        display: none !important;
    }

    .navbar-section [class*="mean"] a.mean-expand,
    .navbar-section .mean-expand,
    .techvio-responsive-menu .mean-expand {
        font-size: 0 !important; 
        color: transparent !important;
    }
    
    .navbar-section [class*="mean"] a.mean-expand::before,
    .navbar-section .mean-expand::before,
    .techvio-responsive-menu .mean-expand::before {
        content: "\f078" !important; 
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif !important;
        font-weight: 900 !important;
        font-size: 16px !important; 
        color: #000 !important; 
        display: inline-block !important;
    }
    
}

/*Responsive Icon*/
.mean-container a.meanmenu-reveal span{
    background: #000 !important;
}

.mean-container a.meanmenu-reveal{
    color: #000 !important;
}
.navbar-section{
    background-color: #fff;
}


/* slide dark */
.bg-img {
    position: relative;
}

.bg-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 1;
}

.bg-img .container {
    position: relative;
    z-index: 2;
}
.bg-img{
    height: 700px;
    width: 100%;

    background-size: cover; /* ya contain */
    background-position: center;
}
@media (max-width: 767px){
    .bg-img{
        background-size: contain !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #000;
    }
}








/* --- Desktop Layout (Stable) --- */
.slider, 
.slider-prlx, 
.swiper-container, 
/*.swiper-wrapper,*/
.swiper-slide {
    height: 80vh !important;
    min-height: 550px !important; 
    overflow: hidden !important;
}
/*swiper-slide:first-child .bg-img {*/
/*  background-image: url("assets/img/slide1.webp");*/
/*}*/
.slider .bg-img,
.swiper-slide .bg-img,
.swiper-slide .bg-img[data-background] {
    height: 100% !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center !important; 
    padding-top: 60px !important; 
}

/* --- Mobile & Tablet Layout Fix (Text Over Image) --- */
@media (max-width: 991px) {
    /* 1. Container ko exact standard horizontal image ke ratio me resize karna */
    .slider, 
    .slider-prlx, 
    .swiper-container, 
    /*.swiper-wrapper,*/
    .swiper-slide {
        height: 62vw !important; /* Dynamic height jo screen width ke sath expand hogi */
        min-height: 260px !important; /* Chote devices ke liye lock range */
    }

    /* 2. Image ko frame me 100% complete fill karna */
    .slider .bg-img,
    .swiper-slide .bg-img,
    .swiper-slide .bg-img[data-background] {
        height: 100% !important;
        width: 100% !important;
        background-size: 100% 100% !important; /* Image ko stretch-fit karke complete show karega */
        background-position: center center !important;
        transform: none !important;
        
        /* Text alignment properties over the image */
        display: flex !important;
        align-items: center !important; /* Text ko vertical center me lock rakhega */
        justify-content: center !important;
        padding-top: 30px !important; /* Navbar ke niche safety gap */
        padding-bottom: 10px !important;
    }
    
    /* 3. Text wrapper setup */
    .slider .caption {
        padding: 0 20px !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
    
    /* 4. Text properties inside the image boundary */
    .slider .caption h1 {
        font-size: 15px !important; /* Image boundary ke andar fit aane ke liye sleek size */
        line-height: 1.2 !important;
        margin-bottom: 5px !important;
        font-weight: 700 !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8) !important; /* Text read karne me aasan ho */
    }

    .slider .caption p {
        font-size: 11px !important; /* Clear compress view */
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
    }

    /* 5. Small button alignment over canvas */
    .home-slider-btn .default-btn-one,
    .home-slider-btn .default-btn {
        padding: 6px 12px !important;
        font-size: 11px !important;
        margin: 3px !important;
        display: inline-block !important;
    }
    
    /* Dot pagination standard alignment padding */
    .swiper-pagination-bullet {
        margin: 0 4px !important;
    }
}
  