body{
    font-family: Arial;
    margin:0;
    padding:0;
    }

.text-warning {
    --bs-text-opacity: 1;
       color: #ffc107 !important;
}
    
    
    /* NAVBAR */
/* NAVBAR */
section{
    margin-bottom: 100px;
}
.navbar{
    background: transparent;
    transition: 0.7s;
    padding:8px 0;
    height:120px;
    display:flex;
    align-items:center;
    }
    
    .navbar.scrolled{
    background:white;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    height:100px;
    padding:8px 0;
    align-items: center;
    }

    /* Default (Transparent Navbar) */
.navbar .btn-outline-info {
    color: #fff;           /* text white */

  }
  
  /* Scroll hone ke baad navbar */
  .navbar.scrolled .btn-outline-info {
      /* white button */
    color: #000;           /* text dark */
    
  }

  /* Navbar links */
.navbar-nav .nav-link {
    position: relative;
    color: white;
    font-weight: 500;
    margin-left: 15px;
    transition: color 0.3s ease;
  }
  
  /* Progress line (hidden by default) */
  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 3px;
    border-radius: 15px;
    background: #0dcaf0; /* same as contact button border */
    transition: width 0.5s ease;
  }
  
  /* Hover effect */
  .navbar-nav .nav-link:hover::after {
    width: 100%;
  }
  
  /* Active page link */
  .navbar-nav .nav-link.active {
    color: #0dcaf0 !important; 
  }
  .navbar.scrolled .nav-link.active {
    color: #0dcaf0;
  }
  
  .navbar-nav .nav-link.active::after {
    width: 100%;
  }
    
    /* MENU COLOR */
    .navbar .nav-link{
    color:white;
    font-size:20px;
    font-weight:500;
    transition:0.7s;
    }
    
    .navbar.scrolled .nav-link{
    color:black;
    }
    
    /* BUTTON */
    .btn-contact{
    background:#0a7c3a;
    color:white;
    border:none;
    padding:10px 20px;
    border-radius:6px;
    }
    
    .navbar.scrolled .btn-contact{
    background:#0a7c3a;
    color:white;
    }
    
    /* CONTAINER */
    .nav_container{
        max-width:1400px;
        width:100%;
        margin:auto;
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:0 20px;
        height:100%;
        }
    
    /* LOGO SYSTEM */
    .logo{
    height:100%;
    transition:0.7s;
    object-fit: cover;
    }
    
    /* default transparent navbar */
    .logo-white{
    display:block;
    width: 320px;
    }
    
    .logo-color{
    display:none;
    width: 320px;
    }
    
    /* scroll hone par */
    .navbar.scrolled .logo-white{
    display:none;
    }
    
    .navbar.scrolled .logo-color{
    display:block;
    }
    

/* Show dropdown on hover */
.branch-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Initial hidden state (for animation) */
.branch-menu {
  background: #ffffff;
  border-radius: 12px;
  padding: 8px 0;
  border: none;
  min-width: 230px;

  /* Premium shadow */
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);

  /* Animation */
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
}

/* REMOVE underline/progress animation ONLY for Branches */
.branch-dropdown > .nav-link::after {
  display: none !important;
  content: none !important;
}

/* Dropdown items */
.branch-menu .dropdown-item {
  padding: 12px 20px;
  color: #333;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 6px;
}

/* Hover effect */
.branch-menu .dropdown-item:hover {
  background: #e6f7ff;
  color: #0dcaf0 !important;
  padding-left: 28px;
}

/* Left blue indicator line */
.branch-menu .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  width: 3px;
  height: 0;
  background: #0dcaf0;
  transition: 0.3s;
  transform: translateY(-50%);
}

.branch-menu .dropdown-item:hover::before {
  height: 60%;
}

.branch-link {
  position: relative;
  transition: 0.3s;
}

.branch-link:hover {
  color: #0dcaf0;
}
    .hero{
        height:100vh;
        position:relative;
        overflow:hidden;
        display:flex;
        align-items:center;
        color:white;
        width: 100%;
        }
        
        /* Slider */
        .hero-slider{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index:0;
        }
        
        .hero-slider img{
        position:absolute;
        width:100%;
        height:100%;
        object-fit:fill;
        opacity:0;
        animation:heroFade 25s infinite;
        }
        
        /* Image delay */
        .hero-slider img:nth-child(1){animation-delay:0s;}
        .hero-slider img:nth-child(2){animation-delay:5s;}
        .hero-slider img:nth-child(3){animation-delay:10s;}
        .hero-slider img:nth-child(4){animation-delay:15s;}
        .hero-slider img:nth-child(5){animation-delay:20s;}
        
        @keyframes heroFade{
        0%{opacity:0;}
        10%{opacity:1;}
        30%{opacity:1;}
        40%{opacity:0;}
        100%{opacity:0;}
        }
        
        /* Dark overlay */
        .hero::after{
        content:"";
        position:absolute;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.45);
        top:0;
        left:0;
        z-index:1;
        }
        
        .hero .container{
        position:relative;
        z-index:2;
        }
    
 /* TEXT SLIDER */

.text-slider{
 height:45px; 
 overflow:hidden; 
 display:inline-block; 
}


.text-slider span{
  display: block;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2em;
  animation: slideText 10s infinite;
}

.text-slider span{
  transition: transform 0.5s ease-in-out;
}

/* ANIMATION (use em instead of px) */
@keyframes slideText{

  0%,20%{transform:translateY(0);}
  
  25%,45%{transform:translateY(-1.2em);}
  
  50%,70%{transform:translateY(-2.4em);}
  
  75%,95%{transform:translateY(-3.6em);}
  
  100%{transform:translateY(0);}
}




/* ✅ SINGLE MEDIA QUERY (Mobile + iPad both fix) */
@media (max-width: 1024px){

  .text-slider{
    height: 1.3em;
  }

  .text-slider span{
    font-size: 24px;   /* smaller text */
    line-height: 1.3em;
  }

  @keyframes slideText{

    0%,20%{transform:translateY(0);}
    
    25%,45%{transform:translateY(-1.3em);}
    
    50%,70%{transform:translateY(-2.6em);}
    
    75%,95%{transform:translateY(-3.9em);}
    
    100%{transform:translateY(0);}
  }

}
    
    /* PROJECTS */
    .projects{
    padding:80px 0;
   
    }
    
    .carousel{
    width:90%;
    margin:auto;
    }
    
    .slick-slide{
    margin:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    }
    
    .slick-slide img,
    .Project_img_slide{
    width:100%;
    max-width: 600px;
    height: 280px;
    object-fit: cover;
    border-radius:12px;
    }

    .Project_img_slide{
      display: block;
      width: 100%;
      max-width: 600px;
      height: 350px;
      object-fit: cover;
      border-radius: 12px;
      }
 

    /* Section background */
    .info-section{
        background:white;
        padding:90px 0;
        }
        
        /* Titles */
        .section-title{
        font-size:42px;
        margin-top:5px;
        }
        
        .section-subtitle{
        color:#555;
        }
        
        .section-text{
        color:#666;
        font-size:18px;
        }

        .icon{
            font-size:40px;
            color:#00bfff;
            margin-bottom:15px;
            transition:0.4s;
            }
            

        
        /* Cards */
        .info-card{
        background:#ffffff;
        border-radius:18px;
        padding:30px 20px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
        transition:0.4s ease;
        position:relative;
        overflow:hidden;
        cursor:pointer;
        }
        
        /* Glow animation */
        .info-card::before{
        content:"";
        position:absolute;
        width:150%;
        height:150%;
        background:linear-gradient(120deg,transparent,#0dcaf0,transparent);
        top:-120%;
        left:-120%;
        transition:0.6s;
        }
        
        .info-card:hover::before{
        top:0;
        left:0;
        }
        
        /* Hover effect */
        .info-card:hover{
        transform:translateY(-10px);
        box-shadow:0 20px 50px rgba(0,0,0,0.15);
        }
        
        /* Icon */
        .icon{
        font-size:40px;
        margin-bottom:15px;
        animation:floatIcon 3s ease-in-out infinite;
        }
        
        /* Text */
        .info-box{
        font-weight:600;
        font-size:18px;
        }
        
        /* Floating animation */
        @keyframes floatIcon{
        0%{transform:translateY(0);}
        50%{transform:translateY(-8px);}
        100%{transform:translateY(0);}
        }



        /* Section Background Animation */
.why{
    padding:100px 0;
    background:linear-gradient(270deg,#c2f2fb,#203a43,#c2f2fb,#203a43);
    background-size:600% 600%;
    animation:bgMove 12s ease infinite;
    position:relative;
    overflow:hidden;
    }
    
    /* Glow effect */
    .why::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle,#00ffd5,transparent);
    top:-100px;
    left:-100px;
    opacity:0.3;
    animation:floatGlow 8s infinite alternate;
    }
    
    .why::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:radial-gradient(circle,#00bfff,transparent);
    bottom:-100px;
    right:-100px;
    opacity:0.3;
    animation:floatGlow 10s infinite alternate;
    }
    
    @keyframes bgMove{
    0%{background-position:0% 50%;}
    50%{background-position:100% 50%;}
    100%{background-position:0% 50%;}
    }
    
    @keyframes floatGlow{
    0%{transform:translateY(0);}
    100%{transform:translateY(40px);}
    }
    
    /* Section Title */
    .section-title{
    color:white;
    font-weight:700;
    font-size:40px;
    }
    
    /* Cards */
    .choose-card{
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(10px);
    border-radius:20px;
    padding:20px;
    transition:0.4s;
    color:white;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    position:relative;
    overflow:hidden;
    width: 100%;
    height: 350px;
    }
    
    .choose-card img{
    width:100%;
    height:200px;
    object-fit:fill;
    border-radius:12px;
    margin-bottom:15px;
    transition:0.4s;
    }
    
    /* Hover Animation */
    .choose-card:hover{
    transform:translateY(-10px) scale(1.03);
    box-shadow:0 20px 50px rgba(0,0,0,0.4);
    }
    
    .choose-card:hover img{
    transform:scale(1.08);
    }
    
    /* Shine effect */
    .choose-card::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(120deg,transparent,rgba(255,255,255,0.2),transparent);
    top:0;
    left:-100%;
    transition:0.6s;
    }
    
    .choose-card:hover::before{
    left:100%;
    }
    

    /* Background animation */
.services-ai {
    padding: 100px 0;
    background: linear-gradient(-45deg, #0f2027, #203a43, #2c5364, #0f2027);
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    position: relative;
    overflow: hidden;
    }
    
    /* Floating solar glow animation */
    .services-ai::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255,193,7,0.3), transparent);
    top: -100px;
    left: -100px;
    animation: floatGlow 8s linear infinite;
    }
    
    @keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
    }
    
    @keyframes floatGlow {
    0% { transform: rotate(0deg) translateY(0px); }
    50% { transform: rotate(180deg) translateY(40px); }
    100% { transform: rotate(360deg) translateY(0px); }
    }
    
    /* Title */
    .section-title {
    color: white;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    }
    
    /* Card design */
    .ai-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    transition: 0.4s;
    color: white;
    }
    
    .ai-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    }
    
    /* Image animation */
    .ai-card img {
    height: 200px;
    object-fit: fill;
    transition: 0.5s;
    }
    
    .ai-card:hover img {
    transform: scale(1.1);
    }
    
    /* Button style */
    .ai-card .btn {
    border-radius: 30px;
    padding: 8px 25px;
    }


    /* FAQ AI Section */
.faq-ai{
  padding:100px 0;
  background:white;
  }
  
  /* AI Heading Animation */
  .faq-title span{
  font-size:38px;
  font-weight:800;
  background: linear-gradient(90deg,#00bfff,#0072ff,#00e1ff);
  -webkit-background-clip: text;
  color: transparent;
  animation: aiGlow 3s infinite linear;
  }
  
  @keyframes aiGlow{
  0%{filter: drop-shadow(0 0 5px #00bfff);}
  50%{filter: drop-shadow(0 0 20px #00e1ff);}
  100%{filter: drop-shadow(0 0 5px #00bfff);}
  }

  @keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  /* AI Accordion Design */
  .faq-accordion .accordion-item{
  border:none;
  margin-bottom:15px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  transition:0.3s;
  }
  
  .faq-accordion .accordion-item:hover{
  transform: translateY(-3px);
  box-shadow:0 10px 30px rgba(0,191,255,0.25);
  }
  
  .faq-accordion .accordion-button{
  font-weight:600;
  font-size:18px;
  background:#f9fcff;
  border:none;
  padding:18px 20px;
  }
  
  .faq-accordion .accordion-button:not(.collapsed){
  background:linear-gradient(90deg,#00bfff,#0072ff);
  color:white;
  box-shadow:none;
  }
  
  .faq-accordion .accordion-body{
  font-size:16px;
  line-height:1.7;
  background:white;
  padding:20px;
  animation: fadeIn 0.4s ease;
  }


  .ai-section {
    background: #ffffff;
    padding: 80px 0;
}

/* Title */
.ai-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.ai-title span {
    color: #0d6efd;
}

/* Text */
.ai-text {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
}

/* Video Box */
.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* Video */
.video-box video {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Hover effect */
.video-box:hover {
    transform: scale(1.02);
    transition: 0.4s ease;
}

/* Responsive */
@media(max-width: 768px) {
    .ai-title {
        font-size: 28px;
    }

    .ai-section {
        text-align: center;
    }
  .hero{
    height: 60vh;
  }
}


.section-title span {
  color: #00d4ff;
}

/* Card style */
.ai-card {
  background: #0f172a;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,212,255,0.3);
}

/* Floating animation */
.animate-float {
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

/* Glow hover */
.hover-glow {
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}
.hover-glow:hover {
  box-shadow: 0 0 20px #00d4ff;
  transform: scale(1.05);
}

/* Alert pulse */
.pulse {
  background: red;
  color: white;
  padding: 20px;
  border-radius: 10px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,0,0,0.7); }
  70% { box-shadow: 0 0 20px 10px rgba(255,0,0,0); }
}

/* Future glowing circle */
.ai-future {
  background: #020617;
}
.ai-circle {
  width: 200px;
  height: 200px;
  margin: 30px auto;
  border-radius: 50%;
  background: radial-gradient(#00d4ff, transparent);
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

  /* Footer Design */
.solar-footer {
  background: linear-gradient(145deg, #ffffff, #f4f7fb);
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* ✨ Soft floating glow (3D feel) */
.solar-footer::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,123,255,0.15), transparent 70%);
  animation: floatGlow 8s ease-in-out infinite;
}

/* ✨ Second glow for depth */
.solar-footer::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(40,167,69,0.15), transparent 70%);
  animation: floatGlow 10s ease-in-out infinite reverse;
}

/* 🔄 Floating animation */
@keyframes floatGlow {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(30px) scale(1.1);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
  
  /* Animated top border */
  .footer-top-line{
  height:4px;
  background:linear-gradient(90deg,#00bfff,#0072ff,#00e1ff);
  animation:footerGlow 4s linear infinite;
  margin-bottom: 30px;
  }
  
  @keyframes footerGlow{
  0%{filter:blur(0px);}
  50%{filter:blur(2px);}
  100%{filter:blur(0px);}
  }
  
  .footer-logo{
width: 320px;
  }
  
  .solar-footer h5{
  margin-bottom:20px;
  font-weight:700;
  }
  
  .solar-footer ul{
  list-style:none;
  padding:0;
  }
  
  .solar-footer ul li{
  margin-bottom:10px;
  }
  
  .solar-footer ul li a{
  color:#333;
  text-decoration:none;
  transition:0.3s;
  }
  
  .solar-footer ul li a:hover{
  color:#00bfff;
  padding-left:5px;
  }
  
  .social-icons a{
  display:inline-block;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  background:transparent;
  border-radius:50%;
  margin-right:10px;
  color:#333;
  font-size: 25px;
  transition:0.3s;
  }
  .copyright{
    color: #333;
  }
  .tollfree{
    color: #00bfff;
  }
  .social-icons a:hover{
  background:#00bfff;
  transform:translateY(-3px);
  }
  
  .footer-bottom{
  padding:15px 0;
  font-size:14px;
  color:#aaa;
  }
  
  /* Smooth open animation */
  @keyframes fadeIn{
  from{
  opacity:0;
  transform:translateY(10px);
  }
  to{
  opacity:1;
  transform:translateY(0);
  }
  }
    /* MOBILE */
    @media(max-width:768px){
    
    .logo{
    height:45px;
    }
    
    .text-slider span{
    font-size:24px;
    }
     .hero{
    height: 85vh;
  }
    
    }



    .contact-ai{
      padding:100px 0;
      background:white;
      }
      
      .contact-title span{
      font-size:38px;
      font-weight:800;
      background: linear-gradient(90deg,#00bfff,#0072ff,#00e1ff);
      -webkit-background-clip: text;
      color: transparent;
      animation: glowAI 3s infinite linear;
      }
      
      @keyframes glowAI{
      0%{filter: drop-shadow(0 0 5px #00bfff);}
      50%{filter: drop-shadow(0 0 20px #00e1ff);}
      100%{filter: drop-shadow(0 0 5px #00bfff);}
      }
      
      .contact-card{
      background:white;
      padding:40px;
      border-radius:20px;
      box-shadow:0 10px 40px rgba(0,0,0,0.08);
      transition:0.3s;
      }
      
      .contact-card:hover{
      transform:translateY(-5px);
      box-shadow:0 15px 50px rgba(0,191,255,0.2);
      }
      
      .contact-ai-panel{
      background: linear-gradient(180deg, rgba(0,191,255,0.12), rgba(255,255,255,0.94));
      border: 1px solid rgba(0,191,255,0.18);
      border-radius: 20px;
      padding: 24px;
      margin-bottom: 30px;
      }

      .ai-panel-top{
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 18px;
      }

      .ai-panel-top i{
      font-size: 30px;
      color: #00bfff;
      animation: aiGlow 2.5s ease-in-out infinite alternate;
      }

      .ai-panel-top h5{
      margin: 0;
      font-size: 1.2rem;
      color: #0d3c72;
      }

      .ai-panel-top p{
      margin: 0;
      color: #4f687b;
      line-height: 1.5;
      }

      .ai-suggestions{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      }

      .ai-suggestion{
      border: 1px solid rgba(0,191,255,0.4);
      background: rgba(0,191,255,0.08);
      color: #0d3c72;
      padding: 10px 16px;
      border-radius: 999px;
      cursor: pointer;
      transition: transform 0.25s ease, background 0.25s ease;
      }

      .ai-suggestion:hover{
      transform: translateY(-2px);
      background: rgba(0,191,255,0.18);
      }

      .form-alert{
      padding: 18px 18px;
      border-radius: 16px;
      font-weight: 600;
      }

      .alert-success{
      background: rgba(40,167,69,0.12);
      color: #155724;
      border: 1px solid rgba(40,167,69,0.25);
      }

      .alert-danger{
      background: rgba(220,53,69,0.12);
      color: #721c24;
      border: 1px solid rgba(220,53,69,0.25);
      }
      
      .contact-btn{
      padding:14px 40px;
      border-radius:30px;
      font-weight:600;
      transition:0.3s;
      }
      
      .contact-btn:hover{
      transform:scale(1.05);
      }

.location-map-section {
  background: #f7fbff;
  padding: 60px 0;
}

.location-map-card {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 49, 92, 0.08);
}

.location-map-card iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.location-map-info {
  padding: 25px 28px;
  background: white;
  border-top: 1px solid #e9f3ff;
}

.location-map-info h5 {
  margin-bottom: 10px;
  color: #0d3c72;
}

.location-map-info p {
  color: #5f6d7a;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .location-map-card iframe {
    min-height: 320px;
  }
  .hero{
    height: 85vh;
  }
}

/* New AI Features Styles */

.ai-design {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.ai-design-demo {
  display: flex;
  justify-content: center;
}

.design-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-width: 400px;
}

.design-stats p {
  margin: 10px 0;
  font-size: 16px;
}

.ai-features-list {
  list-style: none;
  padding: 0;
}

.ai-features-list li {
  padding: 8px 0;
  font-size: 16px;
}

.chatbot-demo {
  max-width: 600px;
  margin: 0 auto;
}

.chat-window {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 20px;
  height: 300px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
}

.chat-message {
  margin: 10px 0;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 80%;
}

.chat-message.user {
  background: #007bff;
  color: white;
  margin-left: auto;
  text-align: right;
}

.chat-message.ai {
  background: white;
  border: 1px solid #dee2e6;
}

.analytics-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.chart-placeholder {
  text-align: center;
  font-size: 48px;
  color: #00d4ff;
}

.chart-placeholder p {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
}

.analytics-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.feature-item h6 {
  color: #00d4ff;
  margin-bottom: 5px;
}

.feature-item p {
  margin: 0;
  color: #666;
}

/* AI Assistant Chat Styles */

.ai-assistant {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #2c3e50;
}

.ai-assistant .section-title {
  color: #2c3e50;
}

.ai-assistant p {
  color: #5a6c7d;
}

.chat-container {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}

.chat-header {
  background: linear-gradient(90deg, #00bfff, #0072ff);
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-header i {
  font-size: 24px;
}

.chat-header span {
  font-weight: 600;
  flex-grow: 1;
}

.chat-header small {
  opacity: 0.8;
}

.chat-messages {
  height: 400px;
  overflow-y: auto;
  padding: 20px;
  background: #f8f9fa;
}

.message {
  margin-bottom: 15px;
  display: flex;
}

.message-content {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 18px;
  position: relative;
}

.ai-message {
  justify-content: flex-start;
}

.ai-message .message-content {
  background: white;
  border: 1px solid #dee2e6;
  color: #333;
}

.user-message {
  justify-content: flex-end;
}

.user-message .message-content {
  background: #007bff;
  color: white;
}

.chat-input-container {
  padding: 20px;
  background: white;
  border-top: 1px solid #dee2e6;
}

.quick-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.quick-btn {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.quick-btn:hover {
  background: #e2e6ea;
  border-color: #007bff;
  color: #007bff;
}

/* Typing indicator animation */
.typing-indicator p {
  display: flex;
  gap: 4px;
}

.typing-indicator span {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
  animation: typing 0.8s infinite;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-8px);
    opacity: 1;
  }
}

.quick-btn:hover {
  background: #00bfff;
  color: white;
  border-color: #00bfff;
}

.input-group {
  display: flex;
  gap: 10px;
}

.input-group .form-control {
  border-radius: 25px;
  border: 1px solid #dee2e6;
  padding: 12px 20px;
}

.input-group .btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ai-video-showcase {
  background: #0b1520;
  color: #ffffff;
}

.ai-video-showcase .section-title {
  color: #ffffff;
}

.ai-video-showcase p {
  color: #e9ecef;
}
  


.video-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 25px 45px rgba(0,0,0,0.2);
}

.video-card video {
  width: 100%;
  height: 400px;
  display: block;
  background: #000;
  object-fit: cover;
}

.video-card .video-label {
  padding: 20px;
}

.video-card .video-label h5,
.video-card .video-label h6 {
  margin-bottom: 10px;
  color: #00d4ff;
}

.video-card .video-label p {
  margin: 0;
  color: #d1e7ff;
}

.video-card-main {
  border-radius: 30px;
}

.video-card-small {
  min-height: 320px;
}

@media(max-width: 768px) {
  .video-card-small {
    min-height: auto;
  }
  .hero{
    height: 85vh;
  }
  
}

/* ===========================================
   COMPREHENSIVE RESPONSIVE DESIGN
   =========================================== */

/* Extra Large Screens (1200px+) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .hero-title {
    font-size: 4rem;
  }

  .section-title {
    font-size: 3.5rem;
  }

  .nav_container {
    max-width: 1400px;
    padding: 0 30px;
  }

  .logo-white, .logo-color {
    width: 320px;
  }
}
@media (max-width: 850px) {
  .team_card{
height:500px !important; 
overflow: hidden; 
position: relative; 
background: #f8f9fa;
}
  .hero{
    height: 60vh;
  }
}
/* Large Screens (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-title {
    font-size: 3.5rem;
  }

  .section-title {
    font-size: 3rem;
  }

  .info-card {
    padding: 20px;
  }

  .ai-card {
    padding: 25px;
  }

  .nav_container {
    max-width: 1200px;
    padding: 0 25px;
  }

  .logo-white, .logo-color {
    width: 400px;
  }
}


/* IPAD PRO FIX */

@media (min-width: 992px) and (max-width: 1100px) {

  .navbar-expand-lg .navbar-toggler {
      display: flex !important;
      align-items: center;
      justify-content: center;
  }

  .navbar-expand-lg .navbar-collapse {
      display: none !important;
      width: 100%;
  }

  .navbar-expand-lg .navbar-collapse.show {
      display: block !important;
  }
}

@media (max-width: 1100px){

  /* Navbar */
  .navbar {
    height: 120px;
  }

  /* FIX FOR IPAD PRO NAVBAR */

.navbar-expand-lg .navbar-collapse {
    display: none !important;
}

.navbar-expand-lg .navbar-collapse.show {
    display: block !important;
}




  .navbar.scrolled {
    height: 100px;
  }

  .nav_container {
    padding: 0 15px;
    align-items: center;
  }

  .navbar-brand img {
    height: 60px;
  }

  .logo-white, .logo-color {
    width: 320px;
  }

  .navbar .nav-link {
    font-size: 16px;
    margin-left: 10px;
  }
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 3px;
    border-radius: 15px;
    background: none;;
    transition: width 0.5s ease;
}

  .navbar-toggler-icon {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border-color: 1px solid#00bfff;
  }

  .navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }


  .navbar .btn-outline-info {
    padding: 8px 16px;
    font-size: 16px;
  }


  /* Navbar */
  .navbar {
    height: 100px;
    padding: 5px 0;
  }

  .navbar.scrolled {
    height: 80px;
  }

  .nav_container {
    padding: 0 10px;
    flex-wrap: wrap;
  }

  .navbar-brand {
    flex: 0 0 auto;
    margin-right: 10px;
  }



  .logo-white, .logo-color {
    width: 250px;
  }

  .navbar-toggler {
    order: 2;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
  }

  .navbar.scrolled .navbar-toggler {
    border-color: rgba(0,0,0,0.3);
  }

  .navbar-collapse {
    order: 3;
    width: 100%;
    margin-top: 3px;
    background-color: #fff;
  }

  .navbar-nav {
    flex-direction: row;
    display: block;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }

  .navbar .nav-link {
    font-size: 18px;
    margin-left: 0;
    padding: 5px 10px;
    text-align: center;
    color: #333
  }

  .navbar.scrolled .nav-link {
    color: black;
  }

  .navbar .btn-outline-info {
    order: 1;
 color: #333;
    padding: 6px 12px;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    margin: 0 20px 25px 20px;
  }

  /* Hero Section */
  .hero {
    padding: 100px 0 50px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-title span {
    font-size: 2.2rem;
  }

  /* HERO GOLDEN TEXT */
  .hero h4{
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffc107;
    text-shadow: 0 0 10px rgba(255,193,7,0.6);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: none;
    -webkit-text-fill-color: initial;
  }

  .hero p {
    font-size: 16px;
  }

  .hero .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* Info Section */
  .info-section {
    padding: 50px 0;
  }

  .info-section h4 {
    font-size: 1.3rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .info-card {
    padding: 12px;
    margin-bottom: 15px;
  }

  .info-card .icon {
    font-size: 1.8rem;
  }

  .info-box {
    font-size: 14px;
  }

  /* AI Sections */
  .ai-section {
    padding: 60px 0;
  }

  .ai-title {
    font-size: 1.8rem;
  }

  .ai-text {
    font-size: 15px;
  }

  .ai-card {
    padding: 15px;
  }

  .ai-card h4 {
    font-size: 1.1rem;
  }

  .ai-card p {
    font-size: 13px;
  }

  .hover-glow {
    padding: 20px;
  }

  /* Video Section */
  .ai-video-showcase {
    padding: 60px 0;
  }

  .video-card .video-label {
    padding: 12px;
  }

  .video-card .video-label h5 {
    font-size: 1.2rem;
  }

  /* Chat Interface */
  .chat-container {
    margin: 0 10px;
  }

  .chat-messages {
    height: 300px;
  }

  .chat-input-container {
    padding: 12px;
  }

  .quick-btn {
    padding: 5px 8px;
    font-size: 12px;
  }

  .input-group .form-control {
    padding: 10px 15px;
    font-size: 14px;
  }

  .input-group .btn {
    width: 45px;
    height: 45px;
  }

  /* Footer */
  .footer-logo {
    width: 250px;
  }

  .solar-footer {
    padding-top: 40px;
  }

  .solar-footer h5 {
    font-size: 1rem;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }


  /* Hero Section */
  .hero-title {
    font-size: 2.8rem;
  }

  .hero-title span {
    font-size: 2.8rem;
  }

 
  .hero p {
    font-size: 18px;
  }

  .hero .btn {
    padding: 12px 24px;
    font-size: 16px;
  }

  /* Info Section */
  .info-section h4 {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .info-card {
    padding: 15px;
    margin-bottom: 20px;
  }

  .info-card .icon {
    font-size: 2rem;
  }

  /* AI Sections */
  .ai-title {
    font-size: 2.2rem;
  }

  .ai-text {
    font-size: 16px;
  }

  .ai-card {
    padding: 20px;
  }

  .ai-card h4 {
    font-size: 1.2rem;
  }

  .ai-card p {
    font-size: 14px;
  }

  /* Video Section */
  .video-card .video-label {
    padding: 15px;
  }

  .video-card .video-label h5 {
    font-size: 1.3rem;
  }

  /* Chat Interface */
  .chat-messages {
    height: 350px;
  }

  .chat-input-container {
    padding: 15px;
  }

  .quick-btn {
    padding: 6px 10px;
    font-size: 13px;
  }

  /* Footer */
  .footer-logo {
    width: 300px;
  }

  .solar-footer h5 {
    font-size: 1.1rem;
  }
}



/* Medium Screens (768px - 991px) */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Navbar */
  .navbar {
    height: 120px;
  }

  .navbar.scrolled {
    height: 100px;
  }

  .nav_container {
    padding: 0 15px;
    align-items: center;
  }

  .navbar-brand img {
    height: 60px;
  }

  .logo-white, .logo-color {
    width: 320px;
  }

  .navbar .nav-link {
    font-size: 16px;
    margin-left: 10px;
  }
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 3px;
    border-radius: 15px;
    background: none;;
    transition: width 0.5s ease;
}

  .navbar-toggler-icon {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border-color: 1px solid#00bfff;
  }

  .navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }


  .navbar .btn-outline-info {
    padding: 8px 16px;
    font-size: 16px;
  }


  /* Navbar */
  .navbar {
    height: 100px;
    padding: 5px 0;
  }

  .navbar.scrolled {
    height: 80px;
  }

  .nav_container {
    padding: 0 10px;
    flex-wrap: wrap;
  }

  .navbar-brand {
    flex: 0 0 auto;
    margin-right: 10px;
  }



  .logo-white, .logo-color {
    width: 250px;
  }

  .navbar-toggler {
    order: 2;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
  }

  .navbar.scrolled .navbar-toggler {
    border-color: rgba(0,0,0,0.3);
  }

  .navbar-collapse {
    order: 3;
    width: 100%;
    margin-top: 3px;
    background-color: #fff;
  }

  .navbar-nav {
    flex-direction: row;
    display: block;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }

  .navbar .nav-link {
    font-size: 18px;
    margin-left: 0;
    padding: 5px 10px;
    text-align: center;
    color: #333
  }

  .navbar.scrolled .nav-link {
    color: black;
  }

  .navbar .btn-outline-info {
    order: 1;
 color: #333;
    padding: 6px 12px;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    margin: 0 20px 25px 20px;
  }

   .hero{
    height: 80vh;
  }

  /* Hero Section */
  .hero {
    padding: 100px 0 50px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-title span {
    font-size: 2.2rem;
  }

 

  .hero p {
    font-size: 16px;
  }

  .hero .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* Info Section */
  .info-section {
    padding: 50px 0;
  }

  .info-section h4 {
    font-size: 1.3rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .info-card {
    padding: 12px;
    margin-bottom: 15px;
  }

  .info-card .icon {
    font-size: 1.8rem;
  }

  .info-box {
    font-size: 14px;
  }

  /* AI Sections */
  .ai-section {
    padding: 60px 0;
  }

  .ai-title {
    font-size: 1.8rem;
  }

  .ai-text {
    font-size: 15px;
  }

  .ai-card {
    padding: 15px;
  }

  .ai-card h4 {
    font-size: 1.1rem;
  }

  .ai-card p {
    font-size: 13px;
  }

  .hover-glow {
    padding: 20px;
  }

  /* Video Section */
  .ai-video-showcase {
    padding: 60px 0;
  }

  .video-card .video-label {
    padding: 12px;
  }

  .video-card .video-label h5 {
    font-size: 1.2rem;
  }

  /* Chat Interface */
  .chat-container {
    margin: 0 10px;
  }

  .chat-messages {
    height: 300px;
  }

  .chat-input-container {
    padding: 12px;
  }

  .quick-btn {
    padding: 5px 8px;
    font-size: 12px;
  }

  .input-group .form-control {
    padding: 10px 15px;
    font-size: 14px;
  }

  .input-group .btn {
    width: 45px;
    height: 45px;
  }

  /* Footer */
  .footer-logo {
    width: 250px;
  }

  .solar-footer {
    padding-top: 40px;
  }

  .solar-footer h5 {
    font-size: 1rem;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }


  /* Hero Section */
  .hero-title {
    font-size: 2.8rem;
  }

  .hero-title span {
    font-size: 2.8rem;
  }

 
  .hero p {
    font-size: 18px;
  }

  .hero .btn {
    padding: 12px 24px;
    font-size: 16px;
  }

  /* Info Section */
  .info-section h4 {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .info-card {
    padding: 15px;
    margin-bottom: 20px;
  }

  .info-card .icon {
    font-size: 2rem;
  }

  /* AI Sections */
  .ai-title {
    font-size: 2.2rem;
  }

  .ai-text {
    font-size: 16px;
  }

  .ai-card {
    padding: 20px;
  }

  .ai-card h4 {
    font-size: 1.2rem;
  }

  .ai-card p {
    font-size: 14px;
  }

  /* Video Section */
  .video-card .video-label {
    padding: 15px;
  }

  .video-card .video-label h5 {
    font-size: 1.3rem;
  }

  /* Chat Interface */
  .chat-messages {
    height: 350px;
  }

  .chat-input-container {
    padding: 15px;
  }

  .quick-btn {
    padding: 6px 10px;
    font-size: 13px;
  }

  /* Footer */
  .footer-logo {
    width: 300px;
  }

  .solar-footer h5 {
    font-size: 1.1rem;
  }
  .hero{
    height: 80vh;
  }
}

/* Small Screens (576px - 767px) */


/* Extra Small Screens (below 576px) */
@media (max-width: 575px) {
  /* General */
  body {
    font-size: 14px;
  }

 .hero{
    height: 85vh;
  }

  section {
    margin-bottom: 50px;
  }

  /* Navbar */
  .navbar {
    height: 80px;
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }
.hero-slider img
{

    object-fit:inherit;

}
  .navbar.scrolled {
    height: 70px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
  }

  .nav_container {
    padding: 0 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .navbar-brand {
    flex: 0 0 auto;
    margin-right: 5px;
  }

  .navbar-brand img {
    height: 52px;
  }

  .logo-white, .logo-color {
    width: 220px;
  }

  .navbar-toggler {
    order: 2;
    margin-left: auto;
    padding: 5px 8px;
    border: 1px solid #00bfff;
    border-radius: 5px;
    background: transparent;
  }

  .navbar.scrolled .navbar-toggler {
    border-color: 1px solid #00bfff;
  }

  

  .navbar-toggler-icon {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border-color: 1px solid#00bfff;
  }

  .navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .navbar-collapse {
    order: 3;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: max-height 0.3s ease;
  
   
  }

  .navbar-collapse.show {
    max-height: 500px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    margin: 0;
    width: 100%;
  }

  .navbar .nav-link {
    font-size: 18px;
    margin-left: 0;
    padding: 12px 20px;
    text-align: center;
    color: #333;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link.active {
    background: rgba(255,255,255,0.1);
    color: #00bfff;
  }

  .navbar .nav-link:last-child {
    border-bottom: none;
  }

  .navbar .btn-outline-info {
    order: 1;
    margin:0px 20px 15px 20px;
    padding: 6px 12px;
    font-size: 20px;
    margin-bottom: 40px;
    border-color: #00bfff;
    color: #fff;
    display: flex;
    justify-content: center;

  }

  .navbar.scrolled .btn-outline-info {
    border-color: #00bfff;
    color: #000;
  }

  /* Hero Section */
  .hero {
    padding: 80px 0 40px;
  }

  .hero .container {
    padding: 0 15px;
  }

  .hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .hero-title span {
    font-size: 1.8rem;
  }

 

  .hero p {
    font-size: 14px;
    margin-top: 10px;
  }

  .hero .btn {
    padding: 8px 16px;
    font-size: 13px;
    margin: 5px;
    width: 100%;
    max-width: 200px;
  }

  /* Info Section */
  .info-section {
    padding: 40px 0;
  }

  .info-section .container {
    padding: 0 15px;
  }

  .info-section h4 {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .info-card {
    padding: 10px;
    margin-bottom: 12px;
  }

  .info-card .icon {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }

  .info-box {
    font-size: 13px;
  }

  /* AI Sections */
  .ai-section {
    padding: 50px 0;
  }

  .ai-section .container {
    padding: 0 15px;
  }

  .ai-title {
    font-size: 1.6rem;
  }

  .ai-text {
    font-size: 14px;
  }

  .ai-card {
    padding: 12px;
  }

  .ai-card h4 {
    font-size: 1rem;
  }

  .ai-card p {
    font-size: 12px;
  }

  .hover-glow {
    padding: 15px;
  }

  .hover-glow h5 {
    font-size: 1rem;
  }

  /* Video Section */
  .ai-video-showcase {
    padding: 50px 0;
  }

  .ai-video-showcase .container {
    padding: 0 15px;
  }

  .video-card {
    border-radius: 15px;
  }

  .video-card .video-label {
    padding: 10px;
  }

  .video-card .video-label h5 {
    font-size: 1.1rem;
  }

  .video-card .video-label p {
    font-size: 14px;
  }

  /* Chat Interface */
  .ai-assistant {
    padding: 40px 0;
  }

  .chat-container {
    margin: 0 10px;
    border-radius: 15px;
  }

  .chat-header {
    padding: 12px 15px;
  }

  .chat-header i {
    font-size: 20px;
  }

  .chat-header span {
    font-size: 14px;
  }

  .chat-messages {
    height: 250px;
    padding: 15px;
  }

  .message-content {
    padding: 10px 12px;
  }

  .message-content p {
    font-size: 13px;
  }

  .chat-input-container {
    padding: 10px;
  }

  .quick-questions {
    gap: 5px;
  }

  .quick-btn {
    padding: 4px 6px;
    font-size: 11px;
  }

  .input-group {
    gap: 8px;
  }

  .input-group .form-control {
    padding: 8px 12px;
    font-size: 13px;
  }

  .input-group .btn {
    width: 40px;
    height: 40px;
  }

  .input-group .btn i {
    font-size: 14px;
  }

  /* Footer */
  .solar-footer {
    padding-top: 30px;
  }

  .solar-footer .container {
    padding: 0 15px;
  }

  .footer-logo {
    width: 200px;
  }

  .solar-footer h5 {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .solar-footer ul li {
    margin-bottom: 8px;
  }

  .solar-footer ul li a {
    font-size: 14px;
  }

  .social-icons {
    margin-top: 15px;
  }

  .social-icons a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    margin-right: 8px;
  }

  .footer-bottom {
    padding: 10px 0;
    font-size: 12px;
  }
  .hero{
    height: 60vh;
  }
  
}

/* Tata Solar Services Charts */
.tata-services-charts {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #2c3e50;
}

.tata-services-charts .section-title {
  color: #2c3e50;
}

.tata-services-charts p {
  color: #5a6c7d;
}

.chart-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.tata-piechart-section {
  background: #ffffff;
  color: #2c3e50;
}

.tata-piechart-section .section-title {
  color: #0d3c72;
}

.tata-piechart-section p {
  color: #5f6d7a;
}

.pie-card {
  display: flex;
  justify-content: center;
}

.pie-3d {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: conic-gradient(
    #00bfff 0 45%,
    #20c997 45% 75%,
    #ffc107 75% 100%
  );
  box-shadow: inset 0 20px 35px rgba(255,255,255,0.25), 0 30px 60px rgba(0,0,0,0.15);
  transform: rotate(-14deg);
}

.pie-3d::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.35) 0%, transparent 55%);
}

.pie-3d::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 8px 20px rgba(255,255,255,0.2);
}

.pie-label {
  max-width: 320px;
}

.pie-label strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #0d3c72;
}

.pie-label p {
  color: #5f6d7a;
}

.pie-legend {
  display: grid;
  gap: 16px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f8f9fa;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.legend-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot.installation {
  background: linear-gradient(135deg, #00bfff, #0072ff);
}

.legend-dot.maintenance {
  background: linear-gradient(135deg, #20c997, #2eca9c);
}

.legend-dot.finance {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.legend-item strong {
  color: #213f72;
}

.legend-item div {
  color: #5f6d7a;
}

@media (max-width: 768px) {
  .pie-3d {
    width: 260px;
    height: 260px;
  }

  .pie-label {
    max-width: 100%;
  }
   .hero{
    height: 100vh;
  }
}

.team-img{
  object-fit:cover;
 
} 

@media (max-width: 576px) {
  .pie-3d {
    width: 220px;
    height: 220px;
  }

  .legend-item {
    padding: 14px 16px;
  }
   .hero{
    height: 100vh;
  }
  
}

.chart-card h4 {
  color: #00bfff;
  margin-bottom: 25px;
  font-weight: 600;
}

.chart-container {
  margin-bottom: 20px;
}

.chart-bar {
  height: 30px;
  background: #f1f3f4;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}

.bar-fill {
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  transition: width 1.5s ease;
}

.bar-label {
  background: rgba(255,255,255,0.2);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
}

.chart-label {
  font-size: 14px;
  color: #495057;
  text-align: center;
  font-weight: 500;
}

/* Tata Solar Impact Stats */
.tata-services-stats {
  background: #0b1520;
  color: #ffffff;
}

.tata-services-stats .section-title {
  color: #ffffff;
}

.tata-services-stats p {
  color: #e9ecef;
}

.stat-card {
  background: rgba(255,255,255,0.08);
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,191,255,0.2);
}

.stat-icon {
  font-size: 3rem;
  color: #00bfff;
  margin-bottom: 15px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00bfff;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.progress-bar {
  height: 6px;
  background: rgba(255,255,255,0.2);
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #00bfff, #0072ff);
  border-radius: 3px;
  transition: width 2s ease;
}

/* Impact Chart */
.impact-chart {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.1);
}

.impact-chart h4 {
  color: #00bfff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.trend-bars {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 200px;
  gap: 10px;
}

.trend-bar {
  flex: 1;
  border-radius: 5px 5px 0 0;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 10px;
  min-height: 30px;
  transition: height 1s ease;
}

.trend-label {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Responsive Chart Styles */
@media (max-width: 768px) {
  .chart-card {
    padding: 20px;
  }

  .chart-card h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .stat-card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .stat-icon {
    font-size: 2.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .trend-bars {
    height: 150px;
    gap: 5px;
  }

  .trend-bar {
    min-width: 35px;
  }
  .hero{
    height: 100vh;
  }
  
}

@media (max-width: 576px) {
  .tata-services-charts .row > div {
    margin-bottom: 20px;
  }

  .chart-card {
    padding: 15px;
  }

  .stat-card {
    padding: 15px 10px;
  }

  .stat-icon {
    font-size: 2rem;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .trend-bars {
    height: 120px;
  }

  .impact-chart {
    padding: 20px;
  }
}
/* POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transform: scale(0.7);
  transition: 0.3s;
}

.popup.active .popup-content {
  transform: scale(1);
}

/* CHECKMARK */
.checkmark, .crossmark {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}

.checkmark svg, .crossmark svg {
  width: 100%;
  height: 100%;
}

/* SUCCESS */
.circle {
  fill: none;
  stroke: #28a745;
  stroke-width: 4;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  animation: drawCircle 0.5s ease forwards;
}

.tick {
  fill: none;
  stroke: #28a745;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: drawTick 0.4s 0.5s ease forwards;
}

/* ERROR */
.circle-error {
  fill: none;
  stroke: #dc3545;
  stroke-width: 4;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  animation: drawCircle 0.5s ease forwards;
}

.cross {
  fill: none;
  stroke: #dc3545;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: drawCross 0.5s 0.5s ease forwards;
}

/* Animations */
@keyframes drawCircle {
  to { stroke-dashoffset: 0; }
}

@keyframes drawTick {
  to { stroke-dashoffset: 0; }
}

@keyframes drawCross {
  to { stroke-dashoffset: 0; }
}

/* Progress */
.progress-bar {
  width: 100%;
  height: 5px;
  background: #eee;
  margin-top: 15px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background: #28a745;
  animation: load 2.5s linear forwards;
}

.error-bar { background: #f8d7da; }
.error-progress { background: #dc3545; }

@keyframes load {
  from { width: 100%; }
  to { width: 0%; }
}

/* CONFETTI */
#confettiCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.solara-metrics-zone {
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
}

/* TITLE */
.solara-title {
  font-size: 40px;
  font-weight: 800;
  color: #0a2540;
}

.solara-title span {
  background: linear-gradient(90deg, #00bfff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solara-subtitle {
  color: #666;
  margin-top: 10px;
}

/* CARD */
.solara-card {
  background: white;
  padding: 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.solara-card:hover {
  transform: translateY(-8px);
}

/* ICON */
.solara-icon {
  font-size: 28px;
  color: #0072ff;
  margin-bottom: 10px;
}

/* NUMBER */
.solara-value {
  font-size: 26px;
  font-weight: 800;
  color: #111;
}

/* LABEL */
.solara-label {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

/* PROGRESS */
.solara-progress {
  height: 6px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}

.solara-fill {
  height: 100%;
  background: linear-gradient(90deg, #00bfff, #0072ff);
  border-radius: 10px;
}

/* CHART BOX */
.solara-chart-box {
  background: white;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
}

/* BARS */
.solara-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 180px;
  margin-top: 20px;
}

.solara-bar {
  width: 14%;
  background: linear-gradient(to top, #00bfff, #0072ff);
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}

.solara-bar:hover {
  transform: scaleY(1.1);
}

.solara-bar span {
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  color: #555;
  width: 100%;
  text-align: center;
}

.team_card{
height:300px; 
overflow: hidden; 
position: relative; 
background: #f8f9fa;
}
.hero-slider{
  position: absolute;
  inset: 0;
  z-index: -2;
}

/* VIDEO */
.hero-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DARK OVERLAY */
.hero-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}


/* BUTTONS */
.insta-btn{
background: linear-gradient(45deg, #8b0000, #e60000, #ff3333);
  border: none;
  color: white !important;
  border-radius: 50px;
  padding: 12px 28px;
  transition: 0.4s;
}

.whatsapp-btn{
  background: linear-gradient(45deg,#00c853,#00e676,#00c853);
  border: none;
  color: white !important;
  border-radius: 50px;
  padding: 12px 28px;
  transition: 0.4s;
}

.insta-btn:hover,
.whatsapp-btn:hover{
  transform: translateY(-5px) scale(1.05);
}

/* =========================================
   ULTRA WIDE SCREEN CONTAINER FIX
   1920px+ SAME WIDTH FOR ALL SECTIONS
========================================= */

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .nav_container {
      max-width: 1450px !important;
      width: 100% !important;
      padding-left: 40px !important;
      padding-right: 40px !important;
      margin-left: auto;
      margin-right: auto;
  }

  /* Hero */
  .hero .container {
      max-width: 1450px !important;
  }

  /* Info Section */
  .info-section .container {
      max-width: 1450px !important;
  }

  /* AI Section */
  .ai-section .container {
      max-width: 1450px !important;
  }

  /* Video Section */
  .ai-video-showcase .container {
      max-width: 1450px !important;
  }

  /* Footer */
  .solar-footer .container {
      max-width: 1720px !important;
  }
}

/* =========================================
   MOBILE CONTACT BUTTON FIX
========================================= */

@media (max-width: 767px) {

  .navbar .btn-outline-info {
    background: #ffffff !important;
    color: #111 !important;
    border: 2px solid #00bfff !important;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 600;
    border-radius: 14px;

    box-shadow: 0 4px 15px rgba(0,191,255,0.15);
  }

  .navbar .btn-outline-info:hover,
  .navbar .btn-outline-info:focus,
  .navbar .btn-outline-info:active {
    background: #00bfff !important;
    color: #ffffff !important;
    border-color: #00bfff !important;
  }
}