@media (max-width: 768px) {
  header .header-top .top-logo img {
    width: 140px;
  }
  header .header-top .top-icon .log-in,
  header .header-top .top-icon .sign-up {
    display: none;
  }
  header .header-top .top-icon .search-box {
    display: none;
  }
  header .header-top .top-icon .search-box input {
    padding: 2px 2px;
  }
  header .header-top .top-icon .search-box button {
    padding: 2px 2px;
  }
  header .header-bottom {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0 0;
    border-top: none;
  }
  header .header-bottom .menu ul {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 116%;
    left: -15px;
    width: 110%;
    z-index: 1000;
    padding: 0 20px;
    height: 70vh;
  }
  header .header-bottom .menu ul .mobile-only-btn {
    display: block;
    border-bottom: none;
    position: static;
  }
  header .header-bottom .menu ul .mobile-only-btns {
    display: block;
    border-bottom: none;
    position: static;
  }
  header .header-bottom .menu ul.active {
    display: flex;
    align-items: baseline;
  }
  header .header-bottom .menu ul li {
    padding: 10px 0;
    border-bottom: 1px solid lightgray;
    width: 100%;
  }
  header .header-bottom .menu ul li:first-child {
    padding: 0 0 10px;
  }
  header .header-bottom .menu ul li:last-child {
    border-bottom: none;
  }
  header .header-bottom .menu ul li a {
    font-weight: 500;
  }
  header .header-bottom .toggle-menu-cont {
    display: block;
    position: absolute;
    right: -11px;
    top: -50px;
  }
  header .header-bottom .bottom-icon {
    display: none;
  }
}
/**********************************************/
@media (max-width: 768px) {
  .padding-top {
    padding-top: 76px;
  }
  .home-web {
    padding: 0 0 0;
  }
  .home-web .dots-slider .owl-dots {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-web .dots-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 8px;
  }
  .home-web .dots-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: darkgray;
    border-radius: 12px;
    margin-left: -5px;
  }
  .home-web .dots-slider .owl-dots .owl-dot.active span {
    background: #c11c84;
  }
  .home-web .hero {
    padding: 30px 20px;
    height: 55vh;
    background: url("../images/main-DFM8RvYo.jpg") no-repeat center center/cover;
    border-radius: 0;
  }
  .home-web .hero .hero-content {
    max-width: 100%;
  }
  .home-web .hero .hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .home-web .hero .hero-content p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .home-web .hero .buttons {
    justify-content: center;
  }
  .home-web .hero .buttons .btn {
    padding: 8px 40px;
    border-radius: 8px;
    gap: 8px;
  }
  .home-web .hero .buttons .btn:nth-child(2) {
    margin-left: 0;
  }
  .home-web .hero .buttons .btn span {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .home-web .hero-second {
    padding: 30px 20px;
    height: 55vh;
    background: url("../images/online-t4HRYG0s.jpg") no-repeat center center/cover;
    background-position: right;
    border-radius: 0;
  }
  .home-web .hero-second .hero-content {
    max-width: 100%;
  }
  .home-web .hero-second .hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .home-web .hero-second .hero-content p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .home-web .hero-second .buttons {
    justify-content: center;
  }
  .home-web .hero-second .buttons .btn {
    padding: 8px 40px;
    border-radius: 8px;
    gap: 8px;
  }
  .home-web .hero-second .buttons .btn:nth-child(2) {
    margin-left: 0;
  }
  .home-web .hero-second .buttons .btn span {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .home-web .hero-third {
    padding: 30px 20px;
    height: 55vh;
    background: url("../images/offline-kQ89RnHf.jpg") no-repeat center center/cover;
    border-radius: 0;
  }
  .home-web .hero-third .hero-content {
    max-width: 100%;
  }
  .home-web .hero-third .hero-content h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .home-web .hero-third .hero-content p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .home-web .hero-third .buttons {
    justify-content: center;
  }
  .home-web .hero-third .buttons .btn {
    padding: 8px 40px;
    border-radius: 8px;
    gap: 8px;
  }
  .home-web .hero-third .buttons .btn:nth-child(2) {
    margin-left: 0;
  }
  .home-web .hero-third .buttons .btn span {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
/********************************************/
@media (max-width: 768px) {
  .services-container {
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 100%;
    border: none !important;
    border-radius: 0;
    text-align: center !important;
  }
  .services-container h2 {
    margin-bottom: 20px;
  }
  .services-container .services-grid {
    padding-left: 0;
  }
  .advantage-item {
    padding: 15px;
  }
  .advantage-item p {
    text-align: left;
    font-size: 18px;
  }
  .services-grid {
    margin-bottom: 0;
    padding-left: 10px;
  }
  .service-item {
    font-size: 18px;
  }
  .step p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
  }
  .benefits {
    display: block;
    gap: 25px;
  }
  .benefit img {
    margin-top: 0;
  }
  .how-we-work p.subheading {
    font-size: 18px;
    max-width: 800px;
    margin: 10px auto 30px;
    color: #444;
  }
  .steps-container .step {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .advantages-section {
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 100%;
  }
  .advantages-section h2 {
    font-size: 1.6rem;
  }
  .subtitle {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .advantage-item {
    padding: 15px;
  }
  .advantage-item p {
    margin-bottom: 0;
  }
  .advantage-item img {
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
  }
  .advantage-item h3 {
    font-size: 20px;
  }
  .bim-section .bim-content p {
    margin-bottom: 0;
  }
  .benefit {
    display: block;
    align-items: flex-start;
    gap: 15px;
    text-align: center;
    margin-top: 20px;
  }
  .benefit img {
    margin-bottom: 15px;
  }
  .bim-contents {
    text-align: center;
  }
  .why-learn-bim {
    max-width: 100%;
    margin: 0 0 0;
    padding: 30px 20px;
    align-items: center;
    gap: 30px;
  }
  .faq-card p {
    margin-bottom: 0;
  }
  .contact-card p {
    margin-bottom: 10px;
  }
  .blog-content .author {
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .learn-bim-section {
    padding: 30px 20px;
    margin: 0 auto;
  }
  .learn-bim-section h2 {
    font-size: 1.5rem;
  }
  .learn-bim-section .subtext {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .professions-grid {
    grid-template-columns: none;
    gap: 15px;
    padding-left: 50px;
  }
  .profession-item {
    font-size: 18px;
    gap: 8px;
  }
  .profession-item img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .projects-container {
    display: block;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .project-details {
    max-width: 100%;
    margin-top: 40px;
  }
  .project-details .description {
    margin-bottom: 0;
  }
  .projects-section {
    text-align: center;
    padding: 30px 20px;
  }
  .projects-header .subtitle {
    margin-bottom: 0;
  }
  .mission-vision-section {
    display: block;
    padding: 30px 20px;
    text-align: center;
  }
  .mission-vision-section .right-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .mission-vision-section .right-content p {
    margin-bottom: 0;
  }
  .left-images {
    flex: 1;
    max-width: 100%;
  }
  .course-card .tagline {
    text-align: left;
    margin-bottom: 10px;
  }
  .course-card .price {
    font-size: 20px;
    text-align: left;
  }
  .right-content {
    flex: 1.2;
    max-width: 100%;
    margin-top: 20px;
  }
  .left-box {
    text-align: left;
  }
  .left-box .testimonial-text {
    text-align: left;
  }
  .left-box .author {
    text-align: left;
    margin-bottom: 15px;
  }
  .blog-title {
    margin-top: 15px;
  }
  .top-courses {
    padding: 40px 15px;
  }
  .top-courses h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .course-cards {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .course-card {
    width: 90%;
    padding: 15px;
  }
  .course-card h3 {
    font-size: 1rem;
  }
  .course-card .tagline {
    font-size: 0.85rem;
  }
  .rating {
    font-size: 1rem;
  }
  .price .current {
    font-size: 1.1rem;
  }
  .btn-primary {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
  .cta {
    margin-top: 30px;
  }
  .background-lines::before,
  .background-lines::after {
    height: 40px;
    width: 160%;
    left: -30%;
  }
  .background-lines::before {
    top: 250px;
  }
  .background-lines::after {
    top: 320px;
  }
  .top-coursesos {
    position: relative;
    padding: 0 30px 30px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
  }
  .top-coursesos .out-top-div {
    text-align: center;
  }
  .top-coursesos .out-top-div h4 {
    color: #1a5cf0;
    font-size: 16px;
  }
  .top-coursesos .out-top-div h2 {
    color: #ff007a;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .top-coursesos .out-top-div .join-para {
    padding: 0 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .blog-boxes {
    padding: 30px 20px;
    background-color: #fefefe;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  .blog-boxes .recent-title {
    margin-bottom: 20px;
  }
  .about-section {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px;
    max-width: 100%;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .about-section .text-column {
    flex: 2;
    min-width: 300px;
    padding-left: 0;
  }
  .about-section .text-column h2 {
    margin-bottom: 0;
  }
  .features .feature-box {
    text-align: left;
  }
  .features .feature-box span {
    text-align: left;
  }
  .text-column h2 {
    font-size: 28px;
    font-weight: 700;
  }
  .text-column p {
    margin: 10px 0;
  }
  .bim-services {
    padding: 30px 20px;
    text-align: center;
  }
  .bim-services .section-title {
    margin-bottom: 20px;
  }
  .bim-services .services-grid {
    margin-bottom: 0;
    padding-left: 0;
  }
  .bim-services .services-grid .service-card .btn-pinks {
    padding: 8px 20px;
  }
  .bim-services .services-grid .service-card img {
    margin-bottom: 10px;
  }
  .bim-services .services-grid .service-card h4 {
    margin-bottom: 12px;
  }
  .btn-dark {
    display: none;
  }
  .btn-outline {
    display: none;
  }
  .bim-content h2 {
    font-size: 26px;
  }
  .bim-content p {
    font-size: 18px;
  }
  .how-we-work {
    padding: 30px 20px;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .bim-content {
    padding: 30px 20px;
    text-align: center;
  }
  .section-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .faq-section {
    padding: 30px 20px;
    max-width: 100%;
  }
  .testimonial {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .testimonial .testimonial-content {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    gap: 40px;
  }
  .blogs {
    padding: 30px 20px;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
  .blogs .section-title {
    margin-bottom: 10px;
  }
  .blogs .explore-more {
    margin-top: 20px;
  }
  .blogs .recent-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .blogs .section-subtitle {
    margin-bottom: 10px;
  }
  .blogs .side-info p {
    margin-bottom: 15px;
  }
  .blogs .blog-grid .main-post .blog-content .author {
    padding-top: 10px;
  }
  .blogss {
    padding: 30px 20px 0;
    max-width: 100%;
  }
  .blog-grid {
    display: block;
    flex-wrap: wrap;
    gap: 30px;
  }
  .blog-grid .main-post p {
    margin-bottom: 20px;
  }
  .tags {
    display: flex;
    gap: 8px;
    padding-bottom: 10px;
    justify-content: center;
  }
  .main-post {
    flex: 2;
    min-width: 300px;
  }
  .main-posts {
    flex: 2;
    min-width: 300px;
  }
  .main-post img {
    width: 100%;
    margin-bottom: 0;
  }
  .main-posts img {
    width: 100%;
  }
  .side-posts {
    flex: 2;
    display: block;
  }
  .side-post {
    display: block;
    gap: 15px;
    align-items: flex-start;
    margin-top: 25px;
  }
  .side-post img {
    width: 100%;
    height: auto;
  }
  .blog-boxf p {
    text-align: left;
  }
  .quote-form p {
    text-align: left;
  }
  .bim-columns {
    display: block;
    margin-top: 0;
  }
  .bim-columns .bim-box {
    margin: 20px 0;
  }
  .bim-columns .bim-box p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .services-section {
    padding: 30px 20px;
    gap: 40px;
    max-width: 100%;
    text-align: center;
  }
  .services-section .services-left h2 {
    font-size: 24px;
  }
  .services-section .services-left p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .building-conten h3 {
    text-align: center;
  }
  .highlight-box P {
    text-align: left;
  }
  .servicess {
    background-color: #0066cc;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
  }
  .building-link {
    text-align: center;
  }
  .quote-section {
    padding: 30px 20px;
  }
  .quote-section .explore-more {
    display: none;
  }
  .quote-section .quote-text h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
  }
  .quote-section .quote-text p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #0077cc;
    margin-bottom: 0;
  }
  .services-link .request {
    margin: 20px 0;
  }
  .services-content h2 {
    font-size: 28px;
  }
  .services-box {
    justify-content: center;
  }
  .services-box .img-box {
    min-width: 100%;
    max-width: 100%;
  }
  .services-content p {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .quote-text .h1 {
    color: #000;
    font-size: 28px;
    text-align: left;
  }
  .quote-text .p {
    color: #0077cc;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
  }
  .blogss {
    text-align: center;
  }
  .blogss .author {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .top-courses .out-top-div .join-para {
    padding: 0 100px;
    font-size: 18px;
  }
  .top-courses h2 {
    font-size: 24px;
  }
  .course-card {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .top-courses {
    padding: 30px 20px;
  }
  .top-courses .background-liness::before {
    top: 471px;
  }
  .top-courses .background-liness::after {
    top: 568px;
    background-color: #ff007b;
  }
  .top-courses .out-top-div h2 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .top-courses .out-top-div h4 {
    font-size: 14px;
  }
  .top-courses .out-top-div .join-para {
    padding: 0;
    font-size: 18px;
  }
  .course-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .course-card {
    width: 100%;
    max-width: 350px;
    padding: 15px;
  }
  .course-card h3 {
    font-size: 1rem;
  }
  .rating {
    font-size: 1rem;
  }
  .price .current {
    font-size: 1rem;
  }
  .price .old {
    font-size: 0.9rem;
  }
  .btn-primary {
    padding: 10px 25px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .top-courses .out-top-div h2 {
    font-size: 1.4rem;
  }
  .top-courses .out-top-div .join-para {
    font-size: 18px;
  }
  .btn-primary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .text-content {
    padding: 50px 30px;
  }
  .text-content h1 {
    font-size: 28px;
  }
  .text-content h3 {
    font-size: 15px;
  }
  .text-content p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .neom-project {
    flex-direction: column;
  }
  .neom-project .text-content {
    padding: 30px 20px;
  }
  .neom-project .text-content h1 {
    font-size: 20px;
  }
  .neom-project .text-content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .neom-project .text-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .project-info small {
    font-size: 14px;
    color: #888;
  }
  .text-content,
  .image-content {
    flex: 1 1 100%;
    width: 100%;
  }
  .text-content {
    padding: 40px 20px;
    text-align: center;
  }
  .text-content h1 {
    font-size: 24px;
  }
  .text-content p {
    font-size: 14px;
  }
  .image-content {
    padding: 0;
  }
  .image-content img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .text-content h1 {
    font-size: 20px;
  }
  .text-content h3 {
    font-size: 13px;
  }
  .text-content p {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .projectes-sectione {
    padding: 30px 20px;
    max-width: 100%;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .form-side {
    padding: 3rem;
  }
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .containers {
    flex-direction: column;
    height: auto;
  }
  .image-side {
    height: 300px;
    flex: none;
  }
  .form-side {
    padding: 2rem;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  p {
    text-align: center;
    font-size: 18px;
  }
  form {
    margin-top: 1;
  }
}
@media (max-width: 480px) {
  .form-side {
    padding: 1.5rem;
  }
  h1 {
    font-size: 24px;
    font-weight: 600;
  }
  label {
    font-size: 0.85rem;
  }
  .inputes,
  select,
  textarea {
    font-size: 0.95rem;
    padding: 0.6rem;
  }
  .buttonse {
    font-size: 0.95rem;
    padding: 0.7rem;
  }
  .contact-section {
    padding: 30px 20px;
    max-width: 100%;
  }
  .contact-section .contact-grid .contact-card {
    max-width: 100%;
  }
  .top-note {
    color: #f43f5e;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .course-title {
    font-size: 24px;
  }
  .info-boxes {
    gap: 15px;
  }
  .info-card {
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .course-section {
    padding: 30px 20px;
    max-width: 100%;
  }
  .value {
    font-size: 15px;
    margin-bottom: 0;
  }
  .syed {
    padding-left: 60px !important;
  }
  .info-card {
    padding: 20px;
    flex: 1 1 150px;
    border-radius: 12px;
  }
  .course-title {
    font-size: 22px;
  }
  .play-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
  .info-boxes {
    flex-direction: column;
    align-items: center;
  }
  .info-card {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .course-title {
    font-size: 20px;
  }
  .play-button {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
  }
  .value {
    font-size: 15px;
  }
  .value.stars {
    font-size: 16px;
    padding-left: 100px;
  }
  .value.live {
    font-size: 16px;
    padding-left: 90px;
  }
  .label {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .left-section {
    min-width: 100%;
  }
  .right-section {
    min-width: 100%;
  }
  .main-content {
    gap: 30px;
  }
  .tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .containerrre {
    max-width: 100%;
    margin: auto;
    padding: 30px 20px;
  }
  .tabs {
    gap: 8px;
  }
  .tab {
    padding: 6px 14px;
    font-size: 14px;
  }
  .main-content {
    flex-direction: column;
    gap: 20px;
  }
  .left-section,
  .right-section {
    flex: 1 1 100%;
    min-width: 100%;
    padding-left: 10px;
  }
  .right-section {
    text-align: center;
    min-width: 300px;
    padding: 0 25px 25px;
  }
  .section h3 {
    font-size: 16px;
    text-align: center;
  }
  .price {
    font-size: 22px;
    text-align: center;
  }
  .buy-button {
    font-size: 15px;
  }
  .tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tools img {
    height: 36px;
  }
  .tools img.large {
    height: 48px;
  }
}
@media (max-width: 480px) {
  .tab {
    padding: 5px 12px;
    font-size: 13px;
  }
  .section h3 {
    font-size: 16px;
  }
  .checklist li {
    font-size: 14px;
  }
  .highlights {
    font-size: 14px;
  }
  .course-info h4 {
    font-size: 16px;
  }
  .course-info li {
    font-size: 14px;
  }
  .price {
    font-size: 20px;
  }
  .stat {
    margin-bottom: 30px;
    font-weight: 600;
  }
  .project-details h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .stats-section {
    padding: 30px 10px;
  }
  .stats-section .section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .stats-section .section-subtitle {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .stats-section .stats-cardse {
    gap: 30px;
  }
  .stats-section .stats-cardse .cardes {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    width: 100%;
  }
  .stats-section .stats-cardse .cardes .number {
    font-size: 40px;
  }
  .stats-section .stats-cardse .cardes .number .label {
    font-size: 16px;
  }
  .stats-section .stats-cardse .cardes .number .label .iconss {
    font-size: 35px;
  }
  .stats-section .marqu {
    margin-top: 30px;
    width: 100%;
    padding: 0 15px;
  }
  .stats-section .marqu marquee ul {
    list-style-type: none;
    margin-bottom: 0;
  }
  .stats-section .marqu marquee ul li {
    display: inline-block;
    padding-left: 40px;
    text-align: center;
  }
  .stats-section .marqu marquee ul li img {
    width: 30px;
    margin-bottom: 20px;
  }
  .stats-section .marqu marquee ul li span {
    font-size: 40px;
    font-weight: 600;
    color: #0056ff;
    margin-top: 20px;
    margin-left: 10px;
  }
  .real-world-section {
    padding: 0 0;
    text-align: center;
  }
  .real-world-section .content-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
  .real-world-section .content-wrapper .text-columnes {
    flex: 1 1 50%;
    margin-bottom: 0;
    padding: 0 20px;
    margin-left: 0;
  }
  .real-world-section .content-wrapper .text-columnes .subheading {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .real-world-section .content-wrapper .text-columnes .subheading::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #000;
    margin-top: 4px;
  }
  .real-world-section .content-wrapper .text-columnes .main-heading {
    font-size: 24px;
  }
  .real-world-section .content-wrapper .text-columnes .description {
    margin-bottom: 10px;
    text-align: center;
  }
  .real-world-section .content-wrapper .text-columnes .features-grid {
    display: block;
    gap: 24px;
    margin-top: 30px;
  }
  .real-world-section .content-wrapper .text-columnes .features-grid .feature {
    display: block;
    text-align: center;
    gap: 12px;
  }
  .real-world-section .content-wrapper .text-columnes .features-grid .feature .icon1 {
    font-size: 24px;
  }
  .real-world-section .content-wrapper .text-columnes .features-grid .feature h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .real-world-section .content-wrapper .text-columnes .features-grid .feature p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
  }
  .real-world-section .content-wrapper .image-column img {
    border-radius: 0;
  }
  .journey {
    display: block;
    max-width: 100%;
    gap: 30px;
    padding: 30px 20px;
    text-align: center;
  }
  .journey .logon {
    width: 50px;
    height: 50px;
  }
  .journey .text-contenten {
    max-width: 100%;
  }
  .journey .text-contenten .tagline {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .journey .text-contenten .heading {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .journey .text-contenten .paragraph {
    font-size: 16px;
    line-height: 1.6;
  }
  .key-values {
    display: block;
    padding: 30px 20px;
    gap: 40px;
  }
  .key-values .text-contentenn {
    max-width: 100%;
  }
  .key-values .text-contentenn h2 {
    display: block;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .key-values .text-contentenn .values-list {
    padding: 0;
    margin: 30px 0 0;
  }
  .key-values .text-contentenn .values-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .key-values .text-contentenn .values-list li .value-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #000;
    padding-top: 3px;
  }
  .key-values .text-contentenn .values-list li .value-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  .key-values .text-contentenn .values-list li .value-text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
    text-align: left;
  }
  .key-values .image-content {
    flex: 1;
    text-align: right;
  }
  .key-values .image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .who-we-aree {
    padding: 30px 20px;
  }
  .who-we-aree .containern {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .who-we-aree .containern .lefts img {
    max-width: 280px;
    width: 100%;
  }
  .who-we-aree .containern .rights {
    text-align: center;
    margin-top: 30px;
  }
  .who-we-aree .containern .rights h2 {
    font-size: 24px;
    display: block;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .who-we-aree .containern .rights h2 .icon2 {
    width: 30px;
    height: 30px;
  }
  .who-we-aree .containern .rights p {
    font-size: 16px;
    line-height: 1.6;
  }
}/*# sourceMappingURL=mobile.css.map */