.industry-container {
            width: 90%;
            max-width: 800px;
            text-align: left;
        }
        .industry-header {
            font-size: 2rem;
            margin-bottom: 10px;
        }
        .industry-text {
            font-size: 1rem;
            margin-bottom: 20px;
        }
        .industry-phone {
            font-size: 1.5rem;
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #333;
            color: white;
            padding: 15px 20px;
            border-radius: 10px;
        }
        .industry-button {
            background: blue;
            color: white;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
        }
        @media (max-width: 600px) {
            .industry-container {
                text-align: center;
            }
            .industry-phone {
                position: static;
                width: 100%;
                text-align: center;
                margin-bottom: 10px;
            }
            .industry-button {
                background: black;
                width: 100%;
                padding: 15px;
            }
        }


.text-container {
    position: fixed;
    text-align: center;
    max-width: 70%;
}

.scroll-text {
    font-size: 2em;
    font-weight: bold;
    transition: color 0.5s ease-in-out;
    background: linear-gradient(90deg, #ffffff, #aaa, #666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    transition: opacity 0.5s ease-in-out;
}




.terms-h1 {
            font-size: 36px;
            font-weight: 400; /* Lighter font weight */
            text-align: center;
        }
.terms-h2 {
            font-size: 12px;
            font-weight: 400; /* Lighter font weight */
        }
        .terms-h4 {
            font-size: 10px; /* Slightly bigger than p */
            font-weight: 500; /* Medium weight */
            margin-top: 20px;
        }
        .terms-p {
            font-size: 14px;
            font-weight: 500; /* Heavy font */
            color: black;
            line-height: 1.5;
        }
        .terms-ul {
            margin-top: 10px;
            font-size: 14px;
            font-weight: 500; /* Heavy font */
            padding-left: 20px;
        }
        .terms-li {
            font-size: 20px;
            line-height: 1.5;
            font-weight: 500; /* Medium weight */
        }



.portfolio-grid {
            display: flex;
            gap: 30px;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .portfolio-item {
            background: #fff;
            width: 30%;
            text-align: left;
        }
        .portfolio-item img {
            width: 100%;
            height: auto;
            display: block;
        }
        .category {
            color: blue;
            font-size: 14px;
            margin-top: 10px;
        }
        .title {
            font-size: 20px;
            font-weight: bold;
            margin-top: 5px;
            color: #222;
        }
        .description {
            font-size: 16px;
            color: #555;
            margin-top: 5px;
        }

        @media (max-width: 900px) {
            .portfolio-grid {
                flex-direction: column;
                align-items: center;
            }
            .portfolio-item {
                width: 100%;
            }
        }



.


insights-container {
            max-width: 900px;
            margin: auto;
            padding: 40px 20px;
        }
        .insights-container h2 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .insights-container p {
            font-size: 16px;
            color: #666;
            margin-bottom: 30px;
        }
        .blog-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .blog-card {
            background: #fff;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }
        .blog-card:hover {
            transform: translateY(-5px);
        }
        .blog-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }
        .blog-content {
            padding: 20px;
            text-align: left;
        }
        .blog-meta {
            font-size: 14px;
            color: #777;
            margin-bottom: 10px;
        }
        .blog-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            text-decoration: none;
        }
        .blog-title:hover {
            color: #007bff;
        }
        @media (max-width: 992px) {
            .blog-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 768px) {
            .blog-grid {
                grid-template-columns: repeat(1, 1fr);
            }
        }



/* Contact Us Location */

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.custom-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 5px;
    background: transparent;
    transition: all 0.3s ease;
}

.custom-button:hover {
    background-color: black;
    color: white;
}

.arrow {
    font-size: 18px;
}





/* Services Location */

.rajjj{
	padding: 40px;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: -10px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.rajj{
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.services-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px; /* Ensures some spacing around */
}

/* Service Card */
.service-card {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    width: 100%; /* Full width inside grid */
}

/* Image at the top */
.service-card img {
    width: 100%;
    display: block;
    margin: 0; /* No margin */
    padding: 0; /* No padding */
}

/* Content inside the card */
.service-content {
    padding: 20px; /* Adds spacing inside the card */
}

/* Title */
.service-content h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

/* Description */
.service-content p {
    font-size: 16px;
    color: #666;
	font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* "Learn More" Button */
.learn-more {
    display: inline-flex;
    align-items: center;
    color: #0418f6; /* Blue color */
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.learn-more:hover {
    color: #0056b3;
}

/* Arrow Icon */
.learn-more i {
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}

.learn-more:hover i {
    transform: translateX(5px);
}

/* Responsive: Mobile View */
@media (max-width: 768px) {
    .services-wrapper {
        grid-template-columns: 1fr; /* One column per row */
    }
}

/* Contact Us Location */