
    #mainNavbar .navbar-nav .nav-link.active {
        color: #fe781e !important;
        font-weight: 700;
    }
    
   #mainNavbar {
        transition: transform 0.3s ease, background-color 0.3s ease;
    }
    .navbar-sticky {
        background-color: #ffffff !important; 
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); 
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1030; 
    }
    .navbar-sticky .navbar-nav .nav-link {
        color: #333333 !important;
    }
    .navbar-sticky .navbar-nav .nav-link.active {
        color: #0d6efd !important; 
    }
    .navbar-sticky .logo-white {
        display: none !important;
    }
    .navbar-sticky .logo-black {
        display: block !important;
    }
    #requestDemoModal {
        z-index: 99999 !important; 
    }
    .modal-backdrop {
        z-index: 99990 !important; 
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255 251 255);
    }
    section#pink-box {
        margin: 0;
        padding: 5% 0;
        float: left;
        width: 100%;
        background-color: #ffffff;
    }
    
    .bee-hive {
        position: relative;
        margin: 0 auto;
        float: none;
        display: table;
        width: 100%;
        max-width: 1140px; /* Standard container constraint */
    }
    
    .bee-box-picture {
        width: 100%;
        height: auto;
        display: block;
    }
   
    .first-box, .second-box, .third-box, .fourth-box, .fifth-box {
        position: absolute;
        z-index: 8;
        width: 16%; /* Hexagon structural width scaling */
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: transform 0.4s ease-in-out;
    }
    
    .first-box {
           left: 6.2%;
        top: 14%;
    }
    
    .second-box {
        left: 24.8%;
        top: 54%;
    }
    
    .third-box {
       left: 42.5%;
        top: 15%;
    }
    
    .fourth-box {
        left: 60.2%;
        top: 55%;
    }
    
    .fifth-box {
            left: 79.8%;
        top: 13%;
    }
    
    img.ipicture {
        margin: 0 auto;
        max-width: 55px;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }
    
    .petroll {
        text-align: center;
        color: #2b2b2b;
        font-size: 13px;
        font-family: 'Roboto', 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 1.4;
        margin: 8px 0 0 0;
        padding: 0 10px;
    }
    .first-box:hover, .second-box:hover, .third-box:hover, .fourth-box:hover, .fifth-box:hover {
        transform: translateY(-5px); /* Smooth upward float instead of raw scale */
    }
    
    .first-box:hover img.ipicture, 
    .second-box:hover img.ipicture, 
    .third-box:hover img.ipicture, 
    .fourth-box:hover img.ipicture, 
    .fifth-box:hover img.ipicture {
        transform: scale(1.1);
    }
        
    .bg-semi {
        background: rgb(49 88 114 / 26%) !important;  
        backdrop-filter: blur(20px); 
        -webkit-backdrop-filter: blur(20px);
    }
    
    .video-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1; 
    }

    .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .navbar-toggler-icon{
        filter: invert(1);
    }

    .navbar.scrolled .navbar-toggler-icon{
        filter: invert(0);
    }
    .navbar.scrolled .nav-link{
        color:#000 !important;
    }

    @media (max-width:991px){
        #navbarCollapse{
            background: transparent;
            text-align: center;
        }
        #navbarCollapse .nav-link{
            color:#fff !important;
            padding:10px 0;
        }
        .navbar.scrolled #navbarCollapse{
            background:#fff;
        }
        .navbar.scrolled #navbarCollapse .nav-link{
            color:#000 !important;
        }
    }

    .navbar {
        /*position: relative;*/
        z-index: 9999;
    }
    
    .logo-white{ display:block; }
    .logo-black{ display:none; }

    .navbar.scrolled{
        background:#fff !important;
        transition:0.3s;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .navbar.scrolled .logo-white{ display:none; }
    .navbar.scrolled .logo-black{ display:block; }
    .navbar.scrolled .nav-link{ color:#000 !important; }

    .logo {
        height: 45px;
        transition: 0.3s;
    }
    .navbar.scrolled .logo {
        height: 45px;
    }

    @media (max-width:768px){
        .navbar{
            display:flex;
            align-items:center;
            justify-content:space-between;
            padding:8px 10px;
        }
        .navbar-brand{ margin:0; padding-left:10px !important; }
        .navbar-toggler{ margin-right:10px !important; }
        .logo{ height:36px !important; }
    }

    /* --- NEW MODIFICATIONS FOR VIDEO LOGO & CAROUSEL --- */
    
    /* Main Hero Container */
    .carousel-header {
        position: relative;
        width: 100%;
        height: 103vh;
        overflow: hidden;
        margin-top: -75px; /* Navbar ke sath sync karne ke liye */
    }

    /* Video ke upar central content styling */
    .video-overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10; /* Video se upar rakhne ke liye */
        text-align: center;
        width: 100%;
        padding: 0 15px;
    }

    /* Video ke top content me aane wala logo */
    .top-video-logo {
        max-height: 90px;
        width: auto;
        margin-bottom: 25px;
        display: inline-block;
    }

    /* Bottom Logo Carousel Wrapper */
    .bottom-logo-carousel-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6); /* Translucent background */
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        padding: 20px 0;
        z-index: 20; /* Video aur core text dono se upar */
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    /* Carousel Inside Images Control */
    .bottom-logo-carousel-wrap .owl-item img {
        display: block;
        max-height: 50px;
        width: auto !important;
        margin: 0 auto;
        opacity: 0.8;
        transition: all 0.3s ease;
    }

    .bottom-logo-carousel-wrap .owl-item img:hover {
        opacity: 1;
        transform: scale(1.05);
    }

    /* Responsiveness for Smaller Devices */
    @media (max-width: 768px) {
        .carousel-header {
            height: 80vh;
        }
        .top-video-logo {
            max-height: 65px;
            margin-bottom: 15px;
        }
        .video-overlay-content h1 {
            font-size: 28px !important;
        }
        .video-overlay-content p {
            font-size: 14px !important;
        }
        .bottom-logo-carousel-wrap {
            padding: 12px 0;
        }
        .bottom-logo-carousel-wrap .owl-item img {
            max-height: 35px;
        }
        }
        
        
        @media (min-width: 1400px) {
            .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
                max-width: 1424px;
            }
    }
    .feature-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .carousel-caption-1{
        top:45%;
    }
    
    
    .chooseus-wrap{
        max-width:1320px;
        margin:auto;
        padding-left:15px;
        padding-right:15px;
    }
    
    .chooseus-content{
        padding-right:40px;
    }
    
    .chooseus-image{
        text-align:center;
    }
    
    .chooseus-img{
        width:100%;
        max-width:520px;
    }
    
    .chooseus-title{
        font-size:38px;
        line-height:1.3;
    }
    
    
    
    
    @media (max-width:768px){
    
    .chooseus-content{
        padding-right:0;
        text-align:center;
    }
    
    .chooseus-img{
        max-width:320px;
        margin-top:20px;
    }
    
    .chooseus-title{
        font-size:24px;
    }
    
    }
    
    .feature-list div {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
    }
    
    .feature-list i {
        width: 30px;          
        text-align: center;   
        margin-right: 12px;   
        font-size: 18px;
    }
        .feature-list-custom {
        list-style: none;
        padding: 0;
    }
    
    
    .feature-list-custom img {
        width: 28px;
        margin-right: 12px;
    }
    .feature-list-custom li {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 500;
    }
    .feature-list-custom li {
        color: #000;
    }
    
    
    .feature-icon {
        width: 30px;
        height: 30px;
        background: #ffffff;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        color: #ff6600;
        font-size: 14px;
        box-shadow: 0 2px 6px rgb(0 0 0 / 78%);
    }
    .feature-list i {
        color:#ff6600;
        font-size: 20px;
    }
    
    
    .contact-card {
        background: #ffffff;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }
    
    .bg-light {
         background: linear-gradient(180deg, #f8f9fa, #eef2f6);
    }
    
    .pump-features {
        background: linear-gradient(135deg, #fff, #fff);
    }
    
    .features-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
       box-shadow: 0 15px 40px rgb(0 0 0 / 42%);
        transition: 0.3s ease;
    }
    
    .features-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    }
    
    .title-underline {
        width: 80px;
        height: 4px;
        background: #ff7300;
        margin: 10px auto 0;
        border-radius: 5px;
    }
    
    .feature-list-custom {
        list-style: none;
        padding-left: 100px;
    }
    
    .feature-list-custom li {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        font-weight: 500;
        font-size: 15px;
        transition: 0.3s ease;
    }
    
    .feature-list-custom li:hover {
        transform: translateX(5px);
        color: #ff7300;
    }
    
    
    
    .feature-icon {
        width: 30px;
        text-align: center;
        margin-right: 12px;
        color: #ff7300;
        font-size: 17px;
    }
    
    .text-uppercase{
       font-size:18px; 
       letter-spacing:3px;
    }
    .carousel-inner{
      height:600px;  
    }
    
    .bg-light {
         background: linear-gradient(180deg, #f8f9fa, #eef2f6);
    }
    
    .shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 51%) !important;
    }
    .feature-box{
        font-size:16px;
    }
    @media (max-width:768px){
    
    .feature-box{
        margin-left:8px;
    }
    
    .globeCanvas{
        width:100%;
        max-width:300px;
        height:auto;
        display:block;
        margin:0 auto;
    }
    
    }
    @media (max-width:768px){
    .carousel-inner{
      height:546px;
    }
    }
    @media (max-width:768px){
     .feature-list-custom {
        list-style: none;
        padding-left: 0;
    }
        .container-xxl
        {
            padding-right: 18px;
    }
    
    .features-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
        box-shadow: 0 15px 40px rgb(0 0 0 / 42%);
        transition: 0.3s ease;
    }
    
    .carousel-caption-1{
        position:absolute;
        top:45%;
        left:50%;
        transform:translate(-50%,-50%);
        width:100%;
        text-align:center;
        z-index:10;
    }
    
    .carousel-caption-1-content{
        width:100%;
        max-width:100%;
        margin: 20px auto;
    }
    
    .carousel-caption-1-content h1{
        font-size:17px;
        line-height:30px;
    }
    
    .carousel-caption-1-content h4{
        font-size:14px;
    }
    
    .carousel-caption-1-content p{
        font-size:10px;
    }
    .mb-3 {
        margin-bottom: 0rem !important;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    
    
    
    }
    
    
    
    /* Images responsive */
    img{
        max-width:100%;
        height:auto;
    }
    
    /* Container large screens */
    .container{
        width:100%;
        max-width:1320px;
        margin:auto;
    }
    
    @media (min-width:1400px){
    .container{
        max-width:1400px;
    }
    }
    
    @media (min-width:1600px){
    .container{
        max-width:1500px;
    }
    }
    
    /* Carousel responsive */
    .carousel-inner{
        height:75vh;
        min-height:500px;
    }
    
    .video-wrapper video{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    
    
    
    .carousel-caption-1-content{
        max-width:900px;
        margin-bottom:20px;
    }
    
    .carousel-caption-1-content h1{
        font-size:42px;
        line-height:1.3;
    }
    
    .carousel-caption-1-content p{
        font-size:16px;
    }
    
    /* Feature cards */
    .feature-box{
        height:100%;
        display:flex;
        flex-direction:column;
    }
    
    .feature-box img{
        width:100%;
        height:170px;
        object-fit:cover;
    }
    
    /* Feature list */
    .feature-list-custom{
        list-style:none;
        padding-left:100px;
    }
    
    .feature-list-custom li{
        display:flex;
        align-items:center;
    }
    
    /* Row stability */
    .row{
        align-items:stretch;
    }
    
    /* Globe canvas */
    .globeCanvas{
        width:100%;
        max-width:450px;
        height:auto;
        display:block;
        margin:auto;
    }
    
    /* ===== MOBILE ===== */
    
    @media (max-width:768px){
    
    .carousel-inner{
        height:60vh;
    }
    
    .carousel-caption-1-content h1{
        font-size:20px;
        line-height:28px;
    }
    
    .carousel-caption-1-content h4{
        font-size:14px;
    }
    
    .carousel-caption-1-content p{
        font-size:13px;
    }
    
    .feature-list-custom{
        padding-left:0;
    }
    
    .container-xxl{
        padding-left:18px;
        padding-right:18px;
    }
    
    .feature-box img{
        height:150px;
    }
    
    }
    
    /* ===== TABLET ===== */
    
    @media (min-width:769px) and (max-width:1024px){
    
    .carousel-caption-1-content h1{
        font-size:32px;
    }
    
    }
    
    @media (min-width:1025px) and (max-width:1440px){
    .carousel-caption-1-content h1{
        font-size:38px;
    }
    }
    @media (min-width:1600px){
    
    .carousel-caption-1-content h1{
        font-size:52px;
    }
    
    .carousel-caption-1-content p{
        font-size:18px;
    }
    
    .features-card{
        padding:60px;
    }
    
    .container{
        max-width:1500px;
    }
    
    }
    
    @media (min-width: 1400px) {
        .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
            max-width: 1467px;
        }
    }
    @media (max-width:768px){
    .page-header{
        min-height:200px;
        padding:40px 15px;
    }
    .page-header h1{
        font-size:22px !important;
        line-height:30px;
    }
    .breadcrumb{
        font-size:13px;
    }
    .container{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    }
    img{
        max-width:100%;
        height:auto;
    }
    .container{
        width:100%;
        max-width:1320px;
        margin:auto;
    }
    @media (min-width:1400px){
    .container{ max-width:1400px; }
    }
    @media (min-width:1600px){
    .container{ max-width:1500px; }
    }
    .carousel-inner{
        height:70vh;
        min-height:450px;
    }
    .video-wrapper video{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .carousel-caption-1-content{
        max-width:900px;
        margin:auto;
        text-align:center;
    }
    .carousel-caption-1-content h1{
        font-size:42px;
        line-height:1.3;
    }
    .carousel-caption-1-content p{
        font-size:16px;
    }
    .feature-box{
        height:100%;
        display:flex;
        flex-direction:column;
        font-size:16px;
    }
    .feature-box img{
        height:150px;
        object-fit:cover;
    }
    .feature-list-custom{
        list-style:none;
        padding-left:40px;
    }
    .feature-list-custom li{
        display:flex;
        align-items:center;
        margin-bottom:14px;
        font-size:15px;
    }
    .module-frame{
        border-radius:20px;
        overflow:hidden;
        box-shadow:0 15px 40px rgba(0,0,0,0.08);
    }
    .module-header{
        background:linear-gradient(135deg,#ff7300,#ff9a3c);
        color:#fff;
        padding:18px;
        font-size:18px;
    }
    .module-body{
        padding:25px;
    }
    .feature-grids{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:24px;
    }
    @media (max-width:768px){
    .carousel-inner{
        height:55vh;
    }
    .carousel-caption-1-content h1{
        font-size:20px;
    }
    .carousel-caption-1-content p{
        font-size:13px;
    }
    .feature-list-custom{
        padding-left:0;
    }
    .feature-box img{
        height:140px;
    }
    
    .feature-grids{
        grid-template-columns:1fr;
    }
    .container-xxl{
        padding-left:15px;
        padding-right:15px;
    }
    }
    @media (min-width:769px) and (max-width:1024px){
    .carousel-caption-1-content h1{
        font-size:30px;
    }
    .feature-grids{
        grid-template-columns:repeat(2,1fr);
    }
    }
    @media (min-width:1025px) and (max-width:1440px){
    .carousel-caption-1-content h1{
        font-size:36px;
    }
    }
    @media (min-width:1600px){
    .carousel-caption-1-content h1{
        font-size:52px;
    }
    .carousel-caption-1-content p{
        font-size:18px;
    }
    .feature-grids{
        grid-template-columns:repeat(4,1fr);
    }
    }
    .feature-list-custom {
        list-style: none;
        padding-left: 100px;
    }
    @media (max-width:768px){
    .feature-box{
        margin-left:8px;
    }
    .features-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
        box-shadow: 0 15px 40px rgb(0 0 0 / 42%);
        transition: 0.3s ease;
    }
    .feature-list-custom {
        list-style: none;
        padding-left: 0px;
    }
    }
    .module-list {
        background: #ffffff;
        border-radius: 16px;
        padding: 15px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }
    .module-list .list-group-item {
        border: none;
        border-radius: 12px !important;
        margin-bottom: 10px;
        padding: 14px 18px;
        font-size: 15px;
        transition: all 0.3s ease;
        background: #f4f6fb;
        cursor: pointer;
    }
    .module-list .list-group-item:hover {
        background: #ffefe6;
        transform: translateX(5px);
    }
    .module-list .list-group-item.active {
        background: linear-gradient(135deg, #ff7300, #ff9a3c);
        color: #fff;
        box-shadow: 0 8px 20px rgba(255,115,0,0.4);
    }
    .toggle-icon {
        font-size: 20px;
        font-weight: bold;
        transition: 0.3s;
    }
    .module-frame {
        background: #ffffff;
        border-radius: 20px;
        overflow: hidden;
        border: none;
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
        transition: 0.3s;
    }
    .module-frame:hover {
        transform: translateY(-5px);
    }
    .module-header {
        background: linear-gradient(135deg, #ff7300, #ff9a3c);
        padding: 18px 25px;
        font-size: 18px;
        letter-spacing: 1px;
        color: white;
    
    }
    .module-body {
        padding: 30px;
        font-size: 15px;
        color: #555;
        line-height: 1.8;
    }
    .list_square {
        columns: 2;
        column-gap: 40px;
        padding-left: 20px;
    }
    
    .list_square li {
        margin-bottom: 10px;
        font-weight: 500;
        transition: 0.2s;
    }
    
    .list_square li:hover {
        color: #ff7300;
        transform: translateX(4px);
    }
    
    .tab-pane {
        display: none;
    }
    
    .tab-pane.active {
        display: block;
    }
    .feature-list-custom img {
        width: 28px;
        margin-right: 12px;
    }
    .feature-list-custom li {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: 500;
    }
    .feature-list-custom li {
        color: #000;
    }
    .feature-icon {
        width: 30px;
        height: 30px;
        background: #ffffff;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        color: #ff6600;
        font-size: 14px;
       box-shadow: 0 2px 6px rgb(0 0 0 / 78%);
    }
    .modules-section {
        padding: 60px 0;
    }
    .module-list button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        
    }
    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #262662;
        border-color: #262662;
    }
    .toggle-icon {
        font-size: 18px;
        font-weight: bold;
    }
    .module-content {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 6px;
    }
    .title-underline {
        width: 40px;
        height: 3px;
        background: #ff6600;
        margin: 10px auto 0;
    }
    .module-image {
        border-radius: 6px;
    }
    .pump-accordion .accordion-button {
        background: #2f2d6e;
        color: #fff;
        font-weight: 600;
        position: relative;
    }
    .pump-accordion .accordion-button:not(.collapsed) {
        background: #ff6600;
        color: #fff;
    }
    
    .pump-accordion .accordion-button::after {
        content: "+";
        background-image: none;
        font-size: 22px;
        transform: none;
    }
    
    .pump-accordion .accordion-button:not(.collapsed)::after {
        content: "–";
    }
    
    .pump-accordion .accordion-body {
        background: #ffffff;
        border: 1px solid #ddd;
    }
    
    .pump-accordion ul {
        padding-left: 18px;
    }
    
    .bg-light {
         background: linear-gradient(180deg, #f8f9fa, #eef2f6);
    }
    
    .shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 51%) !important;
    }
    .feature-box{
        font-size:16px;
    }
    .contact-section {
        background: linear-gradient(135deg, #f5f9ff, #eaf3ff);
        padding: 80px 0;
    }
    
    .contact-card {
        background: #ffffff;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    }
    
    .bg-light {
         background: linear-gradient(180deg, #f8f9fa, #eef2f6);
    }
    
    .pump-features {
        background: linear-gradient(135deg, #fff, #fff);
    }
    
    .features-card {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
       box-shadow: 0 15px 40px rgb(0 0 0 / 42%);
        transition: 0.3s ease;
    }
    
    .features-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    }
    
    .title-underline {
        width: 80px;
        height: 4px;
        background: #ff7300;
        margin: 10px auto 0;
        border-radius: 5px;
    }
    
    
    .feature-list-custom li {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        font-weight: 500;
        font-size: 15px;
        transition: 0.3s ease;
    }
    
    .feature-list-custom li:hover {
        transform: translateX(5px);
        color: #ff7300;
    }
    
    .feature-icon {
        width: 30px;
        text-align: center;
        margin-right: 12px;
        color: #ff7300;
        font-size: 17px;
    }
    
    .text-uppercase{
       font-size:18px; 
       letter-spacing:3px;
    }
    .carousel-inner{
      height:600px;  
    }
    
    .bg-light {
         background: linear-gradient(180deg, #f8f9fa, #eef2f6);
    }
    
    .shadow-sm {
        box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 51%) !important;
    }
    .feature-box{
        font-size:16px;
    }
    @media (max-width:768px){
    
    .feature-box{
        margin-left:8px;
    }
    
    .globeCanvas{
        width:100%;
        max-width:300px;
        height:auto;
        display:block;
        margin:0 auto;
    }
    
    .feature-grids {
        max-width: 1100px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: auto;
        gap: 24px;
    }
    }
    
    
    .bottom-logo-carousel-wrap {
        position: absolute;
        bottom: 30px; 
        left: 0;
        width: 100%;
        background: transparent !important; 
        z-index: 20;
    }
    .brand-logo-carousel .owl-stage {
        display: flex !important;
        align-items: center !important; 
    }
    .brand-logo-carousel .owl-item {
        float: none !important;
        display: inline-flex !important;
        justify-content: center !important;
    }
    .feature-carousel-box {
        background: rgba(255, 255, 255, 0.1); 
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 12px;
        text-align: center;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        width: 180px !important;      
        height: 120px !important;   
        display: flex !important; 
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        overflow: hidden; 
    }
    .feature-carousel-box:hover {
        background: rgba(255, 102, 0, 0.95); 
        border-color: #ff6600;
        /*transform: translateY(-5px);*/
        box-shadow: 0 8px 20px rgba(255, 102, 0, 0.5);
    }
    .feature-icon-wrap {
        font-size: 26px;
        color: #ff6600; 
        margin-bottom: 8px;
        transition: all 0.3s ease;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0; 
    }
    .feature-carousel-box:hover .feature-icon-wrap {
        color: #ffffff; 
        transform: scale(1.1);
    }
    .feature-carousel-box h5 {
        color: #ffffff;
        font-size: 12.5px !important;
        font-weight: 600;
        margin: 0;
        padding: 0 5px;
        line-height: 1.3;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    @media (max-width: 768px) {
        .bottom-logo-carousel-wrap {
            bottom: 15px;
        }
        .feature-carousel-box {
            width: 120px !important;
            height: 100px !important;
            padding: 8px 5px;
        }
        .feature-icon-wrap {
            font-size: 20px;
            margin-bottom: 4px;
        }
        .feature-carousel-box h5 {
            font-size: 10.5px !important;
            padding: 0;
            -webkit-line-clamp: 2; 
        }
    }
    
    /* 1. Global Container/Grid Setup */
    .fuelbuddy-custom-container {
        display: flex;
        flex-wrap: wrap;
        gap: 100px;
        align-items: center;
        justify-content: center;
        padding: 50px 75px;
        background-color: #f7fafb;
        font-family: 'Segoe UI', Roboto, sans-serif;
        border-radius: 16px;
    }
    
    .fuelbuddy-left-column {
        flex: 1 1 500px;
        max-width: 600px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .fuelbuddy-right-column {
        flex: 1 1 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* 2. Left Side Elements: Clean FuelBuddy Minimalist Cards */
    .fb-icon-box {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        background: #ffffff;
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(14, 46, 51, 0.04);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-left: 5px solid #0e2e33;
    }
    
    .fb-icon-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(14, 46, 51, 0.12);
    }
    
    .fb-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 55px;
        max-width: 55px;
        height: 55px;
        background-color: rgba(14, 46, 51, 0.06);
        border-radius: 50%;
        padding: 12px;
        transition: background-color 0.3s ease;
    }
    
    .fb-icon-box:hover .fb-icon-wrapper {
        background-color: #0e2e33;
    }
    
    .fb-icon-wrapper svg {
        width: 100%;
        height: 100%;
        fill: #0e2e33;
        transition: fill 0.3s ease;
    }
    
    .fb-icon-box:hover .fb-icon-wrapper svg {
        fill: #ffffff;
    }
    
    .fb-icon-content h3 {
        margin: 0 0 8px 0;
        font-size: 19px;
        color: #0e2e33;
        font-weight: 700;
    }
    
    .fb-icon-content p {
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
        color: #556c70;
    }
    
    /* 3. Right Side Elements: Perfect Mathematical Semicircle InfoGraphic */
    .semicircle-infographic {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 500px;
    }
    
    .semicircle-infographic .center-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        height: 250px;
        background-color: #ffffff;
        border-radius: 50%;
        margin-right: -125px; /* Pulls central disc directly into the axis */
        z-index: 10;
        box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.1);
    }
    
    .semicircle-infographic .center-circle .content {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        width: 210px;
        height: 210px;
        border-radius: 50%;
        border: 2px dashed rgba(14, 46, 51, 0.2);
        padding: 15px;
    }
    
    .semicircle-infographic .center-circle .content h2 {
        margin: 0 0 6px 0;
        font-size: 22px;
        color: #0e2e33;
        font-weight: 800;
        letter-spacing: -0.5px;
    }
    
    .semicircle-infographic .center-circle .content p.techpara {
        margin: 0;
        font-size: 12px;
        color: #617578;
        line-height: 1.5;
    }
    
    .semi-circle-container {
        width: 330px;
        height: 550px;
        overflow: hidden;
        position: relative;
    }
    
    .semi-circle-container .semi-circle {
        width: 500px;
        height: 500px;
        border-radius: 50%;
        position: absolute;
        left: -250px;
        top: 0;
        background: #0e2e33;
        box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
    }
    
    .circle-section {
        position: absolute;
        /*width: 500px;*/
        height: 500px;
    }
    .circle-section.sec1 { background-color: #0e2e33; left: 250px; }
    .circle-section.sec2 { background-color: #1a3e43; transform: rotate(45deg) translate(50%, -50%); }
    .circle-section.sec3 { background-color: #2b4f54; transform: rotate(90deg); }
    
    .inner-circle-container {
        position: absolute;
        width: 500px;
        height: 500px;
        left: -250px;
        top: 0;
        z-index: 12;
    }
    
    .inner-circle {
        position: absolute;
        width: 150px;
        height: 150px;
        background: #ffffff;
        color: #0e2e33;
        border: 3px solid #0e2e33;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3;
        box-shadow: 0 6px 15px rgba(0,0,0,0.12);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, color 0.3s ease;
    }
    
    .inner-circle:hover {
        background-color: #ff6600;
        color: #ffffff;
        transform: scale(1.12);
        cursor: pointer;
    }
    
    /* Flawless Vector Positioning across the Arc boundary */
    .node1 { top: 0px;  left: 301px; }
    .node2 {
        top: 116px;
        left: 412px;
    }
    .node3 { top: 270px; left: 425px; }
    .node4 { top: 380px; left: 300px; }
    
    /* 4. Responsive Adaptations */
    @media (max-width: 991px) {
        .semicircle-infographic {
            transform: scale(0.8);
            margin-left: -40px;
        }
    }
    
    @media (max-width: 768px) {
    .fuelbuddy-custom-container {
        flex-direction: column-reverse; /* Mobiles pe graphics ke bad list niche natural lagegi */
        padding: 30px 10px;
    }
    .fuelbuddy-right-column {
        width: 100%;
        overflow-x: auto; /* Prevent clip */
        padding-bottom: 20px;
    }
    .semicircle-infographic {
        transform: scale(0.9);
        margin-left: 0;
        width: 520px; /* Locked rendering shape */
    }
    .fb-icon-box {
        padding: 18px;
    }
}

   .our-techo-wap {
      position: relative;
      padding: 4rem 0;
      /* Unsplash Free API URL - Har baar refresh par alag petrol station image dikhayega */
     background-image: url('https://petrolpump.eschoolerp.in/assets/home/img/feature-Background.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed; /* Parallax effect ke liye optional hai */
      text-align: center;
    }

    /* Dark Overlay blend mode taaki white features cards acche se high-contrast mein dikhein */
    .bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      /* Purana blue-purple gradient ab translucent (opaque) banakar image ke upar layer kiya hai */
    background: linear-gradient(124deg, #303a99b5 21%, rgb(255 102 0 / 52%) 21%, #8b0d88b8 68%);
      z-index: 1;
    }
    
    .h1-heading-whit {
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 5%;
    }
    
    .techonoli-icons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding-left: 0;
      gap: 15px; 
    }
    
    ul.techonoli-icons li {
      padding: 0;
      border: none !important; 
    }

    .wap-tect-in {
      background: #fff;
      border-radius: 10px;
      width: 140px;
      height: 110px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      flex-direction: column;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      padding: 10px;
      overflow: hidden;
      transition: transform 0.2s ease;
    }

    .wap-tect-in:hover {
      transform: translateY(-3px);
    }
    
    .feature-display-icon {
      font-size: 28px;
      color: #034EA2;
      margin-bottom: 8px;
    }

    .feature-title {
      font-size: 12px;
      font-weight: 600;
      color: #034EA2;
      text-align: center;
      line-height: 1.2;
    }

    .hover-img {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      background: #034EA2;
      padding: 10px;
      border-radius: 10px;
      font-size: 18px;
      font-weight: 500;
      color: #fff;
      opacity: 0;
      transition: .3s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
      width: 100%;
      height: 100%;
      text-align: center;
      align-items: center;
      justify-content: center;
    }
    
    .wap-tect-in:hover .hover-img {
      opacity: 1;
    }
/********** Template CSS **********/
:root {
    --primary: #ff6600;
    --light: #F6F7F8;
    /* --dark: #1A2A36; */
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}
.fa-2x {
    width: 45px;
}

h5 {
    margin-bottom: 6px;
}

@media (max-width: 991px) {
    .text-center img {
        margin-top: 30px;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
   .team-area {
            background: #f8f9fb;
        }

        .team-item {
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            transition: all 0.4s ease;
            box-shadow: 0 12px 30px rgba(0,0,0,0.06);
        }

        .team-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 70px rgba(0,0,0,0.15);
        }

        /* IMAGE WRAP */
        .team-img-wrap {
            position: relative;
            width: 100%;
            height: 220px; 
            overflow: hidden;
        }

        .team-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;       /* image adjust */
            object-position: top;    /* face visible */
            transition: transform 0.5s ease;
            display: block;
        }

        .team-item:hover img {
            transform: scale(1.08);
        }

        /* SOCIAL OVERLAY */
        .team-social {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(13,110,253,0.9), rgba(0,0,0,0.7));
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .team-item:hover .team-social {
            opacity: 1;
        }

        .team-social a {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #fff;
            color: #0d6efd;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .team-social a:hover {
            background: #0d6efd;
            color: #fff;
        }

        /* TEXT */
        .team-info {
            padding: 18px;
            text-align: center;
        }

        .team-info h5 {
            font-weight: 600;
            margin-bottom: 4px;
        }

        .team-info span {
            font-size: 14px;
            color: #6c757d;
        }

        /* MOBILE FIX */
        @media (max-width: 767px) {
            .team-img-wrap {
                height: 200px;
            }
        }
        .testimonial-section {
    background: #f8f9fb;
}

.testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

/* IMAGE */
.testimonial-img {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ff6600;
}

/* QUOTE ICON */
.quote-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 34px;
    height: 34px;
    background: #ff6600;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* TEXT */
.testimonial-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
}

.client-role {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
}

/* OWL FIX */
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}
/* ================= FOOTER ================= */

/*.footer-area {*/
/*    background: linear-gradient(135deg, #0b0f19, #111827);*/
/*    color: #bfc5d2;*/
/*    font-size: 15px;*/
/*}*/

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #ff6600;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer-area p {
    margin-bottom: 10px;
}

/* SOCIAL */
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #ff6600;
    transform: translateY(-4px);
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #bfc5d2;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ff6600;
    padding-left: 6px;
}

/* GALLERY */
.footer-gallery img {
    width: 100%;
    border-radius: 8px;
    transition: 0.3s;
}

.footer-gallery img:hover {
    transform: scale(1.1);
}

/* NEWSLETTER */
.newsletter-box {
    position: relative;
}

.newsletter-box input {
    width: 100%;
    padding: 14px 110px 14px 15px;
    border-radius: 30px;
    border: none;
    outline: none;
}

.newsletter-box button {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: none;
    padding: 0 22px;
    border-radius: 30px;
    background: #ff6600;
    color: #fff;
    transition: 0.3s;
}

.newsletter-box button:hover {
    background: #ff6600;
}

/* COPYRIGHT */
.footer-bottom {
    background: rgba(0,0,0,0.35);
    padding: 15px 0;
    font-size: 14px;
}

.footer-bottom a {
    color: #ff6600;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 767px) {
    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}




/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}
.about-modern {
    background: #ffffff;
}

/* MOBILE MOCKUPS */
.mobile-mockup {
    position: relative;
    height: 420px;
}

.phone {
    position: absolute;
    max-width: 260px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.25);
    border-radius: 28px;
}

.phone-1 {
    left: 0;
    top: 20px;
    transform: rotate(-8deg);
    z-index: 2;
}

.phone-2 {
    left: 160px;
    top: 90px;
    transform: rotate(6deg);
    z-index: 1;
}

/* CONTENT */
.about-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.about-title::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #f7941d;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.about-modern p {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
}

/* CHECK POINTS */
.about-points p {
    font-size: 15px;
    margin-bottom: 10px;
}

.about-points i {
    color: #f7941d;
    margin-right: 10px;
}

/* MOBILE */
@media (max-width: 991px) {
    .mobile-mockup {
        height: auto;
        text-align: center;
    }

    .phone {
        position: relative;
        transform: none !important;
        margin: 15px auto;
        display: block;
    }

    .phone-2 {
        left: 0;
        top: 0;
    }
}
.mobile-mockup{
    position: relative;
    width: 100%;
    height: 420px;
    background: transparent !important;   
}

/* PHONE IMAGE */
.mobile-mockup .phone{
    position: absolute;
   width: 320px;
    height: 100%;
    object-fit: contain;
    background: transparent !important;   
    box-shadow: none;                     
}

/* LEFT PHONE */
/* LEFT PHONE */
.phone-1{
    position: absolute;
    width: 80%;      
    height: 93%;     
    max-height: 520px; 
    left: 93px;
    top: 30px;
    transform: rotate(-12deg);
    z-index: 1;
   
}

/* RIGHT PHONE */
.phone-2{
    position: absolute;
    width: 66%;     
    height: 93%;      
    max-height: 520px; 
    left: 240px;
    top: 49px;
    transform: rotate(6deg);
    z-index: 2;
    
}

.why-grid{
    max-width: 720px;
}

.why-card{
    background: #f1f2f4;
    text-align: center;
    padding: 35px 15px;
    height: 100%;
    transition: all .3s ease;
    cursor: pointer;
}

.why-card i{
    font-size: 28px;
    color: #ff6600;
    margin-bottom: 12px;
}

.why-card h6{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

/* ACTIVE / HIGHLIGHT */
/* .why-card.active, */
.why-card:hover{
    background: #ff6600;
    color: #fff;
}

.all-features{
    background:#f7f7f7;
}

.feature-card-box1 {
    background: linear-gradient(135deg, #ffffff, #f9fbff);
    padding: 25px 20px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Glow Background Effect */
.feature-card-box1::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle at top right, rgba(255,122,24,0.15), transparent 60%);
    top: -50%;
    right: -50%;
    transition: 0.5s;
}



/* Heading */
.feature-card-box1 h6 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 12px;
    color: #222;
}

/* List Styling */
.feature-card-box1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-card-box1 ul li {
    font-size: 14px;
    color: #555;
    padding: 6px 0;
    transition: 0.3s;
}

.feature-card-box1 ul li::before {
    content: "✔";
    color: #ff7a18;
    font-size: 13px;
    margin-right: 6px;
}

/* Hover Effect */
.feature-card-box1:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.feature-card-box1:hover::after {
    transform: scale(1.1);
}

.feature-card-box1{
    max-width: 220px;       
    margin: 0 auto;
    padding: 14px 16px;
}

/* top-right arrow */
.card-arrow{
    position:absolute;
    top:12px;
    right:12px;
    width:22px;
    height:22px;
    border:1px solid #ff9800;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    color:#ff9800;
}

/* Section Background */
.bg-light {
    background: linear-gradient(135deg, #f8fbff, #eef3ff);
}

/* Module Card */
.module-card {
    background: #ffffff;
    padding: 35px 20px;
    border-radius: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.module-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Gradient Border Effect */
.module-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(45deg, #ff7300, #ffb347, #4facfe);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.module-card:hover::before {
    opacity: 1;
}

/* Diamond Icon Box */
.diamond {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #ff7300, #ffb347);
    transform: rotate(45deg);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.diamond i {
    transform: rotate(-45deg);
    font-size: 28px;
    color: #fff;
}

/* Icon Hover Effect */
.module-card:hover .diamond {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    transform: rotate(45deg) scale(1.1);
}

/* Title */
.module-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

/* Description */
.module-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .module-card {
        padding: 25px 15px;
    }
}



.why-card:hover i{
    color: #fff;
}

/* MOBILE VIEW */
@media (max-width: 991px){
    .mobile-mockup{
        height: auto;
        text-align: center;
    }

    .mobile-mockup .phone{
        position: relative;
        width: 320px;
        height: auto;
        transform: none !important;
        margin: 15px auto;
        display: block;
    }
}
.text-warning{
        color: #ff6600  !important;
}

.security-box {
    border-left: 4px solid #ddd;
    border-right: 4px solid #ddd;
    font-size: 15px;
}

.security-box .row {
    padding: 6px 0;
}

.security-box .border-bottom {
    font-size: 16px;
}

@media(max-width:768px){
    .security-box .row {
        font-size: 14px;
    }
}
.reveal-card {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.7s ease;
}

.reveal-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.policy-card {
    max-width: 900px;
    margin: auto;
    font-size: 14.5px;
    line-height: 1.8;
    color: #444;
}

/* reveal effect */
.reveal-text {
    opacity: 0;
    transform: translateY(35px);
    transition: all 0.8s ease;
}

.reveal-text.show {
    opacity: 1;
    transform: translateY(0);
}
.client-video {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.client-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* overlay */
.client-video::after {
    content: "▶";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease;
}

.client-video:hover::after {
    opacity: 1;
}

/* hide extra clients */
.client-hidden {
    display: none;
}

.google-review-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.4s ease;
}

.google-review-card:hover {
    transform: translateY(-8px);
}

.review-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.google-logo {
    width: 40px;
}

.stars {
    color: #fbbc04;
    font-size: 14px;
}

.google-review-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal.active {
    display: flex;
}

.video-box {
    width: 90%;
    max-width: 600px;
    background: #000;
    border-radius: 10px;
    position: relative;
}

.video-box iframe {
    width: 100%;
    height: 340px;
    border-radius: 10px;
}

.close-video {
    position: absolute;
    top: -35px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* Background */
.services-bg {
    background: linear-gradient(135deg, #020024, #0f2027, #203a43);
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(90deg, #ff6600, #ff6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Card */
.energy-card {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    transition: all 0.4s ease;
}

.energy-card:hover {
    transform: translateY(-12px);
}

/* Image */
.energy-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.energy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.energy-card:hover img {
    transform: scale(1.15);
}

.energy-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

/* Icon */
.energy-icon {
    position: absolute;
    bottom: -35px;
    left: 25px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6600, #ff6600);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 0 30px rgba(250, 152, 40, 0.6);
}

/* Content */
.energy-content {
    padding: 11px 19px 18px;
    color: #fff;
}

.energy-content h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.energy-content p {
    font-size: 15px;
    opacity: 0.85;
}

.energy-content a {
    color: #ff6600;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.energy-content a:hover {
    color: #ff6600;
}

.pumpone-about {
    background: linear-gradient(180deg, #f8f9fa, #eef2f6);
}

/* Image */
.about-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
}

.about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.06);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.25), transparent);
}

/* Card */
.about-card {
    background: #fff;
    padding: 31px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.1);
    margin: 25px;
}

.petro-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.petro-card:hover {
    transform: translateY(-6px);
}

.petro-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.petro-body {
    padding: 22px;
}

.petro-body h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.petro-body p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.btn-show {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 16px;
    border: 1.5px solid #ff8c00;
    color: #ff8c00;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-show:hover {
    background: #ff8c00;
    color: #fff;
}
.feature-card{
    background:#fff;
    border-radius:14px;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    overflow:hidden;
}

.feature-img{
    width:100%;
    height:210px;
    object-fit:cover;
}

.feature-body{
    padding:18px 20px;
}

.feature-body h5{
    font-weight:700;
    margin-bottom:10px;
}

.feature-body p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

.more-text{
    display:none;
}

.more-text ul{
    padding-left:18px;
    font-size:14px;
}

.more-text li{
    margin-bottom:6px;
}
.arrow-list{
    list-style: none;
    padding-left: 0;
}

.arrow-list li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

.arrow-list li::before{
    content: "\f061";   /* Font Awesome arrow-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff8c00;
    font-size: 13px;
}
/* ===== CHOOSE US SECTION ===== */
.chooseus-wrap {
    position: relative;
}

/* tag */
.chooseus-tag {
    background: linear-gradient(90deg, #0d6efd, #20c997);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

/* title */
.chooseus-title {
    font-weight: 800;
}

/* description */
.chooseus-desc {
    font-size: 15px;
    line-height: 1.8;
}

/* USP cards */
.chooseus-usp-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgb(0 0 0 / 42%);
    transition: all 0.35s ease;
    height: 100%;
}

.chooseus-usp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(13,110,253,0.25);
}

/* icon */
.chooseus-usp-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(13,110,253,0.4);
    transition: transform 0.35s ease;
}

.chooseus-usp-card:hover .chooseus-usp-icon {
    transform: scale(1.1) rotate(6deg);
}

/* text */
.chooseus-usp-text p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight:bold;
}

.chooseus-usp-text h5 {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
}

/* image */
.chooseus-image img {
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

/* mobile */
@media (max-width: 575px) {
    .chooseus-usp-grid .col-6 {
        width: 100%;
    }
}
/* ===== PROJECT SECTION ===== */
#portfolio-flters {
    padding: 0;
}

#portfolio-flters li {
    display: inline-block;
    cursor: pointer;
    padding: 10px 22px;
    border-radius: 50px;
    background: #f1f3f6;
    color: #333;
    font-weight: 600;
    transition: all 0.35s ease;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    background: linear-gradient(135deg, #ff6600, #fff);
    color: #fff;
    box-shadow: 0 10px 25px rgba(219, 109, 35, 0.35);
}

/* Portfolio card */
.portfolio-item {
    transition: all 0.4s ease;
}

.portfolio-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.portfolio-img img {
    transition: transform 0.6s ease;
}

.portfolio-item:hover img {
    transform: scale(1.12);
}

/* Overlay buttons */
/* Overlay buttons – white transparent */
.portfolio-btn {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75); /* WHITE TRANSPARENT */
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    opacity: 0;
    transition: all 0.4s ease;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}


/* Buttons */
.portfolio-btn .btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    backdrop-filter: blur(6px);
    border: 2px solid #ff6600;
    transition: all 0.35s ease;
}

.portfolio-btn .btn:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    transform: scale(1.15);
}

/* Text area */
.portfolio-item .pt-3 {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
}

.portfolio-item:hover .pt-3 {
    transform: translateY(-6px);
}

/* Title */
.portfolio-item h5 {
    font-weight: 700;
    margin-top: 10px;
}

/* Section heading polish */
.container-xxl h6 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.container-xxl h1 {
    font-weight: 800;
}
.btn-outline-warning{
  color:#ff7a18;;  
  border-color:#ff7a18;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ff7a18;
    border-color: #ff7a18;
}

 span.phone_contact {
   
    font-weight: 700;
    color: #000;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}
.orange_text {
    color: #ff7300;
}
.footer-area {
    background: linear-gradient(135deg, #ff6600 ,#034EA2, #5E2390, #C00384);
    color: #ffffff;
}

.footer-row {
    display: flex;
    flex-wrap: nowrap;      /* ek hi row */
    justify-content: space-between;
    gap: 40px;
    overflow-x: auto;       /* mobile me scroll */
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

/* Titles */
.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ff7300;
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* Lists */
.footer-area ul {
    list-style: none;
    padding: 0;
}

.footer-area ul li {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ddd;
    transition: 0.3s;
}

.footer-area ul li i {
    margin-right: 8px;
    color: #ff7300;
}

.footer-area ul li:hover {
    color: #fff;
    transform: translateX(5px);
}

/* Links */
.footer-area a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-area a:hover {
    color: #fff;
}

/* Social Icons */
.footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #ff7300;
    transform: translateY(-3px);
}

/* Bottom */
.footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 15px 0;
    font-size: 14px;
}

.footer-bottom a {
    color: #ff7300;
}


.btn-toggle{
    margin-top:10px;
    padding:6px 16px;
    border:1.5px solid #ff7a18;
    background:#fff;
    color:#ff7a18;
    border-radius:6px;
    font-size:14px;
    cursor:pointer;
}
.map-section {
    position: relative;
    height: 520px;
    overflow: hidden;
}

/* MAP FULL SIZE */
.map-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}

/* floating card */
.map-form-card {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.35);
    margin-top: 40px;
}


/* inputs */
.map-form-card .form-control,
.map-form-card .form-select {
    height: 52px;
    border-radius: 10px;
}

.map-form-card textarea {
    height: 110px;
}

/* mobile */
@media (max-width: 991px) {
    .map-section {
        height: auto;
        padding: 40px 0;
    }

    .map-iframe {
        position: relative;
        height: 300px;
    }

    .map-form-card {
        margin: 20px;
    }
}

/* Card */
.team-glass {
    border-radius: 22px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(14px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: 0.5s ease;
}

.team-glass:hover {
    transform: translateY(-12px);
}

/* IMAGE WRAP */
.team-media {
    position: relative;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
}

/* IMAGE */
.team-media img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Gradient overlay */
.team-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.05),
        rgba(0,0,0,0.45)
    );
    opacity: 0;
    transition: 0.4s;
}

.team-glass:hover .team-media::after {
    opacity: 1;
}

/* IMAGE ZOOM */
.team-glass:hover img {
    transform: scale(1.15);
}

/* SOCIAL FLOAT */
.social-float {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    transition: 0.4s ease;
    z-index: 2;
}

.team-glass:hover .social-float {
    bottom: 25px;
}

.social-float a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3b82f6,#9333ea);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.social-float a:hover {
    transform: scale(1.2) rotate(8deg);
}

/* TEXT */
.team-body {
    padding: 22px;
    text-align: center;
}

.team-body h5 {
    font-weight: 800;
    margin-bottom: 4px;
}

.team-body p {
    font-size: 14px;
    color: #6b7280;
}

.btn-toggle:hover{
    background:#ff8c00;
    color:#fff;
}

.static{
    pointer-events:none;
}
.more-text{
    color: #000;
}
.btn-outline-light {
    color: #ff6600;
    border-color: #F6F7F8;
}
/* Badge */
.product-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0d6efd, #00b4ff);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Feature List */
.feature-list {
    margin-top: 25px;
}

.feature-list div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    font-size: 16px;
}

.feature-list i {
    color: #0d6efd;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .about-card {
        margin: 15px;
        padding: 30px;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)),
                url(../img/featuresBanner.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;  
}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)),
                url(../img/contact-us-hero.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;   
}
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)),
                url(../img/mobile_app_hero.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;   
}
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)),
                url(../img/AboutUs.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;   
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.contact-section {
    background-image: url(../img/contact-bg.jpg); 
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat; 
    padding: 80px 0; 
    position: relative;
}
.contact-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}
.contact-section .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
  @media (max-width:768px){

.page-header3{
    min-height:180px;
    padding:40px 15px;
}

.page-header3 h1{
    font-size:22px !important;
    line-height:30px;
}

.breadcrumb{
    
    font-size:13px;
}

/* REMOVE SIDE SPACE ISSUE */
.container{
    max-width:100% !important;
    padding-left:15px !important;
    padding-right:15px !important;
}

html, body{
    width:100%;
    overflow-x:hidden;
}

/* FORCE FULL WIDTH */
.container-fluid{
    width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

/* FIX CENTER NARROW ISSUE */
body > div{
    max-width:100% !important;
}

/* Floating Image */
.mobile-img{
    max-width: 380px;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.2));
}

}
/* ===== MOBILE OVERLAP FIX ===== */
@media (max-width:768px){

.mobile-mockup{
    position: relative;
    width: 100%;
    height: 320px;
}

/* FRONT PHONE (upar hona chahiye) */
.phone-1{
    position: absolute;
    width: 180px;
    left: 50%;
    top: 0;
    transform: translateX(-60%);
    z-index: 2; /* IMPORTANT */
}

/* BACK PHONE (neeche hona chahiye) */
.phone-2{
    position: absolute;
    width: 150px;
    left: 29%;
    top: 2px; /* niche shift */
    transform: translateX(10%);
    z-index: 1; /* IMPORTANT */
}

}
.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;

    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.feature-grids{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */
.feature-cardd{
  position:relative;
  height:420px;
  background:#fff;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,0.1);
  overflow:hidden;
  transition:all 0.3s ease;
}

.feature-cardd:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(0,0,0,0.15);
}
@media (max-width: 767px) {
  .feature-cardd {
    margin-bottom: 20px;
  }
}

/* FRONT */
.card-frontt{
  height:100%;
  padding:30px;
  text-align:center;
  transition:0.35s;
}

.card-frontt img{
  max-width:150px;
  margin-bottom:15px;
}

.card-frontt h4{
  font-size:16px;
  font-weight:600;
}

/* COMMON HOVER STYLE */
[class^="card-hover"]{
  position:absolute;
  inset:0;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
  opacity:0;
  transition:all 0.35s ease;
}

/* HOVER COLORS */
.card-hover1{ background:#3CBA54; }
.card-hover2{ background:#F4C20D; }
.card-hover3{ background:#4885ED; }
.card-hover4{ background:#CB534F; }
.card-hover6{ background:#C48F22; }
.card-hover7{ background:#53A586; }
.card-hover8{ background:#DB3236; }
.card-hover9{ background:#6D78BF; }
.card-hoverr{ background:#5aa37b; }

/* HOVER EFFECT */
.feature-cardd:hover .card-frontt{
  opacity:0;
}

.feature-cardd:hover [class^="card-hover"]{
  opacity:1;
}

/* HIGHLIGHT CARD */
.feature-cardd.highlight{
  border:2px solid #eaeaea;
}



/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}
.logo-desktop {
    height: 45px; /* adjust as you like */
    width: auto;  /* keeps correct aspect ratio */
    object-fit: contain;
}
.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}



/* RESPONSIVE */
@media(max-width:992px){
  .feature-grid{ grid-template-columns:repeat(2,1fr); }
}

@media(max-width:576px){
  .feature-grid{ grid-template-columns:1fr; }
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
/* FOOTER RESPONSIVE FIX */

.footer-row{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
gap:30px;
}

.footer-col{
flex:1 1 22%;
min-width:220px;
}

.footer-col ul{
list-style:none;
padding:0;
margin:0;
}

.footer-col ul li{
margin-bottom:10px;
font-size:14px;
}

/* MOBILE VIEW */

@media (max-width:768px){

.footer-row{
flex-direction:column;
gap:25px;
}

.footer-col{
width:100%;
}

.footer-col img{
max-width:180px;
}

.footer-social{
margin-top:15px;
}

.footer-bottom{
padding:15px;
font-size:14px;
}

}