

body {
    font-family: Arial, sans-serif;
}



/* Mobile App Development Section */
h2.Mobile-application-main-heading {
    margin-bottom: 34px;
}

.appDevSec {
    background: url('./../../images/First_section _img.jpg') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.appDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.appDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}
.appDevSec .text-column {
    margin-top: 50px;
}



.appDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.appDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
      color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.appDevSec .btn-primary:hover {
    background: #e6b800;
}

.appDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .appDevSec{
        padding: 0;
    }
    .appDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
        margin-top: 39px;
    }
    .appDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .appDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .appDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .appDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
@media (max-width: 768px) {
  .expertise-image img {
    width: 35%;
  }
}


span.Mobile-application-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

/*business section start */
.business-app-section {
    background-color: #F5F5F5;
    /* padding: 80px 0; */
    padding: 60px 20px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

/* Section Title & Text */
.business-app-section span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}

.business-app-section h2 {
    font-family: 'Outfit', sans-serif;
    color: #333;
    padding-bottom: 15px;
    font-family: 32px;
}

.business-app-section p {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.business-app-section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.business-app-section .btn-primary:hover {
    /* background: #0056b3; */
    background: linear-gradient(90deg,  rgba(0, 107, 204, 1) 100%) rgba(0, 149, 228, 1) 0%,;
}

.business-app-section .image-container {
    text-align: right;
}

.business-app-section img {
    max-width: 77%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: -30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .business-app-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .business-app-section h2{
        font-size: 24px;
    }
    .business-app-section h2,
    .business-app-section p {
        text-align: center;
        font-size: 16px;
        
    }

    .business-app-section .image-container {
        text-align: center;
    }

    .business-app-section img {
        margin: 0 auto;
        max-width: 80%;
    }

    .business-app-section .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}



/* 
business section end 

    /* Benefit Boxes start */
    /* h2.Applications-heading {
    margin-bottom: 1px;
} */
 h2.Applications-heading.aos-init.aos-animate {
    font-size: 32px;
}
h2.Applications-heading.aos-init {
    font-size: 32px;
}
h2.WebDevelopmentProcess-heading.aos-init.aos-animate {
    font-size: 32px;
}

  .business-app-benefits {
  background: #f9f9f9;
  padding: 60px 20px;
}

  .section-heading {
        text-align: left;
        margin-bottom: 40px;
    }

   .business-app-benefits span {
        font-size: 18px;
        color: #006bcc;
        display: block;
        font-weight: 600;
    }


.advantage-box {
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 30px;
  max-width: 500px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  flex: 1 1 100%;
}

.advantage-box h3 {
        margin-top: 21px;
        font-size: 20px;
        user-select: none;
        color: #333333;
        text-align: left !important;

}

.advantage-box p {
    font-family: 'Outfit', sans-serif;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        color: #666;
        text-align: left !important;
}

.icon-circle {
  width: 40px;
  height: 40px;
  /* background: linear-gradient(45deg, #8e44ad, #3498db); */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon-circle img {
  width: 50px;
  height: 50px;
      object-fit: contain;
    border-radius: 50%;
}
/* Benefit Boxes end   */


/* .our-expertis section start 
 */
.our-expertise {
    padding: 60px 0;
    background-color: #FFF;
    text-align: center;
}

.expertise-heading span {
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}

.expertise-heading h2 {
    color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    margin-bottom: 11px;
}

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

.expertise-box {
    position: relative;
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 50px 8px 30px; 
    border-radius: 15px;
    width: 30%;
    text-align: center;
    overflow: visible; 
    margin-top: 19px;
}

.expertise-image {
    position: absolute;
    top: -28%;
    left: 49%;
    transform: translateX(-50%);
    width: 60%; /* Adjust width for better proportion */
    height: auto;
    filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.3)); /* Shadow for visibility */
}

.expertise-image img {
    width: 60%;
    height: auto;
}

.expertise-content {
    margin-top: 30px;
}

.expertise-content h3 {
    /* font-size: 24px; */
    font-size: 22px;
    color: white;
    font-weight: bold;
    /* margin: 0; */
}

.expertise-content p {
    font-size: 16px;
    line-height: 1.5;
    color: white;
}
.expertise-image {
    position: absolute;
    top: -28%;
    left: 49%;
    transform: translateX(-50%);
    width: 60%; 
    height: auto;
    filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.3)); 
    
    transition: transform 0.3s ease-in-out;
}

/* On Hover: Rotate Fast */
.expertise-image:hover {
    transform: translateX(-50%) rotate(360deg);
}


/* Responsive */
@media (max-width: 992px) {
    .expertise-boxes {
        flex-direction: column;
        align-items: center;
    }

    .expertise-box {
        width: 90%;
    }
    .expertise-heading h2 {
        font-size: 24px;
        text-align: center;
        }

    .expertise-image {
        width: 70%; 
        top: -40%; 
    }
}

/* }
our expertise section end */

/* tech section start */

/* Container for consistency */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.tech-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.section-heading.tech {
  text-align: left;
  margin-bottom: 40px;
}

.section-heading.tech span {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
}

.section-heading.tech h2 {
   font-family: 'Outfit', sans-serif;
  color: #333;
  padding-top: 10px;
  font-size: 32px;
  max-width: 600px;
  line-height: 1.4;
  
}

.tech-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.tech-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  flex: 1 1 calc(25% - 30px); /* 4 per row */
  max-width: calc(25% - 30px);
  min-width: 220px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
}

.tech-box:hover {
  transform: translateY(-5px);
}

.tech-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.tech-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-top: 10px;
}

/* Tablet */
@media (max-width: 992px) {
  .tech-box {
    flex: 1 1 calc(33.333% - 30px); /* 3 per row */
    max-width: calc(33.333% - 30px);
  }

  .section-heading.tech {
    text-align: center;
  }

  .section-heading.tech h2 {
    margin: 0 auto;
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tech-box {
    flex: 1 1 calc(45% - 30px); /* 2 per row */
    max-width: calc(45% - 30px);
  }

  .section-heading.tech h2 {
    font-size: 24px;
  }
}

/* Small Screens */
@media (max-width: 480px) {
  .tech-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tech-box img {
    width: 60px;
    height: 60px;
  }

  .section-heading.tech h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .tech-boxes {
    justify-content: center; /* Center all items */
  }

  .tech-box {
    flex: 0 1 80%;
    max-width: 37%;
  }
}

/* tech section end */








/* benefits-section start */
.header-container {
    padding: 20px 0;
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.benefits-section {
    background-color: #F5F5F5;
    padding: 60px 0;
}

.benefits-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.section-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.section-heading {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    box-sizing: border-box;
}

.card {
    background: white;
    border-radius: 10px;
    padding: 7px 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.card img {
    margin: 19px 0;
    max-width: 20%;
    vertical-align: middle;
    border: none;
}
.card img {
    margin: 19px 0;
    max-width: 20%;
    vertical-align: middle;
    border: none;
    transition: transform 0.5s ease-in-out;
}

/* Jab .card pe hover ho, tab image rotate ho */
.card:hover img {
    transform: rotate(360deg);
}


/* Decorative corner */
.card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 104px;
    height: 98px;
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* Card Title */
.card-title {
    /* font-size: 18px;
    font-weight: bold;
    margin: 10px 0; */   
     font-size: 20px;
    user-select: none;
}

/* Card Text */
.card-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
    
}

/* Responsive Design */
@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr); 
    }
    .card-title{
        font-size: 22px;
    }
}

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










/* Addressing section start */
.Addressing-section {
    background-color: #fff;
    padding: 60px 0;
}

.Addressing-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.Addressing-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.Addressing-heading {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
}
.Addressing-section p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    font-family: 'Outfit', sans-serif;
}
.bullet-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
    padding: 0;
    list-style: none;
}

.bullet-points li {
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}



/* Discover the benefits and copy section */
/* Header */
.header-container {
    padding: 20px 0;
    background-color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Section Animation */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Addressing Key section start */

/* Applications Section */
.Applications-section {
    background-color: #f5f5f569;
    /* background-color: #F5F5F5; */
    /* padding: 60px 0; */
        padding: 60px 20px;
    opacity: 0; /* Initially hidden */
    animation: slideUp 1s ease-out forwards;
}

/* Container */
.Applications-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* Titles */
.Applications-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    /* text-align: left; */
    margin: 0;
    opacity: 0;
    /* margin-bottom: 6px; */
    animation: slideUp 1s ease-out forwards 0.2s;
        display: flex;
    justify-content: center;
}

.Applications-heading {
    font-size: 28px;
    color: #333;
    margin-bottom: 1px;
    text-align: center;
    opacity: 0;
    animation: slideUp 1s ease-out forwards 0.4s;
}
.Applications-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: center;
}

/* Grid Layout */
.Applications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    box-sizing: border-box;
    opacity: 0;
    animation: slideUp 1s ease-out forwards 0.6s;
}

/* Cards */
.Applications-card {
    background: white;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid #006BCC;
    transition: background 0.3s ease, color 0.3s ease;
}
.Applications-card h3{
      font-size: 20px;
}


.Applications-card:hover {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
}


.Applications-card:hover h3,
.Applications-card:hover p {
    color: white;
}

.Applications-card img {
    margin: 10px 0;
    width: 50px;
    height: 50px;
}


.Applications-card-title {
    font-size: 24px;
    font-weight: bold;
}


.Applications-card-text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
    transition: color 0.3s ease;
}

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

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

 /* iOS-page */
 .iosAppDevSec {
    background: url('./../../images/ios_banner_img.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.iosAppDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.iosAppDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.iosAppDevSec .text-column {
    margin-top: 50px;
}

.iosAppDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.iosAppDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.iosAppDevSec .btn-primary:hover {
    background: #e6b800;
}

.iosAppDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .iosAppDevSec {
        padding: 0;
    }
    .iosAppDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .iosAppDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .iosAppDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .iosAppDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .iosAppDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}

/* Transforming section start */
.Transforming-section {
    background-color: #f8f9fb;
    padding: 60px 0;
}

.Transforming-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.Transforming-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.Transforming-heading {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
}

.Transforming-section p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    font-family: 'Outfit', sans-serif;
}

.Transforming-bullet-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
    padding: 0;
    list-style: none;
}

.Transforming-bullet-points li {
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .Transforming-heading {
        font-size: 24px; /* Adjusted font size for mobile */
        /* text-align: center; */
        margin-bottom: .5rem;
    }

    .Transforming-title {
        text-align: center;
    }
    span.Transforming-title{
        font-size: 14px;
    }
    .Transforming-section p{
        font-size: 16px;
    }

    .Transforming-bullet-points {
        grid-template-columns: repeat(1, 1fr); /* Single column layout on mobile */
        text-align: center;
    }
}
/* ransforming section end */ */
/* benifits section ios */


/* .development-services section start */
section.development-services {
    background-color: #F3F3F3;
}
.development-services {
    padding: 60px 0;
    background-color: #F3F3F3;
    text-align: center;
}

.services-heading span {
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}

.services-heading h2 {
    color: #333;    
    padding-bottom: 30px;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
}

.development-services p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    font-family: 'Outfit', sans-serif;
}

.col-md-4.aos-init.aos-animate {
    margin-top: 0;
}

/* New Section Styling */
.service-icons {
    background-color: white;
}
.ios-services {
    margin-top: 40px;
}

.service-icons {
    display: flex;
    justify-content: center;
    gap: 29px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px;
}

.service-item {
    text-align: center;
    max-width: 150px;
}

.service-item img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.service-item p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: 'Outfit', sans-serif;
}

/* Content Section */
.service-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
    gap: 40px;
}

.service-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
}

.service-text {
    max-width: 500px;
}

.service-text h3 {
    font-size: 24px;
    color: #006bcc;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-content {
        flex-direction: column;
        text-align: center;
    }

    .service-text {
        max-width: 100%;
    }
}


/* .development-services section end */


/* Specialization Section Start */
section.app-specialization {
    padding: 60px 0;
    background-color: #0b0a0a17;
}

.app-specialization-heading {
    text-align: left;
    margin-bottom: 40px;
    max-width: 85%;
    margin-left: 0;
}

.app-specialization-heading span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}

.app-specialization-heading h2 {
    padding-bottom: 20px;
    font-size: 32px;
}

/* Specialization Boxes */
.app-specialization-box {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    max-width: 85%;
    min-height: 87%;
}

.app-specialization-box img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-bottom: 0;
}

.box-content {
    flex: 1;
}

.app-specialization-box h3 {
    font-size: 20px;
    user-select: none;
}

.app-specialization-box p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
}

/* Responsive */
@media (max-width: 1024px) {
    .app-specialization-heading {
        max-width: 90%;
    }

    .app-specialization-heading span {
        padding-left: 32px;
        font-size: 14px;
    }

    .app-specialization-heading h2 {
        padding-left: 28px;
    }
}

@media (max-width: 768px) {
    .app-specialization-heading {
        max-width: 100%;
        text-align: center;
    }

    .app-specialization-heading span {
        padding-left: 32px;
    }

    .app-specialization .row {
        flex-direction: column;
    }

    .app-specialization-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .app-specialization-box img {
        margin-bottom: 10px;
    }

    .box-content {
        text-align: center;
    }
}
/* Specialization Section End */


.ios-app-development-section {
    padding: 60px 0;
    background-color: #ffffff;
  }
  
  .ios-content .subheading {
    color: #006bcc;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
  }
  
  /* .ios-content .heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
  } */
  
  .ios-content .description {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
  }
  
  .ios-features-box {
    background-color: #006BCC;
    color: #fff;
    padding: 25px;
    border-radius: 16px;
  }
  
  .ios-features-box .feature {
    margin-bottom: 25px;
  }
  
  .ios-features-box .feature:last-child {
    margin-bottom: 0;
  }
  
  .ios-features-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
  }
  
  .ios-features-box p {
    font-size: 14px;
    line-height: 24px;
    color: white;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .ios-app-development-section {
      padding: 40px 0;
    }
  
    .ios-content .heading {
      font-size: 24px;
    }
  
    .ios-content .description {
      font-size: 14px;
    }
  
    .ios-features-box {
      padding: 20px;
    }
  
    .ios-features-box h4 {
      font-size: 16px;
    }
  
    .ios-features-box p {
      font-size: 13px;
    }
  }
  /* ios benifit section start */
  section.Applications-sectio {
    padding: 60px 0;
}
span.ios-title {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}
/* ios benifits section end */
/*  faq sectioin start */

  .faq-section {
    width: 100%;
    background-color: #F5F5F5;
    padding: 60px 0;
  }
  .title span {
    color: #006BCC;
}

  .faq-container {
    max-width: 800px;
    margin: auto;
  }
  
  .faq-subtitle {
    color: #006BCC !important ;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .faq-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #333;
  }
  
  .faq-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  .faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq-question .highlight {
    color: #006BCC;
  }
  
  .faq-answer {
    display: none;
    padding: 0 20px 20px;
    color: #7A7A7A;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .faq-answer.show {
    display: block;
  }
  
  .icon {
    font-size: 14px; /* smaller arrow */
    color: #BDBDBD;
    transition: transform 0.3s ease;
  }
  
  .faq-card.active .icon {
    color: #006BCC;
  }
  /* faq section end */


  /* web service-page start */


  .webDevSec {
    background: url('./../../images/web_development._banner_img.jpg') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.webDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.webDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.webDevSec .text-column {
    margin-top: 50px;
}

.webDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.webDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.webDevSec .btn-primary:hover {
    background: #e6b800;
}

.webDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .webDevSec {
        padding: 0;
    }
    .webDevSec h1 {
        font-size: 27px;
        text-align: center;
    }
    .webDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .webDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .webDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .webDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}



/* web-dev-section start */


.web-dev-section {
  padding: 60px 20px;
  color: #fff;
}

/* .container {
  max-width: 1140px; 
  margin: 0 auto;
  padding: 0 20px; 
} */

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  color: #333;
  flex: 1 1 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  text-align: left;
}

.text-box h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.text-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.image-box {
  flex: 1 1 45%;
  text-align: center;
}

.image-box img {
  max-width: 100%;
  border-radius: 12px;
}

/* web-dev-section End */






















  .StatsSection_main {
    background: #006bcc;
    color: #fff;
    padding: 40px 0;
}
.StatsSection_main {
    background: #006bcc;
    color: #fff;
    padding: 40px 0;
}

/* Container and Alignment */
.StatsSection_container {
    height: 100% !important;
    align-items: center;
}

.StatsSection_row {
    height: 100% !important;
    align-items: center;
}

/* Individual Cards */
.StatsSection_center {
    text-align: center;
    margin: 0 auto;
}

.StatsSection_card {
    display: flex;
    flex-direction: column;
    align-items: center;
}
span.count-value {
    color: white;
    font-size: 32px;
}

/* Counter Numbers */
.StatsSection_number {
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    color: white;
}

/* Description Text */
.StatsSection_text {
    font-weight: 600;
    color: #fff;
    font-size: 18.5px;
    margin-bottom: 0;
}




section.ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ {
    padding: 60px 0;
}
.ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ span{
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}
/* span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
} */


    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_card__dTcoc.ListedBelowAreTheModules_filter-button__eVrOG {
        background:  #F2F8FD;
        box-shadow: none;
        margin: 15px 0;
        display: grid;
        place-content: center;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_card-height__2dRES {
        min-height: 140px;
        height: 210px;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_card__dTcoc {
        visibility: q;
        padding: 20px;
        border-radius: 10px;
        border: none;
        box-shadow: 0 0 15px 0 #ddd;
        height: 100%;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ 
    .ListedBelowAreTheModules_filter__VtSro:hover li {
        color: white !important;
    }


    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_text-left__S46CA {
        text-align: left !important;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_card__dTcoc {
        padding: 20px;
        border-radius: 10px;
        border: none;
        box-shadow: 0 0 15px 0 #ddd;
        height: 100%;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_card__dTcoc {
        visibility: q;
        padding: 20px;
        border-radius: 10px;
        border: none;
        box-shadow: 0 0 15px 0 #ddd;
        height: 100%;
    }

    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_hover-card__WLy5F.ListedBelowAreTheModules_active__taYqV p {
        color: #fff;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_card-content-core-modules__waiOq p {
        font-weight: 500;
        font-size: 18px;
    }
    
.ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_hover-card__WLy5F.ListedBelowAreTheModules_active__taYqV, .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_hover-card__WLy5F:hover {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);}


    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_filter__VtSro {
        position: relative;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_overlay__rLyKQ {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        right: 0;
        height: 100%;
        width: 92%;
        opacity: 0;
        border-radius: 10px;
        transition: .5s ease;
        transition-timing-function: ease-in;
        background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    }
    .li{
        color: white;
    }
    
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ .ListedBelowAreTheModules_features-card-text__pTCZ1 {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        left: 0;
        width: 100%;
        font-weight: 500;
        text-align: center;
    }
    .text-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    }
    
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ h4.ListedBelowAreTheModules_features-card-hover-heading__Gubhe {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }
    .ListedBelowAreTheModules_Listed_Below_Are_The_Modules__A9ZvQ 
    .ListedBelowAreTheModules_filter__VtSro:hover 
    .ListedBelowAreTheModules_overlay__rLyKQ {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
  
/* web service section start */
/* General Section Styling */
.custom-webdev-section {
  padding: 60px 15px; 
  /* background-color: #f8f9fb; */
     background-color: #f0f0f0s; */
  
  font-family: 'Segoe UI', sans-serif;
}

.webdev-container {
  max-width: 1140px; 
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: stretch;
}

.webdev-content {
  flex: 1 1 63%;
}

.webdev-heading {
  font-size: 32px;
  color: #333;
  text-align: left;
}

.webdev-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.webdev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.webdev-card {
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 16px;
  transition: box-shadow 0.3s ease;
  min-height: 200px;
  justify-content: flex-start;
}

.webdev-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.webdev-icon {
  background-color: #2563eb;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webdev-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.webdev-card-title {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  text-align: left;
}

.webdev-card-text {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

.webdev-image-wrapper {
  flex: 1 1 32%;
  max-width: 32%;
  display: flex;
  align-items: flex-start;
}

.webdev-image-wrapper img {
  margin-top: 151px;
    width: 100%;
    border-radius: 16px;
    object-fit: fill;
    /* height: 639px !important; */
      /* height: 590px !important; */
      margin-top: 200px;
          margin-top: 203px;
            height: 592px !important; 

}

/* Responsive Design */
@media (max-width: 992px) {
  .webdev-container {
    flex-direction: column;
  }

  .webdev-content,
  .webdev-image-wrapper {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .webdev-grid {
    grid-template-columns: 1fr;
  }

  .webdev-image-wrapper {
    margin-top: 30px;
    align-items: center;
  }
}




/* 
.container {
  max-width: 1200px;
  margin: auto;
} */

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.text-box {
   background: linear-gradient(135deg, #006BCC 0%, #0095E4 50%, #40A5E5 75%);
  /* background: white; */
  border-radius: 20px;
  padding: 30px;
  flex: 1 1 50%;
  margin-right: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.text-box h2 {
  color: #006bcc;
  font-size: 28px;
  margin-bottom: 20px;
}

.text-box p {
  /* font-size: 16px; */
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #FFF;
}

.image-box {
  flex: 1 1 40%;
  text-align: center;
}

.image-box img {
  max-width: 84%;
  height: auto;
}

.WebDevelopmentProcess-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.WebDevelopmentProcess-title {
  font-size: 18px;
  color: #2a2a2a; /* Dark Gray color from Keasbrain */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.WebDevelopmentProcess-heading {
  font-size: 28px;
    color: #333;
    /* margin-bottom: 30px; */
    text-align: center;
    opacity: 0;
    animation: slideUp 1s ease-out forwards 0.4s;
}
.WebDevelopmentProcess-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}


.WebDevelopmentProcess-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.WebDevelopmentProcess-card {
  width: 30%;
  background: linear-gradient(145deg, #f0f0f0, #ffffff);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.WebDevelopmentProcess-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.WebDevelopmentProcess-card h3 {
  font-size: 20px;
  color: ; 
  margin-bottom: 15px;
  font-weight: 600;
}

.WebDevelopmentProcess-card p {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

.WebDevelopmentProcess-card::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  width: 120%;
  height: 120%;
  background-color:#006bcc; /* Keasbrain's blue color */
  opacity: 0.1;
  transform: translateX(-50%) rotate(45deg);
  pointer-events: none;
  z-index: -1;
}

.WebDevelopmentProcess-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .WebDevelopmentProcess-card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .WebDevelopmentProcess-card {
    width: 100%;
  }

  .WebDevelopmentProcess-title {
    font-size: 16px;
  }

  .WebDevelopmentProcess-heading {
    font-size: 28px;
  }

  .WebDevelopmentProcess p {
    font-size: 14px;
  }
}
.webdev-service-section {
  padding: 60px 20px;
  background-color: #f8fafc;
}

.webdev-service-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.webdev-service-title {
  text-align: center;
  /* font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 60px;
  color: #1a1a1a; */
      font-size: 32px;
    color: #333;
        margin-bottom: 29px;
}
span.Applications-title.our-process {
    display: flex;
    justify-content: center;
}

.webdev-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.webdev-service-item {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 500px;
  transition: transform 0.3s ease;
  cursor: pointer;
  border-left: 4px solid #006BCC;
  padding-left: 20px;
}

.webdev-service-item:hover {
  transform: translateX(10px);
}

.webdev-service-icon {
  font-size: 2.5rem;
  color: #006BCC;
}

.webdev-service-text h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #222;
}

.webdev-service-text p {
  margin: 5px 0 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Media Query */
@media screen and (max-width: 768px) {
  .webdev-service-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .webdev-service-icon {
    margin-bottom: 10px;
  }
}

/* web devlopment section start */
h2.technologie-heading {
    display: flex;
    justify-content: center;
}
.webdev-service-text h3 {
    font-size: 20px;
       font-family: 'Outfit', sans-serif;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: capitalize;
}
section.web-dev-services {
  padding: 60px 20px;
  background-color: #F5F5F5;
  text-align: center;
}

section.web-dev-services h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

section.web-dev-services p.subheading {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.Benefits-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}
.box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  padding-bottom: 40px; /* reserve space for bottom-line */
}

.box img {
  height: 140px;
  width: 140px;
  object-fit: contain;
  display: block;
  margin: 30px auto 10px; /* center and space */
}


.box h4 {
  font-size: 20px;
  color: #006bcc;
  font-weight: 600;
  margin: 10px 20px;
  transition: color 0.3s ease;
}

.overlay-text {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: linear-gradient(135deg, #006BCC 0%, #0095E4 50%, #40A5E5 75%);
  transition: background 0.3s ease;
}

.box:hover {
  background: linear-gradient(135deg, #006BCC 0%, #0095E4 50%, #40A5E5 75%);
  transform: translateY(-5px);
}

.box:hover .overlay-text {
  opacity: 1;
}

.box:hover h4 {
  color: #fff;
}

.box:hover .bottom-line {
  background: #fff;
  height: 4px;
}

/* technology-section start */

.technology-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333;
}
span.technologies-span {
    justify-content: center;
    display: flex;
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    /* text-align: center; */
    margin: 0;
    opacity: 0;
    animation: slideUp 1s ease-out forwards 0.2s;
}
.technologies-subtitle {
 font-size: 20px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
}

.tech-item {
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-icon {
  font-size: 50px;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.tech-item p {
  margin: 0;
  font-weight: 500;
  color: #333;
  font-size: 20px;
}

.tech-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.tech-item:hover .tech-icon {
  transform: scale(1.1);
}





/* ui ux development page start
 */


.hero-section {
 background: url('./../../images/banner-ui-ux image.jpg') no-repeat center center/cover;
  color: #fff;
  /* padding: 120px 20px; */
  padding: 195px 20px;
}

.hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-content {
  max-width: 600px;
}

.hero-content h1 {
  font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
    font-family: sans-serif;
}

.hero-content p {
  font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.btn-primary {
  background-color: #006bcc;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease;
  font-family: sans-serif;
}

.btn-primary:hover {
  background-color: #e05a00;
}
/* 🔹 iPad & Tablets (768px - 1024px) */
@media (max-width: 1024px) {
  .hero-section {
    padding: 150px 20px 80px 20px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 3rem;
    margin-top: 60px;
  }

  .hero-content p {
    font-size: 1rem;
  }
}

/* 🔹 Mobile Devices (up to 768px) */
@media (max-width: 768px) {
  .hero-section {
    padding: 120px 15px 60px 15px;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 2.3rem;
    margin-top: 40px;
  }

  .hero-content p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .btn-primary {
    padding: 10px 25px;
    font-size: 1rem;
  }
}

/* 🔹 Small Mobile (up to 480px) */
@media (max-width: 480px) {
  .hero-section {
    padding: 100px 10px 50px 10px;
  }

  .hero-content h1 {
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .hero-content p {
    font-size: 0.95rem;
  }

  .btn-primary {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}


/* Section 2 */
.section-two {
  background-color: #F5F5F5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.section-two-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.section-two .section-text {
  flex: 1;
  max-width: 50%;
}

.section-two .section-text h2 {
 font-family: 'Outfit', sans-serif;
    color: #333;
    padding-bottom: 15px;
    font-size: 32px;    
}

.section-two .section-text h2 span {
  color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.section-two .section-text p {
     color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.section-two .section-text p strong {
  color: #0066cc;
  font-weight: 600;
}

.section-two .section-image {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.section-two .section-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .section-two .section-two-inner {
    flex-direction: column;
  }

  .section-two .section-text,
  .section-two .section-image {
    max-width: 100%;
  }

  .section-two .section-text h2 {
    font-size: 26px;
  }

  .section-two .section-text p {
    font-size: 18px;
  }
}

/* section two end  */


.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  font-family: 'Outfit', sans-serif;
}
.section-title span {
  color: #006BCC;
}

section.services-section.py-5 {
    background: #f7f9fc;
    padding: 60px 20px;
}
.section-subtitle {
  color: #666;
  font-size: 20px;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.service-box h3 {
  font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}
.service-box {
  transition: all 0.3s ease;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 20px;
}
.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.service-box .icon {
  transition: color 0.3s ease;
}
.service-box:hover .icon {
  color: #006BCC;
}




.why-choose-keasbrain {
  background-color: #fff;
  font-family: 'Outfit', sans-serif;
}

.why-choose-keasbrain .section-title {
  /* margin-right: 151px; */
    /* font-size: 32px; */
    font-weight: 500;
    /* color: #000; */
    /* color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px; */



    font-family: 'Outfit', sans-serif;
    color: #333;
    padding-bottom: 15px;
    font-size: 32px;
    margin-left: -149px;
}

.why-choose-keasbrain .section-title span {
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    /* display: block; */
    margin-right: 401px;
}

.why-choose-keasbrain p {
 color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.feature-points li {
  font-size: 16px;
  margin-bottom: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.feature-points i {
  font-size: 18px;
}
why-choose-keasbrain img{
  width: 90%;
}

@media (max-width: 992px) {
.why-choose-keasbrain .section-title{

  font-size: 24px;
}


}

.uiux-steps-row-section {
  background: #f7f9fc;
  font-family: 'Outfit', sans-serif;
  padding: 60px 0;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
  text-align: center;
}

.section-title span {
  color: #006BCC;
}

.section-intro {
  font-size: 20px;
  color: #666;
  max-width: 700px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  margin-top: 0 !important;
}

.step-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  width: 100%;
  max-width: 260px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-card:hover {
  box-shadow: 0 14px 40px rgba(0,0,0,0.15);
  transform: translateY(-10px);
}

.step-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  flex-shrink: 0;
}

.icon-bg-blue {
  background-color: #006BCC;
}
.icon-bg-green {
  background-color: #28a745;
}
.icon-bg-amber {
  background-color: #ffc107;
  color: #333;
}
.icon-bg-cyan {
  background-color: #17a2b8;
}

.step-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}

.step-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  flex-grow: 1;
}

/* Responsive */
@media (max-width: 1100px) {
  .steps-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .steps-row {
    grid-template-columns: 1fr;
  }
}


.uiux-process-section {
  background-color: #f7f9fc;
  padding: 80px 20px;
}

.section-heading {
  margin-bottom: 50px;
}

/* .section-heading span {
  color: #006bcc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  font-size: 14px;
} */

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto 15px;
  font-family: 'Outfit', sans-serif;
  color: #111;
  max-width: 600px;
}

.section-heading p {
  color: #666;
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Process Cards */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.process-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 30px 20px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  height: 100%;
  cursor: pointer;
}

.process-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 28px rgba(0, 107, 204, 0.15);
  border-color: #006bcc;
}

.process-icon {
  font-size: 40px;
  color: #006bcc;
  margin-bottom: 20px;
}

.process-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
    display: flex;
}

.process-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  text-align: left;
}


.uiux-tech-section {
  background-color: #F2F8FD;
  padding: 60px 0;
  font-family: 'Outfit', sans-serif;
}

.section-heading span {
  /* color: #006bcc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; */
      font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}


.section-heading h2 {
color: #333;
    font-size: 32px;
    font-weight: 500;
        margin: 0;
}

.section-heading p {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: center;
}

.tech-card {
  /* background: #f7f9fc;
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: 100%; */
  background: #fff;
    border-radius: 8px;
    padding: 19px 39px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    height: 100%;
}

.tech-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0, 107, 204, 0.1);
}

.tech-card img {
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.tech-card h3 {
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}


.uiux-case-studies {
  background-color: #f7f9fcff;
  padding: 80px 0;
  font-family: 'Outfit', sans-serif;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.case-card {
  background: #f7f9fc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.case-card img {
  width: 100%;
  height: auto;
  display: block;
}

.case-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px;
  color: #333;
}

.case-card p {
  font-size: 16px;
  color: #666;
  margin: 0 15px 20px;
}

.expertise-heading {
    margin-bottom:58px;
}




.uiux-section {
  /* background: linear-gradient(to right, #4a90e2, #1a2e73); */
  background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
  color: #fff;
  padding: 60px 20px;
}

.uiux-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.uiux-left {
  background: #fff;
  color: #1a2e73;
  border-radius: 30px;
  padding: 30px;
  flex: 1 1 500px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.uiux-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.uiux-left h2 span {
  color: #4a90e2;
}

.uiux-left p {
  font-size: 16px;
  margin-bottom: 20px;
}

.uiux-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.uiux-list ul {
  list-style: none;
  padding: 0;
}

.uiux-list li {
  font-size: 16px;
  margin-bottom: 10px;
 color: #006bcc;
}

.uiux-right {
  flex: 1 1 500px;
  text-align: center;
}

.uiux-right img {
  max-width: 104%;
  height: auto;
}




/* solution section start */
.trusted-ux-section {
  background-color: #ffffff;
}

.trusted-ux-heading .section-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #00a86b;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.trusted-ux-heading .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

.trusted-ux-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.trusted-ux-item:hover {
  background-color: #f0f0f0;
}

.trusted-ux-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.trusted-ux-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.Faqs {
    padding: 60px 20px;
    background-color: #F2F8FD;
}
/* ui ux development page End */

/* Ecoomerce development section start */
.ecommerce-banner {
    background: url('./../../images/ecommerce_banner_img1.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.ecommerce-banner .container {
    max-width: 1200px;
    margin: auto;
}

.ecommerce-banner h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.ecommerce-banner .text-column {
    margin-top: 50px;
}

.ecommerce-banner p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.ecommerce-banner .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.ecommerce-banner .btn-primary:hover {
    background: #e6b800;
}

.ecommerce-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .ecommerce-banner {
        padding: 0;
    }
    .ecommerce-banner h1 {
        font-size: 27px;
        text-align: center;
    }
    .ecommerce-banner p {
        font-size: 15px;
        text-align: center;
    }
    .ecommerce-banner .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .ecommerce-banner .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .ecommerce-banner img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}

.ecommerce-app {
    /* background-color: #F5F5F5; */
    /* padding: 80px 0; */
    padding: 60px 0px;
    background-color: #fff;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

/* Section Title & Text */
.ecommerce-app span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}

.ecommerce-app h2 {
    font-family: 'Outfit', sans-serif;
    color: #333;
    padding-bottom: 15px;
    font-family: 32px;
}

.ecommerce-app p {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.ecommerce-app .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.ecommerce-app .btn-primary:hover {
    /* background: #0056b3; */
    background: linear-gradient(90deg,  rgba(0, 107, 204, 1) 100%) rgba(0, 149, 228, 1) 0%,;
}

.ecommerce-app .image-container {
    text-align: right;
}

.ecommerce-app img {
    max-width: 77%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: -30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .ecommerce-app-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .ecommerce-app-section h2{
        font-size: 24px;
    }
    .ecommerce-app h2,
    .ecommerce-app-section p {
        text-align: center;
        font-size: 16px;
        
    }

    .ecommerce-app .image-container {
        text-align: center;
    }

    .ecommerce-app img {
        margin: 0 auto;
        max-width: 80%;
    }

    .ecommerce-app .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}

.ecommerce-features {
  background-color: #f9f9f9;
}

.feature-box img {
  margin-bottom: 15px;
  width: 64px;
  height: 64px;
}

.feature-box h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
}

.feature-box p {
      font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
}








.ecommerce-features {
  background-color: #f8f9fa; /* Light grey background */
}



.feature-box {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.feature-box img {
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.feature-box p {
      font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
}

 /* ecommerce why choose section start  */
.ecommerce-why-choose-us {
  padding: 60px 20px;
  background: linear-gradient(to bottom right, #f9f9f9, #ffffff);
}

.ecommerce-expertise-heading span {
  /* font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px; */
  font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}

.ecommerce-expertise-heading h2 {
  color: #333;
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.ecommerce-subtext {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 20px;
  color: #666;
  line-height: 1.7;
}

.ecommerce-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.ecommerce-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}

.ecommerce-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 4px;
  background-color: #006bcc;
  border-radius: 2px;
}

.ecommerce-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
  border-color: #006bcc;
}

.ecommerce-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 107, 204, 0.05) 0%, transparent 70%);
  transition: all 0.5s ease;
  z-index: 0;
}

.ecommerce-card:hover::before {
  top: 0;
  left: 0;
}

.ecommerce-card .card-icon img {
  max-width: 90px; /* Increased image size */
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  z-index: 1;
  position: relative;
}

.ecommerce-card:hover .card-icon img {
  transform: scale(1.1);
}

.ecommerce-card-title {
  font-size: 20px; /* h3 font size */
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.ecommerce-card-text {
  /* font-size: 16px; /* p font size */
  color: #666;
  line-height: 1.6;
  z-index: 1;
  position: relative; 
}


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

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

  .ecommerce-expertise-heading h2 {
    font-size: 28px;
  }

  .ecommerce-subtext {
    font-size: 16px;
    margin-bottom: 30px;
  }
}


  .ecommerce-expertise-heading h2 {
    font-size: 28px;
  }

  .ecommerce-subtext {
    font-size: 16px;
    margin-bottom: 30px;
  }


.ecommerce-expertise-heading span {
 /* font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block; */
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: block;
}
 


.ecommerce-expertise-heading h2 {
  /* font-size: 30px;
  color: #1e1e1e;
  margin-bottom: 10px;
  font-weight: 700; */
      color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
}

.ecommerce-subtext {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 20px;
  color: #666;
}

.ecommerce-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.ecom-feature-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

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

.ecom-feature-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: invert(26%) sepia(97%) saturate(2866%) hue-rotate(189deg) brightness(94%) contrast(95%);
}

.ecom-feature-box h3 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 10px;
}

.ecom-feature-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}


.ecommerce-tech-stack {
  background-color: #f8f9fa;
}

.ecommerce-tech-heading span {
  font-size: 14px;
  font-weight: 600;
  color: #007bff;
  text-transform: uppercase;
}

.ecommerce-tech-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #212529;
  margin: 10px 0;
}

.ecommerce-tech-subtext {
  max-width: 700px;
  margin: auto;
  color: #666;
  font-size: 16px;
}

.ecommerce-tech-box {
  background-color: #fff;
  text-align: center;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

.ecommerce-tech-box:hover {
  transform: translateY(-5px);
}

.ecommerce-tech-box img {
  max-width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.ecommerce-tech-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}


/* ecommerce-invest-section start */
.ecommerce-invest-section {
  background-color: #fff;
  padding: 80px 20px;
}

.ecommerce-invest-heading span {
  /* font-size: 14px;
  font-weight: 600;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px; */
      font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;

}

.ecommerce-invest-heading h2 {
        color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;

}

.ecommerce-invest-subtext {
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.ecommerce-invest-box {
  background-color: #f8f9fa;
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.05);
  transition: all 0.4s ease;
  border-top: 4px solid #007bff;
  position: relative;
  height: 100%;
}

.ecommerce-invest-box:hover {
  background-color: #eaf4ff;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 123, 255, 0.15);
}

.ecommerce-invest-box img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.ecommerce-invest-box:hover img {
  transform: scale(1.1);
}

.ecommerce-invest-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 10px;
}

.ecommerce-invest-box p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ecommerce-invest-heading h2 {
    font-size: 28px;
  }

  .ecommerce-invest-subtext {
    font-size: 15px;
  }

  .ecommerce-invest-box img {
    width: 80px;
  }
}




/* software-development page start */
.software-development_hero_Section {
    background: url('./../../images/software_development_banner_img1.2.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.software-development_hero_Section .container {
    max-width: 1200px;
    margin: auto;
}

.software-development_hero_Section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.software-development_hero_Section .text-column {
    margin-top: 50px;
}

.software-development_hero_Section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.software-development_hero_Section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.software-development_hero_Section .btn-primary:hover {
    background: #e6b800;
}

.software-development_hero_Section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .software-development_hero_Section {
        padding: 0;
    }
    .software-development_hero_Section h1 {
        font-size: 27px;
        text-align: center;
    }
    .software-development_hero_Section p {
        font-size: 15px;
        text-align: center;
    }
    .software-development_hero_Section .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .software-development_hero_Section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .software-development_hero_Section img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
/* software dev section start */

.software-dev-section {
  background-color: #F5F5F5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.software-dev-section .section-two-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row; /* default for desktop */
}

.software-dev-section .section-text {
  flex: 1;
  max-width: 50%;
}

.software-dev-section .section-text h2 {
  font-family: 'Outfit', sans-serif;
  color: #333;
  padding-bottom: 15px;
  font-size: 32px;    
}

.software-dev-section .section-text h2 span {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.software-dev-section .section-text p {
  color: #666;
  font-size: 20px;
  line-height: 1.5;
}

.software-dev-section .section-image {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.software-dev-section .section-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Changes */
@media (max-width: 768px) {
  .software-dev-section .section-two-inner {
    flex-direction: column;
  }

  .software-dev-section .section-text,
  .software-dev-section .section-image {
    max-width: 100%;
  }

  .software-dev-section .section-text h2 {
    font-size: 26px;
  }

  .software-dev-section .section-text p {
    font-size: 18px;
  }
}

    h2.software-heading { 
        margin-bottom: 39px;
    }

    section.software-app-benefits {
        padding: 60px 0;
        background-color: white;
    }

    .section-heading {
        text-align: left;
        margin-bottom: 40px;
    }

    .section-heading span {
        font-size: 18px;
        color: #006bcc;
        display: block;
        font-weight: 600;
    }

    .section-heading h2 {
        font-size: 32px;
        font-weight: 500;
        /* margin: 15px 0; */
        color: #333;
    }

    .section-heading {
        max-width: 85%;
        margin-left: 0; 
    }

    /* Benefit Boxes */
    .benefit-box {
        background: #F5F5F5;
        padding: 20px;
        border-radius: 10px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 30px;
        max-width: 85%;
    }

    .benefit-box img {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .benefit-content {
        flex: 1;
    }

    .benefit-box h3 {
        font-size: 20px;
        user-select: none;
    }

    .benefit-box p {
        font-family: 'Outfit', sans-serif;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        color: #666;
    }

    @media (max-width: 1024px) {
        .section-heading {
            max-width: 90%;
        }
        .section-heading span {
            font-size: 14px;
        }
        .section-heading.left, .benefit-box.left {
            margin-left: 5%;
        }

        .section-heading.right, .benefit-box.right {
            margin-right: 5%;
        }
        .section-heading h2{
            padding-left: 28px;
        }
    }

    @media (max-width: 768px) {
        .section-heading {
            max-width: 100%;
            text-align: center;
        }

        .business-app-benefits .row {
            flex-direction: column;
        }

        .benefit-box {
            flex-direction: column;
            text-align: center;
            align-items: center;
            max-width: 100%;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .benefit-box img {
            margin-bottom: 10px;
        }

        .benefit-content {
            text-align: center;
        }
    }




/* Software Development Section */
.software-dev-section {
  padding: 60px 20px;
  color: #fff;
}

.software-dev-content {
  text-align: center;
}

.software-dev-content .Transforming-title {
  font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  /* display: block; */
  margin-bottom: 10px;
}

.software-dev-heading {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #333;
}

.software-dev-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #666;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  color: #333;
  flex: 1 1 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

.text-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.image-box {
  flex: 1 1 45%;
  text-align: center;
}

.image-box img {
  max-width: 100%;
  border-radius: 12px;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .text-box {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .image-box img {
    max-width: 90%;
  }
}


/* section software development proces section start */
.software-process-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

/* .section-heading.left {
  text-align: left;
  margin-bottom: 40px;
}

.section-subtitle {
  color: #006bcc;
  font-size: 18px;
  font-weight: 600;
} */
/* 
.section-title {
  font-size: 32px;
  font-weight: 500;
  color: #333;
  margin: 15px 0;
} */

span.section-process-span {
    justify-content: center;
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    display: flex;
    /* margin-bottom: 10px; */
}
h2.section-process-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333;
    display: flex;
    justify-content: center;
}
.process-software-box {
  background: #fff;
  border-left: 5px solid #006bcc; 
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.process-box:hover {
  transform: translateY(-5px);
}

.process-icon {
  width: 20%;
  /* height: 50px; */
  flex-shrink: 0;
}

.process-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  display: flex;
}

.process-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
      text-align: left;
}
section.services-section.py-5.software-development {
    background-color: #F5F5F5;
}

/* Section Styling */

section.tech-section.software {
    background-color: #fff;
}

/* software industry section */

.software-industries-slider {
  background: #f9f9f9;
  /* padding: 80px 20px; */
   padding: 80px 117px; 

  text-align: center;
}

.software-industries-slider .slider-heading span {
  color: #006BCC;
  font-weight: bold;
  font-size: 18px;
}

.software-industries-slider .slider-heading h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  color: #333;
  margin: 10px 0 40px;
}

.industry-slider {
  position: relative;
  overflow: hidden;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
}

.industry-slide {
  background: #ffffff;
  border-radius: 16px;
  width: 300px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  /* margin: 0 15px; */
  margin: 0 21px;
  text-align: center;
}

.industry-image {
  max-height: 180px;
  overflow: hidden;
  border-radius: 12px;
}

.industry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-slide h3 {
  font-size: 20px;
  color: #333;
  margin: 15px 0 10px;
}

.industry-slide p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.prev, .next {
  background-color: #006BCC;
  color: #fff;
  border: none;
  /* padding: 10px; */
      padding: 5px 13px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 18px;
}

.prev:hover, .next:hover {
  background-color: #0056A3;
}


/* Existing styles (no change) */
.software-industries-slider {
  background: #f9f9f9;
  padding: 80px 117px;
  text-align: center;
}

/* Responsive padding adjustments */
@media (max-width: 991px) {
  .software-industries-slider {
    padding: 60px 60px;
  }

  .industry-slide {
    margin: 0 15px;
    width: 260px;
  }
}

@media (max-width: 767px) {
  .software-industries-slider {
    padding: 40px 30px;
  }

  .industry-slide {
    width: 220px;
    margin: 0 10px;
  }

  .slider-heading h2 {
    font-size: 26px;
  }

  .slider-heading span {
    font-size: 16px;
  }

  .prev, .next {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media (max-width: 480px) {
  .software-industries-slider {
    padding: 30px 20px;
  }

  .industry-slide {
    width: 64%;
    /* width: 200px; */
    padding: 15px;
  }

  .slider-heading h2 {
    font-size: 22px;
  }

  .industry-slide h3 {
    font-size: 18px;
  }

  .industry-slide p {
    font-size: 14px;
  }
}




/* API- development web page start */
.apiDevSec {
    background: url('./../../images/apiDevSec_banner.jpg') no-repeat center center/cover;
    padding: 184px 0 121px;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* Overlay */
.apiDevSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 73%);  
    z-index: -1;

}

.apiDevSec .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.apiDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.apiDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.apiDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.apiDevSec .btn-primary:hover {
    background: #e6b800;
}

/* Optional: Responsive tweaks */
@media (max-width: 768px) {
    .apiDevSec h1 {
        font-size: 2rem;
        margin-top: 40px;
    }

    .apiDevSec p {
        font-size: 1rem;
    }

    .apiDevSec {
        padding: 100px 0 80px;
    }
}



/* api Transform-section start */
.apiTransform-section {
    background-color: #f8f9fb;
    padding: 60px 0;
}

.apiTransform-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.apiTransform-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.apiTransform-heading {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
}

.apiTransform-section p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    font-family: 'Outfit', sans-serif;
}

.apiTransform-bullet-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
    padding: 0;
    list-style: none;
}

.apiTransform-bullet-points li {
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .apiTransform-heading {
        font-size: 24px;
        margin-bottom: .5rem;
    }

    .apiTransform-title {
        text-align: center;
        font-size: 14px;
    }

    .apiTransform-section p {
        font-size: 16px;
    }

    .apiTransform-bullet-points {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
}

/* api Transform-section end */



/* Data analaties page start  */
/* banner section start */
.data-analytics_hero_Section {
    background: url('./../../images/data-analytics-services_banner.jpg') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.data-analytics_hero_Section .container {
    max-width: 1200px;
    margin: auto;
}

.data-analytics_hero_Section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.data-analytics_hero_Section .text-column {
    margin-top: 50px;
}

.data-analytics_hero_Section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}


.data-analytics_hero_Section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.data-analytics_hero_Section .btn-primary:hover {
    background: #e6b800;
}

.data-analytics_hero_Section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .data-analytics_hero_Section {
        padding: 0;
    }
    .data-analytics_hero_Section h1 {
        font-size: 27px;
        text-align: center;
    }
    .data-analytics_hero_Section p {
        font-size: 15px;
        text-align: center;
    }
    .data-analytics_hero_Section .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .data-analytics_hero_Section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .data-analytics_hero_Section img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
.data-analytics_hero_Section {
  background-color: #F5F5F5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}


/* banner section end */
/* api Transform-section start */
.data-analytics-Transforming-section {
    background-color: #f8f9fb;
    padding: 60px 0;
}

.data-analytics-Transforming-section-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.data-analytics-Transforming-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.data-analytics-Transforming-heading {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    text-align: left;
}

.data-analytics-Transforming- p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    font-family: 'Outfit', sans-serif;
}

.data-analytics-Transforming-bullet-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 50px;
    padding: 0;
    list-style: none;
}

.data-analytics-Transforming li {
    font-size: 16px;
    color: #333;
    padding: 5px 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .data-analytics-Transforming-sheading {
        font-size: 24px;
        margin-bottom: .5rem;
    }

    .data-analytics-Transforming-title {
        text-align: center;
        font-size: 14px;
    }

    .data-analytics-Transforming- p {
        font-size: 16px;
    }

    .data-analytics-Transforming-section-bullet-points {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
}

/* data-analytics-Transforming-section end */
.data-analytics-key-capabilities {
  background: #ffffff;
  padding: 60px 20px;
}

.data-analytics-key-capabilities .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.data-analytics-Transforming-section p{
      color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.text-center {
  text-align: center;
  /* margin-bottom: 50px; */
}

span.data-analytics-key-subtitle {
  color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

/* .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  font-family: 'Outfit', sans-serif;
} */
h2.data-analytics-key-title {
      font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}
.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.capability-item {
  background: #f7f9fc;
  border-radius: 12px;
  padding: 35px 25px 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.capability-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 107, 204, 0.15);
}

.cap-box-accent {
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #007BFF, #00B3FF);
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.capability-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}

.capability-item h3 {
  font-size: 20px;
  color: #006BCC;
  margin-bottom: 12px;
  font-weight: 600;
}

.capability-item p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
 
  .capability-item {
    padding: 30px 20px;
  }
  
}

@media (max-width: 768px) {
  h2.data-analytics-key-title {
    font-size: 24px !important;
  }
  }
/* data key section end */




.business-analytics-section {
background-color: #f8f9fb;
  padding: 60px 0;
  font-family: 'Outfit', sans-serif;
}

/* .section-subtitle {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
} */
span.business-analytics-subtitle {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
h2.business-analytics-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}
.section-description {
  font-size: 16px;
  color: #666;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  background: #ffffff;
  border: 2px solid #006bcc;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 107, 204, 0.2);
}

/* .service-card:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 107, 204, 0.1);
  z-index: -1;
} */

.service-card h3 {
  /* font-size: 22px;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 700; */
  font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
    z-index: 1;
    position: relative;
}

.service-card p {
  font-size: 16px;
    color: #666;
    line-height: 1.6;
    /* text-align: left; */
}

@media (max-width: 768px) {
  .service-card {
    padding: 20px 15px;
  }
  h2.business-analytics-title {
    font-size: 24px !important;
  
  }
  .Applications-heading{
    font-size: 24px;
  }
}



/* client succes section start */
.blue-line h4 {
    /* font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
    z-index: 1;
    position: relative; */
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.client-success-section {
  padding: 60px 20px;
  background: #F5F5F5;
  overflow-x: hidden; /* ✅ Prevent horizontal scroll */
}

.success-story-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
  gap: 30px;
  width: 100%;
  box-sizing: border-box; /* ✅ Ensure grid respects container */
}

.story-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 107, 204, 0.08);
  position: relative;
  transition: 0.3s ease;
  border-top: 4px solid transparent;
  box-sizing: border-box; /* ✅ Include padding in width */
  max-width: 100%; /* ✅ Prevent overflow */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .success-story-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .success-story-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  h2.client-success-title {
    font-size: 24px;
    text-align: center;
  }

  .story-card {
    padding: 20px 15px;
  }

  .story-card h4 {
    font-size: 18px;
  }

  .story-card p {
    font-size: 14.5px;
  }

  span.client-success-subtitle {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}
 span.client-success-subtitle {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
/* html, body {
  overflow-x: hidden; 
  width: 100%; 
} */



/* technologies section start */

section.uiux-tech-section.data-analyrics {
    background-color: #fff;
}

.tech-card data-analytics {
      background: #6e686812;

}
/* Keasbrain Benefits Section */
.Keasbrain-benefits {
    background-color: #f5f7fb;
    padding: 50px 0;
}

.Keasbrain-benefits .container {
    max-width: 1140px;
    margin: 0 auto;
}

.Keasbrain-benefits .row {
    display: flex;
    align-items: center;
}

.Keasbrain-benefits .img-fluid {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.Keasbrain-benefits .benefits-title {
    font-size: 2rem;
    font-weight: bold;
    color: #006bcc;
    margin-bottom: 20px;
}
.Benefits-title{
       color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    /* text-align: left; */
    margin: 0;
    opacity: 0;
    /* margin-bottom: 6px; */
    animation: slideUp 1s ease-out forwards 0.2s;
    display: flex
;
    justify-content: left;

}
.Keasbrain-benefits .benefits-description {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #333;
}

.Keasbrain-benefits .benefits-list {
    list-style-type: none;
    padding: 0;
}

.Keasbrain-benefits .benefits-list li {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #666;
}

.Keasbrain-benefits .benefits-list li strong {
    color: #006bcc;
}



 /* hybrid mobile application development page page start */ 
 /* banner section start  */
/* .hybrid_hero_Section {
    background: url('./../../images/hybrid_hero_banner_img2.jpg') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
} */


/* hybrid service section start  */

.hybrid_hero_Section {
  background: url('./../../images/hybrid_hero_banner_img.jpg') no-repeat center center/cover;
  padding: 184px 0;
  color: #fff;
  position: relative;
  padding-top: 121px;
  z-index: 1;
  overflow: hidden;
}

.hybrid_hero_Section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 👈 Adjust opacity and color (gray/black) */
  z-index: -1;
}

.hybrid_hero_Section .container {
    max-width: 1200px;
    margin: auto;
}

.hybrid_hero_Section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.hybrid_hero_Section .text-column {
    margin-top: 50px;
}

.hybrid_hero_Section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.hybrid_hero_Section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.hybrid_hero_Section .btn-primary:hover {
    background: #e6b800;
}

.hybrid_hero_Section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .hybrid_hero_Section {
        padding: 0;
    }
    .hybrid_hero_Sectionn h1 {
        font-size: 27px;
        text-align: center;
    }
    .hybrid_hero_Section p {
        font-size: 15px;
        text-align: center;
    }
    .hybrid_hero_Section .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .hybrid_hero_Section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .hybrid_hero_Section img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
/* .hybrid_hero_Section {
  background-color: #F5F5F5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
} */

 /* banner section end  */

 /* hybrid service section start */

.hybrid-services-section {
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.hybrid-services-section .section-heading span {
  font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  display: block;
  /* margin-bottom: 8px; */
}

.hybrid-services-section .section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}

.hybrid-services-section .service-box {
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s ease;
}

.hybrid-services-section .service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.hybrid-services-section .service-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.hybrid-services-section .service-box p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

 /* hybrid servicce section end  */
 /* why choose keasbrain for hybrid app section strt  */

 .why-keasbrain-section {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}
.software-dev-content .Transforming-title {
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
    /* display: block; */
    margin-bottom: 10px;
}
.software-dev-heading {
    font-size: 32px;
    font-weight: 500;
    /* margin-bottom: 15px; */
    color: #333;

/* .section-heading span {
  font-size: 18px;
  color: #006bcc;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
} */

}
.why-box {
  background-color: #f9f9f9;
  border-radius: 10px;
  transition: 0.3s ease;
}

.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.why-box .icon {
  color: #006bcc;
}

.why-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.why-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 26px;
  }

  .why-box h4 {
    font-size: 18px;
  }

  .why-box p {
    font-size: 15px;
  }
}


.hybrid-benefits-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

/* .section-heading span {
  color: #007bff;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
} */

.section-heading h2 {
  font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.hybrid-box {
  text-align: center;
  padding: 30px 20px 40px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.hybrid-box:hover {
  transform: translateY(-6px);
}

.hybrid-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.hybrid-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hybrid-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Decorative blue gradient line inside box */
.hybrid-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 4px;
  background: linear-gradient(to right, #006bcc, #00bfff);
  border-radius: 2px;
}

 /* why choose keasbrain for hybrid app section end  */




.hybrid-steps-section {
  padding: 60px 20px;
  background: #f8f9fb;
  font-family: 'Poppins', sans-serif;
}
.expertise-heading span {
  font-size: 14px;
  color: #007bff;
  font-weight: 600;
  display: block;
  /* margin-bottom: 5px; */
}
/* .expertise-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
} */
.steps-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.step-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  width: calc(25% - 30px);
  min-width: 250px;
  transition: transform 0.3s ease;
}
.step-card:hover {
  transform: translateY(-5px);
}
.step-icon {
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: #fff;
}
.icon-bg-blue { background-color: #007bff; }
.icon-bg-green { background-color: #28a745; }
.icon-bg-amber { background-color: #ffc107; }
.icon-bg-cyan { background-color: #17a2b8; }
.icon-bg-purple { background-color: #6f42c1; }
.icon-bg-red { background-color: #dc3545; }
.icon-bg-teal { background-color: #20c997; }
.icon-bg-orange { background-color: #fd7e14; }
.step-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.step-card p {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 992px) {
  .step-card {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .step-card {
    width: 100%;
  }
}



/* hybrid steps section start */
.hybrid-steps-section {
  padding: 60px 20px;
  background: #f8f9fb;
  font-family: 'Poppins', sans-serif;
}
.expertise-heading span {
  /* font-size: 14px;
  color: #007bff;
  font-weight: 600;
  display: block;
  margin-bottom: 5px; */
}
.expertise-heading h2 {
  /* font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px; */
}
.steps-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.step-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  width: calc(25% - 30px);
  min-width: 250px;
  transition: transform 0.3s ease;
}
.step-card:hover {
  transform: translateY(-5px);
}
.step-icon {
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: #fff;
}
.icon-bg-blue { background-color: #007bff; }
.icon-bg-green { background-color: #28a745; }
.icon-bg-amber { background-color: #ffc107; }
.icon-bg-cyan { background-color: #17a2b8; }
.icon-bg-purple { background-color: #6f42c1; }
.icon-bg-red { background-color: #dc3545; }
.icon-bg-teal { background-color: #20c997; }
.icon-bg-orange { background-color: #fd7e14; }
.step-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}
.step-card p {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 992px) {
  .step-card {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  .step-card {
    width: 100%;
  }
}
/* hybrid steps section end */

/* testing qa secton start  */
.testing-qa-section {
    background-color: #F2F8FD;
    padding: 60px 0;
}


.section-heading {
  margin-bottom: 40px;
}

.section-subtitle {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
}

.section-title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}

.testing-qa-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 33px;
}

.testing-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.testing-card .icon-bg {
  background-color: #006bcc;
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
}

.testing-card h3 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.testing-card p {
  font-size: 14px;
  color: #777;
}
@media (max-width: 991px) {
  .testing-qa-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

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


/* testing qa secton end  */

/* hybrid tech section start  */

.ios-color {
  color: #000000; 
}

.android-color {
  color: #3ddc84; 
}

.hybrid-color {
  color: #006bcc; 
}

/* Section Styling */
.hybrid-technology-section {
  padding: 60px 0;
  background-color: #f7fbff;
  font-family: 'Poppins', sans-serif;
}

.hybrid-tech-heading {
  margin-bottom: 40px;
}

/* .hybrid-tech-subtitle {
  font-size: 14px;
  color: #006bcc;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
} */
span.hybrid-tech-subtitle {
    color: #006BCC;
    font-weight: bold;
    font-size: 18px;
}

/* .hybrid-tech-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-top: 10px;
} */

.hybrid-tech-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.hybrid-tech-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  flex: 1 1 calc(33.333% - 20px);
  transition: transform 0.3s ease;
}

.hybrid-tech-box:hover {
  transform: translateY(-6px);
}

.hybrid-tech-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.hybrid-tech-box p {
  color: #444;
  font-size: 15px;
  margin-bottom: 15px;
}

.hybrid-tech-box ul {
  list-style: none;
  padding: 0;
}

.hybrid-tech-box ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.hybrid-tech-box ul li i {
  font-size: 18px;
  margin-right: 10px;
}

.tech-icon {
  font-size: 28px;
  margin-right: 10px;
}

.hybrid-tech-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px; 
}

.hybrid-tech-box ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px; 
}

.tech-icon {
  font-size: 28px;
}

/* hybrid tech section end */
 /* hybrid mobile application development page  end */

.androidAppDevSec {
    background: url('./../../images/android_application_development_banner_img.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.androidAppDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.androidAppDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;  
    margin-left: 24px;

}

.androidAppDevSec .text-column {
    margin-top: 50px;
}

.androidAppDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
        margin-left: 28px;
}

.androidAppDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.androidAppDevSec .btn-primary:hover {
    background: #e6b800;
}

.androidAppDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .androidAppDevSec {
        padding: 0;
    }
    .androidAppDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .androidAppDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .androidAppDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .androidAppDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .androidAppDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}

/* android application benefit section start */
/* ===== Android Application Development Benefits Section ===== */

.android-application-benefits-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.android-application-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.android-application-section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.android-application-section-title h2 span {
  color: #006bcc;
}

.android-application-section-title p {
  font-size: 1.1rem;
  color: #666;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Benefit Grid */

.android-application-benefit-box {
  background: #ffffff;
  padding: 30px 20px 45px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  height: 100%;
  position: relative;
}

.android-application-benefit-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 107, 204, 0.15);
}

.android-application-benefit-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}

.android-application-benefit-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.android-application-benefit-box p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Blue Line */

.android-application-benefit-box .blue-line {
  width: 60px;
  height: 4px;
  background-color: #006bcc;
  margin: 0 auto;
  border-radius: 2px;
}

/* Responsive Layout */

@media (max-width: 992px) {
  .android-application-benefits-section {
    padding: 60px 20px;
  }

  .android-application-section-title h2 {
    font-size: 2rem;
  }

  .android-application-section-title p {
    font-size: 1rem;
  }

  .android-application-benefit-box {
    padding: 25px 15px 40px;
  }

  .android-application-benefit-box img {
    width: 50px;
    height: 50px;
  }

  .android-application-benefit-box h3 {
    font-size: 1.15rem;
  }

  .android-application-benefit-box p {
    font-size: 0.95rem;
  }

  .android-application-benefit-box .blue-line {
    width: 50px;
    height: 3px;
  }
}

@media (max-width: 576px) {
  .android-application-section-title h2 {
    font-size: 1.8rem;
  }

  .android-application-section-title p {
    font-size: 0.95rem;
  }

  .android-application-benefit-box {
    padding: 20px 10px 35px;
  }
}

.expertise-heading span {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    /* text-align: left; */
    margin: 0;
}
/* android application benefit section end */ 


.gameDevSec{
    background: url('./../../images/game_development_banner_img.jpg') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.gameDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.gameDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.gameDevSec .text-column {
    margin-top: 50px;
}

.gameDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.gameDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.gameDevSec .btn-primary:hover {
    background: #e6b800;
}

.gameDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .gameDevSec {
        padding: 0;
    }
    .gameDevSec h1 {
        font-size: 27px;
        text-align: center;
    }
    .gameDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .gameDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .gameDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .gameDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}


/* Game development section start */

/* Main Section Style */
.game-dev-why-choose-us {
    padding: 60px 20px;
    background-color: #f5f5f5; 
    font-family: 'Poppins', sans-serif;
}

.game-dev-why-choose-us .container {
    max-width: 1200px;
    margin: auto;
}

.game-dev-expertise-heading {
    text-align: center;
    margin-bottom: 30px;
}

.game-dev-expertise-heading span {
    font-size: 18px;
    color: #0066cc; /* Accent color */
    font-weight: 600;
}

/* .game-dev-expertise-heading h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
} */

.game-dev-subtext {
    text-align: center;
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* Card Grid Style */
.game-dev-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.game-dev-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.game-dev-card:hover {
    transform: translateY(-10px);
}

.game-dev-card .card-icon {
    /* margin-bottom: 20px; */
}

.game-dev-card .card-icon img {
    width: 50px;
    height: 50px;
}
.card-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}


.game-dev-card-title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}

.game-dev-card-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

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

@media (max-width: 768px) {
    .game-dev-grid {
        grid-template-columns: 1fr;
    }
    .game-dev-card {
        padding: 20px;
    }
}



/* Game development section end */
.game-development-section {
    padding: 60px 20px;
    background-color: white;  
}

.game-development-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.game-development-section .row {
    display: flex;
    align-items: center;
}

.game-development-section .col-md-6 {
    padding: 15px;
}

/* Section Heading */
/* .game-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
} */
.game-heading-wrapper span {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.game-heading-wrapper h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}
/* .game-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
} */

/* Left Side Image Styling */
.game-left-content-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Content Box Styling */
.game-content-box {
    background-color: white;
    padding: 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
}

.game-icon-box {
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease;
}

.game-icon-box img {
      /* width: 119px;
    height: 119px; */
    width: 66%;
    margin-bottom: 10px;
}

.game-icon-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.game-icon-box p {
    font-size: 1rem;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .game-development-section .row {
        flex-direction: column;
    }

    .game-content-box {
        padding: 20px;
    }

    .game-icon-box {
        margin-bottom: 20px;
    }

    .game-development-section .img-fluid {
        max-width: 80%;
    }
}
@media (max-width: 768px) {
    .game-development-section .row {
        flex-direction: column;
    }

    .game-content-box {
        padding: 20px;
    }

    .game-icon-box {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        text-align: left;
        margin-bottom: 20px;
    }

    .game-icon-box img {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .game-icon-box .text-content {
        flex: 1;
    }

    .game-icon-box h3 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .game-icon-box p {
        font-size: 0.9rem;
        margin: 0;
    }

    .game-development-section .img-fluid {
        max-width: 80%;
    }
    .game-development-section .row{
          display: flex;
    align-items: flex-start;
    }
}

/* game development section end  */
/* game process section start */

.game-process-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.game-process-heading span {
  display: block;
  font-size: 18px;
  color: #006BCC;
  font-weight: 600;
  /* margin-bottom: 8px; */
}

.game-process-heading h2 {
      font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.game-process-box {
  background: #fff;
  border: 2px solid #E0F0FF;
  border-left: 5px solid #006BCC;
  padding: 25px 20px;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  text-align: center;
}

.game-process-box:hover {
  border-left-color: #004C99;
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.game-icon-wrap img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.game-text-wrap h3 {
  font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}

.game-text-wrap p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 767px) {
  .game-process-box {
    text-align: center;
  }
}

/* game process section end */

/* game development section start */
.game-development-types {
  padding: 60px 20px;
  background: #fff;
}

.game-development-types .section-tag {
     display: block;
    font-size: 18px;
    color: #006BCC;
    font-weight: 600;
    margin-bottom: 8px;
}

.game-development-types .section-heading {
  /* font-size: 32px;
  font-weight: 700;
  color: #111;
  margin: 10px 0; */
      font-size: 32px;
    color: #333;
    margin-bottom: 7px;
    text-align: center;
    margin-left: 87px;

}

.game-development-types .section-description {
  font-size: 20px ;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.game-type-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 107, 204, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.game-type-card:hover {
  box-shadow: 0 10px 25px rgba(0, 107, 204, 0.15);
  transform: translateY(-5px);
}

.game-type-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.game-type-name {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
@media (max-width: 768px) {
  .game-development-types .section-heading {
    margin-left: 0 !important;
  }
}

/* game type section end */

/* CRM software development start */
/* banner section start */

/* banner section sart */

.crm-whyChooseUs-section {
  background-color: #f9f9f9;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
}

.crm-section-title span {
    font-size: 18px;
    color: #006bcc;
    font-weight: 600;
}

.crm-section-title h2 {
       font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.crm-choose-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #006bcc;
  border-radius: 10px !important
}

.crm-choose-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.crm-choose-box img {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.crm-choose-box h3 {
      font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.crm-choose-box p {
      font-size: 16px;
    color: #666;
    line-height: 1.6;
}



.crmDevSec {
background: url('./../../images/crm_banner_img.png') no-repeat center center/cover;
    padding: 184px 0 121px;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* Overlay */
.crmDevSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 73%);   */
    z-index: -1;

}

.crmDevSec .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.crmDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    /* margin-top: 90px; */
}

.crmDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.crmDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.crmDevSec .btn-primary:hover {
    background: #e6b800;
}

/* Optional: Responsive tweaks */
@media (max-width: 768px) {
    .crmDevSec h1 {
        font-size: 2rem;
        margin-top: 40px;
    }

    .crmDevSec p {
        font-size: 1rem;
    }

    .crmDevSec {
        padding: 100px 0 80px;
    }
}


















/* end */
/* banner section end */


  .crm-solution-section {
    background-color: #F5F5F5;
    padding: 60px 0px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.crm-solution-section .hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.crm-solution-section .show {
    opacity: 1;
    transform: translateY(0);
}

.crm-solution-section span {
    font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;
}

.crm-solution-section h2 {
    font-family: 'Outfit', sans-serif;
    color: #333;
    padding-bottom: 15px;
    font-size: 32px;
}

.crm-solution-section p {
    color: #666;
    font-size: 20px;
    line-height: 1.5;
}

.crm-solution-section .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.crm-solution-section .btn-primary:hover {
    background: linear-gradient(90deg, rgba(0, 107, 204, 1) 0%, rgba(0, 149, 228, 1) 100%);
}

.crm-solution-section .image-container {
    text-align: right;
}

.crm-solution-section img {
    max-width: 77%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: -30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .crm-solution-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .crm-solution-section h2 {
        font-size: 24px;
        text-align: center;
    }

    .crm-solution-section p {
        font-size: 16px;
        text-align: center;
    }

    .crm-solution-section .image-container {
        text-align: center;
    }

    .crm-solution-section img {
        margin: 0 auto;
        max-width: 80%;
    }

    .crm-solution-section .btn-primary {
        display: inline-block;
        margin: 0 auto;
    }
}
.crm-solution-section .hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.crm-solution-section .show {
    opacity: 1;
    transform: translateY(0);
}


/* crm service section start */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  font-family: 'Outfit', sans-serif;
}
.section-title span {
  color: #006BCC;
}

section.services-section.py-5 {
    background: #f7f9fc;
    padding: 60px 20px;
}
.section-subtitle {
  color: #666;
  font-size: 18px;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.service-box h3 {
  font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}
.service-box {
  transition: all 0.3s ease;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 20px;
}
.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.service-box .icon {
  transition: color 0.3s ease;
}
.service-box:hover .icon {
  color: #006BCC;
}

/* Scoped CRM Icon Image Sizes */
.services-section .crm-icon-consulting,
.services-section .crm-icon-development,
.services-section .crm-icon-integration,
.services-section .crm-icon-cloud,
.services-section .crm-icon-migration,
.services-section .crm-icon-support {
  max-width: 25%;
  height: auto;
  margin: 0 auto;
}

/* Responsive Icon Size */
@media (max-width: 768px) {
  .services-section .crm-icon-consulting,
  .services-section .crm-icon-development,
  .services-section .crm-icon-integration,
  .services-section .crm-icon-cloud,
  .services-section .crm-icon-migration,
  .services-section .crm-icon-support {
    max-width: 40%;
  }
}
/* crm service section end */
/* CRM As Per Your Need section end */
/* Animation */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply to each box */
.crm-box {
  opacity: 0;
  animation: slideUp 0.8s ease forwards;
}

/* Add delay for staggered effect */
.crm-box:nth-child(1) {
  animation-delay: 0.1s;
}
.crm-box:nth-child(2) {
  animation-delay: 0.3s;
}
.crm-box:nth-child(3) {
  animation-delay: 0.5s;
}

.crm-flex-section {
  background: #F5F5F5;
  padding: 60px 20px;
}

.crm-flex-section .section-header span {
  font-size: 18px;
  color: #006bcc;
  font-weight: 600;
}

.crm-flex-section .section-header h2 {
  font-size: 32px;
  /* font-weight: 700; */
  color: #333;
}

.crm-box {
  background: #f7f7f7;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}

.crm-box:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.crm-box-icon {
  width: 100%;
  /* height: 60px; */
  object-fit: contain;
}

.crm-box h3 {
  font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}


.crm-box ul {
  padding-left: 18px;
  list-style: disc;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .crm-box {
    margin-bottom: 20px;
  }
  .crm-box ul {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .crm-box ul {
    font-size: 14px;
  }
  .crm-flex-section .section-header h2 {
  font-size: 24px;
  /* font-weight: 700; */
  color: #333;
}
}

/* CRM As Per Your Need section end */

/* zig zag layout */
/* Zigzag Section Styling */

    .crm-zigzag-section {
      background-color: #f9fbff;
      padding: 60px 20px;
    }

    .section-title .zigzag-main-heading {
      font-size: 32px;
      color: #222;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .zigzag-subtext {
      color: #666;
      font-size: 16px;
      max-width: 700px;
      margin: 0 auto;
    }

    .white-box {
      background-color: #ffffff;
      border-radius: 16px;
      padding: 30px 20px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    }

    .crm-zigzag-title {
      font-size: 24px;
      font-weight: 600;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .crm-zigzag-text {
      font-size: 15px;
      line-height: 1.6;
      color: #666;
      margin: 0;
    }

    .crm-zigzag-img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .crm-zigzag-title,
      .crm-zigzag-text {
        text-align: center;
      }

      .crm-zigzag-title {
        font-size: 20px;
      }

      .zigzag-main-heading {
        font-size: 26px;
      }

      .white-box {
        padding: 20px 15px;
      }

      .crm-zigzag-img {
        margin-top: 20px;
      }
    }


/* zig-zag sectio end */
.crm-workflow-section {
  padding: 80px 0;
  background-color: #f6f9ff;
}
.crm-workflow h3
 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}
.crm-workflow-box {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
  overflow: hidden;
  min-height: 180px;
}

.crm-workflow-box:hover {
  transform: translateY(-5px);
}

.crm-workflow-content {
  flex: 1;
  padding-right: 20px;
}

.crm-workflow-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.crm-howWeWork-section path{
  color: #fff;
}
.crm-workflow-content p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.crm-howWeWork-section span{
      font-size: 18px;
    color: #006bcc;
    font-weight: 600;

}
.crm-workflow-img {
  max-width: 150px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crm-work-icon-circle {
 width: 56px;
    height: 56px;
    background-color: #006bcc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm-work-icon-circle img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .crm-workflow-box {
    flex-direction: column;
    text-align: center;
  }

  .crm-workflow-content {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .crm-workflow-img {
    max-width: 120px;
    margin: 0 auto;
  }

.crm-work-icon-circle {
    width: 70px;
    height: 52px;
 
}


/* Animate on Scroll */
[data-aos] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translateY(40px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

/* Set path fill white */






/* crm challenge section start */
.crmChallenge-section span {
    color: #006BCC !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}


section.crm-whyChooseUs-section.py-5 {
    background-color: #c4c9cf24;
}
.crmChallenge-section {
  background-color: #f7f9fc;
  padding: 60px 0;
}

.crmChallenge-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.crmChallenge-title {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.crmChallenge-heading {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
}

.crmChallenge-section p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  font-family: 'Outfit', sans-serif;
}

.crmChallenge-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 50px;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

.crmChallenge-points li {
  font-size: 16px;
  color: #333;
  padding: 5px 0;
}
/* crm challenge section end */
span.Mobile-application-title {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    margin: 0;
}
h2.Mobile-application-main-heading {
    margin-bottom: 30px;
}









/* api page start */
.api-section-ecom-features {
  background-color: #fff !important;
  padding: 60px 20px  ;
}
.Api-heading span {
 color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-self: center;

}
.Api-heading h2 {
      color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;
    margin-bottom: 37px;
    display: flex;
    justify-content: center;
}


.api-section-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #003b8d;
  margin-bottom: 50px;
}

.api-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.api-feature-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  border: 1px solid #e0ecff;
  box-shadow: 0 6px 24px rgba(0, 59, 141, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.api-feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 59, 141, 0.12);
}

.api-feature-icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: #1d65ff;
}

.api-feature-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
p.api-feature-text {
    font-size: 16px;
}

.api-feature-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
/* api feature section end */

.apiSupport-section {
  padding: 80px 0;
  background-color: #f9fbfd;
}

.apiSupport-heading {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-inline: auto;
}

.apiSupport-heading span {
  color: #1570EF; /* Keasbrain Blue */
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.apiSupport-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1e2a3a;
  margin: 10px 0 20px;
}

.apiSupport-heading p {
  font-size: 16px;
  color: #4f5d75;
  line-height: 1.7;
}

.apiSupport-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.apiSupport-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apiSupport-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.apiSupport-card h4 {
  color: #1570EF;
  font-size: 20px;
  margin-bottom: 12px;
}

.apiSupport-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* 
api dev section start */

.api-dev-section {
  background-color: #F5F5F5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.api-dev-section .section-two-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row; /* default for desktop */
}

.api-dev-section .section-text {
  flex: 1;
  max-width: 50%;
}

.api-dev-section .section-text h2 {
  font-family: 'Outfit', sans-serif;
  color: #333;
  padding-bottom: 15px;
  font-size: 32px;    
}

.api-dev-section .section-text h2 span {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.api-dev-section .section-text p {
  color: #666;
  font-size: 20px;
  line-height: 1.5;
}

.api-dev-section .section-image {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.api-dev-section .section-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Changes */
@media (max-width: 768px) {
  .api-dev-section .section-two-inner {
    flex-direction: column;
  }

  .api-dev-section .section-text,
  .api-dev-section .section-image {
    max-width: 100%;
  }

  .api-dev-section .section-text h2 {
    font-size: 26px;
  }

  .api-dev-section .section-text p {
    font-size: 18px;
  }
}
/* api dev section end */
.api-why-choose-us {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.api-expertise-heading span {
     color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-self: center;

}

.api-expertise-heading h2 {
      font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.api-subtext {
  max-width: 750px;
  margin: 20px auto 50px;
  font-size: 20px;
  color: #666
}

.api-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.api-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  max-width: 360px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  position: relative;
  border-bottom: 4px solid #007bff; /* Blue bottom line */
}

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

.card-icon {
  margin-bottom: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon img {
      max-height: 86px;
    max-width: 100%;
    object-fit: contain
}

.api-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.api-card-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .api-grid {
    flex-direction: column;
    align-items: center;
  }

  .api-card {
    width: 100%;
    max-width: 90%;
  }

  .api-expertise-heading h2 {
    font-size: 28px;
  }

  .api-subtext {
    font-size: 16px;
  }
}


  .api-process-section {
    padding: 60px 20px;
    background-color: #ffffff;
  }

  .api-process-heading span {
        color: #006BCC;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      display: flex;
      justify-self: center;

  }

  .api-process-heading h2 {
        font-size: 32px;
        color: #333;
        margin-bottom: 30px;
  }

  .api-process-subtext {
    max-width: 750px;
    margin: 20px auto 50px;
    font-size: 18px;
    color: #666;
  }

  .api-process-card {
    background: #f1f8ff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    border-bottom: 4px solid #007bff;
    transition: transform 0.3s ease;
  }

  .api-process-card:hover {
    transform: translateY(-5px);
  }

  .api-process-icon {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
  }

  .api-process-card h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
  }

  .api-process-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .api-process-heading h2 {
      font-size: 28px;
    }

    .api-process-subtext {
      font-size: 16px;
    }

    .api-process-icon {
      width: 50px;
      height: 50px;
      font-size: 14px;
    }
  }
  .api-services-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
  }

  .api-section-subtitle {
    color: #006BCC;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      display: flex;
      justify-self: center;
  }

  .api-section-title {
        font-size: 32px;
      color: #333;
      margin-bottom: 30px;
  }

  .api-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease;
  }

  .api-service-card:hover {
    transform: translateY(-8px);
  }

  .api-service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
  }

  .api-service-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .api-service-tags {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .api-service-tags li {
    background-color: #f1f8ff;
    color: #222;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
  }

  .api-industries-section {
    background-color: #f8f9ff;
  }

  .api-industries-subtitle {
    display: inline-block;
    font-weight: 600;
    color: #0066cc;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .api-industries-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
  }

  .api-industry-box {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 30px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 100%;
  }

  .api-industry-box img {
    max-height: 60px;
    margin-bottom: 15px;
  }

  .api-industry-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
  }

  .api-industry-box:hover {
    border-color: #0066cc;
    box-shadow: 0 4px 20px rgba(0, 102, 204, 0.1);
  }
.api-support-section {
  padding: 60px 20px;
  background-color: #fff;
}

.api-support-label {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-self: left;
}

.api-support-title {
     font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.api-support-description {
     max-width: 750px;
    margin: 20px auto 50px;
    font-size: 18px;
    color: #666;

}

.api-support-dots {
  width: 130px;
  height: 100px;
  background-image: radial-gradient(#ddd 1px, transparent 1px);
  background-size: 10px 10px;
  margin-top: 30px;
}

.api-support-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.api-support-box h3 {
     font-weight: 600;
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
}

.api-support-box p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.api-support-box::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-color: #006BCC;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.api-support-content {
    padding: 95px 0;
}

@media (max-width: 767px) {
    .api-support-content {
        padding: 0;
    }
}




/* Bespoke development section start */
.BespokeDevSec {
background: url('./../../images/Bespok_banner_img.png') no-repeat center center/cover;
    padding: 184px 0 121px;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* Overlay */
.BespokeDevSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.BespokeDevSec .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.BespokeDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    /* margin-top: 90px; */
}

.BespokeDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.BespokeDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.BespokeDevSec .btn-primary:hover {
    background: #e6b800;
}

/* Optional: Responsive tweaks */
@media (max-width: 768px) {
    .BespokeDevSec h1 {
        font-size: 2rem;
        margin-top: 40px;
    }

    .BespokeDevSec p {
        font-size: 1rem;
    }

    .BespokeDevSec {
        padding: 100px 0 80px;
    }
}

/* bespokedevsecsection end */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-up {
  animation: slideUp 0.8s ease-out forwards;
  opacity: 0;
  animation-delay: 0.2s;
}

.Bespoke-dev-section {
  background-color: #F5F5F5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.Bespoke-dev-section .section-two-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row; /* default for desktop */
}

.Bespoke-dev-section .section-text {
  flex: 1;
  max-width: 50%;
}

.Bespoke-dev-section .section-text h2 {
  font-family: 'Outfit', sans-serif;
  color: #333;
  padding-bottom: 15px;
  font-size: 32px;    
}

.Bespoke-dev-section .section-text h2 span {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  margin: 0;
}

.Bespoke-dev-section .section-text p {
  color: #666;
  font-size: 20px;
  line-height: 1.5;
}

.Bespoke-dev-section .section-image {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.Bespoke-dev-section .section-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Changes */
@media (max-width: 768px) {
  .Bespoke-dev-section .section-two-inner {
    flex-direction: column;
  }

  .Bespoke-dev-section .section-text,
  .Bespoke-dev-section .section-image {
    max-width: 100%;
  }

  .Bespoke-dev-section .section-text h2 {
    font-size: 26px;
  }

  .Bespoke-dev-section .section-text p {
    font-size: 18px;
  }
}


/* Main section styles */
.bespoke-process-section {
  background-color: #ffffff;
  padding: 60px 20px; /* updated as per your requirement */
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

/* Heading styles */
.bespoke-process-heading span {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.bespoke-process-heading h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 10px;
}

.bespoke-process-heading p {
  color: #666;
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.5;
}

/* Grid layout */
.bespoke-process-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

/* Individual box */
.bespoke-process-item {
  flex: 0 0 calc(33.333% - 20px);
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
  border-bottom: 4px solid #006BCC;
  text-align: left;
}

/* Hover effect */
.bespoke-process-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Icon */
.bespoke-process-item .icon {
  font-size: 36px;
  color: #006BCC;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

/* Title */
.bespoke-process-item h3 {
  font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;

}

/* Description */
.bespoke-process-item p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/* Responsive design */
@media (max-width: 1024px) {
  .bespoke-process-item {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .bespoke-process-item {
    flex: 0 0 100%;
  }

  .bespoke-process-heading h2 {
    font-size: 26px;
  }

  .bespoke-process-heading p {
    font-size: 16px;
  }
}

.bespoke-highlight-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.highlight-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* Left Side */
.highlight-text {
  flex: 1;
  max-width: 50%;
}

.highlight-tag {
  display: inline-block;
  color: #006BCC;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.highlight-text h2 {
  font-family: 'Outfit', sans-serif;
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.highlight-subtext {
  font-size: 20px;
  color: #666;
  margin-bottom: 25px;
}

/* Blue Box */
.highlight-box {
  background-color: #006BCC;
  padding: 30px;
  border-radius: 10px;
}

.highlight-box p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

/* Right Side Image */
.highlight-image {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.highlight-image img {
  width: 80%;
  height: auto;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .highlight-inner {
    flex-direction: column;
  }

  .highlight-text,
  .highlight-image {
    max-width: 100%;
  }

  .highlight-text h2 {
    font-size: 26px;
  }

  .highlight-subtext {
    font-size: 16px;
  }

  .highlight-box {
    padding: 25px;
  }

  .highlight-box p {
    font-size: 16px;
  }
}

.bespoke-benefits-section {
  background-color: #f1f8ff;
  padding: 60px 20px;
}

.bespoke-benefits-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.bespoke-benefits-heading {
  text-align: center;
  margin-bottom: 40px;
}

.bespoke-benefits-heading span {
  color: #006BCC;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}

.bespoke-benefits-heading h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}

.bespoke-benefits-heading p {
      max-width: 750px;
    margin: 20px auto 50px;
    font-size: 20px;
    color: #666;

}

/* Grid for 3 boxes per row */
.bespoke-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.bespoke-benefits-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.bespoke-benefits-box:hover {
  transform: translateY(-5px);
}

.bespoke-benefits-icon {
  font-size: 36px;
  color: #006BCC;
  margin-bottom: 15px;
}

.bespoke-benefits-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.bespoke-benefits-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

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

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

  .bespoke-benefits-heading h2 {
    font-size: 26px;
  }

  .bespoke-benefits-heading p {
    font-size: 15px;
  }
}

/* bespoke service section start */
 .bespoke-services-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
  }

  .bespoke-section-subtitle {
    color: #006BCC;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      display: flex;
      justify-self: center;
  }

  .bespoke-section-title {
        font-size: 32px;
      color: #333;
      margin-bottom: 30px;
  }

  .bespoke-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease;
  }

  .bespoke-service-card:hover {
    transform: translateY(-8px);
  }

  .bespoke-service-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
  }

  .bespoke-service-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .bespoke-service-tags {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .bespoke-service-tags li {
    background-color: #f1f8ff;
    color: #222;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
  }




  .bespoke-invest-section {
  background-color: #f4f4f4;
  padding: 80px 20px;
}

.bespoke-invest-heading span {
  /* font-size: 14px;
  font-weight: 600;
  color: #007bff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px; */
      font-size: 18px;
    color: #006bcc;
    display: block;
    font-weight: 600;

}

.bespoke-invest-heading h2 {
        color: #333;
    font-family: 'Outfit', sans-serif;
    font-size: 32px;

}

.bespoke-invest-subtext {
     max-width: 750px;
    margin: 20px auto 50px;
    font-size: 18px;
    color: #666;

}

.bespoke-invest-box {
  background-color: #f8f9fa;
  text-align: center;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.05);
  transition: all 0.4s ease;
  border-top: 4px solid #007bff;
  position: relative;
  height: 100%;
}

.bespoke-invest-box:hover {
  background-color: #eaf4ff;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 123, 255, 0.15);
}

.bespoke-invest-box img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.bespoke-invest-box:hover img {
  transform: scale(1.1);
}

.bespoke-invest-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.bespoke-invest-box p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bespoke-invest-heading h2 {
    font-size: 28px;
  }

  .bespoke-invest-subtext {
    font-size: 15px;
  }

  .bespoke-invest-box img {
    width: 80px;
  }
}




 .bespoke-process-section {
    padding: 60px 20px;
    background-color: #ffffff;
  }

  .bespoke-process-heading span {
        color: #006BCC;
      font-weight: 600;
      font-size: 18px;
      margin: 0;
      display: flex;
      justify-self: center;

  }

  .bespoke-process-heading h2 {
        font-size: 32px;
        color: #333;
        margin-bottom: 30px;
  }

  .bespoke-process-subtext {
    max-width: 750px;
    margin: 20px auto 50px;
    font-size: 18px;
    color: #666;
  }

  .bespoke-process-card {
    background: #f1f8ff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    border-bottom: 4px solid #007bff;
    transition: transform 0.3s ease;
  }

  .bespoke-process-card:hover {
    transform: translateY(-5px);
  }

  .bespoke-process-icon {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
  }

  .bespoke-process-card h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
  }

  .bespoke-process-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
  }

  /* Responsive */
  @media (max-width: 991px) {
    .bespoke-process-heading h2 {
      font-size: 28px;
    }

    .bespoke-process-subtext {
      font-size: 16px;
    }

    .bespoke-process-icon {
      width: 50px;
      height: 50px;
      font-size: 14px;
    }
  }



/* cloud-solutions page start */

.cloud-solutions-section {
    background-color: #F5F5F5;
    padding: 60px 0px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
} */

.show {
    opacity: 1;
    transform: translateY(0);
}


/* cloud-solutions page end */



/* data-engineering page start */


.dataengineeringDevSec {
    background: url('./../../images/First_section _img.jpg') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.dataengineeringDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.dataengineeringDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}
.dataengineeringDevSec .text-column {
    margin-top: 50px;
}



.dataengineeringDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.dataengineeringDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
      color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.dataengineeringDevSec .btn-primary:hover {
    background: #e6b800;
}

.dataengineeringDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .dataengineeringDevSec{
        padding: 0;
    }
    .dataengineeringDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
        margin-top: 39px;
    }
    .dataengineeringDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .dataengineeringDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .dataengineeringDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .dataengineeringDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
@media (max-width: 768px) {
  .expertise-image img {
    width: 35%;
  }
}

 .data-engineering-section {
  background-color: #f7f9fb;
  padding: 80px 0;
}

span.section-subtitle {
    color: #006BCC;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
}

.data-engineering h2{
           font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}



.data-engineering-service-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}

.data-engineering-service-box h3 {
 font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    color: #333;
}

.data-engineering-service-box p {
     font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
}

.tag {
  /* display: inline-block;
  background-color: #e6f0f8;
  color: #0070ba;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  padding: 5px 15px;
  margin: 5px 5px 0 0; */

      font-family: 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #666;
    background-color: #e6f0f8;
    color: #0070ba;
    padding: 5px 15px;
    margin: 10px 5px 0 0; 
      border-radius: 50px;



}

.arrow-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: #0070ba;
  transition: all 0.3s ease;
}

.service-box:hover .arrow-btn {
  transform: translateX(5px);
}


/* iot solutions page start */


  .iotDevSec {
    background: url('./../../images/First_section _img.jpg') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}   

.iotDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.iotDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}
.iotDevSec .text-column {
    margin-top: 50px;
}



.iotDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.iotDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
      color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.iotDevSec .btn-primary:hover {
    background: #e6b800;
}

.iotDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .iotDevSec{
        padding: 0;
    }
    .iotDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
        margin-top: 39px;
    }
    .iotDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .iotDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .iotDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .iotDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
@media (max-width: 768px) {
  .expertise-image img {
    width: 35%;
  }
/* iot solutions page end */









/* Ai-ml page start */


/* clouddevsev end */
cloudDevSec {
    background: url('./../../images/cloud_solutions_banner.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.cloudDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.cloudDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.cloudDevSec .text-column {
    margin-top: 50px;
}

.cloudDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.cloudDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}



.cloudDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .cloudDevSec {
        padding: 0;
    }
    .cloudDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .cloudDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .cloudDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .cloudDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .cloudDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}

.tech-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
}

.section-heading.tech {
  text-align: left;
  margin-bottom: 40px;
}

.section-heading.tech span {
  font-size: 18px;
  color: #006bcc;
  display: block;
  font-weight: 600;
  text-align: left;
}

.section-heading.tech h2 {
   font-family: 'Outfit', sans-serif;
  color: #333;
  padding-top: 10px;
  font-size: 32px;
  max-width: 600px;
  line-height: 1.4;
  text-align: left;
  
}


.tech-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}

.tech-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  flex: 1 1 calc(25% - 30px); /* 4 per row */
  max-width: calc(25% - 30px);
  min-width: 220px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
}

.tech-box:hover {
  transform: translateY(-5px);
}

.tech-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

.tech-box h3 {
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-top: 10px;
}

/* Tablet */
@media (max-width: 992px) {
  .tech-box {
    flex: 1 1 calc(33.333% - 30px); /* 3 per row */
    max-width: calc(33.333% - 30px);
  }

  .section-heading.tech {
    text-align: center;
  }

  .section-heading.tech h2 {
    margin: 0 auto;
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .tech-box {
    flex: 1 1 calc(45% - 30px); /* 2 per row */
    max-width: calc(45% - 30px);
  }

  .section-heading.tech h2 {
    font-size: 24px;
  }
}

/* Small Screens */
@media (max-width: 480px) {
  .tech-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .tech-box img {
    width: 60px;
    height: 60px;
  }

  .section-heading.tech h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .tech-boxes {
    justify-content: center; /* Center all items */
  }

  .tech-box {
    flex: 0 1 80%;
    max-width: 37%;
  }
}

/* Ai-ml page end */

/* 

zoho page  */
  .Faqs .title span {
    color: #006bcc;
}

}
}






/* IT service section start */
.supportDevSec {
     background: url('./../../images/Services_banner.png') no-repeat center center/cover;
    padding: 184px 0;
    color: #fff;
    position: relative;
    padding-top: 121px;
}

.supportDevSec .container {
    max-width: 1200px;
    margin: auto;
}

.supportDevSec h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
}

.supportDevSec .text-column {
    margin-top: 50px;
}

.supportDevSec p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
}

.supportDevSec .btn-primary {
    background: linear-gradient(90deg, rgba(0, 149, 228, 1) 0%, rgba(0, 107, 204, 1) 100%);  
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}



.supportDevSec img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); */
}

/* Responsive Design */
@media (max-width: 992px) {
    .supportDevSec {
        padding: 0;
    }
    .supportDevSec h1 {
        font-size: 27px;
        /* font-size: 2rem; */
        text-align: center;
    }
    .supportDevSec p {
        font-size: 15px;
        text-align: center;
    }
    .supportDevSec .btn-primary {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .supportDevSec .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .supportDevSec img {
        margin-bottom: 30px;
        max-width: 80%;
    }
}
/* supportdevsev end */
