* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}
.mobileapp-hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mobileapp-hero-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

#mobHeroContent {
    z-index: 1;
    padding: 20px;
    border-radius: 10px;
    animation: fadeIn 2s ease-in-out;
}

#mobHeroContent h1 {
    font-size: 3rem;
    margin: 0;
    color: #FFFFFF; /* White color */
    animation: slideInFromLeft 1s ease-in-out;
}

#mobHeroContent p {
    font-size: 1.5rem;
    margin: 10px 0 0;
    color: #FFFFFF; /* White color */
    animation: slideInFromRight 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .mobileapp-hero-section {
        height: 60vh;
    }

    #mobHeroContent h1 {
        font-size: 2rem;
    }

    #mobHeroContent p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .mobileapp-hero-section {
        height: 50vh;
    }

    #mobHeroContent h1 {
        font-size: 1.5rem;
    }

    #mobHeroContent p {
        font-size: 0.875rem;
    }
}
/* *************************888 */
.mobileapp-overview-section {
    display: flex; /* Use flexbox layout */
    align-items: center; /* Center content vertically */
    width: 100%;
    padding: 20px 20px;
    background-color: #f8f9fa; /* Light background color */
    color: #333; /* Dark text color */
    flex-direction: row; /* Default layout for larger screens */
}

.mobileapp-overview-container {
    display: flex;
    /* border: 1px solid red; */
    align-items: center; /* Vertically center the content */
}

.mobileapp-overview-image {
    flex: 1; /* Allow the image container to take up space */
    padding-right: 20px; /* Space between image and text */
}

.mobileapp-overview-image img {
    max-width: 100%; /* Responsive image */
    border-radius: 5px;
    height: auto;
}

.mobileapp-overview-content {
    flex: 2; /* Allow content container to take up more space */
    text-align: left; /* Align text to the left */
}

.mobileapp-overview-text {
    font-size: 1.3rem; /* Adjust font size as needed */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1.4; /* Improve readability */
    margin: 15px 0; /* Space between paragraphs */
}

.mobileapp-cta-button, .mobileapp {
    display: inline-block;
    margin-top: 10px; /* Space above buttons */
    padding: 10px 15px; /* Padding for buttons */
    background-color: #007BFF; /* Button background color */
    color: white; /* Text color */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
}

.mobileapp-cta-button:hover, .mobileapp:hover {
    background-color: #0056b3; /* Darker shade on hover */
}
@media screen and (360px <= width <= 480px){
    .mobileapp-overview-container {
        display: flex;
        flex-direction: column;
    }
}
    

/* Importance Section */
.mobileapp-importance-section {
    background: linear-gradient(135deg, #ffffff, #e3f2fd); /* Soft gradient background */
    padding: 50px 30px; /* Increased padding */
    border-radius: 15px; /* More rounded corners */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Softer shadow */
    margin: 0 0;
    text-align: center; /* Center-align text */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Add transition for hover effect */
}

.importance-text {
    font-size: 1.2rem; /* Slightly larger font size */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 30px; /* Increased margin for better spacing */
    line-height: 1.3; /* Improved readability */
    color: #333; /* Darker gray for improved readability */
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease; /* Smooth color transition on hover */
}

.importance-wrapper {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    justify-content: center; /* Center items */
    gap: 30px; /* Space between items */
}

.importance-item {
    flex: 1;
    min-width: 220px;
    max-width: 320px; /* Set a max width for better alignment */
    background: #f9f9f9; /* Slightly darker background for items */
    padding: 30px; /* Increased padding for better spacing */
    border-radius: 10px; /* More rounded corners */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Softer shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    text-align: center; /* Center-align text */
    margin: 10px; /* Add margin between items */
    position: relative; /* Position for pseudo-element */
}

.importance-item:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.importance-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px; /* Match item border radius */
    background: rgba(0, 123, 255, 0.1); /* Light overlay on hover */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition */
}
.importance-item img {
    fill: #084c7f; /* Change logo color to blue */
    width: 80px; /* Increase size of the logo */
    height: auto; /* Maintain aspect ratio */
}

.importance-item:hover::after {
    opacity: 1; /* Show overlay on hover */
}

.importance-item i{
    font-size: 3rem;
    color: #2c3e50;
}
.importance-item h4 {
    margin-top: 15px; /* Space above the heading */
    margin-bottom: 10px; /* Space below the heading */
    font-size: 1.4rem; /* Larger size for headings */
    color: #084c7f; /* Heading color */
    transition: color 0.3s ease; /* Smooth color transition on hover */
}

.importance-item:hover h4 {
    color: #0056b3; /* Change color on hover */
}

.importance-item p {
    font-size: 1rem; /* Adjust paragraph font size */
    color: #333; /* Text color */
    transition: color 0.3s ease; /* Smooth color transition on hover */
}

.importance-item:hover p {
    color: #444; /* Darken text on hover */
}

.key-features-section {
    background: #f8f9fa; /* Light background for contrast */
    padding: 50px 30px; /* Increased padding */
    border-radius: 15px; /* More rounded corners */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Softer shadow */
    margin: 30px 0;
    text-align: center; /* Center-align text */
}

.key-features-section h2 {
    font-size: 2.2rem; /* Slightly larger heading */
    color: #2c3e50;
    margin-bottom: 30px; /* More space below the heading */
    font-family: 'Arial', sans-serif;
    text-transform: uppercase; /* Make the heading more striking */
    text-align: center; /* Center-align text */
    letter-spacing: 1px; /* Add some letter spacing */
}

.features-wrapper {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    justify-content: center; /* Center items */
    gap: 30px; /* Space between items */
}

.feature-item {
    flex: 1;
    min-width: 250px; /* Minimum width for responsiveness */
    max-width: 320px; /* Slightly wider max width */
    background: #ffffff; /* White background for each item */
    padding: 25px; /* Increased padding for better spacing */
    border-radius: 10px; /* More rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* Softer shadow */
    text-align: center; /* Center-align text */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item img {
    width: 100%; /* Set width to fill the container */
    height: 150px; /* Set a fixed height for rectangular shape */
    object-fit: cover; /* Ensures the image covers the area without distortion */
    margin-bottom: 15px; /* Space below the image */
}

.feature-item h4 {
    margin: 20px 0; /* More space above and below the heading */
    font-size: 1.4rem; /* Slightly larger heading */
    color: #333; /* Heading color */
}

.feature-item p {
    font-size: 1rem; /* Slightly larger paragraph font size */
    color: #666; /* Text color */
}

.feature-item:hover {
    transform: translateY(-5px); /* More pronounced hover effect */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}


.technologies-section {
    padding: 50px 30px;
    background: linear-gradient(to right, #f8f9fa, #e2e6ea);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.technologies-section h2 {
    font-size: 2.5rem; /* Slightly larger heading */
    color: #2c3e50;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 20px; /* More space below the heading */
    padding-bottom: 10px; /* Space between heading and border */
    font-family: 'Arial', sans-serif;
    text-transform: uppercase; /* Make the heading more striking */
    text-align: center; /* Center-align text */
    letter-spacing: 1px; /* Add some letter spacing */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Subtle text shadow */
}
.technologies-section p {
    font-size: 1.4rem; /* Increased paragraph size */
    color: #333; /* Text color */
    margin-bottom: 20px; /* Space below paragraph */
    line-height: 1.6; /* Improved line height for readability */
}
.technologies-section h3 {
    font-size: 1.5rem; /* Increased size */
    color: #333;
    margin-top: 30px;
    text-decoration: none; /* Removed underline */
}

.tech-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; /* Increased gap for more space */
    margin: 20px 0;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    padding: 25px; /* Increased padding */
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 180px; /* Increased width for more space */
}

.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    background: #e0f7fa;
}

.tech-icon {
    margin-bottom: 15px; /* Increased margin */
    width: 120px; /* Increased icon size */
    height: auto;
}

.tech-item span {
    font-size: 1.5rem; /* Increased font size */
    color: #333;
    font-weight: bold; /* Made the text bold */
}

.why-choose-us-section {
    padding: 80px 50px; /* Increased padding for a more spacious feel */
    background: #f8f9fa; /* Softer gradient */
    text-align: center;
    border-radius: 20px; /* More pronounced rounded corners */
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); /* Deeper shadow for a modern feel */
}

.why-choose-us-section h2 {
    font-size: 2.5rem; /* Larger heading for impact */
    color: #2c3e50;
    margin-bottom: 20px;
    font-family: 'Segoe UI', sans-serif; /* More modern font */
    text-transform: uppercase; /* Uppercase for emphasis */
    text-align: center; /* Center-align text */
    letter-spacing: 1px; /* Slight letter spacing for elegance */
}

.why-choose-us-section p {
    font-size: 1.4rem; /* Increased font size for better readability */
    color: #333;
    margin-bottom: 20px;
    line-height: 1.8; /* Increased line height for readability */
}

.why-choose-us-wrapper {
    display: flex;
    justify-content: center; /* Center items */
    flex-wrap: wrap; /* Wrap items on smaller screens */
    margin-top: 20px; /* Space above items */
    gap: 40px; /* Increased space between items */
}

.why-choose-us-item {
    max-width: 280px; /* Increased max width for each item */
    text-align: center;
    padding: 30px; /* Increased inner padding for a card-like effect */
    background: white; /* White background for contrast */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); /* Soft shadow */
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth hover effect */
}

.why-choose-us-item:hover {
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.why-icon {
    width: 200px; /* Increased size for better visibility */
    height: 120px; /* Increased size for better visibility */
    margin-bottom: 20px; /* Space between icon and text */
    background-color: #ffffff; /* White background for logos */
    display: flex; /* Flex for centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    border-radius: 15%; /* Slightly rounded corners for a modern look */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for icons */
    overflow: hidden; /* Ensures logos fit well */
}

.why-icon img {
    width: 90%; /* Responsive icon size */
    height: auto; /* Maintains aspect ratio */
}

.why-choose-us-item h4 {
    font-size: 1.5rem; /* Adjusted heading size */
    color: #084c7f; /* Accent color for headings */
    margin: 10px 0; /* Space around headings */
    font-family: 'Segoe UI', sans-serif; /* Consistent font */
}

.why-choose-us-item p {
    font-size: 1.2rem; /* Slightly larger text for better readability */
    color: #555; /* Softer text color */
    line-height: 1.6; /* Increased line height */
}
/* General Section Styling */.app-development-solutions {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-development-solutions-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.app-development-solutions-text {
    flex: 1 1 60%;
    margin-right: 20px;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.reason-icon {
    font-size: 35px;
    margin-right: 15px;
    color: #1078bf;
}

.reason-title {
    font-size: 18px;
    margin: 0 0 10px;
    color: #333;
}

.reason-description {
    font-size: 16px;
    color: #555;
}

.more-text {
    display: inline;
    /* color: #007bff; Change if necessary */
}

.read-more {
    background-color: transparent;
    border: none;
    color: #007bff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.app-development-solutions-image {
    flex: 1 1 30%;
}

.app-development-solutions-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .app-development-solutions-content {
        flex-direction: column;
    }

    .app-development-solutions-text {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .app-development-solutions-image {
        order: -1;
    }
}


/* Free Consultation Section Styles */
.free-consultation-section {
    background-color: #37ff00;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.consultation-title {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.consultation-text {
    font-size: 1.3rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 30px;
    max-width: 600px;
    line-height: 1.3;
    margin: 0 auto;
    color: #555;
}

.consultation-button {
    background-color: #fff;
    color: #00ffa6;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.consultation-button:hover {
    background-color: #0056b3;
  color:#fff;
}
