


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}
.black-border a{
    text-decoration: none; /* Removes default underline */
    border: none; /* Removes any border */
    display: inline-block; /* Ensures the image behaves properly */
}
.services-text2 {
    max-width: 95%;
    padding: 10px;
    display: flex;
    text-align: left;
}
.bold{
    font-weight: 800;
}
.desktop-nav{
    display: none !important;
}
.hero-image2{
    display: none;
}
.mobile-nav{
    display: none !important;
}

html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}

/* Header Section */


/* ===============================
   AI CAPABILITY SECTION
================================ */







.b2b {
    font-family: "Sofia Sans", sans-serif;
    font-weight: 700; 
    color: #6A00FF; 
    font-size: 57px;
    font-family: sans-serif;
}


.cognition {
    font-family: "Montserrat", sans-serif;
    font-weight: 400; 
    color: #6A00FF; 
    font-size: 27px;
    font-family: 'Sofia Sans';
    margin-top: 17px;
}


.light {
    font-weight: lighter;
    color: #6A00FF; 
    text-transform: uppercase; 
    font-size: 24px; 
    letter-spacing: 1px;
    position: relative;
    margin-top:10px;
}

/* Line below "COGNITION" */




nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

nav ul li a.active {
    color: #6A00FF;
}

/* Contact Button */
.contact-btn {
    background: transparent;
    border: 2px solid black;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.contact-btn:hover {
    background: black;
    color: white;
}

/* Hero Section */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 50px 20px;
    flex-wrap: wrap; 
}


.hero-content {
    max-width: 600px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #222;
    margin-top: 90px;
    margin-left:50px;
    font-family: "Sofia Sans", sans-serif;
}

.heading-arrows1 {
    width: 60px; 
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px; /* Space between text and arrows */
    transform: rotate(100deg);
    margin-top:-40px;
}
.hero-content .highlight {
    color: #6A00FF;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: bold;
    font-family: "Sofia Sans", sans-serif;
}

.hero-content p {
    margin: 20px 0;
    font-size: 16px;
    color: #333;
    margin-left:50px;
    font-family: "Montserrat", sans-serif;
}


.cta-btn {
    background: white;
    border: 2px solid black;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    box-shadow: 4px 4px 0px black;
    margin-left: 50px;
    margin-top:50px;
}

.cta-btn:hover {
    background: black;
    color: white;
}

.cta-btn2 {
    background: white;
    border: 2px solid #fff;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    box-shadow: 4px 4px 0px black;
    text-decoration: none;
    color: #000;
}

.arrow-container {
    position: relative;
      left: -750px; 
      bottom:-290px; 
            
  }
  
  
  
  .arrow {
      width: 210px; /* Adjust size */
      height: auto;
      transform: scaleX(-1) rotate(-10deg);
  }

.hero-image {
    position: relative;
    max-width: 100%; /* Prevents overflow */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px; 
    height: 370px; 
    background-image: url('images/Background.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    margin-left: auto;
    margin-right: -82px !important;
}

.purple-box {
    width: 80%; 
    max-width: 400px; 
    height: 0px;
    background: #6A00FF;
    position: absolute;
    top: -40px;
    left: 0; /* Ensures it doesn't overflow */
    z-index: -1;
}

.hero-image img {
   
    max-width: 120%;
    height: 353px;
    display: block;
    margin-bottom:-200px;
    margin-right:106px;
}

/* Services Section */
.services {
    background: #FFFFFF;
    padding: 0px 20px 0px 20px !important; 
    text-align: left;
    margin-top: 20px; 
    position: relative; 
}


.black-border {
    width: 100%;
    width: 100vw; 
    height: 120px; 
    background: black;
    margin-bottom: 50px; 
}

.black-border a{
    text-decoration: none; /* Removes default underline */
    border: none; /* Removes any border */
    display: inline-block; /* Ensures the image behaves properly */
}
.services-content {
    max-width: 1200px; 
    margin: auto;
    display: block; 
}

/* Left Side Text */
.services-text {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.heading-arrows2 {
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: -50px; 
    transform: rotate(0deg); /* Rotate right */
    margin-right: 50px;
    margin-top: -180px;
}
/* Increase Heading Size */
.services-text h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    color: #222;
    margin-left: -150px;
    max-width: 650px; /* Limit width */
    font-family: "Sofia Sans", sans-serif;
    margin-top:20px;
}

/* Right Side Text */
.services-text p {
    max-width: 435px;
    color: #333;
    align-self: flex-start;
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
    margin-right: 90px;
    font-size:small;
}
.decorative-arrow {
    display: none;
    width: 177px; 
    height: auto;
    position: absolute;
    top: 280px; 
    right: 18px; 
    transform: rotate(15deg); 
}

/* Service Cards */
.service-cards {
    display: flex;
    gap: 20px;
    margin-top: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* Individual Card */
.card {
    flex: 1;
    padding: 30px;
    border: 2px solid black;
    text-align: left;
    background: white;
    min-width: 220px;
    margin-top: 50px;
    height: 400px; /* Set fixed height */
    font-family: "Montserrat", sans-serif;
    font-size:small;
}


/*.dark-card {
    background: rgb(38, 36, 36);
    color: white;
    margin-top: 50px;
    margin-left: -20px;
    height: 400px;
    font-size:small;
}*/
.card {
    background: white; /* Default white */
    color: black; /* Default text color */
    transition: background-color 0.3s, color 0.3s;
}

.card:hover {
    background: black; /* Turns black on hover */
    color: white; /* Text turns white */
}


/* Circle Icon */
.card h3::before {
    content: "○";
    font-size: 80px;
    display: block;
    margin-bottom: -10px;
    margin-top:100px;
    margin-left: -10px;
}



/* Update card headings */
.card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Sofia Sans", sans-serif;
}
.growth-section {
    background: #FFFFFF; 
    padding: 50px 120px; 
    display: flex;
    justify-content: center;
}

.growth-content {
    display: flex;
    align-items: center;
    max-width: 1400px;
    justify-content: space-between;
    gap: 80px;
    margin-left: -180px;
}

.growth-image {
    position: relative;
    width: 400px;
    height: auto;
    flex-shrink:0;
}

.growth-image img {
    width:100%; /* Adjust size */
    height: auto;
    display: block;
    border-radius: 1px; /* Optional rounded corners */
    position: relative;
    z-index: 2;
}
.shadow-box {
    position: absolute;
    top: 20px; 
    left: 20px; 
    width: 100%; 
    height: 100%; 
    background: #333333;
    border-radius: 1px;
    z-index: 1; /* Places it behind the image */
}
.growth-text {
    max-width: 600px;
    margin-left:40px;
}
.growth-arrow {
    width: 50px;
    height: auto;
    display: block;
    margin-top: 10px;
    transform: rotate(90deg); /* Adjust angle if needed */
    margin-left:250px;
}
.growth-text h2 {
    font-size: 38px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
    font-family: "Sofia Sans", sans-serif;
    margin-top:-20px;
}

.growth-text ul {
    list-style-type: disc;
    padding-left: 20px;
}

.growth-text li {
    margin-bottom: 25px;
    font-size: 15px;
    color: #333;
    font-family: "Montserrat", sans-serif
}

/* Company Categories Section */
.company-categories {
    background: #6A00FF; 
    padding: 80px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.categories-container {
    max-width: 1400px;
    width: 100%;
}

.categories-heading {
    color: white;
    font-size: 40px;
    font-weight: bold;
    max-width: 500px;
    margin-bottom: 60px;
    line-height: 1.2;
    font-family: "Sofia Sans", sans-serif;
    margin-left:75px;
}
.heading-arrows3 {
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: -50px;
    transform: rotate(96deg);
    margin-right: 50px;
    margin-top: -454px;
    margin-left:465px;
    filter: invert(1);
}

.category-cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items:center;
}

.category-card {
    flex: 1;
    padding: 30px;
    background: #6A00FF; 
    border: 1px solid white;
    color: white;
    height: 350px;
    display: flex;
    flex-direction: column;
   /* margin-left: 80px;*/
   margin:4 auto;
   max-width:400px;
}

/*.category-card.dark {
    background: #333; 
}*/
.category-card {
    background: transparent; /* Default background */
    color: white; /* Default text color */
    border: 1px solid white;
    transition: background-color 0.3s, color 0.3s;
}

.category-card:hover {
    background: black; /* Turns black on hover */
    color: white; /* Text turns white */
}


.category-icon {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top:130px;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.category-description {
    font-size: 14px;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
}
/* Contact Section Styles */
.contact-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0px 80px 0px;
    margin-top: 0px;
}


.contact-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    height: 500px;
    padding:0 20px;
    margin-top:10px;
}

/* Contact Form Side */
.contact-form {
    background-color: #6A00FF; 
    width: 39%;
    padding: 50px 40px;
    color: white;
    display: flex;
    flex-direction: column;
    height:fit-content;
    margin-left: 70px;
}

.contact-form .subtitle {
    font-size: 17px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}

.contact-form .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    font-family: "Sofia Sans", sans-serif;
}

.contact-form .title:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
   /* background-image: url("D:\B2B\images\contact.png");*/
    background-size: contain;
    top: 0;
    right: 80px;
}

.contact-form input, 
.contact-form textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    padding: 8px 0;
    width: 90%;
    color: white;
    outline: none;
    font-family: "Montserrat", sans-serif;
}

.contact-form input::placeholder, 
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .submit-btn {
    align-self: flex-start;
    padding: 10px 20px;
    background-color: white;
    color: #333;
    border: none;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 5.0);
}

.contact-form .submit-btn:after {
    content: "→";
    margin-left: 10px;
}

/* Contact Image Side */
.contact-image {
    background-color: #1d2d2d;
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.contact-text {
    position: absolute;
    letter-spacing: 10px;
    font-size: 24px;
    color: white;
    text-align: center;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

.contact-text:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: white;
    margin: 15px auto 0;
}

.phone-image {
    width: 100%;
    height: 100%;
    background-image: url('images/contact.png'); 
    background-size: contain;
    background-position: center;
  /*  background-repeat: no-repeat;*/
}

/* =========================
   SINGLE LINE CTA SECTION
========================= */

.pre-contact-line{
  background:#f5f5f5;
  padding:70px 20px 40px 20px;
}

.pre-contact-line-container{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.pre-contact-line h2{
  font-size:36px;
  line-height:1.4;
  font-weight:700;
  color:#222;
  font-family:"Sofia Sans", sans-serif;
}

/* highlight important words */
.pre-contact-line span{
  color:#6A00FF;
  font-weight:700;
}

/* small underline accent */
.pre-contact-line h2::after{
  content:"";
  display:block;
  width:80px;
  height:4px;
  background:#6A00FF;
  margin:25px auto 0 auto;
}

/* Added this for responsive design */
@media (max-width: 768px) {

    .hero-image{
        display: none;
    }
    .hero-image2{
        display: block;
        height:300px;
        width: auto;
    }
    .services{
        margin-top: 20px;
    }
    .hero {
        margin-top: 100px;
        padding: 20px; /* Adjust for stacked header */
    }
   
    
    .contact-container {
        flex-direction: column;
        height: auto;
    }
    
    .contact-form,
    .contact-image {
        width: 50%;
    }
    
    .contact-image {
        height: 300px;
    }
}

.footer-border {
    width: 100% !important;
    height: 100px !important;
    background-color: #000000 !important;
    margin: 0 !important;
    display: block !important;
    Padding:142px;
  }


 



/* Media query for tablets */
@media (max-width: 992px) {
    /* Header adjustments */
   
    
   
    
    .b2b {
        font-size: 42px;
    }
    
    .cognition {
        font-size: 22px;
        margin-top: 12px;
    }
    
    /* Hero section */
    .hero {
        flex-direction: column;
        padding: 30px 15px;
    }
    
    .hero-content {
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }
    
    .hero-content h1 {
        font-size: 36px;
        margin-left: 0;
    }
    
    .hero-content p {
        margin-left: 0;
    }
    
    .cta-btn {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .hero-image {
        margin: 0 auto;
        width: 90%;
        height: 300px;
    }
    
    .arrow-container {
        display: none; /* Hide arrow on smaller screens */
    }
    
    /* Services section */
    .services-text {
        flex-direction: column;
    }
    
    .services-text h2 {
        margin-left: 0;
        max-width: 100%;
        font-size: 32px;
    }
    
    .services-text p {
        margin-right: 0;
        max-width: 100%;
    }
    
    .service-cards {
        flex-wrap: wrap;
    }
    
    .card {
        min-width: calc(50% - 20px);
        margin-top: 20px;
        height: auto;
        min-height: 350px;
    }
    
    .dark-card {
        margin-left: 0;
    }
    
    /* Growth section */
    .growth-section {
        padding: 30px 20px;
    }
    
    .growth-content {
        flex-direction: column;
        gap: 40px;
        margin-left: 0;
    }
    
    .growth-image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .growth-text {
        margin-left: 0;
        text-align: center;
    }
    
    .growth-arrow {
        margin-left: auto;
        margin-right: auto;
    }
    
    .growth-text h2 {
        font-size: 32px;
        text-align: center;
    }
    
    .growth-text ul {
        text-align: left;
        max-width: 90%;
        margin: 0 auto;
    }
    
    /* Company categories */
    .categories-heading {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        font-size: 32px;
    }
    
    .heading-arrows3 {
        display: none;
    }
    
    .category-cards {
        flex-direction: column;
    }
    
    .category-card {
        width: 90%;
        margin: 10px auto;
        height: auto;
    }
    
    /* Contact section */
    .contact-container {
        flex-direction: column;
        height: auto;
        margin-left: 0;
    }
    
    .contact-form {
        width: 90%;
        margin: 0 auto;
    }
    
    .contact-image {
        width: 90%;
        height: 300px;
        margin: 20px auto 0;
    }
}

/* Media query for mobile phones */
@media (max-width: 576px) {
    /* Header adjustments */
   
    
    .container {
        flex-direction: row;
        gap: 15px;
    }
    
    
    
    .b2b {
        font-size: 34px;
    }
    
    .cognition {
        font-size: 18px;
        margin-top: 10px;
    }
    
    nav ul {
        gap: 15px;
    }
    
    nav ul li a {
        font-size: 14px;
    }
    
    .contact-btn {
        margin-top: 10px;
    }
    
    /* Hero section */
    .hero {
        margin-top: 60px;
        padding: 20px; /* Adjust for stacked header */
    }
    .hero-content{
        margin-top: 10px;
    }
    .hero-content h1 {
        font-size: 28px;
        margin-top: 10px;
    }
    
    /* Services section */
    .black-border {
        height: 80px;
    }
    
    .heading-arrows2 {
        display: none;
    }
    
    .service-cards {
        flex-direction: column;
    }
    
    .card {
        width: 100%;
        min-width: 0;
        margin: 10px 0;
    }
    
    /* Company categories */
    .categories-heading {
        font-size: 28px;
    }
    
    /* Contact form */
    .contact-form .title {
        font-size: 24px;
    }
    
    .contact-form input, 
    .contact-form textarea {
        width: 100%;
    }
}

/* Optional: Add a hamburger menu for mobile navigation */
@media (max-width: 768px) {
    /* Hide regular menu */
    nav {
        display: none;
    }
    
}
/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1000;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
    transition: 0.4s;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    padding-top: 70px;
}

.mobile-nav ul {
    flex-direction: column;
    text-align: left;
    margin-left: 20px;
}

.mobile-nav ul li {
    margin: 15px 0;
}

.mobile-nav ul li a {
    font-size: 20px;
}

@media (max-width: 768px) {
    .services-text {
        text-align: left;
    }
    .desktop-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* When menu is active */
    .mobile-nav.active {
        display: block;
    }
    
    /* Hamburger to X animation */
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}




/* This makes all images adjust their size automatically */
img {
    max-width: 100%;
    height: auto;
}

/* This makes text smaller on phones so it fits better */
@media (max-width: 576px) {
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 18px;
    }
}

/* This hides decorative elements that might cause layout problems on mobile */
@media (max-width: 768px) {
    .heading-arrows1, .heading-arrows2, .heading-arrows3, .decorative-arrow ,.growth-arrow{
        display: none; 
    }
}

/* This makes form elements easier to tap on mobile */
@media (max-width: 576px) {
    input, textarea, button {
        font-size: 16px;
    }
}



@media (max-width: 1024px) {
    .hero {
        flex-direction: column; /* Stack elements */
        text-align: center;
    }

    .hero-image {
        width: 90%; /* Ensure it fits within the screen */
    }

    .hero-content h1 {
        font-size: 36px; /* Adjust heading size */
    }

    .services-text {
        flex-direction: row;
        text-align: left;
    }

    .service-cards {
        flex-wrap: wrap; /* Ensures cards don’t overflow */
    }

    .card {
        width: 100%;
        max-width: 350px; /* Limits width so they don’t get cut */
        margin: 10px auto;
    }
}
.banner-section {
    /* Replace with your desired background image URL */
    background: url('images/back-case-study.png') no-repeat center center/cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;       
    padding: 200px 120px 50px 0px;
    height: 700px;
    width:100%;            
    color: #efefef;   
    margin-top: 100px;          
  }
  
  .banner-content {
    max-width: 600px;          
    text-align: left;
  }
  
  .banner-content h2 {
    margin: 0 0 20px;
    font-size: 2em;
  }
  
  .banner-content p {
    margin: 0 0 20px;
    line-height: 1.5;
  }
  
  .banner-content button {
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent button background */
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1em;
  }
  
  .banner-content button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 768px) {
    .banner-section {
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      height: auto; /* Let the height adjust based on content */
      margin-top:40px;
    }
    
    .banner-content {
      max-width: 100%;
      text-align: left; /* Center the content on smaller screens */
    }
    
    .banner-content h2 {
      font-size: 1.8em;
    }
    
    .banner-content p {
      font-size: 1em;
    }
     
    .banner-content a{
        text-decoration: none;
        background-color: #000;
        color: #fff;
      font-size: 1em;
      padding: 8px 16px;
      border: 1px solid;
      border-radius: 4px;
    }
  }
  /* 🔒 HARD LOCK HEADER LAYOUT */
header .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

