html,
body {
    scroll-behavior: smooth;
    height: 100%;
}

#Main {
    overflow: hidden;
    will-change: transform;
}

/* Fonts */
@font-face {
    font-family: 'FbmTitle';
    src: url('Assets/fonts/Geist-Medium.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

:root {
    /* Colors */
    --color-primary: #eb5017;
    --color-secondary: #FF7043;
    --color-bg: #ffffff;
    --color-bg-alt: #f8f9fa;
    --color-text: #080808;
    --color-text-alt: #555555;
    --color-border: #e5e5e5;

    /* Typography */
    /* --font-size-base: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-sm: 0.875rem; */

    /* Spacing (8pt system) */
    /* --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem; */

    /* Container width */
    /* --max-width: 1200px; */
}

/* Dark Theme */
body.dark {
    --color-primary: #ffffff2d;
    --color-text: #fff;
}

/* [data-theme="dark"] {
  --color-primary: #4dabf7;
  --color-secondary: #ffb347;
  --color-bg: #121212;
  --color-bg-alt: #1e1e1e;
  --color-text: #f5f5f5;
  --color-text-alt: #cfcfcf;
  --color-border: #2a2a2a;
} */

/* HEADER - Navigation */
.navbar-brand {
    font-weight: bold;
}

.glass {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.nav-item a {
    color: var(--color-text) !important;
}

.nav-item a:hover {
    color: #EB5017 !important;
}

.navlinkitem:hover {
    color: #EB5017;
}

.megadrop {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .dropdown:hover .dropdown-toggle svg {
        transform: rotate(270deg);
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.4s ease;
        margin-top: 0 !important;
        border: none;
        background-color: transparent;
    }

    .navbar .dropdown {
        position: relative;
    }
}

.nav-item>.dropdown-toggle svg {
    display: none;
}

.nav-item:hover>.dropdown-toggle svg {
    display: inline-block;
}

/* .resources-box {
    background-color: #2d2d2d;
    padding: 20px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
} */
.disabledlink {
    pointer-events: none;
    cursor: default;
    color: gray !important;
}

.rightblockproduct {
    background-image: url('Images/Rectangle.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.6s ease;
    background-position: center;
}

.rightsecodblockproduct {
    background: linear-gradient(316.89deg, #EDFFEB 22.77%, #84DE79 51.05%);
    transition: transform 0.6s ease;
}

.rightblockproduct:hover,
.rightsecodblockproduct:hover {
    transform: scale(1.01);
}

.prdouctpara {
    font-weight: 400;
    font-size: 14px;
    line-height: 16.2px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(0, 0, 0, 40%);
}

/* Base style for both button types */
.megadrop .pdarkbtn,
.megadrop .plightbtn {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
    font-weight: 500;
}

/* Dark button */
.megadrop .pdarkbtn {
    background-color: black;
    color: white !important;
}

.megadrop .pdarkbtn:hover {
    background-color: white;
}

.megadrop .plightbtn {
    background-color: #0000000D;
}

.megadrop .plightbtn:hover {
    color: #fff !important;
}

/* END HEADER */

/* HERO SECTIONS */
.betatextcolor {
    color: #ff7043;
}

.betaboard {
    background-color: #FFE5E1;
    padding: 3px 16px;
    border-radius: 90px;
    color: #ff7043;
    display: inline-flex;

}

.betaboard>img {
    margin-right: 10px;
}

.hero-title {
    font-family: "FbmTitle", sans-serif;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -5%;
}

.hero-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 33.8px;
    letter-spacing: -2%;
}

.expbutton {
    background-color: #ff7043;
    padding: 14px 20px;
    border: none;
    font-size: 20px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .8s;
}

.bannersection {
    background-image: url("Images/OrangeShape.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 150px;
    margin: 0px 50px;
}

.imagesec {
    overflow: hidden;
}

.imagesec img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.bannerservicesection {
    background-image: url("Images/Servicebanner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 0px -110px;
    border-radius: 30px;
    margin: 25px 80px;
    /* height: 450px; */
    height: 450px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

/* END HERO SECTIONS */

/* Company SECTION Banner */
.trustheading {
    font-weight: 400;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 0 60px
}

.logo-wrapper {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: clamp(40px, 8vw, 180px);
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.logo-container img {
    width: clamp(150px, 12vw, 150px);
    height: auto;
}

/* END TRUST SECTION */

/* About Section */
.section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(2rem, 5vw, 3.875rem);
    line-height: clamp(3rem, 6vw, 4.25rem);
    letter-spacing: -3%;
}

.aboutsecpara {
    font-weight: 400;
    font-size: clamp(0.8rem, 2.5vw, 1rem);
    line-height: clamp(1.5rem, 3vw, 1.625rem);
    letter-spacing: -0.4%;
    color: #646A69;
}

.nav--desc {
    font-size: clamp(0.71rem, 2.1vw, 0.7rem);
    line-height: clamp(1.1rem, 2.1vw, 1.1rem);
    letter-spacing: -0.005em;
    color: #646A69;
    font-weight: 400;
}

.arrow-container span {
    margin: 0 10px;
}

.arrow-container img {
    width: 40px;
    height: auto;
    cursor: pointer;
}

.custom-card {
    background-color: #fff;
    background-image: url("Images/cardbackground.svg");
    border-radius: 15px;
    background-size: cover;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 60px 15px 15px 15px;
    height: 100%;
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-10px);
}

.custom-card img {
    max-width: 100%;
    height: 235px;
    object-fit: contain;
    margin-bottom: -8px;
}

.custom-card .card-title-bold {
    font-weight: 500;
    font-size: 1.1rem;
}

.custom-card .card-title {
    font-weight: 400;
    font-size: 1.1rem;
}

.custom-card .card-text {
    font-size: 14px;
    color: #646A69;
}

.card-body {
    background-color: white;
    border-radius: 10px;
    padding: 15px 5px;
    text-align: left;
}

/* END About Section */

/* Expertise */
.solubusbutton {
    background-color: #ff7043;
    padding: 4px 20px;
    padding-bottom: 5px;
    border-radius: 50px;
    color: #fff;
}

.webdevsec {
    background: linear-gradient(180deg, #FF7043 0%, #FFFFFF 142.32%);
    border-radius: 20px;
    padding: 30px;
}

.webdevsec img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.gridcard-title {
    font-weight: 600;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 100%;
    letter-spacing: -2%;
    color: #fff;
}

.imrathead {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;

}

.aisolsec {
    background: #000000;
    border-radius: 20px;
}

.aisol-text {
    font-weight: 600;
    font-size: 48px;
    line-height: 49px;
    letter-spacing: -2%;
    color: white;
    padding: 20px;
}

.aisolsec img {
    width: 100%;
    opacity: .9;
}

.aisolfooter {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding: 20px;
    color: #FFFFFF;
}

.bg-footer {
    background-color: #EEF0F4;
}

.cutedgesec {
    background: linear-gradient(180deg, #111111 15.69%, rgba(51, 51, 51, 0.8) 123.39%);
    border-radius: 20px;
    padding: 30px 10px;
}

.cutedgetext {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px !important;
    text-align: center;
    color: white;
    padding-top: 20px;
}


.cutedgeimg img {
    width: 100%;
    padding: 15px 0px;
}

.aisolsec2 {
    border-radius: 20px;
}

.aisolsec2 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.cutedgesec2 {
    background: #242424f5;
    border-radius: 20px;
    padding: 30px 10px;
}

.cutedgetext2 {
    font-weight: 600;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    line-height: 40px;
    text-align: center;
    color: white;
    padding: 6px;
    margin-bottom: 0;
}

.Eatbabytoptext {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.Eatbabymiddletext {
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
    color: white;
}

.webdevsecimg {
    width: 100%;
    padding: 0px 80px;
}

/* END Expertise */

/* Button Hovers */
.expbutton::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 50%;
    background-color: #820000;
    transform: translateY(180%) scale(1);
    border-radius: 20%;
    left: 45%;
    transition: transform 400ms ease-in-out;
    z-index: -1;
    pointer-events: none;
}

.expbutton:hover::before {
    transform: translateY(0) scale(25);
}

.expbutton:hover {
    color: #fff;
    background-color: #EB5017;
    border: none;
}

/* END Button Hovers */

.text-black {
    color: black;
}

.text-white {
    color: white;
}

.text-darkgrey {
    color: #aaa;
}

/* Container for social icons */
.rounded-social-buttons {
    text-align: center;
}

/* Outer link styling */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    background-color: #EB5017;
    transition: transform 0.6s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Animate entire icon including <i> */
.social-icon:hover {
    background-color: #501200;
    color: #fff;
    transform: rotate(360deg);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.getintouch {
    background-color: #501200;
    color: white;
    border: 1px solid #501200;
    padding: 13px 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.getintouch:hover {
    background: none;
    color: #501200;
    font-weight: bold;
    border: 2px solid #501200;
}

.social-icon:hover {
    background-color: #c7420e;
}

.btn {
    box-shadow: inset 0px 1.41px 3.18px 0px rgba(255, 255, 255, 0.87);
}

.btn-orange {
    background-color: #FF7043;
    border: none;
    color: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .8s;
}

/* Pseudo-element for background hover effect */
.btn-orange::before,
.floating-btn::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 50%;
    background-color: #820000;
    transform: translateY(180%) scale(1);
    border-radius: 20%;
    left: 45%;
    transition: transform 400ms ease-in-out;
    z-index: -1;
    pointer-events: none;
}

.btn-orange:hover::before,
.floating-btn:hover::before {
    transform: translateY(0) scale(25);
}

.btn-orange:hover {
    color: #fff;
    background-color: #EB5017;
    border: none;
}

.borderround {
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    width: 100%;
    padding: 10px 20px;
}

/* Orange background span for FBM */
.logo-span {
    background-color: #EB5017;
    color: white !important;
    padding: 2px 5px;
}

.check-icon {
    color: #EB5017;
    font-size: 1.2rem;
    margin-top: 4px;
}

.cta-orange {
    background-color: #FF7043;
    border-radius: 1.5rem;
}

.cta-orange input:focus {
    box-shadow: none;
    outline: none;
}

.expertisesec {
    font-weight: 500;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: 0.01px;
    text-align: center;
    vertical-align: middle;
}

/* TEAM Section - DO NOT REMOVE */
/* .teamsmall {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.18px;
    vertical-align: middle;
    color: #FF7449;
}

.teamheading {
    font-weight: 500;
    font-size: 42.94px;
    line-height: 57.6px;
    letter-spacing: -1.25px;
    vertical-align: middle;
}

.teamrightpara {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.18px;
    vertical-align: middle;
    padding-top: 30px;
}

.social-icon-team {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #EB5017;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
    text-decoration: none;
}

.social-icon-team .bi::before {
    border: 1px solid #E8E4F7;
    font-size: 35px;
    border-radius: 50px;
    padding: 8px;
} */
/* END TEAM Section */

.reviewtext {
    font-size: 11px;
    color: gray;
}

/* Featured Video Section */
.bestteam {
    font-weight: 500;
    /* font-size: 40px; */
    width: 70%;
    text-align: center;
    /* min, preferred, max */
    line-height: 1.3;
    letter-spacing: -0.04em;
    vertical-align: middle;
    position: relative;
    /* bottom: 0.1rem; */
}

.buttonbestteam {
    font-weight: 500;
    font-size: clamp(0.8rem, 1.2vw, 0.9rem);
    line-height: 1.5;
    letter-spacing: -0.01em;
    vertical-align: middle;
    border: 2px solid rgba(102, 109, 128, 0.2);
    border-radius: 50px;
    padding: 0.5em 1.5em;
}

.videobelowpara {
    font-weight: 400;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.6;
    letter-spacing: -0.01em;
    text-align: center;
    vertical-align: middle;
}

/* END Featured Video Section */

/* Service Cards */
.service-card {
    background-color: #F0FBF8;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
}

.service-card2 {
    background-color: #F8F0FB;
    border-radius: 30px;
}

.service-card3 {
    background-color: blue;
    border-radius: 30px;
}

.service-card-title h3 {
    font-weight: 700;
    font-size: clamp(28px, 5vw, 48px);
    line-height: clamp(38px, 6vw, 65px);
    letter-spacing: 0%;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    color: #333333;
}

.service-card-desc {
    font-weight: 700;
    font-size: clamp(10px, 2vw, 12px);
    line-height: clamp(14px, 2.5vw, 17px);
    letter-spacing: 1px;
    padding-top: 3rem;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #501200;
}

.offerheading {
    font-weight: 400;
    font-size: 62px;
    line-height: 68px;
    letter-spacing: -3%;
}

.offerpara {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #646A69;
}

/* .webdevpara {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
    padding-top: 50px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #501200;
} */

/* .webdevheading {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0%;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    color: #333333;
} */


.pointsheading {
    font-weight: 600;
    font-size: clamp(12px, 2.2vw, 20px);
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 28px;
}

.pointspara {
    font-weight: 400;
    font-size: clamp(15px, 1.5vw, 14px);
    letter-spacing: 0;
    vertical-align: middle;
    color: black;
}

.learnmorebtn {
    font-weight: 500;
    font-size: clamp(14px, 2vw, 20px);
    text-align: center;
    vertical-align: middle;
    background-color: white;
    margin-top: 20px;
    padding: 10px 20px;
    padding-bottom: 15px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


.contactusbtn {
    font-weight: 500;
    font-size: clamp(14px, 2vw, 20px);
    text-align: center;
    vertical-align: middle;
    background-color: white;
    /* margin-top: 20px; */
    padding: 10px 20px;
    padding-bottom: 15px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contactusbtn:hover {
    background-color: #FF7043;
    color: white;
}

.aibtn {
    font-weight: 500;
    font-size: clamp(14px, 2vw, 20px);
    text-align: center;
    vertical-align: middle;
    background-color: white;
    /* margin-top: 20px; */
    padding: 10px 20px;
    padding-bottom: 15px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.aibtn:hover {
    background-color: #7256FF;
    color: white;
}

.learnmorebtn:hover {
    background-color: #FF7043;
    color: white;
}

.learnmorebtn:hover svg path {
    fill: white;
}

.logoimageservice {
    background-image: url("Images/Servicelogoimages.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pweredhead {
    font-size: clamp(28px, 4vw, 56px);
    /* min, preferred, max */
    line-height: 1.2;
    font-weight: 400;
    color: white;
    padding: clamp(30px, 5vw, 80px) 0 0 clamp(20px, 8vw, 150px);
}

.pweredpara {
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.5;
    font-weight: 400;
    color: white;
    padding-left: clamp(20px, 8vw, 150px);
    padding-right: clamp(20px, 8vw, 150px);
}

.poweredimg {
    margin: 0 0 40px 100px;
}

.hero-btn2main {
    margin-bottom: 90px;
}

.powerfeatures {
    font-weight: 500;
    font-size: 22px;
    line-height: 30.4px;
    letter-spacing: 0.01px;
    vertical-align: middle;
    text-align: center;
    color: #FF7043;
    padding-bottom: 12px;
}

.compvalue {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.18px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    position: relative;
    top: 10px;
}

.imageblocks {
    background-image: url("Images/imageblocks2.svg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #030014;
    border-radius: 30px;
}

.hero-btn2 {
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 500;
    letter-spacing: -0.2px;
    text-align: center;
    color: #000;
    background-color: white;
    padding: 10px 22px 12px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

/* END Service Cards */

.expertguidence {
    font-weight: 400;
    font-size: 33px;
    line-height: 43.2px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.expertguidencepara {
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.17px;
    vertical-align: middle;
    color: #707070;

}

.bookconsultion {
    font-weight: 700;
    font-size: 17px;
    line-height: 22.95px;
    letter-spacing: -0.17px;
    vertical-align: middle;
    /* text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto; */
    color: #EF5A3C;
    transition: background-color 0.4s ease, transform 0.3s ease;
}




.book-btn {
    background-color: #7256FF;
    transition: background-color 0.4s ease, transform 0.3s ease;
}

/* Hover effect */
.book-btn:hover {
    background-color: #820000;
    transform: translateY(-3px) scale(1.03);
}

/* animated underline */
/* .bookconsultion::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #EF5A3C;
    transition: width 0.3s ease;
} */

/* hover effect */
.bookconsultion:hover {
    color: #EF5A3C;
    transform: translateY(-1px);
}



.banneraboutsection {
    background-image: url("Images/AboutBanner.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin: 0px 50px;
    height: 450px;
    min-height: 73vh;
    /* ensures large enough height */
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Remove the dropdown toggle icon (caret) */
a.navlinkitem.dropdown-toggle::after {
    display: none !important;
}


.customersec {
    position: relative;
    background-color: #F7F8FA;
    background-image: url("Images/custbackgroundtop.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    overflow: hidden;
    /* ensures overlay image doesn't overflow weirdly */
}


.customersecteam {
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    overflow: hidden;
    /* ensures overlay image doesn't overflow weirdly */
}

.core-values {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.core-value-card {
    position: relative;
    cursor: pointer;
}

.core-value-face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.core-value-front {
    position: relative;
    background: #fff;
    border-top: 2px solid #eb5017;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
    color: #000;
}

.core-value-card:hover .core-value-front {
    /* background: linear-gradient(135deg, #ff7849 0%, #eb5017 100%); */
    background: linear-gradient(135deg, #eb5017 0%, #ff7849 100%);
    transform: translateY(0);
    color: #fff;
}


.core-value-content {
    opacity: 0.7;
    transition: 0.5s;
}

.core-value-card:hover .core-value-front .core-value-content {
    opacity: 1;
}

.core-value-front img {
    max-width: 100px;
}

.core-value-front h3 {
    margin: 10px 0 0;
    color: #000;
    text-align: center;
    font-size: 1.5em;
}

/* Back face */
.core-value-back {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-100px);
}

.core-value-card:hover .core-value-back {
    transform: translateY(0);
}

.core-value-back p {
    margin: 0;
}

.core-value-back a {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.core-value-back a:hover {
    background: #333;
    color: #fff;
}


/* Bottom overlay image */
.bottom-overlay-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
    /* allows clicks to go through */
    width: 100%;
}

.bottom-overlay-image img {
    width: 100%;
    height: auto;
    display: block;
}


/*  replaced with section-title
.custhead {
    font-weight: 500;
    font-size: 57.88px;
    line-height: 76.8px;
    letter-spacing: -1.61px;
    text-align: center;
    vertical-align: middle;
} */

.testhead {
    font-weight: 500;
    font-size: 17px;
    line-height: 28.8px;
    letter-spacing: -0.26px;
    vertical-align: middle;
}

.testpara {
    font-weight: 400;
    font-size: 15px;
    line-height: 23.8px;
    letter-spacing: -0.09px;
    vertical-align: middle;
}

.imagebackgroound {
    background-color: #E8E4F7;
}


.customersec .bi::before {
    border: 1px solid #E8E4F7;
    font-size: 40px;
    border-radius: 50px;
    padding: 10px;
}

.floating-btn-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    /* Pulls up over the section */
    z-index: 20;
    width: 100%;
    float: left;
}

.floating-btn {
    width: 240px;
    text-decoration: none;
    background: #FF7043;
    border: none;
    color: white;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    backdrop-filter: blur(10px);
    font-weight: 400;
    padding: 12px 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 10;
}

.menurightside {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FF7043;
}

.paramenuright p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #333E49;

}

.textpartner {
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 0%;
}


.banneraboutsection {
    background-image: url(Images/AboutBanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin: 0px;
    height: 400px;
    /* min-height: 73vh; */
    /* display: flex
; */
    align-items: center;
    justify-content: center;
}

.litext {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
}

.laptop-container {
    position: relative;
}

.laptop-img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Scoped under .fbm-player to prevent conflicts */
.fbm-player {
    position: relative;
}

/* Preview container */
.fbm-player__preview {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* Preview image */
.fbm-player__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

/* Play button overlay */
.fbm-player__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.fbm-player__play-btn i {
    font-size: 30px;
    color: #ff4d4d;
}

.fbm-player__play-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.05);
}

/* Modal overlay */
.fbm-player__modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

/* Modal content */
.fbm-player__modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: fbmPlayerFadeIn 0.3s ease;
}

.fbm-player__modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Close button */
.fbm-player__close {
    position: absolute;
    top: 10px;
    right: 18px;
    color: white;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
}

/* Fade-in animation for modal */
@keyframes fbmPlayerFadeIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}




.amanda-card {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.email-icon {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 2;
}

.retention-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.mobile-screen {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(2rem, 5vw, 3.875rem);
    line-height: clamp(3rem, 6vw, 4.25rem);
    letter-spacing: -3%;
}

@media (max-width: 767px) {
    .cta-orange h2 {
        font-size: 1.5rem;
        font-weight: 400;
    }
}

*:before,
*:after {
    box-sizing: border-box;
}

.l-arrow-stick,
.r-arrow-stick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

/* Left Arrow Stick */
.l-arrow-stick:before {
    content: "";
    position: absolute;
    left: 40%;
    top: 15%;
    width: 30%;
    height: 30%;
    border-left: 2px solid #646A69;
    border-bottom: 2px solid #646A69;
    transform: translate(-60%, -50%) rotate(45deg);
}

.l-arrow-stick:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15%;
    width: 60%;
    height: 2px;
    background: #646A69;
    transform: translate(-40%, -50%);
}

/* Right Arrow Stick */
.r-arrow-stick:before {
    content: "";
    position: absolute;
    left: 60%;
    top: 15%;
    width: 30%;
    height: 30%;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

.r-arrow-stick:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 15%;
    width: 60%;
    height: 2px;
    background: #333;
    transform: translate(-50%, -50%);
}

.bg-card {
    background-color: #F7F8FA;
}

.contactsechead {
    font-weight: 500;
    font-size: 58px;
    letter-spacing: -3%;
    padding-bottom: 10px;

}

.contactsechead-info {
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -3%;
    padding-bottom: 10px;
}

.bannercontactsection {
    background-image: url("Images/Contactbanner.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin: 0px 46px;
    height: 400px;
}

.contact-form {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    border-radius: 10px;
    /* width: 450px; */
    border: 1px solid #D0D5DD;
}

.contact-form h2 {
    margin-bottom: 8px;
    font-size: 26px;
    color: #1a1a1a;
}

.contact-form p {
    font-size: 14px;
    color: #555;
    position: relative;
    bottom: 6px;
}

.contact-form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
    resize: none;
    box-sizing: border-box;
}

.contact-form textarea {
    min-height: 80px;
}

.contact-form button {
    margin-top: 20px;
    width: 100%;
    background-color: #ff6a3d;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #e85c30;
}

.contactsec .bi::before {
    font-size: 28px;
}

.text-space {
    margin-left: 3rem;
    display: inline-block;
}

.faqs-box-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px;
    margin: 12px 0;
    position: relative;
    background-color: #fff;
    position: relative;
    top: 10px;
}

.faqs-box-title {
    font-weight: 600;
    font-size: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.icon-align-top-6 {
    position: relative;
    top: 6px;
}

.icon-align-top-14 {
    position: relative;
    top: 14px;
}

.faqs-box-text {
    color: #444;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

.faqs-box-icon {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 1.0rem;
    color: #333;
}

.fs-15 {
    font-size: 15px;
}

.btn-question-sec {
    background-color: #EB5017;
    color: #fff;
    border-radius: 8px;
    padding-bottom: 12px;
    padding-top: 12px;
}

/* Web-Service-Section */
.bannerwebservicesection {
    /* background-image: url("Images/world.svg"); */
    background-image: url("Images/WebServiceBanner.svg");
    /* background-size: contain; */
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin: 0px 100px;
    /* min-height: 70vh; */
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannermobileappservices {
    background-image: url("Images/Mobile-App.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin: 0px 20px;
    /* min-height: 70vh; */
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offerheading-webservice {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
}

.offering-card {
    height: 650px;
    padding: 0 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    /* enable flexbox */
    flex-direction: column;
    /* stack items vertically */
    justify-content: space-between;
    /* pushes top image/content and bottom image apart */
}


.offering-card .main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.offering-card .bottom-image {
    overflow: hidden;
}

.offering-card .content {
    text-align: left;
    padding: 15px 0;
    /* consistent spacing for icon + text */
}

.offering-card .icon {
    height: 90px;
    margin-bottom: 10px;
}

.offering-card .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.offering-card .description {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
}

.offering-card.height-auto {
    height: auto;
}



.webservicesec {
    background-color: #F4F0E4;
    border-radius: 30px;
    padding: 0 30px;
}

.webservice-text {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-left: 10px;
    padding-top: 20px;
    color: white;

}

.webservice-para {
    font-weight: 400;
    font-size: 17px;
    /* line-height: 100%; */
    letter-spacing: 0%;
    padding-left: 12px;
    color: white;
    padding-bottom: 30px;
}

.webservice-darkblue {
    background-color: #384C75;
    border-radius: 30px;
    padding: 30px;
}

.webservice-bggrey {
    background-color: #F3F3F3;
    border-radius: 30px;
    padding: 30px;
}

.webservice-bgblack {
    background-color: #3A3844;
    border-radius: 30px;
    padding: 30px;
}

.webservicesec2 {
    background-color: #f0fbf8;
    border-radius: 20px;
}

.setapp-section {
    background: linear-gradient(to bottom, #030014 40%, #EEF0F4 100%);
    ;
    border-radius: 12px;
    /* border: 2px solid #ddd; */
    padding: 0px 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.setapp-btn {
    background-color: #ff6f47;
    color: white;
    border: none;
    border-radius: 25px;
    /* padding: 10px 25px; */
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 6px 10px rgba(255, 111, 71, 0.3);
    text-decoration: none;
}

.setapp-btn:hover {
    background-color: #e8603b;
    color: white;
}

.setapp-btn-icon {
    margin-left: 10px;
}

.setapp-img {
    max-width: 100%;
}

.setapp-text {
    font-size: 1.2rem;
}

.author {
    font-size: 0.9rem;
    color: #666;
}

.webservice-saas-heading {
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-left: 10px;
    padding-top: 20px;
    color: white;

}

.webservice-saas {
    font-weight: 500;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.webservice-paratext {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0%;
    padding-left: 12px;
    color: white;
    padding-bottom: 50px;

}


.webdsec-ai {
    background-color: #1D1C20;
    border-radius: 20px;
    padding: 30px;
    font-size: 14px;
    color: #A9A9A9;
    font-weight: 400;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* FEATURE CARD */
.feature-card {
    width: 460px;
    border-radius: 20px;
    overflow: hidden;
    background: #fffaf6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-text {
    background-color: #fff;
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 15px;
    border-radius: 0 0 20px 20px;
    font-weight: 500;
    letter-spacing: 1px;
}


.webdsec-ai .text-center {
    margin-top: auto;
}

.ai-feature-box {
    text-align: center;
    padding: 24px 40px;
    border-radius: 16px;
    /* border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.02);
      box-shadow: 0 0 25px rgba(255, 255, 255, 0.05) inset,
                  0 0 15px rgba(255, 255, 255, 0.08); */
    transition: all 0.3s ease;
}

.ai-feature-box:hover {
    /* box-shadow: 0 0 25px rgba(255, 255, 255, 0.12),
                  0 0 40px rgba(255, 255, 255, 0.1); */
    transform: translateY(-4px);
}

.ai-feature-box svg {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    color: #fff;
}

.ai-feature-title {
    font-weight: 600;
    margin-bottom: 6px;
}

.ai-feature-desc {
    font-size: 0.9rem;
    color: #aaa;
}

.ai-deliver-section {
    color: white;
    padding: 80px 0;
}

.content-item {
    padding: 0 40px;
    border-radius: 8px;
    text-align: center;
}

.content-item h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.content-item p {
    margin: 0;
    line-height: 1.6;
    color: #cccccc;
    font-size: 0.9rem;
}


.fs-18 {
    font-size: 17px;
}

.fs-24 {
    font-size: 24px;
}

.cta-darkblue {
    background-color: #624CB8;
    border-radius: 1.5rem;
}


.cta-darkblue input:focus {
    box-shadow: none;
    outline: none;
}

.workflow-section h5 {
    font-size: 18px;
}

.workflow-section p {
    font-size: 14px;
}

/* Css After Website Review */
/* Header-Logo */
.logo {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.solutions {
    color: #000;
}

.link {
    transition: color 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.link:hover {
    color: #EB5017 !important;
    transform: translateX(2px);
    text-decoration: none;
    font-weight: 600;
}


/* LOCOMOTIVE */
/* END LOCOMOTIVE */

/* Privacy and Terms Modal Styling */
.modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 1050;
}

.modal-header {
    background: white;
    color: #2d3748;
    border-bottom: 1px solid #e9ecef;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #2d3748;
}

.action-btn {
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #64748b;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.action-btn:hover {
    background: #f8fafc;
    border-color: #eb5017;
    color: #eb5017;
}

.action-btn svg {
    width: 16px;
    height: 16px;
}

.btn-close {
    opacity: 0.5;
}

.btn-close:hover {
    opacity: 1;
}

.nav-tabs {
    border-bottom: 2px solid #e9ecef;
    padding: 0 30px;
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 15px 25px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-tabs .nav-link:hover {
    color: #eb5017;
    background: transparent;
}

.nav-tabs .nav-link.active {
    color: #eb5017;
    background: transparent;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #eb5017 0%, #ff7849 100%);
    border-radius: 3px 3px 0 0;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #eb5017 0%, #ff7849 100%);
    border-radius: 10px;
}

.tab-content {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-section {
    margin-bottom: 25px;
}

.content-section h5 {
    color: #eb5017;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.content-section p {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 12px;
}

.content-section ul {
    padding-left: 20px;
}

.content-section li {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 8px;
}

.modal-footer {
    border-top: 2px solid #e9ecef;
    padding: 20px 30px;
}

.trigger-btn {
    background: white;
    color: #eb5017;
    border: 2px solid #eb5017;
    padding: 15px 40px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.trigger-btn:hover {
    background: #eb5017;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(235, 80, 23, 0.3);
}

.modal.fade .modal-dialog {
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

@media (max-width: 768px) {
    .modal-body {
        max-height: 50vh;
    }

    .nav-tabs .nav-link {
        padding: 12px 15px;
        font-size: 0.9rem;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-body {
        padding: 20px;
    }

    .action-btn span {
        display: none;
    }

    .action-btn {
        padding: 8px;
    }

    .header-actions {
        gap: 5px;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    #printArea,
    #printArea * {
        visibility: visible;
    }

    #printArea {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .content-section {
        page-break-inside: avoid;
    }

    .content-section h5 {
        color: #000;
    }
}

/* END Privacy and Terms Modal Styling */

.nav-link.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.show-mobile {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .megadrop>.bg-card {
        margin-bottom: 20px;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .bannersection {
        margin: 0;
        background-size: auto;
    }

    .bannerservicesection,
    .banneraboutsection,
    .bannercontactsection,
    .bannerwebservicesection,
    .bannermobileappservices {
        margin: 0;
        min-height: 400px;
        background-position: bottom;
        background-size: contain;
    }

    .bannerwebservicesection {

        margin: 0;
        min-height: 400px;
        background-position: bottom;
        background-size: contain;
        margin: 20px;
    }

    .bannermobileappservices {
        margin: 0;
        min-height: 400px;
        background-position: bottom;
        background-size: contain;

    }


    .hide-on-mobile {
        display: none;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 22px;
        line-height: 30px;
    }

    .hero-desc {
        font-size: 14px;
        line-height: inherit;
    }


    .expbutton {
        font-size: 12px;
        padding: 8px 16px;
    }

    .learnmorebtn svg {
        width: 16px;
        height: 16px;
    }

    .bannerservicesection {
        margin: 0;
        /* min-height: 400px; */
        background-position: bottom;
        background-size: inherit;
    }

    .bestteam {
        font-weight: 500;
        /* font-size: 40px; */
        width: 100%;
        text-align: center;
        /* min, preferred, max */
        line-height: 1.3;
        letter-spacing: -0.04em;
        vertical-align: middle;
        position: relative;
        /* bottom: 0.1rem; */

    }

    .expertisesec {
        font-weight: 500;
        font-size: 22px;
        line-height: 20.4px;
        letter-spacing: 0.01px;
        text-align: center;
        vertical-align: middle;
    }

    .bannercontactsection {
        margin: 0;
        min-height: 400px;
        background-position: bottom;
        background-size: inherit;
    }

    .contactsechead {
        font-weight: 500;
        font-size: 26px;
    }

    .aisol-text {
        font-size: 32px;
        line-height: 36px;
    }

    .imageblocks {
        background-size: auto;
    }

    .content-item {
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.05);
    }

    .poweredimg {
        margin: 0 0 0px 10px;
        width: 350px;
    }

    /* .bestteam {
    text-align: center;
    bottom: 10px;
} */

    .expertguidence {
        font-weight: 400;
        font-size: 26px;
        line-height: 43.2px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .build-fbm {
        font-size: 45px;
        font-weight: 400;
    }

    .logoimageservice {
        background-image: url(Images/Servicelogoimages.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 20px;
    }

    .buttonbestteam {
        display: block;
        margin: 1rem auto;
    }

    .faqs-box-title {
        padding-right: 12px;
    }

    .bannerservicesection {
        margin: 0;
        min-height: 400px;
        background-position: bottom;
        background-size: inherit;
        padding-top: -4px;
        margin-top: 30px;
    }

    .mobile-screen {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: clamp(2rem, 5vw, 3.875rem);
        line-height: clamp(3rem, 6vw, 4.25rem);
        letter-spacing: -3%;
        position: relative;
        top: 28px;
    }

    .textpartner {
        font-weight: 700;
        font-size: 22px;
        line-height: 35px;
        letter-spacing: 0%;
        text-align: center;
    }

    .banneraboutsection {
        margin: 0;
        /* min-height: 406px; */
        background-position: bottom;
        background-size: initial;
    }

    .core-value-front,
    .core-value-back {
        margin: 0 auto;
    }



    .hero-btn2 {
        font-size: clamp(16px, 1.5vw, 20px);
        font-weight: 500;
        letter-spacing: -0.2px;
        text-align: center;
        color: #000;
        background-color: white;
        padding: 8px 16px 10px;
        border-radius: 50px;
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);

        margin-top: 40px;
    }

    .webservicesec,
    .webservice-darkblue,
    .webservice-bgblack,
    .webservicesec2 {
        padding: 16px;
    }

    .offering-card {
        height: auto;
    }

    /* Company Logo Section - Banner */
    .logo-container {
        animation: scroll 15s linear infinite;
        margin-bottom: 24px;
    }

}


/* DARK STYLING */
.dark .nav-item a {
    color: #fff;
}

.dark .nav-item a:hover {
    color: #7256ff !important;
}

.dark .btn-orange {
    background: linear-gradient(90deg, #B2A3FF 0%, #7256FF 100%);
}

.dark .betaboard {
    background-color: transparent;
    border: 1px solid #4D2F8C;
    box-shadow: 0px -7px 11px rgba(164, 143, 255, 0.12) inset;
    padding: 3px 16px;
    border-radius: 90px;
    color: #d0bdf9;
    display: inline-flex;
}

.dark .getintouch {
    background-color: #A998FF;
    border: none;
}

.dark .getintouch:hover {
    color: #fff;
}

/* .dark .megadrop{
    background-color: #030014;
} */

/* Mobile responsiveness */
@media (max-width: 480px) {
    .trustheading {
        font-size: 22px;
    }
}