
/* Body reset to remove default spaces */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* Header Container */
.site-header {
    background-color: #ffffff; /* White background for the logo area */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Halka sa shadow bottom pe */
    position: sticky; /* Scroll karne par top pe fix rakhne ke liye */
    top: 0;
    z-index: 1000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    max-width: 200px; /* Ya aapki website ki width ke according */
    margin: 0 auto;
}

/* Logo Styling */
.logo-img {
    height: 60px; /* Apne logo ke hisaab se adjust karein */
    width: auto;
}

/* Navigation Styling */
.main-nav {
    background-color: #4a66a0; /* Blue color matching your image */
    border-radius: 4px;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-links li {
    margin: 0;
}

.nav-links li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.3s;
}

/* Hover and Active State (Like the 'Dealers' tab) */
.nav-links li a:hover,
.nav-links li.active a {
    background-color: #78cdff; /* Light blue color */
    color: #000000; /* Dark text on light background */
}

/* Search Box Styling */
.search-box {
    margin-left: 20px;
}

.search-input {
    padding: 10px 15px;
    border: 1px solid #cccccc;
    border-radius: 20px; /* Gol corners (rounded shape) ke liye */
    outline: none;
    font-size: 14px;
    width: 150px;
}

.search-input:focus {
    border-color: #4a66a0;
}

.top-bar a{
    color:#003366;
    margin-top: 0;
    padding: 0;
   
}

.navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 40px;
    background:#fff;
    margin-top: 0;
    padding-top: 0;
    
}

.logo img{
    height: 80px;
}

.nav-links{
    display:flex;
    list-style:none;
    gap:0px;
}

.nav-links a{
    background:#44557d;
    color:#fff;
    padding:12px 18px;
    text-decoration:none;
    font-weight:bold;
    transition:.3s;
}
body{
    margin-top:0px;
    margin-bottom:0px;
}

.nav-links a:hover{
    background:#76dff6;
    color:#000;
}

.search-box{
    display:flex;
    border-radius:30px;
    overflow:hidden;
    border:2px solid #44557d;
}

.search-box input{
    border:none;
    padding:10px 15px;
    width:180px;
    outline:none;
}

.search-box button{
    border:none;
    background:#f5b400;
    color:#fff;
    padding:10px 18px;
    cursor:pointer;
}

#loginBtn,
#logoutBtn{
    margin-left:15px;
    background:#44557d;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:5px;
    cursor:pointer;
    font-weight:bold;
}

#loginBtn:hover,
#logoutBtn:hover{
    background:#76dff6;
    color:#000;
}















.hero,
.product-banner{
    margin-top:0;
    padding-top:0;
}


.hero-overlay{
    width:100%;
    height:100%;
    background:linear-gradient(
        rgba(15,34,60,.85),
        rgba(32,96,124,.75)
    );
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.hero{
    height: 90vh;
    background-image: url("images/wwtbanner.jpeg"); /* Your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
     
    height:90vh;

    position:relative;
    position: relative;
    margin-top:0;

    }
    .hero-banner { /* Apni banner section ki class ka naam likhein */
    
    background-size: contain; /* Ya '100% 100%' poori width/height fit karne ke liye */
    background-repeat: no-repeat;
    background-position: center top;
    width: 0;



    .hero {
    width: 100%;
    height: 90vh;
    background-image: url("images/banner1.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.hero-content {
    color: #fff;
    z-index: 2;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.hero-content {
    position: relative;
    z-index: 2;
}
}





.overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45); /* Dark overlay */
}


.slide.active{
    opacity: 1;
}
.hero-content{
    position: relative;
    z-index: 2;
    color: white;
}

.hero-content{
    position: relative;
    z-index: 2;
    color: white;
}

.hero-content{
    color:#fff;
    max-width:700px;
    padding:20px;
    opacity:0;
   transform:translateY(40px);
   transition:all .8s ease;
}

.hero h1{
    font-size:60px;
    font-weight:800;
    margin-bottom:20px;
    letter-spacing:2px;
}

.hero p{
    font-size:20px;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}

.btn{
    padding:15px 35px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.primary{
    background:#27d3d6;
    color:#fff;
}

.primary:hover{
    background:#18b7ba;
}

.secondary{
    border:2px solid #fff;
    color:#fff;
}

.secondary:hover{
    background:#fff;
    color:#1d3557;
}








.contact-map{
    display:grid;
    grid-template-columns:40% 60%;
    gap:30px;
    padding:70px;
    background:#f8f9fb;
}
 .primary:hover

.contact-details h2{
    color:#1c355e;
    margin-bottom:20px;
}

.card{
    background:#fff;
    padding:20px;
    margin-bottom:15px;
    border-left:5px solid #25c6da;
    border-radius:8px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:all 0.4s ease;
    cursor: pointer;

    background:#fff;
    padding:20px;
    border:2px solid transparent;
    border-radius:10px;
    transition:all .4s ease;
}

.card:hover{
    border-color:#25c6da;
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}



hover.card {
    transform: translateY(-10);
    background:#1c355e;
    color:#fff;
    border-left: 5px solid #f9b233;
    box-shadow: 0 15x 30px rgba(0,0,0,.25);
}

.card:hover h3{
    color: #25c6da;
}

.card:hover p{
    color: fffffff;
}

.card h3{
    color:#1c355e;
    margin-bottom:10px;
}

.map-box iframe{
    width:100%;
    border-radius:10px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

@media(max-width:768px){
    .contact-map{
        grid-template-columns:1fr;
        padding:30px;
    }
}











.products{
    padding:0;
    background:#f8f9fc;
  
      /* Card ke andar <img> tag par width, height aur object-fit cover lagayein */
.product-card img, 
.card img {
    
    width: 100%;             /* Card ki puri width le */
    height: 200px;           /* Frame ki height fix karein (apne hisab se change kar sakte hain) */
    object-fit: cover;       /* Image stretch nahi hogi aur container fit karegi */
    object-position: center;  /* Image center aligned rahegi */
    border-radius: 8px;      /* Slightly rounded corners (optional) */



    
/* Card Content Area */
.card-content {
    padding: 20px;
}

.card-title {
    color: #1a73e8;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.card-desc {
    color: #4a5568;
    margin-bottom: 16px;
}

.btn-details {
    background-color: #1e3a8a;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
}
}
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:38px;
    color:#1d3557;
}

.section-title p{
    color:#666;
    margin: top 100px;
}

.product-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
}

.product-card{
    background:#fff;
    border-radius:15px;
    padding-top: 100px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.4s;
    border:2px solid transparent;
    padding: 30px;
}

.product-card img{
    width:180px;
    height:180px;
    object-fit:contain;
    transition:.4s;
}

.product-card:hover{
    transform:translateY(-10px);
    border-color:#25c6da;
    box-shadow:0 15px 30px rgba(0,0,0,.2);
}

.product-card:hover img{
    transform:scale(1.1);
}

.product-card h3{
    color:#1d3557;
    margin:20px 0 10px;
}

.product-card p{
    color:#666;
    margin-bottom:20px;
}

.btn{
    display:inline-block;
    padding:12px 25px;
    background:#1d3557;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    transition:.3s;
}

.btn:hover{
    background:#25c6da;
    color:#000;
}










.about{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:80px 8%;
    background:#f8f9fc;
    flex-wrap:wrap;
}

.about{
    height: 90vh;
    background-image: url(../images/banner43.jpeg); /* Your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top:60px;
    position: relative;
}

.overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45); /* Dark overlay */
}


.about-image{
    flex:1;
}

.about-image img{
    width:100%;
    border-radius:15px;
    transition:.4s;
}

.about-image img:hover{
    transform:scale(1.05);
}

.about-content{
    flex:1;
}

.about-content h4{
    color:#25c6da;
    letter-spacing:2px;
    margin-bottom:10px;
}

.about-content h2{
    font-size:40px;
    color:#1d3557;
    margin-bottom:20px;
}

.about-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:30px;
}

.feature{
    background:#fff;
    padding:15px;
    border-left:4px solid #25c6da;
    border-radius:8px;
    transition:.3s;
}

.feature:hover{
    background:#1d3557;
    color:#fff;
    border-left:4px solid #f4b400;
}

.about-btn{
    display:inline-block;
    padding:14px 30px;
    background:#1d3557;
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    transition:.3s;
  
}

.about-btn:hover{
    background:#25c6da;
    color:#000;
}





.brand-card img{
    width:140px;
    margin-bottom:15px;
}

.ken-btn{
    display:inline-block;
    margin-top:15px;
    padding:10px 22px;
    background:#d60000;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:bold;
    transition:.3s;
}

.ken-btn:hover{
    background:#000;
}

.brands-section{
    padding:60px 8%;
    text-align:center;
    background:#f8f8f8;
}

.brands-section h2{
    font-size:36px;
    margin-bottom:40px;
}

.brands-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:25px;
}

.brand-card{
    background:#cee3eb;
    border-radius:12px;
    padding:20px;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    transition:.4s;
    margin-top: 40px;
}

.brand-card:hover{
    transform:translateY(-8px);
}

.brand-card img{
    width:100%;
    height:180px;
    object-fit:contain;
}

.treillion-card img{
    width:100%;
    height:180px;
    object-fit:contain;
}

.dekton-card img{
    width:100%;
    height:180px;
    object-fit:contain;
}
.brand-card h3{
    margin-top:15px;
    color:#222;
    font-size:20px;
}









.testimonials{
    padding:80px 8%;
    background:#f8f9fb;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h4{
    color:#25c6da;
    letter-spacing:2px;
}

.section-title h2{
    font-size:40px;
    color:#1b3556;
    margin:15px 0;
}

.section-title p{
    color:#666;
}

.testimonial-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}

.testimonial-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    border:2px solid transparent;
    transition:.4s;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.testimonial-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    margin-bottom:20px;
}

.testimonial-card h3{
    color:#1b3556;
}

.testimonial-card span{
    color:#777;
    font-size:14px;
}

.stars{
    color:#f4b400;
    font-size:22px;
    margin:15px 0;
}

.testimonial-card p{
    color:#555;
    line-height:1.7;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    border-color:#25c6da;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}








.career-hero{
    position:relative;
    height:90vh;
    background-image: url(../images/employe.jpg); /* Your image path */
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
}

.career-content{
    position:relative;
    z-index:2;
    max-width:700px;
    color:#fff;
    padding:20px;
}

.career-content h4{
    color:#ff9800;
    font-size:22px;
    margin-bottom:10px;
}

.career-content h1{
    font-size:56px;
    margin-bottom:20px;
    line-height:1.2;
}

.career-content p{
    font-size:18px;
    line-height:30px;
    margin-bottom:35px;
}

.career-btns{
    display:flex;
    justify-content:center;
    gap:20px;
}

.btn-primary,
.btn-secondary{
    padding:14px 35px;
    text-decoration:none;
    border-radius:5px;
    font-weight:600;
    transition:.3s;
}

.btn-primary{
    background:#ff9800;
    color:#fff;
}

.btn-primary:hover{
    background:#e68900;
}

.btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

.btn-secondary{
    background:#ff9800;
    color:#fff;
}

.btn-secondary:hover{
    background:#e68900;
}

.btn-secondary:hover{
    background:#fff;
    color:#222;
}

@media(max-width:768px){

.career-content h1{
    font-size:36px;
}

.career-btns{
    flex-direction:column;
}
}









.contact-social{
    text-align:center;
    margin-top:40px;
}

.contact-social h3{
    font-size:28px;
    margin: bottom 80px;
    color:#222;
}

.social-icons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.social-icons a{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    font-size:24px;
    transition:0.3s ease;
}

.youtube{
    background:#FF0000;
}

.instagram{
    background:#E1306C;
}

.facebook{
    background:#1877F2;
}

.whatsapp{
    background:#25D366;
}


.linkedin { background: #0A66C2; 
    transition: 0.3s ease; 
}

.x-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 50%; /* Circle shape */
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.x-logo {
  width: 20px;
  height: 20px;
  fill: #ffffff; /* Icon Color */
}

/* Hover Effect */
.x-logo-link:hover {
  background-color: #333333;
  transform: scale(1.08);
}


.social-icons a:hover{
    transform:translateY(-8px) scale(1.1);
    box-shadow:0 10px 20px rgba(0,0,0,0.25);
}

    

.linkedin {
    background: #0A66C2;
    color: white;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.linkedin:hover {
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 8px 20px rgba(10, 102, 194, 0.5);
}


.social-icons a:hover{
    transform:translateY(-8px) scale(1.1);
    box-shadow:0 10px 20px rgba(0,0,0,0.25);
}


/* Footer */
footer{
    background:#111;
    color:#fff;
    padding:60px 20px 25px;
    text-align:center;
    font-family:Arial,sans-serif;
}

footer h2{
    font-size:38px;
    margin-bottom:25px;
    color:#fff;
    font-weight:700;
}

/* Social Icons */
.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
}

.social-icons a{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    text-decoration:none;
    transition:.3s ease;
}

.youtube{
    background:#ff0000;
}

.instagram{
    background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
}

.facebook{
    background:#1877f2;
}

.whatsapp{
    background:#25d366;
}

.social-icons a:hover{
    transform:translateY(-8px) scale(1.1);
    box-shadow:0 10px 25px rgba(255,255,255,.25);
}

/* Disclaimer */
.disclaimer{
    max-width:850px;
    margin:0 auto;
    color:#d6d6d6;
    font-size:16px;
    line-height:1.8;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    padding:20px 0;
}

.disclaimer strong{
    color:#ffb400;
}

/* Copyright */
.copyright{
    margin-top:20px;
    color:#999;
    font-size:15px;
    letter-spacing:.5px;
}

/* Responsive */
@media(max-width:768px){

}

footer{
    padding:45px 15px 20px;
}

footer h2{
    font-size:30px;
}

.social-icons a{
    width:50px;
    height:50px;
    font-size:20px;
}

.disclaimer{
    font-size:14px;
}


/* Footer */

.copyright{
    text-align:center;
    padding:10px;
    background:#0e233f;
    color:white;
}

.call-me{
    position:fixed;
    bottom:25px;
    right:25px;
    z-index:999;
}

.call-me a{
    display:flex;
    align-items:center;
    gap:10px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:12px 18px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
    transition:.3s;
}

.call-me a:hover{
    background:#1EBE5D;
    transform:translateY(-3px);
}

.call-me i{
    font-size:22px;
}



    :root {
      --bg-dark: #0f172a;
      --card-dark: #1e293b;
      --text-main: #f8fafc;
      --text-muted: #94a3b8;
      --border-color: #334155;
      --accent: #f59e0b;
    }

  

    body {
      background-color: #f1f5f9;
      color: #334155;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    /* Demo Main Area */
    .page-content {
      padding: 3rem 1.5rem;
      text-align: center;
    }

    /* Footer Container */
    .site-footer {
      background-color: var(--bg-dark);
      color: var(--text-muted);
      font-size: 0.85rem;
      line-height: 1.6;
      border-top: 3px solid var(--accent);
    }

    .footer-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 3rem 1.5rem 1.5rem 1.5rem;
    }

    /* Disclaimer Section */
    .footer-disclaimer {
      background-color: rgba(255, 255, 255, 0.02);
      padding: 1.5rem;
      margin-bottom: 2rem;
    }

    .footer-disclaimer h3 {
      color: var(--text-main);
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
      letter-spacing: 0.5px;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .footer-disclaimer h3::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 16px;
      background-color: var(--accent);
  
    }

    .footer-disclaimer p {
      margin-bottom: 1rem;
    }

    .footer-disclaimer p:last-child {
      margin-bottom: 0;
    }

    /* Copyright Bar */
    .copyright {
      text-align: center;
      padding-top: 1.5rem;
     
      color: var(--text-muted);
      font-size: 0.8rem;
    }
 