/* ================= HEADER ================= */
.header {
    width: 100%;
    /* padding: 15px 20px; */
    padding: 2% 0% 1% 8%;
    display: grid;
    grid-template-columns: 2fr 7fr 3fr;
    align-items: center;
    /* position: relative; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

@media(max-width:600px) {
    .header {
        padding: 5% 0% 6% 11%;
    }
}

/* columns */
.header-col {
    display: flex;
    align-items: center;
}

.logo-col img {
    width: 50%;
}

.app-col {
    justify-content: center;
    gap: 25px;
    width: 100%;
}

/* nav links */
/* .nav-links { justify-content: flex-start; } .nav-links a { margin: 0 40px; text-decoration: none; color: #1d1d5f; font-size: 18px; position: relative; } .nav-links a.active::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 3px; background: #12b8ba; border-radius: 4px; } @media (max-width: 1200px) { .nav-links { position: absolute; top: 70px; left: 0; width: 100%; background: white; flex-direction: column; display: none; padding: 20px 0; z-index: 999; } .nav-links.show { display: flex; } } @media (max-width: 767px) { .nav-links { margin-top: 10px; } } @media (min-width: 1200px) { .nav-links { display: flex; gap: 15px; } } */
.nav-links {
    display: flex;
    justify-content: flex-start;
}

.nav-links a {
    margin: 0 40px;
    text-decoration: none;
    color: #1d1d5f;
    font-size: 18px;
    position: relative;
    padding-bottom: 4px;
    /* SPACE FOR UNDERLINE */
}

/* ACTIVE UNDERLINE */
.nav-links a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    /* 🔥 NOT negative */
    width: 100%;
    height: 3px;
    background: #12b8ba;
    border-radius: 4px;
}

/* MOBILE MENU */
@media (max-width: 1200px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .nav-links.show {
        right: 0;
    }

    .nav-links a {
        margin: 0;
        font-size: 20px;
    }

    /* background overlay */
    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 999;
    }

    .nav-overlay.show {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .nav-links {
        display: flex;
        gap: 15px;
    }
}

/* hamburger */
/* hamburger */
.menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    position: absolute;
    right: 20px;
    z-index: 1001;
}

.menu-icon span {
    width: 26px;
    height: 3px;
    background: #1d1d5f;
    border-radius: 2px;
}

/* ✅ MOBILE */
/* ✅ MOBILE */
@media (max-width: 1200px) {
    .menu-icon {
        display: flex !important;
    }

    .app-col {
        display: none;
    }

    .logo-col img {
        width: 150%;
    }
}

/* ===== MOBILE MENU ===== */
@media (max-width: 1200px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        height: 100vh;
        background: #fffffff2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
        transition: right 0.4s ease;
        z-index: 1000;
        padding: 20%;
        overflow: hidden;
    }

    .nav-links.show {
        right: 0;
    }

    .nav-links a {
        font-size: 20px;
    }

    .nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        z-index: 999;
    }

    .nav-overlay.show {
        opacity: 1;
        visibility: visible;
    }
}

.button-download {
    padding: 10px;
    background: #2a2a5e;
    margin: 35px 93px;
    border-radius: 30px;
    color: #fff;
}

/* ================= HERO ================= */
/* .hero{ background:url("/img/landingpage/Onedi website bg.jpg") center/cover no-repeat; padding:80px 0; } */
/* ================= HERO ================= */


.hero {
    position: relative;
    width: 100%;
    min-height: 550px;
    background: url("../img/landingpage/Onedi website bg.jpg") center/cover no-repeat;
}

@media (max-width: 1200px) {
    .hero {
        min-height: auto;
        padding: 100px 0 60px;
        background-position: center top;
        background: url("../img/landingpage/001.jpg") center/cover no-repeat;

    }
}

@media (max-width: 576px) {
    .hero {
        padding: 80px 0 15px;
        background-position: center top;
        background: url("../img/landingpage/001.jpg") center/cover no-repeat;

    }
}

.hero-inner {
    width: 100%;
    /* full width of parent */
    max-width: 100%;
    /* prevent overflow */
    margin: 0 auto;
    /* center if later you add smaller max-width */
    /* padding: 0 20px;      maintain horizontal padding */
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

/* LEFT CONTENT */
.hero-text h1 {
    font-size: 60px;
    color: #2a2a87;
    line-height: 35px;
}

.hero-text h2 {
    font-size: 85px;
    font-family: 'Bakbak One', cursive;
    color: #2a2a87;
    -webkit-text-fill-color: transparent;
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%);
            -webkit-background-clip: text;
            background: #222156; */
    background: linear-gradient(90deg, rgba(34, 33, 86, 1) 0%, rgba(49, 41, 164, 1) 35%);
    -webkit-background-clip: text;
    /* margin: 10px 0; */
}

.hero-text p {
    font-size: 25px;
    color: #555;
    max-width: 600px;
}

/* ================= RIGHT VISUAL ================= */
/* .hero-visual{ position:relative; width:100%; max-width:600px; height:750px; margin-left:auto; } */


.hero-visual {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 750px;
    /* margin-left:auto; */
}


.hero-visual img {
    position: absolute;
    left: 100%;
    bottom: 0;
    transform: translateX(-50%);
}

.hero-visual-wrapper {
    padding-top: 10%;

}


@media (max-width: 1200px) {
    .hero-visual-wrapper {
        display: none;
    }

    .mob-gif {
        background: #48b3b9;
        border-radius: 40px 40px 0px 0px;
        padding-top: 20%;
    }
}

@media (min-width: 1200px) {
    .hero-visual-wrapper-mob {
        display: none;
    }
}

.mob-gif {
    width: 100px;
}

/* BASE IMAGE ANCHOR (DO NOT TOUCH) */
/* .hero-visual img{ position:absolute; left:100%; bottom:0; transform:translateX(-50%); } */
/* IMAGE SIZES ONLY */
.phone {
    width: 60%;
}

.metro {
    width: 100%;
}

.bus {
    width: 105%;
}

.scooter {
    width: 50%;
}

.car {
    width: 70%;
}

.boat {
    width: 120%;
}

.tree {
    width: 60%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1200px) {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text p {
        margin: auto;
    }

    /* .hero-visual {
        margin: 50px auto 0;
        height: 460px;
      } */
}

@media (max-width: 615px) {
    .hero-text h2 {
        font-size: 50px;
    }

    .hero-text h1 {
        font-size: 35px;
        padding-top: 16px;
    }

    .hero-text p {
        font-size: 18px;
        padding: 0px 25px;
    }

    /* .hero-visual {
        height: 400px;
      } */

    .phone {
        width: 180px;
    }

    .car {
        width: 260px;
    }

    .bus {
        width: 300px;
    }
}


@media (max-width: 1900px) {
    .hero-visual {
        transform: scale(0.90);
        height: 800px;
    }
}


/* @media (max-width: 1700px) {
  .hero-visual{
    transform: scale(0.75);
    height: 800px;
  }
} */
@media (max-width: 1650px) {
    .hero-visual {
        transform: scale(0.65);
        height: 800px;
    }
}


@media (max-width: 1200px) {
    .hero-visual {
        transform: scale(0.85);
        height: 600px;
    }
}


@media (max-width: 1200px) {
    .hero-visual {
        transform: scale(0.55);
        height: 600px;
    }
}



@media (max-width: 576px) {
    .hero-visual {
        transform: scale(0.85);
        height: 450px;
    }
}


@media (min-width: 1200px) {
    .hero-visual-wrapper {
        padding-top: 10%;
        margin-left: -200px;
    }
}

/* @media (max-width: 950px) {
    .hero-visual-wrapper{
  padding-top: 10%;
margin-left: -100px;
}
} */

/* footer section start */
.footer {
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('img/Desktop - 3.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 550px;  */
    color: white;
    margin-top: 10px;
}

@media(min-width:1200px) {
    .footer {
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeInUp;
        /* background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('img/Desktop - 3.jpg'); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 450px;
        color: white;
        margin-top: 10px;
    }

}


.onediapp-content {
    min-height: 500px;
}


/* @media(max-width:1200px) {
            .onediapp-content {
                min-height: 550px;
            }
        } */

@media(max-width:400px) {
    .onediapp-content {
        min-height: 450px;
    }
}

.about-content {
    width: 100%;
}


@media(max-width:1000px) {
    .about-content {
        width: 70%;
    }
}

@media(max-width:400px) {
    .about-content {
        width: 100%;
    }
}




/* client start */
/* SECTION STYLING */
.client-section {
    text-align: center;
    padding: 50px 0px;
    background: #f5f8ff;
    overflow: hidden;
    /* Prevents stray clouds from causing scrollbars */
}

.title {
    margin-bottom: 100px;
    font-size: 2.5rem;
    color: #333;
    font-family: sans-serif;
}

/* CLOUD STRUCTURE */
.cloud-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.cloud-client {
    position: relative;
    width: 100%;
    max-width: 1300px;
    /* Limits size on desktop */
    height: 450px;
    background: #fff;
    border-radius: 150px;
    /* box-shadow: 0 30px 70px rgba(0, 0, 0, 0.07); */
}

/* Creating the "Fluffy" Cloud Bumps */
.cloud-client::before,
.cloud-client::after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.cloud-client::before {
    width: 280px;
    height: 280px;
    left: 10%;
    top: -120px;
}

.cloud-client::after {
    width: 220px;
    height: 220px;
    right: 15%;
    top: -80px;
}

/* CLIENT BUBBLE STYLE */
.client {
    position: absolute;
    width: 140px;
    /* Standard size for logo container */
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.4s ease;
    animation: float 6s ease-in-out infinite;
}

.client img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    filter: grayscale(20%);
    /* Optional: makes them look uniform */
    transition: 0.3s;
}

.client:hover {
    transform: scale(1.2) !important;
    /* Override animation for hover */
    cursor: pointer;
}

.client:hover img {
    filter: grayscale(0%);
}

/* INDIVIDUAL POSITIONS & ANIMATION DELAYS */
/* Using percentages ensures they stay inside the cloud-client as it resizes */
.c1 {
    top: 43%;
    left: 6%;
    animation-delay: 0s;
}

.c2 {
    top: 77%;
    left: 24%;
    animation-delay: 1s;
}

.c3 {
    top: 24%;
    left: 60%;
    animation-delay: 2s;
}

.c4 {
    top: 54%;
    left: 78%;
    animation-delay: 0.5s;
}

.c5 {
    top: -15%;
    left: 15%;
    animation-delay: 1.5s;
}

.c6 {
    top: 12%;
    left: 45%;
    animation-delay: 2.5s;
}

.c7 {
    top: 12%;
    left: 75%;
    animation-delay: 0.8s;
}

.c8 {
    top: 50%;
    left: 25%;
    animation-delay: 3s;
}

.c9 {
    top: 22%;
    left: 20%;
    animation-delay: 0s;
}

.c10 {
    top: 66%;
    left: 52%;
    animation-delay: 1s;
}

.c11 {
    top: -8%;
    left: 62%;
    animation-delay: 2s;
}

.c12 {
    top: 75%;
    left: 67%;
    animation-delay: 0.5s;
}

.c13 {
    top: 65%;
    left: 9%;
    animation-delay: 1.5s;
}

.c14 {
    top: 5%;
    left: 31%;
    animation-delay: 2.5s;
}

.c15 {
    top: 32%;
    left: 80%;
    animation-delay: 0.8s;
}

.c16 {
    top: 57%;
    left: 40%;
    animation-delay: 3s;
}

.c17 {
    top: 16%;
    left: 4%;
    animation-delay: 1.5s;
}

.c18 {
    top: 31%;
    left: 40%;
    animation-delay: 2.5s;
}

.c19 {
    top: 46%;
    left: 61%;
    animation-delay: 0.8s;
}

.c20 {
    top: 80%;
    left: 40%;
    animation-delay: 3s;
}


/* FLOAT ANIMATION */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .client-section {
        padding: 60px 10px;
    }

    .title {
        margin-bottom: 60px;
        font-size: 1.8rem;
    }

    .cloud-client {
        /* Make the cloud much taller to act as a vertical container */
        height: 380px;
        border-radius: 60px;
        max-width: 65%;
        /* Narrower for phones */
    }

    /* Adjust the cloud bumps for a vertical look */
    .cloud-client::before {
        width: 180px;
        height: 180px;
        top: -60px;
        left: 5%;
    }

    .cloud-client::after {
        width: 140px;
        height: 140px;
        top: -40px;
        right: 5%;
    }

    .client {
        width: 85px;
        /* Smaller logos */
        height: 60px;
    }

    /* NEW MOBILE POSITIONS (Stacked/Staggered) */
    /* We redefine the positions so they don't overlap vertically */
    .c1 {
        top: 5%;
        left: 10%;
    }

    .c9 {
        top: 8%;
        left: 55%;
    }

    .c5 {
        top: 15%;
        left: 30%;
    }

    .c17 {
        top: 22%;
        left: 10%;
    }

    .c6 {
        top: 25%;
        left: 60%;
    }

    .c18 {
        top: 32%;
        left: 35%;
    }

    .c7 {
        top: 38%;
        left: 10%;
    }

    .c14 {
        top: 42%;
        left: 60%;
    }

    .c16 {
        top: 50%;
        left: 35%;
    }

    .c8 {
        top: 55%;
        left: 10%;
    }

    .c20 {
        top: 58%;
        left: 60%;
    }

    .c11 {
        top: 65%;
        left: 35%;
    }

    .c3 {
        top: 72%;
        left: 10%;
    }

    .c19 {
        top: 75%;
        left: 60%;
    }

    .c2 {
        top: 82%;
        left: 35%;
    }

    .c10 {
        top: 88%;
        left: 10%;
    }

    .c13 {
        top: 92%;
        left: 60%;
    }

    .c4 {
        top: 95%;
        left: 30%;
    }

    /* Hide a few if it's still too crowded or adjust c12/c15 */
    .c15 {
        top: 45%;
        left: 75%;
        display: none;
    }

    /* Optional: Hide excess on very small screens */
    .c12 {
        top: 80%;
        left: 75%;
        display: none;
    }
}

/* Extra small screens (iPhone SE etc) */
@media (max-width: 380px) {
    .cloud-client {
        height: 370px;
        /* Even taller */
    }

    .client {
        width: 75px;
    }
}

/* ----------------------client end ------------------------------*/


@media(min-width:900px) {
    .footer-img-mob {
        display: none;

    }
}


@media(max-width:900px) {
    .footer-img-desktop {
        display: none;

    }
}

@media(min-width:900px) {
    .aboutus-mob {
        display: none;

    }
}


@media(max-width:900px) {
    .aboutus-content-mob {
        margin-top: -35%;

    }
}



@media(max-width:900px) {
    .aboutus-desktop {
        display: none;

    }
}


@media(min-width:1000px) {
    .mob-view {
        display: none;

    }
}


@media(max-width:1000px) {
    .desktop-view {
        display: none;

    }
}












.onediweb-section {
    padding: 50px 0;
}

.onediweb-container {
    justify-content: center;
    margin: 0px 5%;
}

.onediweb-text {
    padding: 0px 60px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.onediweb-head {
    padding: 0px 60px;
    font-size: 32px;
    font-family: 'Libre Baskerville', serif;

}

.onediweb-img {
    max-width: 50%;
}

/* Mobile Optimization */
@media (max-width:1000px) {

    .onediweb-section {
        padding: 10px 15px;
    }

    .onediweb-text {
        padding: 20px 0;
        text-align: center;
        line-height: 32px;
        text-align: justify;

    }

    .onediweb-head {
        padding: 0px;
        font-size: 24px;
        font-family: 'Libre Baskerville', serif;

    }

    .onediweb-container {
        justify-content: center;
        margin: 0px;
    }

    .onediweb-img {
        max-width: 75%;
    }
}


/* ===== SERVICE SECTION ===== */
.service-section{
  background:#fff;
  padding:40px 20px;
}

.service-container{
  max-width:1500px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* CARD */
.service-card{
  background:#fff;
  padding:35px 25px;
  text-align:center;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
  transition:0.35s ease;
}

.service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* ICON */
.service-icon{
  font-size:32px;
  margin-bottom:15px;
}

/* ICON COLORS */
.orange{color:#f26a2e;}
.blue{color:#2f80ed;}
.green{color:#27ae60;}
.purple{color:#7b61ff;}
.teal{color:#00a8a8;}
.navy{color:#2c3e50;}

/* TITLE */
.service-card h3{
  font-size:18px;
  font-weight:600;
  margin-bottom:12px;
  color:#222;
}

/* DIVIDER */
.divider{
  display:block;
  width:60px;
  height:2px;
  /* background:#e5e5e5; */
  background: #1baab182;
  margin:12px auto 15px;
}

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

/* ===== RESPONSIVE ===== */

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

/* Mobile */
@media (max-width:576px){
  .service-container{
    grid-template-columns:1fr;
  }

  .service-card{
    padding:28px 20px;
  }
}

/* RIGHT SIDE SPLIT INTO 3 ROWS */
.grid-rows{
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  /* gap: 20px; */
  height: 100%;
}

/* BOX STYLE (example) */
.feature-box{
background: #fff;
/* background: linear-gradient(0deg,rgba(255, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 77%, rgba(255, 239, 239, 1) 100%); */
  /* background: #ffefef; */
  /* padding: 30px; */
  /* border-radius: 12px; */
  text-align: center;
  /* transition: 0.3s ease; */
}

/* .feature-box:hover{
  transform: translateY(-5px);
} */

@media(min-width:1000px) {
    .platform-subhead{
        /* font-family:'Bakbak One', cursive; */
        display: flex;
        justify-content: 
        center;padding:15px 20px;
        font-weight: 300;
        font-size: large;
        /* letter-spacing: 2px; */
        text-align: center;
        margin-bottom: 0px;
        color: #666;
    }
}

@media(max-width:1000px) {
    .platform-subhead{
        /* font-family:'Bakbak One', cursive; */
        display: flex;
        justify-content: 
        center;padding:15px 20px;
        font-weight: 300;
        /* font-size: 40px; */
        /* letter-spacing: 2px; */
        text-align: center;
        margin-bottom: 0px;
        color: #666;
    }
}

@media(min-width:1000px) {
    .platformbottom{
        /* font-family:'Bakbak One', cursive; */
        display: flex;
        justify-content: center;
        padding:3% 10% 0% 10%;
        font-weight: 300;
        font-size: xx-large;
        /* letter-spacing: px; */
        text-align: center;
        margin-bottom: 0px;
        color: #666;

    }
}

@media(max-width:1000px) {
    .platformbottom{
        font-family:'Bakbak One', cursive;
        display: flex;
        justify-content: center;
        padding:3% 10% 0% 10%;
        font-weight: 500;
        /* font-size: 40px; */
        /* letter-spacing: px; */
        text-align: center;
        margin-bottom: 0px;
        display: none;

    }
}