*,
.review-box {
    box-sizing: border-box
}

.arrow,
.review-arrow {
    transform: translateY(-50%)
}

.container,
.nav-container {
    margin: 0 auto;
    max-width: 1200px
}

.footer-section ul li a:hover,
.nav-link:hover{
    color: #f6ff00 !important;
    border-bottom: 2px solid #fff306; /* ya koi bhi color */
}
.nav-logo h1 {
    color: #ffffff
 
    
}

.nav-link {
    color: #fff !important; /* White color with priority */
    font-size: 1rem;
}
.footer-section ul,
.nav-menu {
    list-style: none
    
}

.footer-section ul li a,
.nav-link {
    transition: color .3s;
    text-decoration: none;

    

     
}

.btn,
.nav-link,
.social-links a {
    text-decoration: none;
   

    
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family:  Inter, sans-serif;
    line-height: 1.6;
    /* color: #333; */
    overflow-x: hidden
}

.container {
    padding: 0 20px
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    /* background: #fff; */
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);

    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.nav-container {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

.nav-logo h1 {
    font-weight: 700
}

.nav-menu {
    display: flex;
    gap: 2rem
}

.nav-link {
    color: #333;
    font-weight: 500
}

#Customers {
  scroll-margin-top: 80px; /* navbar jitna height hai */

}

.stat-item span{
 color: #000334;
 font-weight: 600;
}

.btn-primary,
.btn-secondary,
.hero {
    color: #fff
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: .3s;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;

    
}

.slider {
    display: flex;
    height: 100%;
    transition: transform
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative
}

.arrow,
.slide h2 {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    color: #ffffff;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 30px;
}

.slide h2 {
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #667eeaa8 0, #764ba294 100%);

    padding: 15px 30px;
    border-radius: 10px;
    text-align: center
}

.arrow,
.btn {
    border: none;
    cursor: pointer
}

.arrow {
    background: linear-gradient(135deg, #667eea65 0, #764ba246 100%);
    border-radius: 50%;
    padding: 8px 12px;
    z-index: 2;
    color: #000;
}

.arrow.left,
.review-left {
    left: 10px
}

.arrow.right,
.review-right {
    right: 10px
}

.hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center
}

.about-content,
.hero-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;


}

.hero-container {
    max-width: 1200x;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    gap: 4rem;
    background-color: transparent;

}

.btn-primary,
.social-links a:hover {
    background: #2563eb
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2
}

.hero-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: .9
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap
}

.btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
    font-size: 1rem
}

.btn-primary:hover {
    background: #fff;
    transform: translateY(-2px);
    color: #000
}

.btn-secondary {
    background: 0 0;
    border: 2px solid #fff
}

.btn-secondary:hover {
    background: #fff;
    color: #2563eb
}

.hero-placeholder {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden
}

.hero-image {
    overflow: hidden
}

.hero-placeholder img {
    height: inherit;
    border-radius: 25px;
    margin-left: 150px
}

.about {
    padding: 80px 0;
    background: #f8fafc
}

.service-card,
.stat-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
    text-align: center
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #1e293b
}

.about-content {
    display: grid;
    gap: 4rem
}

.about-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #64748b
}

.footer-section ul li,
.stat-item h3 {
    margin-bottom: .5rem
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.stat-item {
    padding: 2rem
}

.stat-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2563eb
}

.stat-item p {
    color: #64748b;
    font-weight: 500
}

.services {
    padding: 80px 0
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem
}

.service-card {
    padding: 2.5rem;
    transition: transform .3s, box-shadow .3s
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: #fff
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b
}

.service-card p {
    color: #64748b;
    line-height: 1.6
}

.demolast {
    height: 18vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px
}

.footer {
    background: #1e293b;
    color: #fff;
    padding: 100px 0 20px
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: #f8fafc
}

.footer-section p {
    color: #cbd5e1;
    line-height: 1.6
}

.footer-section ul li a {
    color: #cbd5e1
}

.social-links {
    display: flex;
    gap: 1rem
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #374151;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background .3s
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    color: #cbd5e1
}

@media (max-width:1200px) {

    .about-content,
    .contact-content,
    .hero-container {
        gap: 3rem
    }
}

@media (max-width:1199px) {
    .hero-title {
        font-size: 2.5rem
    }

    .section-title {
        font-size: 2rem
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .hero1 {
        height: 60vh
    }

    .overlay h1 {
        font-size: 1.8rem
    }

    .hero-placeholder img {
        height: inherit;
        border-radius: 25px;
        margin: 0
    }

    .about-content,
    .contact-content,
    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .footer-content,
    .hero-container,
    .nav-menu {
        text-align: center
    }

    .hamburger {
        display: flex
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: linear-gradient(135deg, #667eea 0, #764ba2 100%);

        width: 100%;
        transition: .3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, .05);
        padding: 2rem 0
    }

    .nav-menu.active {
        left: 0
    }

    .nav-menu li {
        margin: 1rem 0
    }

    .hero {
        padding: 100px 0 60px;
        min-height: auto
    }

    .hero-title,
    .stat-item h3 {
        font-size: 2rem
    }

    .hero-description {
        font-size: 1rem
    }

    .hero-buttons,
    .social-links {
        justify-content: center
    }

    .hero-placeholder {
        height: 300px;
        font-size: 3rem
    }

    .about-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem
    }

    .footer-content,
    .services-grid {
        grid-template-columns: 1fr
    }

    .stat-item {
        padding: 1.5rem
    }

    .contact-form,
    .service-card {
        padding: 2rem
    }

    .slide h2 {
        font-size: 1.2rem;
        padding: 10px 20px;
        position: absolute;
        top: 55%;
        left: 50%
    }

    .arrow {
        font-size: 1.5rem;
        padding: 6px 10px
    }

    .slider-container {
        position: relative;
        width: 100%;
        height: 55vh;
        overflow: hidden
    }
}

@media (max-width:480px) {

    .container,
    .hero-container,
    .nav-container {
        padding: 0 15px
    }

    .hero-title,
    .section-title,
    .stat-item h3 {
        font-size: 1.75rem
    }

    .btn,
    .hero-description {
        font-size: .9rem
    }

    .btn {
        padding: 10px 20px
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center
    }

    .about-stats {
        grid-template-columns: 1fr
    }

    .contact-item,
    .stat-item {
        padding: 1rem
    }

    .contact-form,
    .service-card {
        padding: 1.5rem
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 12px;
        font-size: .9rem
    }
}

.menu-icon {
    display: none;
    font-size: 28px;
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .hero-placeholder {
        border-radius: 15px
    }

    .contact-form,
    .contact-item,
    .service-card {
        border-radius: 8px
    }
}

@media print {

    .contact-form,
    .hamburger,
    .hero-buttons,
    .navbar,
    .social-links {
        display: none
    }

    .hero {
        background: #fff !important;
        color: #000 !important;
        padding: 20px 0
    }

    .section {
        page-break-inside: avoid
    }
}

.review-wrapper {
    text-align: center;
    padding: 60px 20px;
    max-width: 900px;
    margin: auto
}

.review-wrapper h2 {
    font-size: 32px;
    color: #5b2c91;
    margin-bottom: 40px
}

.review-slider {
    position: relative;
    overflow: hidden
}

.review-track {
    display: flex;
    transition: transform .5s ease-in-out
}

.review-box {
    min-width: 100%;
    padding: 20px
}

.review-box img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px
}

.review-box p {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 1.6
}

.review-box h3 {
    font-size: 22px;
    color: #5b2c91
}

.review-box span {
    color: #3498db
}

.review-arrow {
    position: absolute;
    top: 50%;
    font-size: 30px;
    background: #eee;
    color: #666;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    user-select: none
}

.review-arrow:hover {
    background: #ccc
}

@media (max-width:768px) {
    .menu-icon {
        display: block;
        color: #ffffff
    }

    .nav-menu.active {
        display: flex
    }

    .review-wrapper h2 {
        font-size: 24px
    }

    .review-box p {
        font-size: 16px;
        width: 300px;
        padding: 10px
    }

    .review-arrow {
        font-size: 10px
    }
}

    li button {

      border: none;
      background-color: transparent;
      font-size: 15px;
      font-weight: 500;
      color: white;
      
    }