body {
    font-family: 'Dosis', sans-serif;
}

h1 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}

h2 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}

.cm-footer {
    font-family: 'Dosis', sans-serif;
}

.cm-footer .footer-heading {
    font-weight: 600;
    /* Slightly bold headings */
}

.cm-footer .footer-title,
.cm-footer .footer-phone,
.cm-footer .footer-email,
.cm-footer .footer-text,
.cm-footer p,
.cm-footer li,
.cm-footer a,
.cm-footer input,
.cm-footer button {
    font-weight: 400;
    /* Regular text */
}

.hero-section {
    margin-top: 4.2%;
    /* ya -60px agar navbar height adjust karna ho */
}


/* Optional: Style newsletter button */

.cm-footer .newsletter-form button {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}


/* Navbar */

.navbar-nav .nav-link {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.navbar-brand span {
    color: #fe0000;
}

.nav-link {
    font-weight: 640;
    color: #ffffff !important;
    margin: 0 0.5rem;
}

.nav-link.active {
    font-weight: 600;
    color: #fe0000 !important;
    /* red color */
}


/* Hero Section */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

section {
    width: 100%;
    overflow: hidden;
}


/* Desktop and Mobile Images */

section img {
    width: 100%;
    height: auto;
    /* Auto height for responsive */
    max-height: 100vh;
    /* Optional: full viewport height limit */
    object-fit: contain;
    /* Pura image visible, ratio maintain */
    display: block;
}


/* Desktop image - show on larger screens */

.desktop-banner {
    display: block;
}


/* Mobile image - hide on larger screens */

.mobile-banner {
    display: none;
}


/* Mobile responsive - switch images */

@media (max-width: 768px) {
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
}

.desktop-banner {
    object-fit: cover;
}

.mobile-banner {
    object-fit: contain;
}

section {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    /* Top space */
}

section img {
    width: 100%;
    height: auto;
    /* Auto height for responsive */
    max-height: 100vh;
    /* Optional: full viewport height limit */
    object-fit: contain;
    /* Pura image visible */
    display: block;
}


/**********************end**************/

@media (max-width: 767px) {
    section.position-relative {
        height: 60vh;
        /* taller banner for mobile */
    }
    section.position-relative .position-absolute {
        top: 40%;
        /* move overlay a bit higher for mobile */
    }
}

.shape-1 {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 200px;
    height: 150px;
    background-color: #3f51ff;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: -1;
}

.shape-2 {
    position: absolute;
    top: 35%;
    right: 15%;
    width: 150px;
    height: 150px;
    background-color: #ffc107;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    z-index: -1;
}

.clients img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: -15px;
    border: 2px solid #fff;
}


/********************************about********************/

.why-choose {
    padding: 80px 0;
    background: #fff;
}


/* Image Grid */

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.img-large {
    grid-row: span 2;
}


/* Right Content */

.section-label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #888;
    margin-bottom: 10px;
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.feature-box {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: #fff5f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4d2d;
    font-size: 22px;
    flex-shrink: 0;
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.feature-box p {
    color: #6c757d;
    font-size: 15px;
    margin: 0;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 34px;
    }
}

.feature-icon {
    width: 56px;
    height: 56px;
    background: #f2ba1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}


/*******************************v,m*************/

.mv-hero {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
}

.mv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.mv-hero-content {
    position: relative;
    color: #fff;
    max-width: 650px;
}

.mv-hero-content span {
    letter-spacing: 2px;
    font-size: 14px;
    opacity: 0.85;
}

.mv-hero-content h1 {
    font-size: 46px;
    font-weight: 700;
    margin: 10px 0;
}

.mv-hero-content p {
    font-size: 17px;
    opacity: 0.9;
}


/* SECTION CONTENT */

.section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.section-desc {
    color: #6c757d;
    font-size: 16px;
}


/* CARDS */

.mv-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}

.mv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.mv-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.mv-card-body {
    padding: 24px;
}

.mv-card-body h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.mv-card-body p {
    color: #6c757d;
    font-size: 15px;
    margin: 0;
}

@media (max-width: 768px) {
    .mv-hero {
        height: 300px;
    }
    .mv-hero-content h1 {
        font-size: 34px;
    }
}


/***********************work*/

.logo-slider {
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    gap: 50px;
    animation: slide 20s linear infinite;
}

.logo-item {
    min-width: 180px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 140px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s;
}

.logo-item img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Default nav link */

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
    transition: all 0.3s ease;
}


/* Hover color – Blue */

.navbar-nav .nav-link:hover {
    color: #0d6efd !important;
    /* Bootstrap Blue */
}


/* Active link – Yellow */

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ffd103 !important;
    /* Yellow */
    font-weight: 600;
}


/**********************contact*/

.contact-section {
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 60px;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    padding: 40px;
}

.contact-card h4 {
    font-weight: 700;
    margin-bottom: 25px;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
}

.form-control,
.form-select {
    border-radius: 30px;
    padding: 14px 18px;
    border: none;
    background: #f3f3f3;
}

textarea.form-control {
    border-radius: 18px;
    height: 100%;
}

.btn-send {
    background: linear-gradient(135deg, #f2ba1c, #f2ba1c);
    color: #fff;
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 600;
}

.map-box iframe {
    width: 100%;
    height: 260px;
    border-radius: 14px;
    border: 0;
}

.info-box {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ede9fe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2ba1c;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7c3aed;
    margin-right: 10px;
}

.vertical-line {
    width: 6px;
    background: linear-gradient(#f2ba1c, #f2ba1c);
    border-radius: 4px;
}


/*******************************footer***/

.cm-footer {
    background: radial-gradient(circle at top, #0c0f14, #05070a);
    color: #b5b5b5;
    padding: 80px 0 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-logo {
    max-width: 120px;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

.footer-phone {
    color: #fff;
    font-weight: 700;
}

.footer-email {
    color: #ff9800;
}

.footer-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #9da3af;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ff9800;
    padding-left: 5px;
}

.footer-text {
    color: #9da3af;
    margin-bottom: 15px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 14px;
    border: none;
    background: #11151c;
    color: #fff;
}

.newsletter-form input::placeholder {
    color: #6b7280;
}

.newsletter-form button {
    background: #ff9800;
    color: #000;
    border: none;
    padding: 12px 22px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form button:hover {
    background: #ffb347;
}

.footer-divider {
    border-color: #1f2933;
    margin: 40px 0 25px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
}

.social-icons a {
    color: #fff;
    border: 1px solid #2a2f3a;
    padding: 10px 12px;
    margin-left: 10px;
    display: inline-flex;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #ff9800;
    color: #000;
    border-color: #ff9800;
}


/***********************testmonial******************/

.testimonial-section {
    text-align: center;
    padding: 60px 0;
}

.testimonial-section h2 {
    margin-bottom: 6px;
}

.testimonial-section p.subtitle {
    color: #555;
}

.testimonial {
    padding: 20px;
}

.testimonial i.fa-quote-right {
    font-size: 40px;
    color: #fab700;
    margin-bottom: 15px;
    display: block;
}

.testimonial img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 15px 0;
}

.testimonial h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial .social-icons a {
    color: #000;
    margin: 0 5px;
    font-size: 18px;
}

.read-more {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 40px;
    display: inline-block;
}

.read-more:hover {
    text-decoration: underline;
}


/***********************project****************/

.project-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.project-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-img-container:hover img {
    transform: scale(1.1);
}

.project-hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-align: center;
}

.project-img-container:hover .project-hover-text {
    opacity: 1;
}


/********************termc***********************************************/

.container {
    max-width: 900px;
}

h1,
h2,
h3 {
    color: #ffd103;
}

h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

p,
ul {
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

.contact-card {
    border-left: 5px solid #ffd103;
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}