body {
    font-family: 'Inter', sans-serif;
    background-color: #0A0A0A;
    color: #E0E0E0;
}

a {
    text-decoration: none;
}

nav a img {
    width: 150px;
}

.footer-brand a img {
    width: 150px;
}

ol,
ul {
    list-style: none
}

a,
button {
    display: inline-block
}

.btn:focus,
.form-control:focus,
button:focus {
    outline: 0;
    box-shadow: none
}

a:hover {
    color: unset !important;
}

a {
    text-decoration: unset !important;

}


/* Add your CSS for the active link here */
.nav-link.active {
    font-weight: bold;
    color: red;
}

.clr-white {
    color: #fff !important;
}



/*top sec end*/

/* header css start */

/* marque css start  */
.marquee {
    overflow: hidden;
    /* hide the scrolling overflow */
    width: 100%;
    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%);
    mask-image: linear-gradient(to right,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%);
}

.marquee__inner {
    display: flex;
    width: max-content;
    animation: marquee 15s linear infinite;
}

.marquee__group {
    display: flex;
    align-items: center;
}

.marquee__group span {
    margin: 0 1.5rem;
    white-space: nowrap;
    /* background: #000000; */
    color: white;
    padding: 4px 16px 4px 12px;
    border-radius: 6px;
    font-size: 1.2rem;
}

.marquee__group span img {
    width: 180px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* marque css end  */



/* bannar css start  */
.hero-section {
    padding: 60px 0px;
    background: #0a0a0a;
}

.hero-title h1 {
    font-size: 90px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.bg-gradient-highlight {
    background-image: linear-gradient(to right, #18b3b2);
}

.text-gradient-highlight {
    background-image: linear-gradient(to right, #18b3b2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.hero-button {
    text-align: center;
    margin-top: 50px;
}

.hero-button a {
    padding: 25px 50px;
    background: linear-gradient(90deg, #C77DFF, #7B2CFF);
    color: #fff;
    font-weight: 600;
    border-radius: 9999px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-button a:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

/* bannar css end  */

.img1 img {
    width: 100%;
}

.ul1 {
    list-style: square;
}

.group h2 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

/* About Section start */
.about-section {
    padding: 60px 0px;
    background: #0a0a0a;
}

.about-title h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.about-title p {
    font-size: 22px;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 30px;
}

/* About Section end */

/* Services Section strat */
.services-section {
    padding: 60px 0px;
    background: #0a0a0a;
}

.services-title h2 {
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
}

/* .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
} */

.service-card {
    background: #111;
    border: 1px solid #e5e7eb7e;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    margin: 10px 0px;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.service-heading h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.service-heading p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

/* Services Section end */

.pri1 h2 {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.pri1 h4 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 10px 0px;
}

.pri1 h3 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 20px 0px;
}

.pri1 p {
    font-size: 16px;
    font-weight: 400;
    color: #fff; 
}

.pri1 p a{
    color: #18b3b2;
}

/* Work Section css start */
.work-section {
    padding: 60px 0px;
}

.work-title h2 {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.work-title p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* Card */
.work-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e5e7eb7e;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.work-card:hover {
    transform: scale(1.05);
}

.work-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */
.work-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 24px;
}

.work-card:hover .work-overlay {
    opacity: 1;
}

/* Overlay Content */
.work-overlay h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.work-overlay p {
    margin-top: 8px;
    font-size: 18px;
    color: #d1d5db;
}

.work-link a {
    margin-top: 16px;
    font-weight: 600;
    color: #60a5fa;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
}

.work-link a:hover {
    color: #93c5fd;
}

.work-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

/* Work Section css end */

/* Contact Section css start */
.contact-section {
    padding: 60px 0px;
}

.contact-title h2 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
}

.contact-title p {
    font-size: 18px;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.contact-input input {
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 14px 18px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-input input:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.25);
}

.contact-input textarea {
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 14px 18px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-input textarea:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 0.2rem rgba(96, 165, 250, 0.25);
}

.contact-btn {
    text-align: center;
    margin-top: 30px;
}

.contact-btn button {
    background-image: linear-gradient(to right, #18b3b2);
    color: #fff;
    font-weight: 600;
    padding: 25px 50px;
    border-radius: 50px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.contact-btn button:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

/* Contact Section css end */

/* Footer Base */
.footer {
    padding: 60px 0px;
    border-top: 1px solid #1f2937;
    color: #fff;
    background: #0f0f0f;
}

.footer-brand a {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #C77DFF, #7B2CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-brand p {
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
    width: 70%;
}

.footer1 h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #60a5fa;
}

.footer-bottom p {
    margin-top: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

/*MODREN CSS end*/
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .services-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .work-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}